@charset "UTF-8";
/*! 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,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
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] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-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.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  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-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

[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.1;
  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: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  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:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

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

.col-xs-1, .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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  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;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  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 ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.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], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline 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: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline 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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  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], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  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;
  -moz-appearance: none;
       appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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 {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse {
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.clearfix:before, .clearfix:after {
  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;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  max-width: 1440px;
}

:root {
  --ui-brand-navy: #05254b;
  --ui-brand-blue: #006dda;
  --ui-brand-purple: #6400ff;
  --ui-surface-light: #ffffff;
  --ui-surface-light-blue: #eaf7ff;
  --ui-surface-dark: #000000;
  --ui-surface-static-white: #fafafa;
  --ui-surface-semantic-error: #de0000;
  --Color-Text-Text-invert: #fafafa;
}

.u-color-primary {
  color: #001f5b !important;
}

.u-bg-primary {
  background-color: #001f5b !important;
}

.u-border-primary {
  border-color: #001f5b !important;
}

.u-color-secondary {
  color: #e10600 !important;
}

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

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

.u-color-neutral-100 {
  color: #f5f6f8 !important;
}

.u-bg-neutral-100 {
  background-color: #f5f6f8 !important;
}

.u-border-neutral-100 {
  border-color: #f5f6f8 !important;
}

.u-color-neutral-200 {
  color: #e7e9ee !important;
}

.u-bg-neutral-200 {
  background-color: #e7e9ee !important;
}

.u-border-neutral-200 {
  border-color: #e7e9ee !important;
}

.u-color-neutral-300 {
  color: #d2d6df !important;
}

.u-bg-neutral-300 {
  background-color: #d2d6df !important;
}

.u-border-neutral-300 {
  border-color: #d2d6df !important;
}

.u-color-neutral-400 {
  color: #a8afbd !important;
}

.u-bg-neutral-400 {
  background-color: #a8afbd !important;
}

.u-border-neutral-400 {
  border-color: #a8afbd !important;
}

.u-color-neutral-500 {
  color: #7e8798 !important;
}

.u-bg-neutral-500 {
  background-color: #7e8798 !important;
}

.u-border-neutral-500 {
  border-color: #7e8798 !important;
}

.u-color-neutral-600 {
  color: #5b6474 !important;
}

.u-bg-neutral-600 {
  background-color: #5b6474 !important;
}

.u-border-neutral-600 {
  border-color: #5b6474 !important;
}

.u-color-neutral-700 {
  color: #3e4552 !important;
}

.u-bg-neutral-700 {
  background-color: #3e4552 !important;
}

.u-border-neutral-700 {
  border-color: #3e4552 !important;
}

.u-color-neutral-800 {
  color: #262b34 !important;
}

.u-bg-neutral-800 {
  background-color: #262b34 !important;
}

.u-border-neutral-800 {
  border-color: #262b34 !important;
}

.u-color-neutral-900 {
  color: #141821 !important;
}

.u-bg-neutral-900 {
  background-color: #141821 !important;
}

.u-border-neutral-900 {
  border-color: #141821 !important;
}

.u-color-success {
  color: #1f7a3a !important;
}

.u-bg-success {
  background-color: #1f7a3a !important;
}

.u-border-success {
  border-color: #1f7a3a !important;
}

.u-color-warning {
  color: #c47b00 !important;
}

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

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

.u-color-danger {
  color: #b42318 !important;
}

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

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

.u-color-info {
  color: #0b63ce !important;
}

.u-bg-info {
  background-color: #0b63ce !important;
}

.u-border-info {
  border-color: #0b63ce !important;
}

.u-color-text {
  color: #141821 !important;
}

.u-bg-text {
  background-color: #141821 !important;
}

.u-border-text {
  border-color: #141821 !important;
}

.u-color-background {
  color: #f5f6f8 !important;
}

.u-bg-background {
  background-color: #f5f6f8 !important;
}

.u-border-background {
  border-color: #f5f6f8 !important;
}

.u-color-border {
  color: #d2d6df !important;
}

.u-bg-border {
  background-color: #d2d6df !important;
}

.u-border-border {
  border-color: #d2d6df !important;
}

.u-color-white {
  color: #ffffff !important;
}

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

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

.u-color-menu-link-dark {
  color: #00205B !important;
}

.u-bg-menu-link-dark {
  background-color: #00205B !important;
}

.u-border-menu-link-dark {
  border-color: #00205B !important;
}

.u-color-menu-link-light {
  color: #B2B9C6 !important;
}

.u-bg-menu-link-light {
  background-color: #B2B9C6 !important;
}

.u-border-menu-link-light {
  border-color: #B2B9C6 !important;
}

.u-color-text-brand-tertiary {
  color: #05254B !important;
}

.u-bg-text-brand-tertiary {
  background-color: #05254B !important;
}

.u-border-text-brand-tertiary {
  border-color: #05254B !important;
}

.u-color-text-brand-tertiary-light {
  color: #05264E !important;
}

.u-bg-text-brand-tertiary-light {
  background-color: #05264E !important;
}

.u-border-text-brand-tertiary-light {
  border-color: #05264E !important;
}

.u-color-card-title-blue {
  color: #4F6C8D !important;
}

.u-bg-card-title-blue {
  background-color: #4F6C8D !important;
}

.u-border-card-title-blue {
  border-color: #4F6C8D !important;
}

.u-color-text-search-tertiary {
  color: #05254C !important;
}

.u-bg-text-search-tertiary {
  background-color: #05254C !important;
}

.u-border-text-search-tertiary {
  border-color: #05254C !important;
}

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

.u-bg-border-secondary {
  background-color: #D8DCE4 !important;
}

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

.u-color-progress-default {
  color: #D9D9D9 !important;
}

.u-bg-progress-default {
  background-color: #D9D9D9 !important;
}

.u-border-progress-default {
  border-color: #D9D9D9 !important;
}

.u-color-progress-fill {
  color: #026dda !important;
}

.u-bg-progress-fill {
  background-color: #026dda !important;
}

.u-border-progress-fill {
  border-color: #026dda !important;
}

.u-color-brand-navy {
  color: #05254b !important;
}

.u-bg-brand-navy {
  background-color: #05254b !important;
}

.u-border-brand-navy {
  border-color: #05254b !important;
}

.u-color-brand-blue {
  color: #006dda !important;
}

.u-bg-brand-blue {
  background-color: #006dda !important;
}

.u-border-brand-blue {
  border-color: #006dda !important;
}

.u-color-brand-purple {
  color: #6400ff !important;
}

.u-bg-brand-purple {
  background-color: #6400ff !important;
}

.u-border-brand-purple {
  border-color: #6400ff !important;
}

.u-color-surface-light {
  color: #ffffff !important;
}

.u-bg-surface-light {
  background-color: #ffffff !important;
}

.u-border-surface-light {
  border-color: #ffffff !important;
}

.u-color-surface-light-blue {
  color: #eaf7ff !important;
}

.u-bg-surface-light-blue {
  background-color: #eaf7ff !important;
}

.u-border-surface-light-blue {
  border-color: #eaf7ff !important;
}

.u-color-surface-dark {
  color: #000000 !important;
}

.u-bg-surface-dark {
  background-color: #000000 !important;
}

.u-border-surface-dark {
  border-color: #000000 !important;
}

.u-color-surface-static-white {
  color: #fafafa !important;
}

.u-bg-surface-static-white {
  background-color: #fafafa !important;
}

.u-border-surface-static-white {
  border-color: #fafafa !important;
}

.u-color-surface-semantic-error {
  color: #de0000 !important;
}

.u-bg-surface-semantic-error {
  background-color: #de0000 !important;
}

.u-border-surface-semantic-error {
  border-color: #de0000 !important;
}

.u-color-demo-surface-dark {
  color: #3a3a3a !important;
}

.u-bg-demo-surface-dark {
  background-color: #3a3a3a !important;
}

.u-border-demo-surface-dark {
  border-color: #3a3a3a !important;
}

.u-color-demo-border {
  color: #d9d9d9 !important;
}

.u-bg-demo-border {
  background-color: #d9d9d9 !important;
}

.u-border-demo-border {
  border-color: #d9d9d9 !important;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1,
.h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.lead,
.ui-type-lead {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.ui-type-hero {
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  margin: 0;
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ui-type-hero {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .ui-type-hero {
    font-size: 24px;
    line-height: 32px;
  }
}

.ui-type-hero-promo {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  margin-bottom: 12px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ui-type-hero-promo {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .ui-type-hero-promo {
    font-size: 28px;
    line-height: 32px;
  }
}

.ui-type-hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  margin-bottom: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ui-type-hero-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}

.ui-type-hero-subtitle-promo {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  color: #ffffff;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .ui-type-hero-subtitle-promo {
    font-size: 16px;
    line-height: 24px;
  }
}

.ui-type-hero-price-promo {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ui-type-hero-price-promo {
    font-size: 32px;
    line-height: 40px;
  }
}

.ui-card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ui-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.uikit-type-page {
  padding: 40px 0 56px;
}

.uikit-type-section {
  border-top: 1px solid #d9d9d9;
  margin-top: 28px;
  padding-top: 20px;
}

.uikit-type-meta {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.uikit-card {
  border: 1px solid #d9d9d9;
  margin-bottom: 16px;
  padding: 16px;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
    line-height: 20px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .lead,
  .ui-type-lead {
    font-size: 24px;
    line-height: 32px;
  }
  body {
    font-size: 16px;
    line-height: 20px;
  }
  .ui-label {
    font-size: 12px;
    line-height: 14px;
  }
}
/* ==========================================================================
   Component: Buttons
   ========================================================================== */
.ui-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-right: 24px;
  padding-left: 24px;
  border: 0;
  border-radius: 0;
  opacity: 0.9;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
  text-decoration: none !important;
  cursor: pointer;
}

.ui-btn:disabled,
.ui-btn.is-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.ui-btn__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 220ms ease;
  transition: -webkit-transform 220ms ease;
  transition: transform 220ms ease;
  transition: transform 220ms ease, -webkit-transform 220ms ease;
  will-change: transform;
}

.ui-btn__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-btn--no-icon {
  gap: 0;
}

.ui-btn--no-icon .ui-btn__label {
  margin-left: auto;
  margin-right: auto;
}

.ui-btn--primary {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#eaf7ff));
  background: linear-gradient(90deg, #ffffff 0%, #eaf7ff 100%);
  color: #05254b;
}

.ui-btn--primary:not(:disabled):not(.is-disabled):hover,
.ui-btn--primary:not(:disabled):not(.is-disabled):focus,
.ui-btn--primary:not(:disabled):not(.is-disabled):active,
.ui-btn--primary:not(:disabled):not(.is-disabled):focus-visible {
  background: -webkit-gradient(linear, left top, right top, from(#eaf7ff), to(#ffffff));
  background: linear-gradient(90deg, #eaf7ff 0%, #ffffff 100%);
  color: #05254b;
  opacity: 0.9;
}

.ui-btn--secondary {
  background: linear-gradient(99deg, #05254b 12.55%, #000000 176.97%);
  color: #fafafa;
}

.ui-btn--secondary:not(:disabled):not(.is-disabled):hover,
.ui-btn--secondary:not(:disabled):not(.is-disabled):focus,
.ui-btn--secondary:not(:disabled):not(.is-disabled):active,
.ui-btn--secondary:not(:disabled):not(.is-disabled):focus-visible {
  background: linear-gradient(99deg, #05254b 12.55%, #000000 176.97%);
  color: #fafafa;
  opacity: 0.9;
}

.ui-btn--tertiary {
  background: transparent;
  border: 1px solid #05254b;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #05254b;
  opacity: 0.9;
}

.ui-btn--tertiary:not(:disabled):not(.is-disabled):hover,
.ui-btn--tertiary:not(:disabled):not(.is-disabled):focus,
.ui-btn--tertiary:not(:disabled):not(.is-disabled):active,
.ui-btn--tertiary:not(:disabled):not(.is-disabled):focus-visible {
  background: transparent;
  border: 1px solid #006dda;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #05254b;
  opacity: 0.9;
}

.ui-btn--ghost {
  background: transparent;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  opacity: 0.9;
}

.ui-btn--ghost:not(:disabled):not(.is-disabled):hover,
.ui-btn--ghost:not(:disabled):not(.is-disabled):focus,
.ui-btn--ghost:not(:disabled):not(.is-disabled):active,
.ui-btn--ghost:not(:disabled):not(.is-disabled):focus-visible {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  opacity: 0.9;
}

.ui-btn--text-link {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fafafa;
  opacity: 0.9;
  text-decoration: none;
}

.ui-btn--text-link:not(:disabled):not(.is-disabled):hover,
.ui-btn--text-link:not(:disabled):not(.is-disabled):focus,
.ui-btn--text-link:not(:disabled):not(.is-disabled):active,
.ui-btn--text-link:not(:disabled):not(.is-disabled):focus-visible {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fafafa;
  opacity: 0.9;
  text-decoration: none;
}

.ui-btn--download {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#EAF7FF));
  background: linear-gradient(90deg, #FFF 0%, #EAF7FF 100%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 28px;
  color: #05254b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.ui-btn--download svg:last-child {
  opacity: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: width 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ui-btn--download:not(:disabled):not(.is-disabled):hover,
.ui-btn--download:not(:disabled):not(.is-disabled):focus,
.ui-btn--download:not(:disabled):not(.is-disabled):active,
.ui-btn--download:not(:disabled):not(.is-disabled):focus-visible {
  background: -webkit-gradient(linear, left top, right top, from(#EAF7FF), to(#FFF));
  background: linear-gradient(90deg, #EAF7FF 0%, #FFF 100%);
  color: #05254b;
  opacity: 0.9;
  text-decoration: none;
}
.ui-btn--download:not(:disabled):not(.is-disabled):hover svg:last-child,
.ui-btn--download:not(:disabled):not(.is-disabled):focus svg:last-child,
.ui-btn--download:not(:disabled):not(.is-disabled):active svg:last-child,
.ui-btn--download:not(:disabled):not(.is-disabled):focus-visible svg:last-child {
  width: 24px;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ui-btn--download--app {
  width: 180px;
  height: 52px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.ui-btn--download--app img {
  width: 100%;
  height: 100%;
}

.ui-btn .ui-btn__icon--default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui-btn--primary:not(:disabled):not(.is-disabled):hover .ui-btn__icon--default,
.ui-btn--primary:not(:disabled):not(.is-disabled):focus-visible .ui-btn__icon--default,
.ui-btn--tertiary:not(:disabled):not(.is-disabled):hover .ui-btn__icon--default,
.ui-btn--tertiary:not(:disabled):not(.is-disabled):focus-visible .ui-btn__icon--default,
.ui-btn--ghost:not(:disabled):not(.is-disabled):hover .ui-btn__icon--default,
.ui-btn--ghost:not(:disabled):not(.is-disabled):focus-visible .ui-btn__icon--default,
.ui-btn--secondary:not(:disabled):not(.is-disabled):hover .ui-btn__icon--default,
.ui-btn--secondary:not(:disabled):not(.is-disabled):focus-visible .ui-btn__icon--default,
.ui-btn--text-link:not(:disabled):not(.is-disabled):hover .ui-btn__icon--default,
.ui-btn--text-link:not(:disabled):not(.is-disabled):focus-visible .ui-btn__icon--default {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ui-btn--xl {
  height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}

.ui-btn--lg {
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
}

.ui-btn--md {
  height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.ui-btn--sm {
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.ui-btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.uikit-btn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.uikit-btn-item {
  border: 1px solid #d9d9d9;
  padding: 16px;
}

.uikit-btn-item--dark {
  background-color: #3a3a3a;
}

@media (max-width: 768px) {
  .uikit-btn-grid {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================
   Component: badge 
   ========================================================================== */
.ui-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.ui-badge__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.ui-badge__icon svg {
  display: block;
  width: 19px;
  height: 19px;
}

.ui-badge--lg {
  padding: 12px 16px 12px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.ui-badge--md {
  padding: 8px 16px 8px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.ui-badge--sm {
  padding: 8px 16px 8px 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.ui-badge--no-icon {
  gap: 0;
  padding-left: 16px;
}

.ui-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.ui-checkbox__input {
  position: absolute;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}

.ui-checkbox__box {
  width: 20px;
  height: 20px;
  border: 2px solid #006DDA;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ui-checkbox__icon {
  width: 14px;
  height: 14px;
  fill: white;
  opacity: 0;
}

.ui-checkbox__input:checked + .ui-checkbox__box {
  background: #1E6BD6;
}

.ui-checkbox__input:checked + .ui-checkbox__box .ui-checkbox__icon {
  opacity: 1;
}

.ui-breadcrumb-root {
  display: block;
  width: 100%;
}

.ui-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-breadcrumb__link,
.ui-breadcrumb__current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--Color-Text-Text-static, #fff);
  text-align: center;
  font-family: var(--Font-Family-Heading, Helvetica);
  font-size: var(--Font-Size-sm, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-line-height-sm, 28px);
  text-decoration: none;
}

.ui-breadcrumb__link:hover,
.ui-breadcrumb__link:focus,
.ui-breadcrumb__link:active {
  color: var(--Color-Text-Text-static, #fff);
  text-decoration: none;
}

.ui-breadcrumb__link:focus-visible {
  outline: 2px solid var(--Color-Text-Text-static, #fff);
  outline-offset: 2px;
}

.ui-breadcrumb__home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}

.ui-breadcrumb__home svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-breadcrumb__separator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  line-height: 0;
}

.ui-breadcrumb__separator svg {
  display: block;
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Component: dropdown 
   ========================================================================== */
.ui-dropdown {
  position: relative;
  width: 100%;
  margin: 0;
}

.ui-dropdown[open] {
  z-index: 1;
}

.ui-dropdown__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  padding: 16px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.ui-dropdown__trigger::-webkit-details-marker {
  display: none;
}

.ui-dropdown__trigger::marker {
  display: none;
}

.ui-dropdown[open] .ui-dropdown__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-dropdown__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.ui-dropdown__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-left: 1px solid #d2d6df;
  border-right: 1px solid #d2d6df;
  border-bottom: 1px solid #d2d6df;
  background: #ffffff;
}

.ui-dropdown__option-item {
  width: 100%;
  border-top: 1px solid #d2d6df;
}

.ui-dropdown__option-item:first-child {
  border-top: 0;
}

.ui-dropdown__option {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
  padding: 16px 24px;
  color: #05254b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.ui-dropdown__option:hover {
  background: #f5f6f8;
}

.ui-dropdown__option:focus {
  outline: 0;
}

.ui-dropdown--no-icon .ui-dropdown__trigger {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}

@media (max-width: 768px) {
  .ui-dropdown__option {
    font-size: 16px;
  }
}
/* ==========================================================================
   Component: HeroTile 
   ========================================================================== */
.ui-hero-tile-root {
  --ui-hero-tile-bg: linear-gradient(100deg, #05254b 0%, #000000 100%);
  --ui-hero-tile-min-height-desktop: 530px;
  --ui-hero-tile-min-height-tablet: 420px;
  --ui-hero-tile-min-height-mobile: 300px;
  --ui-hero-tile-padding-x: 48px;
  --ui-hero-tile-padding-x-mobile: 24px;
  --ui-hero-tile-overlay-color: rgba(0, 0, 0, 0.2);
  --ui-hero-tile-hover-overlay-color: linear-gradient(100deg, #05254B 0%, #01093F 98.68%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: var(--ui-hero-tile-min-height-desktop);
  padding: 0 var(--ui-hero-tile-padding-x);
  overflow: hidden;
  background: var(--ui-hero-tile-bg);
  background-repeat: no-repeat;
  background-position: center;
  color: #fafafa;
  text-decoration: none;
}

.ui-hero-tile-root.ui-hero-tile--bg-image {
  background-size: cover;
}

.ui-hero-tile-root.ui-hero-tile--bg-gradient {
  background-size: 100% 100%;
}

.ui-hero-tile-root.ui-hero-tile--with-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ui-hero-tile-overlay-color);
  pointer-events: none;
}

a.ui-hero-tile-root.ui-hero-tile--clickable::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ui-hero-tile-hover-overlay-color);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 220ms ease;
  transition: opacity 220ms ease;
}

.ui-hero-tile__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.ui-hero-tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: 720px;
}

.ui-hero-tile__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  min-width: 0;
  max-width: 415px;
  -webkit-transition: -webkit-transform 280ms ease;
  transition: -webkit-transform 280ms ease;
  transition: transform 280ms ease;
  transition: transform 280ms ease, -webkit-transform 280ms ease;
}

.ui-hero-tile__title {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.ui-hero-tile__description {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.ui-hero-tile__cta {
  margin-top: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
  -webkit-transition: max-height 280ms ease, margin-top 280ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
  transition: max-height 280ms ease, margin-top 280ms ease, opacity 260ms ease, -webkit-transform 260ms ease;
  transition: max-height 280ms ease, margin-top 280ms ease, opacity 260ms ease, transform 260ms ease;
  transition: max-height 280ms ease, margin-top 280ms ease, opacity 260ms ease, transform 260ms ease, -webkit-transform 260ms ease;
}

.ui-hero-tile__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.ui-hero-tile__arrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 220ms ease;
  transition: -webkit-transform 220ms ease;
  transition: transform 220ms ease;
  transition: transform 220ms ease, -webkit-transform 220ms ease;
  will-change: transform;
}

.ui-hero-tile__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-hero-tile-root:hover .ui-hero-tile__arrow-icon,
a.ui-hero-tile-root:focus-visible .ui-hero-tile__arrow-icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}

a.ui-hero-tile-root.ui-hero-tile--clickable {
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

a.ui-hero-tile-root.ui-hero-tile--clickable:hover {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

a.ui-hero-tile-root.ui-hero-tile--clickable:hover::after,
a.ui-hero-tile-root.ui-hero-tile--clickable:focus-visible::after {
  opacity: 1;
}

a.ui-hero-tile-root.ui-hero-tile--clickable:hover .ui-hero-tile__cta,
a.ui-hero-tile-root.ui-hero-tile--clickable:focus-visible .ui-hero-tile__cta {
  max-height: 40px;
  margin-top: 20px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

a.ui-hero-tile-root.ui-hero-tile--clickable:hover .ui-hero-tile__copy,
a.ui-hero-tile-root.ui-hero-tile--clickable:focus-visible .ui-hero-tile__copy {
  -webkit-transform: translate3d(0, -14px, 0);
          transform: translate3d(0, -14px, 0);
}

a.ui-hero-tile-root.ui-hero-tile--clickable:focus,
a.ui-hero-tile-root.ui-hero-tile--clickable:focus-visible {
  outline: 2px solid #006dda;
  outline-offset: 2px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .ui-hero-tile-root {
    min-height: var(--ui-hero-tile-min-height-tablet);
  }
  .ui-hero-tile__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .ui-hero-tile-root {
    min-height: var(--ui-hero-tile-min-height-mobile);
    padding-right: var(--ui-hero-tile-padding-x-mobile);
    padding-left: var(--ui-hero-tile-padding-x-mobile);
  }
  .ui-hero-tile__content {
    gap: 12px;
  }
  .ui-hero-tile__title {
    font-size: 18px;
    line-height: 24px;
  }
  .ui-hero-tile__description {
    font-size: 16px;
    line-height: 20px;
  }
}
.ui-informative-card-root {
  --ui-informative-card-min-width: 343px;
  --ui-informative-card-content-padding: 32px;
  --ui-informative-card-media-aspect-ratio: 546 / 1065;
  --ui-informative-card-media-position: 50% 50%;
  --ui-informative-card-media-size: cover;
  --ui-informative-card-media-image: none;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: var(--ui-informative-card-min-width);
}

.ui-informative-card-root.ui-informative-card--clickable {
  text-decoration: none;
}

.ui-informative-card-root.ui-informative-card--clickable:hover,
.ui-informative-card-root.ui-informative-card--clickable:focus,
.ui-informative-card-root.ui-informative-card--clickable:active {
  text-decoration: none;
}

.ui-informative-card-root.ui-informative-card--clickable:focus-visible {
  outline: 2px solid #006dda;
  outline-offset: 2px;
}

.ui-informative-card__media {
  width: 100%;
  aspect-ratio: var(--ui-informative-card-media-aspect-ratio);
  margin: 0;
  background-color: lightgray;
  background-image: var(--ui-informative-card-media-image);
  background-position: var(--ui-informative-card-media-position);
  background-repeat: no-repeat;
  background-size: var(--ui-informative-card-media-size);
}

.ui-informative-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--ui-informative-card-content-padding);
  background: #131416;
}

.ui-informative-card__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.ui-informative-card__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.ui-informative-card__arrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 220ms ease;
  transition: -webkit-transform 220ms ease;
  transition: transform 220ms ease;
  transition: transform 220ms ease, -webkit-transform 220ms ease;
  will-change: transform;
}

.ui-informative-card__arrow-icon svg {
  display: block;
  width: 30px;
  height: 30px;
}

.ui-informative-card__title {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.ui-informative-card__description {
  margin: 8px 0 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.ui-informative-card-root.ui-informative-card--clickable:hover .ui-informative-card__arrow-icon,
.ui-informative-card-root.ui-informative-card--clickable:focus-visible .ui-informative-card__arrow-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ui-informative-card-root.ui-informative-card--variant-community-tile {
  --ui-informative-card-body-grow: 0px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d2d6df;
  background: #ffffff;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__media {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 180px;
  aspect-ratio: auto;
  background-color: #e7e9ee;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__content {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: var(--ui-informative-card-content-padding);
  background: #ffffff;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__content::before {
  content: "";
  position: absolute;
  top: calc(var(--ui-informative-card-body-grow) * -1);
  right: 0;
  left: 0;
  height: var(--ui-informative-card-body-grow);
  background: inherit;
  -webkit-transition: height 0.35s ease, top 0.35s ease;
  transition: height 0.35s ease, top 0.35s ease;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__copy,
.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__arrow {
  position: relative;
  z-index: 1;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__copy {
  -webkit-transform: translateY(calc(var(--ui-informative-card-body-grow) * -0.5));
          transform: translateY(calc(var(--ui-informative-card-body-grow) * -0.5));
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__title {
  color: #05254b;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__description {
  margin-top: 8px;
  color: #05254b;
  font-size: 18px;
  font-weight: #a8afbd;
  line-height: 20px;
}

.ui-informative-card-root.ui-informative-card--variant-community-tile:hover,
.ui-informative-card-root.ui-informative-card--variant-community-tile:focus-visible {
  --ui-informative-card-body-grow: 8px;
}

@media (max-width: 991px) {
  .ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__content {
    padding: 16px;
  }
  .ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__description {
    margin-top: 8px;
    font-size: 16px;
    font-weight: #a8afbd;
  }
  .ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__title {
    font-size: 18px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .ui-informative-card-root.ui-informative-card--variant-community-tile .ui-informative-card__content {
    padding: 16px;
  }
}
/* ==========================================================================
   Component: Product Card 
   ========================================================================== */
.ui-product-card-root {
  --ui-product-card-min-height: auto;
  --ui-product-card-media-height: calc(530px - 124px);
  --ui-product-card-body-min-height: auto;
  --ui-product-card-body-grow: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  min-height: var(--ui-product-card-min-height);
  background: #ffffff;
  border: 1px solid #a8afbd;
  overflow: hidden;
  text-decoration: none;
}

.ui-product-card-root.ui-product-card--clickable {
  cursor: pointer;
}

.ui-product-card-root.ui-product-card--clickable:hover {
  text-decoration: none;
}

.ui-product-card-root.ui-product-card--clickable:focus,
.ui-product-card-root.ui-product-card--clickable:focus-visible {
  outline: 2px solid #006dda;
  outline-offset: 2px;
}

.ui-product-card__media {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: var(--ui-product-card-media-height);
  overflow: hidden;
  background: #e7e9ee;
}

.ui-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-product-card__badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}

.ui-product-card__body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  min-height: var(--ui-product-card-body-min-height);
  background: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-product-card__body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--ui-product-card-body-grow);
  top: calc(var(--ui-product-card-body-grow) * -1);
  background: inherit;
  -webkit-transition: height 0.35s ease, top 0.35s ease;
  transition: height 0.35s ease, top 0.35s ease;
}

.ui-product-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -webkit-transform: translateY(calc(var(--ui-product-card-body-grow) * -0.5));
          transform: translateY(calc(var(--ui-product-card-body-grow) * -0.5));
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.ui-product-card__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ui-product-card__title {
  margin: 0;
  color: #262b34;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .ui-product-card__title {
    color: #262b34;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }
}

.ui-product-card__price {
  margin: 0;
  color: #141821;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 992px) {
  .ui-product-card__price {
    color: #141821;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
  }
}

.ui-product-card__price strong {
  font-weight: 700;
}

.ui-product-card__old-price {
  margin-left: 8px;
  color: #a8afbd;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .ui-product-card__old-price {
    color: #a8afbd;
    font-size: 16px;
    font-weight: 400;
  }
}

.ui-product-card__weekly {
  margin: 0;
  color: #3e4552;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 992px) {
  .ui-product-card__weekly {
    color: #3e4552;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
  }
}

.ui-product-card__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.ui-product-card__arrow-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 0;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
          transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 220ms ease;
  transition: -webkit-transform 220ms ease;
  transition: transform 220ms ease;
  transition: transform 220ms ease, -webkit-transform 220ms ease;
  will-change: transform;
}

.ui-product-card__arrow svg {
  display: block;
  width: 30px;
  height: 30px;
}

.ui-product-card-root:hover .ui-product-card__arrow-icon,
.ui-product-card-root:focus-visible .ui-product-card__arrow-icon {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}

.ui-product-card-root:hover .ui-product-card__body {
  --ui-product-card-body-grow: 8px;
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 32px;
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__body::after {
  content: "";
  position: absolute;
  left: 32px;
  width: 259px;
  max-width: calc(100% - 116px);
  bottom: calc(28px + var(--ui-product-card-body-grow) * 0.5);
  border-top: 3px solid #D8DCE4;
  pointer-events: none;
  -webkit-transition: bottom 0.35s ease, width 0.35s ease;
  transition: bottom 0.35s ease, width 0.35s ease;
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta:hover .ui-product-card__body::after,
.ui-product-card-root.ui-product-card--variant-card-redirect-cta:focus-visible .ui-product-card__body::after {
  width: calc(100% - 116px);
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__content {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__arrow {
  margin-left: 12px;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo {
  --ui-product-card-bank-side-width: 426px;
  height: 100%;
  min-height: 576px;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-layout {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__media {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  min-height: 0;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 106px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: calc(var(--ui-product-card-bank-side-width) + 16px);
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__copy {
  width: 100%;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__title {
  white-space: normal;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__arrow--mobile {
  display: none;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--ui-product-card-bank-side-width);
  min-width: 343px;
  max-width: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 88%;
  max-height: 72px;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-cta {
  --ui-product-card-body-grow: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  background: #ffffff;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--ui-product-card-body-grow);
  top: calc(var(--ui-product-card-body-grow) * -1);
  background: inherit;
  -webkit-transition: height 0.35s ease, top 0.35s ease;
  transition: height 0.35s ease, top 0.35s ease;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-cta .ui-product-card__arrow {
  position: relative;
  z-index: 1;
}

.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo:hover .ui-product-card__bank-side-cta,
.ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo:focus-visible .ui-product-card__bank-side-cta {
  --ui-product-card-body-grow: 8px;
}

@media (max-width: 991px) {
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo {
    min-height: auto;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-layout {
    position: relative;
    min-height: 0;
    display: block;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main {
    position: relative;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__media {
    min-height: 260px;
    height: 260px;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__body {
    padding: 16px;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__copy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__arrow--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 2;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 260px;
    pointer-events: none;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-visual {
    min-height: 100%;
    height: 100%;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-cta {
    display: none;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo:hover .ui-product-card__bank-side-cta,
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo:focus-visible .ui-product-card__bank-side-cta {
    --ui-product-card-body-grow: 0px;
  }
}
@media (max-width: 767px) {
  .ui-product-card-root {
    min-height: auto;
  }
  .ui-product-card__media {
    height: 260px;
  }
  .ui-product-card__body {
    min-height: 0;
  }
  .ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__body {
    padding: 20px 16px 26px;
    min-height: 92px;
  }
  .ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__body::after {
    left: 16px;
    width: 160px;
    max-width: calc(100% - 84px);
    bottom: calc(14px + var(--ui-product-card-body-grow) * 0.5);
    border-top-width: 3px;
  }
  .ui-product-card-root.ui-product-card--variant-card-redirect-cta:hover .ui-product-card__body::after,
  .ui-product-card-root.ui-product-card--variant-card-redirect-cta:focus-visible .ui-product-card__body::after {
    width: calc(100% - 84px);
  }
  .ui-product-card-root.ui-product-card--variant-card-redirect-cta .ui-product-card__title {
    font-size: 28px;
    line-height: 32px;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-layout {
    position: relative;
    display: block;
    min-height: 0;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main {
    position: relative;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__media {
    min-height: 260px;
    height: 260px;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__body {
    padding: 16px;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-main .ui-product-card__copy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__arrow--mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 260px;
    min-height: 0;
    z-index: 2;
    pointer-events: none;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-visual {
    height: 100%;
    min-height: 0;
  }
  .ui-product-card-root.ui-product-card--variant-card-panel-right-with-logo .ui-product-card__bank-side-cta {
    display: none;
  }
}
.ui-loan-banner-root {
  --ui-loan-banner-sticky-top: 105px;
  width: 100%;
}

.ui-loan-banner-root--sticky {
  position: sticky;
  top: var(--ui-loan-banner-sticky-top);
  z-index: 997;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.ui-loan-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  height: 72px;
  padding: 16px 80px;
  background: linear-gradient(92deg, #05254b 0%, var(--Color-Surface-Brand-Surface-brand-contrast, #006dda) 134.18%);
  color: #fafafa;
}

.ui-loan-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  min-width: 0;
}

.ui-loan-banner__headline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 24px;
  margin: 0;
  white-space: nowrap;
}

.ui-loan-banner__product,
.ui-loan-banner__price {
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.ui-loan-banner__message-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0;
}

.ui-loan-banner__message {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.ui-loan-banner__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  line-height: 0;
}

button.ui-loan-banner__info {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ui-loan-banner__info svg {
  display: block;
  width: 20px;
  height: 20px;
}

.ui-loan-banner__actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ui-loan-banner__cta.ui-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}

.ui-loan-banner__cta.ui-btn--ghost {
  border-color: #fafafa;
}

.ui-loan-banner__cta.ui-btn--ghost:not(:disabled):not(.is-disabled):hover {
  border-color: #fafafa;
  opacity: 1;
  text-decoration: none;
}

.ui-loan-banner__icon-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  width: 72px;
  height: 40px;
  padding: 0 20px;
  background: #d6e7f8;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.32s ease, gap 0.32s ease;
  transition: width 0.32s ease, gap 0.32s ease;
}

.ui-loan-banner__icon-cta:hover,
.ui-loan-banner__icon-cta:focus,
.ui-loan-banner__icon-cta:active {
  text-decoration: none;
}

.ui-loan-banner__icon-cta:focus-visible {
  outline: 2px solid #fafafa;
  outline-offset: 2px;
}

.ui-loan-banner__icon-cta-cart,
.ui-loan-banner__icon-cta-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.ui-loan-banner__icon-cta svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-loan-banner__icon-cta-arrow {
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: width 0.32s ease, opacity 0.24s ease, -webkit-transform 0.32s ease;
  transition: width 0.32s ease, opacity 0.24s ease, -webkit-transform 0.32s ease;
  transition: width 0.32s ease, opacity 0.24s ease, transform 0.32s ease;
  transition: width 0.32s ease, opacity 0.24s ease, transform 0.32s ease, -webkit-transform 0.32s ease;
}

.ui-loan-banner__icon-cta:hover,
.ui-loan-banner__icon-cta:focus-visible {
  width: 112px;
  gap: 8px;
}

.ui-loan-banner__icon-cta:hover .ui-loan-banner__icon-cta-arrow,
.ui-loan-banner__icon-cta:focus-visible .ui-loan-banner__icon-cta-arrow {
  width: 24px;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 1199px) {
  .ui-loan-banner__content {
    gap: 24px;
  }
  .ui-loan-banner__headline {
    gap: 16px;
  }
  .ui-loan-banner__product,
  .ui-loan-banner__price {
    font-size: 20px;
    line-height: 28px;
  }
  .ui-loan-banner__message {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .ui-loan-banner-root {
    display: none;
  }
  .ui-loan-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .ui-loan-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  .ui-loan-banner__headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: normal;
  }
  .ui-loan-banner__actions {
    width: 100%;
  }
  .ui-loan-banner__cta.ui-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media (max-width: 767px) {
  .ui-loan-banner {
    padding: 16px;
    gap: 16px;
  }
  .ui-loan-banner__message-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ui-loan-banner__message {
    font-size: 16px;
    line-height: 20px;
  }
  .ui-loan-banner__actions {
    gap: 8px;
  }
  .ui-loan-banner__cta.ui-btn {
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
  }
  .ui-loan-banner__icon-cta {
    width: 72px;
    height: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ui-loan-banner__icon-cta:hover,
  .ui-loan-banner__icon-cta:focus-visible {
    width: 104px;
  }
}
/* ==========================================================================
   Component: Slider base 
   ========================================================================== */
.ui-slider-base-root {
  width: 100%;
}

.ui-slider-base {
  display: block;
  width: 100%;
}

.ui-slider-base__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
}

.ui-slider-base__control {
  display: none;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000000;
  line-height: 0;
  cursor: pointer;
}

.ui-slider-base.has-overflow .ui-slider-base__control,
.ui-slider-base.ui-slider-base--controls-always .ui-slider-base__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui-slider-base__control:disabled {
  opacity: 0.3;
  cursor: default;
}

.ui-slider-base__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 24px;
}

.ui-slider-base__icon svg {
  display: block;
  width: 12px;
  height: 24px;
}

.ui-slider-base__control--next .ui-slider-base__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ui-slider-base__viewport {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.ui-slider-base__viewport::-webkit-scrollbar {
  display: none;
}

.ui-slider-base__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}

.ui-slider-base--align-center:not(.has-overflow) .ui-slider-base__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-slider-base--align-right:not(.has-overflow) .ui-slider-base__items {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ui-slider-base.has-overflow .ui-slider-base__items {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
   Component: Mosaic Grid
   ========================================================================== */
.ui-mosaic-grid-root {
  width: 100%;
}

.ui-mosaic-grid {
  width: 100%;
}

.ui-mosaic-grid__row {
  margin-left: -8px;
  margin-right: -8px;
}

.ui-mosaic-grid__row + .ui-mosaic-grid__row {
  margin-top: 16px;
}

.ui-mosaic-grid__row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.ui-mosaic-grid__cell {
  --ui-mosaic-cell-min-height-desktop: 530px;
  --ui-mosaic-cell-min-height-tablet: 530px;
  --ui-mosaic-cell-min-height-mobile: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: var(--ui-mosaic-cell-min-height-desktop);
}

.ui-mosaic-grid__cell > * {
  width: 100%;
  min-height: inherit;
}

.ui-mosaic-grid__cell--hierarchy-high {
  min-height: var(--ui-mosaic-cell-min-height-desktop);
}

.ui-mosaic-grid__cell--hierarchy-medium {
  min-height: var(--ui-mosaic-cell-min-height-desktop);
}

.ui-mosaic-grid__cell--hierarchy-low {
  min-height: var(--ui-mosaic-cell-min-height-desktop);
}

@media (max-width: 991px) {
  .ui-mosaic-grid__cell,
  .ui-mosaic-grid__cell--hierarchy-high,
  .ui-mosaic-grid__cell--hierarchy-medium,
  .ui-mosaic-grid__cell--hierarchy-low {
    min-height: var(--ui-mosaic-cell-min-height-tablet);
  }
}
@media (max-width: 767px) {
  .ui-mosaic-grid__row > [class*=col-] + [class*=col-] {
    margin-top: 16px;
  }
  .ui-mosaic-grid__cell,
  .ui-mosaic-grid__cell--hierarchy-high,
  .ui-mosaic-grid__cell--hierarchy-medium,
  .ui-mosaic-grid__cell--hierarchy-low {
    min-height: var(--ui-mosaic-cell-min-height-mobile);
  }
}
@media (min-width: 768px) {
  .ui-mosaic-grid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .ui-mosaic-grid__row.ui-mosaic-grid__row--wrap-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ui-mosaic-grid__row > [class*=col-] {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .ui-mosaic-grid__row.ui-mosaic-grid__row--wrap-md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .ui-mosaic-grid__row.ui-mosaic-grid__row--wrap-lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ==========================================================================
   Component: Tabs Carousel
   ========================================================================== */
.ui-tabs-carousel-root {
  width: 100%;
}

.ui-tabs-carousel {
  width: 100%;
}

.ui-tabs-carousel__sticky-anchor {
  position: relative;
  width: 100%;
}

.ui-tabs-carousel__responsive-sticky-anchor {
  display: none;
  position: relative;
  width: 100%;
}

.ui-tabs-carousel__sticky-placeholder {
  display: none;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.ui-tabs-carousel__responsive-sticky-placeholder {
  display: none;
  width: 100%;
  height: 0;
  pointer-events: none;
}

.ui-tabs-carousel__sticky-target {
  width: 100%;
}

.ui-tabs-carousel__responsive-sticky-target {
  width: 100%;
}

.ui-tabs-carousel-root[data-tabs-width-mode=viewport] .ui-tabs-carousel__sticky-anchor,
.ui-tabs-carousel-root[data-tabs-width-mode=viewport] .ui-tabs-carousel__responsive-sticky-anchor {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ui-tabs-carousel-root.is-sticky-active:not(.is-sticky-responsive) .ui-tabs-carousel__sticky-placeholder {
  display: block;
}

.ui-tabs-carousel-root.is-sticky-active:not(.is-sticky-responsive) .ui-tabs-carousel__sticky-target {
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  z-index: 997;
  background: #F4F4F6;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.ui-tabs-carousel-root.is-sticky-active.is-sticky-responsive .ui-tabs-carousel__responsive-sticky-placeholder {
  display: block;
}

.ui-tabs-carousel-root.is-sticky-active.is-sticky-responsive .ui-tabs-carousel__responsive-sticky-target {
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  z-index: 997;
  background: #fff;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.ui-tabs-carousel__nav-shell {
  width: 100%;
}

.ui-tabs-carousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  border-bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.ui-tabs-carousel--no-slider .ui-tabs-carousel__nav {
  width: 100%;
  min-width: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: normal;
}

.ui-tabs-carousel--no-slider.ui-tabs-carousel--align-center .ui-tabs-carousel__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-tabs-carousel--no-slider.ui-tabs-carousel--align-right .ui-tabs-carousel__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ui-tabs-carousel__nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 64px;
}

.ui-tabs-carousel__nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 64px;
  height: 64px;
  width: 100%;
  margin-right: 0;
  padding: 12px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
}

.ui-tabs-carousel__tab-roll {
  --ui-tabs-roll-duration: 360ms;
  --ui-tabs-roll-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: inherit;
  will-change: transform;
}

.ui-tabs-carousel__tab-roll::after {
  content: attr(data-roll-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity var(--ui-tabs-roll-duration) ease, -webkit-transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease);
  transition: opacity var(--ui-tabs-roll-duration) ease, -webkit-transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease);
  transition: transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease), opacity var(--ui-tabs-roll-duration) ease;
  transition: transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease), opacity var(--ui-tabs-roll-duration) ease, -webkit-transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease);
  pointer-events: none;
}

.ui-tabs-carousel__tab-roll-text {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity var(--ui-tabs-roll-duration) ease, -webkit-transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease);
  transition: opacity var(--ui-tabs-roll-duration) ease, -webkit-transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease);
  transition: transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease), opacity var(--ui-tabs-roll-duration) ease;
  transition: transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease), opacity var(--ui-tabs-roll-duration) ease, -webkit-transform var(--ui-tabs-roll-duration) var(--ui-tabs-roll-ease);
  will-change: transform, opacity;
}

.ui-tabs-carousel__nav > li > a:hover,
.ui-tabs-carousel__nav > li > a:focus {
  background: transparent;
  color: #05254B;
}

.ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:hover .ui-tabs-carousel__tab-roll-text,
.ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:focus-visible .ui-tabs-carousel__tab-roll-text {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:hover .ui-tabs-carousel__tab-roll::after,
.ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:focus-visible .ui-tabs-carousel__tab-roll::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.ui-tabs-carousel__nav > li.active > a,
.ui-tabs-carousel__nav > li.active > a:hover,
.ui-tabs-carousel__nav > li.active > a:focus {
  border: 0;
  border-bottom: 3px solid var(--Color-Border-Brand-Border-brand-contrast, #006DDA);
  background: transparent;
  font-weight: 700;
  color: #006DDA;
}

.ui-tabs-carousel__nav > li.disabled > a {
  color: #7e8798;
  cursor: default;
  pointer-events: none;
}

.ui-tabs-carousel__responsive {
  display: none;
  position: relative;
  width: 100%;
}

.ui-tabs-carousel__responsive-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 16px;
  border: 0;
  border-bottom: 3px solid #006dda;
  background: #f2f4f7;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.ui-tabs-carousel__responsive-prefix {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.ui-tabs-carousel__responsive-value {
  margin-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.ui-tabs-carousel__responsive-caret {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.ui-tabs-carousel__responsive-caret::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #1f2430;
  border-bottom: 2px solid #1f2430;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.ui-tabs-carousel-root.is-responsive-open .ui-tabs-carousel__responsive-caret::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.ui-tabs-carousel__responsive-list {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  z-index: 997;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  border: 0;
  background: #f2f4f7;
}

.ui-tabs-carousel-root.is-responsive-open .ui-tabs-carousel__responsive-list {
  display: block;
}

.ui-tabs-carousel__responsive-item {
  margin: 0;
}

.ui-tabs-carousel__responsive-option {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

.ui-tabs-carousel__responsive-option:hover {
  background: #e7ebf2;
}

.ui-tabs-carousel__responsive-option:disabled {
  opacity: 0.5;
  cursor: default;
}

.ui-tabs-carousel__responsive-option.is-active {
  font-weight: 700;
}

.ui-tabs-carousel__content {
  width: 100%;
  padding-top: 12px;
}

.ui-tabs-carousel__panel {
  min-height: 64px;
  padding: 16px;
  border: 1px solid #d2d6df;
}

.ui-tabs-carousel__panel-text {
  margin: 0;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ui-tabs-carousel--layout-mosaic .ui-tabs-carousel__panel {
  min-height: 0;
  padding: 0;
  border: 0;
}

.ui-tabs-carousel__mosaic {
  width: 100%;
}

.ui-tabs-carousel-demo-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 16px;
  border: 1px solid #d2d6df;
  background: #f2f4f7;
}

.ui-tabs-carousel-demo-tile--dark {
  background: linear-gradient(99deg, #05254b 12.55%, #000 176.97%);
  border-color: #05254b;
  color: #fafafa;
}

.ui-tabs-carousel-demo-tile__kicker {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.9;
}

.ui-tabs-carousel-demo-tile__title {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.ui-tabs-carousel-demo-tile__copy {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.ui-tabs-carousel-demo-tile__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding-top: 8px;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ui-tabs-carousel-demo-tile__cta:hover,
.ui-tabs-carousel-demo-tile__cta:focus,
.ui-tabs-carousel-demo-tile__cta:active {
  color: #05254B;
  text-decoration: underline;
}

.ui-tabs-carousel-demo-tile__cta:focus-visible {
  outline: 2px solid #006DDA;
  outline-offset: 2px;
}

.ui-tabs-carousel-demo-tile--dark .ui-tabs-carousel-demo-tile__cta,
.ui-tabs-carousel-demo-tile--dark .ui-tabs-carousel-demo-tile__cta:hover,
.ui-tabs-carousel-demo-tile--dark .ui-tabs-carousel-demo-tile__cta:focus,
.ui-tabs-carousel-demo-tile--dark .ui-tabs-carousel-demo-tile__cta:active {
  color: #FAFAFA;
}

.ui-tabs-carousel-demo-tile--dark .ui-tabs-carousel-demo-tile__cta:focus-visible {
  outline-color: #FAFAFA;
}

.ui-slider-base--align-center:not(.has-overflow) .ui-tabs-carousel__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-slider-base--align-right:not(.has-overflow) .ui-tabs-carousel__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ui-slider-base.has-overflow .ui-tabs-carousel__nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ui-tabs-carousel-root[data-enable-responsive-dropdown=true].is-responsive-viewport .ui-tabs-carousel__sticky-anchor {
  display: none;
}

.ui-tabs-carousel-root[data-enable-responsive-dropdown=true].is-responsive-viewport .ui-tabs-carousel__responsive-sticky-anchor {
  display: block;
}

.ui-tabs-carousel-root[data-enable-responsive-dropdown=true].is-responsive-viewport .ui-tabs-carousel__responsive {
  display: block;
}

.ui-tabs-carousel-root[data-enable-responsive-dropdown=true].is-responsive-viewport .ui-tabs-carousel__content {
  padding-top: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .ui-tabs-carousel__tab-roll::after,
  .ui-tabs-carousel__tab-roll-text {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  .ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:hover .ui-tabs-carousel__tab-roll-text,
  .ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:focus-visible .ui-tabs-carousel__tab-roll-text,
  .ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:hover .ui-tabs-carousel__tab-roll::after,
  .ui-tabs-carousel-root:not(.is-responsive-viewport) .ui-tabs-carousel__nav > li:not(.active):not(.disabled) > a:focus-visible .ui-tabs-carousel__tab-roll::after {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.ui-pdp-media-image-tile-root {
  width: 100%;
}

.ui-pdp-media-image-tile {
  display: block;
  width: 100%;
  min-height: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.ui-pdp-media-image-tile:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.ui-pdp-media-image-tile__media {
  display: block;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
}

.ui-pdp-media-image-tile__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.ui-pdp-media-image-tile:hover .ui-pdp-media-image-tile__image,
.ui-pdp-media-image-tile:focus-visible .ui-pdp-media-image-tile__image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.ui-pdp-media-video-tile-root {
  width: 100%;
}

.ui-pdp-media-video-tile {
  position: relative;
  display: block;
  width: 100%;
  min-height: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #111;
  cursor: pointer;
}

.ui-pdp-media-video-tile__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-pdp-media-video-tile__video::-webkit-media-controls,
.ui-pdp-media-video-tile__video::-webkit-media-controls-enclosure,
.ui-pdp-media-video-tile__video::-webkit-media-controls-panel,
.ui-pdp-media-video-tile__video::-webkit-media-controls-play-button,
.ui-pdp-media-video-tile__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.ui-pdp-media-video-tile:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.ui-pdp-media-video-tile__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ui-pdp-media-video-tile__icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.ui-checkbox-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px 12px 16px;
}

.ui-checkbox-field__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #00205B;
}

.ui-checkbox__input:checked ~ .ui-checkbox-field__label {
  font-weight: bold;
  color: #24272C;
}

.ui-range-field {
  width: 100%;
  padding: 9px 16px;
}

.ui-range-field__track {
  position: relative;
  width: 100%;
  height: 3px;
  background: #006DDA;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ui-range-field__edge {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: white;
  border: 1px solid #006DDA;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ui-range-field__edge--left {
  left: 0px;
}

.ui-range-field__edge--right {
  right: 0px;
}

.ui-range-field__input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  pointer-events: none;
}

.ui-range-field__input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.ui-range-field__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #006DDA;
  background: radial-gradient(circle, #006DDA 0 4px, transparent 4px);
  pointer-events: auto;
  cursor: pointer;
}

.ui-range-field__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
}

/* ==========================================================================
   Component: Home Tabs
   ========================================================================== */
.ui-home-tabs-mosaic {
  width: 100%;
  padding: 24px 0 40px;
}

.ui-home-tabs-mosaic__tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 16px;
  border: 1px solid #d2d6df;
  background: #f2f4f7;
}

.ui-home-tabs-mosaic__tile--dark {
  border-color: #05254b;
  background: linear-gradient(99deg, #05254b 12.55%, #000 176.97%);
  color: #fafafa;
}

.ui-home-tabs-mosaic__tile-kicker {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.9;
}

.ui-home-tabs-mosaic__tile-title {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.ui-home-tabs-mosaic__tile-copy {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.ui-home-tabs-mosaic__tile-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding-top: 8px;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ui-home-tabs-mosaic__tile-cta:hover,
.ui-home-tabs-mosaic__tile-cta:focus,
.ui-home-tabs-mosaic__tile-cta:active {
  color: #05254B;
  text-decoration: underline;
}

.ui-home-tabs-mosaic__tile-cta:focus-visible {
  outline: 2px solid #006dda;
  outline-offset: 2px;
}

.ui-home-tabs-mosaic__tile--dark .ui-home-tabs-mosaic__tile-cta,
.ui-home-tabs-mosaic__tile--dark .ui-home-tabs-mosaic__tile-cta:hover,
.ui-home-tabs-mosaic__tile--dark .ui-home-tabs-mosaic__tile-cta:focus,
.ui-home-tabs-mosaic__tile--dark .ui-home-tabs-mosaic__tile-cta:active {
  color: #fafafa;
}

.ui-home-tabs-mosaic__tile--dark .ui-home-tabs-mosaic__tile-cta:focus-visible {
  outline-color: #fafafa;
}

.ui-home-community-mosaic {
  width: 100%;
  padding: 8px 0 40px;
  background: #f4f4f6;
}

.ui-home-community-mosaic__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: inherit;
  padding: 0px 48px;
  background: linear-gradient(99deg, #05254b 12.55%, #000 176.97%);
  color: #fafafa;
}

.ui-home-community-mosaic__intro-copy {
  max-width: 100%;
}

.ui-home-community-mosaic__intro-title {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 24px;
}

.ui-home-community-mosaic__intro-description {
  margin: 8px 0 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: #a8afbd;
  line-height: 20px;
}

.ui-home-community-mosaic__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .ui-home-community-mosaic {
    padding-bottom: 32px;
  }
  .ui-home-community-mosaic__intro {
    padding: 24px;
  }
  .ui-home-community-mosaic__intro-title {
    font-size: 20px;
    line-height: 28px;
  }
  .ui-home-community-mosaic__intro-description {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: #a8afbd;
  }
}
@media (max-width: 767px) {
  .ui-home-community-mosaic {
    padding-bottom: 24px;
  }
  .ui-home-community-mosaic__intro {
    min-height: 220px;
    padding: 24px 20px;
  }
  .ui-home-community-mosaic__intro-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.ui-pdp-hero-root {
  --ui-pdp-hero-header-offset: 105px;
  --ui-pdp-hero-bg-image: url("/pdp/assets/img/pdp-img-example.png");
  width: 100%;
}

.ui-pdp-hero {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - var(--ui-pdp-hero-header-offset));
  background-image: var(--ui-pdp-hero-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ui-pdp-hero__container,
.ui-pdp-hero__row {
  min-height: calc(100dvh - 72px);
  padding: 0px;
}

.ui-pdp-hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px !important;
}

.ui-pdp-hero__visual,
.ui-pdp-hero__panel-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: inherit;
}

.ui-pdp-hero__panel-col {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 606px;
  padding: 0px;
}

.ui-pdp-hero__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: inherit;
  padding: 185px 108px;
  background: rgba(5, 12, 20, 0.36);
  backdrop-filter: blur(6px);
  color: #fafafa;
}

.ui-pdp-hero__breadcrumb {
  margin-bottom: 32px;
}

.ui-pdp-hero__year {
  margin: 0 0 4px;
  color: #B2B9C6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.ui-pdp-hero__title {
  margin: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.ui-pdp-hero__description {
  max-width: 520px;
  margin: 0;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ui-pdp-hero__price-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 12px 0px;
}

.ui-pdp-hero__price {
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
}

.ui-pdp-hero__list-price {
  color: rgba(250, 250, 250, 0.85);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: line-through;
}

.ui-pdp-hero__finance-text {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.ui-pdp-hero__finance-weekly,
.ui-pdp-hero__finance-bank {
  font-weight: 700;
}

.ui-pdp-hero__finance-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ui-pdp-hero__finance-info svg {
  display: block;
  width: 20px;
  height: 20px;
}

.ui-pdp-hero__finance-info:focus,
.ui-pdp-hero__finance-info:hover,
.ui-pdp-hero__finance-info:active {
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-pdp-hero__finance-info:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.ui-pdp-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 40px;
}

.ui-pdp-hero__btn.ui-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-pdp-hero__btn.ui-btn--primary {
  opacity: 1;
  max-width: 366px;
  width: 100%;
}

.ui-pdp-hero__btn.ui-btn--ghost {
  opacity: 1;
  text-decoration: none;
  max-width: 366px;
  width: 100%;
}

.ui-pdp-hero__delivery {
  margin-top: auto;
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 366px;
}

.ui-pdp-hero__delivery-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ui-pdp-hero__delivery-icon-desktop,
.ui-pdp-hero__delivery-icon-mobile {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  line-height: 0;
}

.ui-pdp-hero__delivery-icon-desktop svg,
.ui-pdp-hero__delivery-icon-mobile svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-pdp-hero__delivery-icon-mobile {
  display: none;
}

.ui-pdp-hero__delivery-icon-desktop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui-pdp-hero__delivery-link {
  display: inline-block;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 12px 0px;
  margin-top: 24px;
}

.ui-pdp-hero__delivery-link:hover,
.ui-pdp-hero__delivery-link:focus,
.ui-pdp-hero__delivery-link:active {
  color: #fafafa;
}

.tooltip.ui-pdp-hero-tooltip {
  z-index: 1080;
  opacity: 1;
  padding-top: 10px;
}

.tooltip.ui-pdp-hero-tooltip.bottom {
  margin-top: 0;
}

.tooltip.ui-pdp-hero-tooltip .tooltip-inner {
  max-width: 408px;
  padding: 0;
  background: #ededed;
  border-radius: 0;
  color: #2f2f2f;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tooltip.ui-pdp-hero-tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  width: 18px;
  height: 10px;
  margin-left: -9px;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #ededed;
  border-left: 9px solid transparent;
}

.ui-pdp-hero-tooltip__content {
  padding: 16px;
}

.ui-pdp-hero-tooltip__title,
.ui-pdp-hero-tooltip__body,
.ui-pdp-hero-tooltip__note {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-pdp-hero-tooltip__title {
  color: #05254b;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.ui-pdp-hero-tooltip__body {
  margin-top: 12px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.ui-pdp-hero-tooltip__note {
  margin-top: 16px;
  color: #2f2f2f;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

@media (max-width: 991px) {
  .ui-pdp-hero {
    min-height: 0;
    background: none;
  }
  .ui-pdp-hero__container,
  .ui-pdp-hero__row {
    min-height: 0;
  }
  .ui-pdp-hero__container {
    padding-right: 0;
    padding-left: 0;
  }
  .ui-pdp-hero__row,
  .ui-pdp-hero__visual,
  .ui-pdp-hero__panel-col {
    display: block;
    min-height: 0;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .ui-pdp-hero__visual {
    width: 100%;
    min-height: 360px;
    background-image: var(--ui-pdp-hero-bg-image, url("/pdp/assets/img/pdp-img-example.png"));
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ui-pdp-hero__panel-col {
    min-width: 0;
  }
  .ui-pdp-hero__panel {
    min-height: 0;
    padding: 28px 24px 24px;
    background: #f1f2f5;
    backdrop-filter: none;
    color: #05254b;
  }
  .ui-pdp-hero__breadcrumb {
    display: none;
  }
  .ui-pdp-hero__year {
    display: block;
    color: var(--ui-brand-navy);
    font-family: var(--ui-font-family-base, Helvetica);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .ui-pdp-hero__title {
    color: var(--ui-brand-navy);
    font-family: var(--ui-font-family-base, Helvetica);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
  }
  .ui-pdp-hero__description {
    display: none;
  }
  .ui-pdp-hero__price-row {
    margin: 16px 0 0;
    padding: 0;
  }
  .ui-pdp-hero__price {
    color: var(--ui-brand-navy);
    font-family: var(--ui-font-family-base, Helvetica);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
  .ui-pdp-hero__list-price {
    display: none;
  }
  .ui-pdp-hero__finance {
    display: block;
    margin-top: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ui-pdp-hero__finance-text {
    display: block;
    max-width: 100%;
    color: #05254b;
    font-size: 24px;
    line-height: 30px;
  }
  .ui-pdp-hero__finance-info svg {
    width: 18px;
    height: 18px;
  }
  .ui-pdp-hero__actions {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
    gap: 14px;
  }
  .ui-pdp-hero__btn.ui-btn {
    max-width: none;
    width: 100%;
    height: 56px;
  }
  .ui-pdp-hero__btn.ui-pdp-hero__btn--loan {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ui-pdp-hero__btn.ui-btn--buy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ui-pdp-hero__delivery {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
    max-width: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
  .ui-pdp-hero__delivery-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    color: #05254b;
    font-size: 18px;
    line-height: 30px;
  }
  .ui-pdp-hero__delivery-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: #05254b;
    font-size: 18px;
    line-height: 30px;
  }
  .ui-pdp-hero__delivery-icon-desktop {
    display: none;
  }
  .ui-pdp-hero__delivery-icon-mobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .tooltip.ui-pdp-hero-tooltip .tooltip-inner {
    width: min(353px, 100vw - 32px);
    max-width: min(353px, 100vw - 32px);
  }
}
@media (max-width: 767px) {
  .ui-pdp-hero__visual {
    min-height: 250px;
  }
  .ui-pdp-hero__panel {
    padding: 18px 14px 20px;
  }
  .ui-pdp-hero__year {
    font-size: 18px;
    line-height: 28px;
  }
  .ui-pdp-hero__title {
    font-size: 56px;
    line-height: 64px;
  }
  .ui-pdp-hero__price {
    font-size: 40px;
    line-height: 48px;
  }
  .ui-pdp-hero__finance-text {
    font-size: 16px;
    line-height: 22px;
  }
  .ui-pdp-hero__finance-info {
    margin-left: 4px;
  }
  .ui-pdp-hero__actions {
    margin-top: 24px;
    gap: 16px;
  }
  .ui-pdp-hero__btn.ui-btn {
    height: 46px;
    font-size: 16px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .ui-pdp-hero__delivery-text {
    font-size: 16px;
    line-height: 22px;
  }
  .ui-pdp-hero__delivery-link {
    font-size: 16px;
    line-height: 22px;
  }
}
.ui-pdp-performance-spotlight-root {
  --ui-pdp-performance-spotlight-bg-image: url("/pdp/assets/img/pdp-img-example.png");
  width: 100%;
  padding: 56px 0 72px;
  background: #fff;
}

.ui-pdp-performance-spotlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}

.ui-pdp-performance-spotlight__intro {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.ui-pdp-performance-spotlight__intro-title {
  margin: 0;
  color: var(--Color-Text-Brand-Text-brand-tertiary, #05254b);
  text-align: center;
  font-family: var(--Font-Family-Heading, Helvetica Neue, Helvetica, Arial, sans-serif);
  font-size: var(--Font-Size-3xl, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--Font-line-height-lg, 48px);
}

.ui-pdp-performance-spotlight__intro-description {
  margin: 12px 0 0;
  color: var(--Color-Text-Brand-Text-brand-tertiary, #05254b);
  text-align: center;
  font-family: var(--Font-Family-Body, Helvetica Neue, Helvetica, Arial, sans-serif);
  font-size: var(--Font-Size-sm, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Font-line-height-sm, 28px);
}

.ui-pdp-performance-spotlight__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 804px;
  background-image: var(--ui-pdp-performance-spotlight-bg-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ui-pdp-performance-spotlight__panel {
  min-width: 606px;
  padding: 128px 88px 111px 120px;
  background: rgba(5, 12, 20, 0.36);
  backdrop-filter: blur(3px);
  color: #fafafa;
}

.ui-pdp-performance-spotlight__panel-title {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

.ui-pdp-performance-spotlight__panel-description {
  margin: 14px 0 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.ui-pdp-performance-spotlight__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 20px;
  margin-top: 26px;
}

.ui-pdp-performance-spotlight__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.ui-pdp-performance-spotlight__spec-icon {
  width: 24px;
  height: 24px;
  line-height: 0;
}

.ui-pdp-performance-spotlight__spec-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.ui-pdp-performance-spotlight__spec-value {
  margin: 4px 0 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}

.ui-pdp-performance-spotlight__spec-label {
  margin: 0;
  color: rgba(250, 250, 250, 0.9);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 991px) {
  .ui-pdp-performance-spotlight-root {
    padding: 44px 0 56px;
  }
  .ui-pdp-performance-spotlight {
    gap: 24px;
  }
  .ui-pdp-performance-spotlight__intro {
    padding-right: 24px;
    padding-left: 24px;
  }
  .ui-pdp-performance-spotlight__intro-title {
    font-size: 36px;
    line-height: 44px;
  }
  .ui-pdp-performance-spotlight__media {
    display: block;
    position: relative;
    min-height: 0;
    padding-top: 0;
    background: #fff;
  }
  .ui-pdp-performance-spotlight__media::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background-image: var(--ui-pdp-performance-spotlight-bg-image);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ui-pdp-performance-spotlight__panel {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 30px 24px 24px;
    background: #fff;
    backdrop-filter: none;
    color: #05254b;
  }
  .ui-pdp-performance-spotlight__panel::before,
  .ui-pdp-performance-spotlight__panel::after {
    content: none;
  }
  .ui-pdp-performance-spotlight__panel-title {
    color: #05254b;
    font-size: 38px;
    line-height: 44px;
  }
  .ui-pdp-performance-spotlight__panel-description {
    color: #05254b;
    font-size: 18px;
    line-height: 26px;
  }
  .ui-pdp-performance-spotlight__spec-icon,
  .ui-pdp-performance-spotlight__spec-icon svg {
    color: #05254b;
  }
  .ui-pdp-performance-spotlight__spec-icon svg [stroke] {
    stroke: #05254b;
  }
  .ui-pdp-performance-spotlight__spec-icon svg [fill]:not([fill=none]) {
    fill: #05254b;
  }
  .ui-pdp-performance-spotlight__spec-value {
    color: #05254b;
  }
  .ui-pdp-performance-spotlight__spec-label {
    color: rgba(5, 12, 20, 0.72);
  }
}
@media (max-width: 767px) {
  .ui-pdp-performance-spotlight-root {
    padding: 32px 0 40px;
  }
  .ui-pdp-performance-spotlight-root .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .ui-pdp-performance-spotlight__intro {
    padding-right: 14px;
    padding-left: 14px;
  }
  .ui-pdp-performance-spotlight__intro-title {
    font-size: 32px;
    line-height: 40px;
  }
  .ui-pdp-performance-spotlight__intro-description {
    margin-top: 10px;
    font-size: 18px;
    line-height: 28px;
  }
  .ui-pdp-performance-spotlight__media::before {
    height: 220px;
  }
  .ui-pdp-performance-spotlight__panel {
    padding: 24px 14px 20px;
  }
  .ui-pdp-performance-spotlight__panel-title {
    font-size: 30px;
    line-height: 36px;
  }
  .ui-pdp-performance-spotlight__panel-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .ui-pdp-performance-spotlight__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
    margin-top: 20px;
  }
  .ui-pdp-performance-spotlight__spec-value {
    font-size: 26px;
    line-height: 32px;
  }
}
.ui-pdp-media-mosaic {
  width: 100%;
  background: #f4f4f6;
  padding: 8px 0 56px;
}

.ui-pdp-media-mosaic .container-fluid {
  padding-right: 8px;
  padding-left: 8px;
}

.ui-pdp-media-mosaic__grid .ui-mosaic-grid__row {
  margin-right: -4px;
  margin-left: -4px;
}

.ui-pdp-media-mosaic__grid .ui-mosaic-grid__row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.ui-pdp-media-mosaic__grid .ui-mosaic-grid__row + .ui-mosaic-grid__row {
  margin-top: 16px;
}

.ui-pdp-media-mosaic__modal {
  background: rgba(5, 12, 20, 0.62);
}

.ui-pdp-media-mosaic__modal-dialog {
  max-width: 620px;
  margin: 80px auto 30px;
}

.ui-pdp-media-mosaic__modal-content {
  border: 0;
  border-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ui-pdp-media-mosaic__modal-header {
  border-bottom: 1px solid rgba(5, 12, 20, 0.1);
}

.ui-pdp-media-mosaic__modal-title {
  margin: 0;
  color: #05254b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.ui-pdp-media-mosaic__modal-close {
  opacity: 1;
}

.ui-pdp-media-mosaic__modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-pdp-media-mosaic__modal-line {
  margin: 0;
  color: #05254b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.ui-pdp-media-mosaic__modal-line + .ui-pdp-media-mosaic__modal-line {
  margin-top: 8px;
}

.ui-pdp-media-mosaic__modal--fullscreen {
  padding-right: 0 !important;
  background: #d8dce4;
}

.ui-pdp-media-mosaic__modal--fullscreen .ui-pdp-media-mosaic__modal-dialog {
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin: 0;
}

.ui-pdp-media-mosaic__modal--fullscreen .ui-pdp-media-mosaic__modal-content {
  width: 100%;
  min-height: 100vh;
  border: 0;
  border-radius: 0;
  background: #d8dce4;
}

.modal-backdrop.ui-pdp-media-mosaic__modal-backdrop {
  background: #d8dce4;
  opacity: 1;
}

@media (max-width: 991px) {
  .ui-pdp-media-mosaic {
    padding-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .ui-pdp-media-mosaic {
    padding-top: 8px;
    padding-bottom: 36px;
  }
  .ui-pdp-media-mosaic__modal-dialog {
    margin: 20px auto;
    padding-right: 12px;
    padding-left: 12px;
  }
  .ui-pdp-media-mosaic__modal--fullscreen .ui-pdp-media-mosaic__modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .ui-pdp-media-mosaic__modal-title {
    font-size: 20px;
    line-height: 28px;
  }
  .ui-pdp-media-mosaic__modal-line {
    font-size: 16px;
    line-height: 24px;
  }
}
/* ==========================================================================
   Component: Categories Banner
   ========================================================================== */
.ui-categories-banner {
  width: 100%;
}

.ui-categories-banner__visual {
  --ui-categories-banner-top-offset: 105px;
  --ui-categories-banner-bg-image: none;
  position: relative;
  left: 0;
  width: 100%;
  height: 508px;
  margin-left: 0;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), var(--ui-categories-banner-bg-image) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), var(--ui-categories-banner-bg-image) lightgray 50%/cover no-repeat;
  backdrop-filter: blur(2px);
}

.ui-categories-banner__visual .container,
.ui-categories-banner__visual .row,
.ui-categories-banner__visual [class*=col-] {
  height: 100%;
}

.ui-categories-banner__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 100%;
  padding: 24px 16px;
  text-align: center;
}

.ui-categories-banner__title {
  margin: 0;
  color: var(--Color-Text-Text-invert, #fafafa);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.ui-categories-banner__subtitle {
  max-width: 760px;
  margin: 0;
  color: var(--Color-Text-Text-invert, #fafafa);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 991px) {
  .ui-categories-banner__visual {
    height: calc(100dvh - var(--ui-categories-banner-top-offset));
    min-height: 280px;
  }
}
/* ==========================================================================
   Component: Categories Tabs Overlay
   ========================================================================== */
.ui-categories-tabs-overlay {
  --ui-categories-tabs-overlay-offset: 104px;
  --ui-categories-tabs-overlay-offset-desktop: var(--ui-categories-tabs-overlay-offset);
  --ui-categories-tabs-overlay-offset-tablet: var(--ui-categories-tabs-overlay-offset-desktop);
  --ui-categories-tabs-overlay-offset-mobile: var(--ui-categories-tabs-overlay-offset-tablet);
  position: relative;
  z-index: 6;
  margin-top: calc(var(--ui-categories-tabs-overlay-offset-desktop) * -1);
}

@media (max-width: 991px) {
  .ui-categories-tabs-overlay {
    margin-top: calc(var(--ui-categories-tabs-overlay-offset-tablet) * -1);
  }
}
@media (max-width: 767px) {
  .ui-categories-tabs-overlay {
    margin-top: calc(var(--ui-categories-tabs-overlay-offset-mobile) * -1);
  }
}
.ui-tabs-carousel__sticky-anchor {
  background-color: #F4F4F6;
}

.ui-categories-tabs-overlay__tabs {
  width: 100%;
}

/* ==========================================================================
   Component: Work Feature Mosaic
   ========================================================================== */
.ui-work-feature-mosaic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 12px;
  background-color: #F4F4F6;
  padding-bottom: 64px;
}

.ui-work-feature-mosaic__grid {
  width: 100%;
}

.ui-work-feature-mosaic__grid .ui-mosaic-grid__row + .ui-mosaic-grid__row {
  margin-top: 16px;
}

.ui-work-feature-mosaic__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: inherit;
  padding: 0 16px;
  background: linear-gradient(99deg, #05254b 12.55%, #000 176.97%);
  color: #fafafa;
}

.ui-work-feature-mosaic__title {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.ui-work-feature-mosaic__description {
  margin: 0;
  color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.ui-work-feature-mosaic__media {
  width: 100%;
  height: 100%;
  min-height: inherit;
  margin: 0;
  overflow: hidden;
}

.ui-work-feature-mosaic__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.ui-work-feature-mosaic__feature-card {
  min-width: 0;
}

.ui-work-feature-mosaic__feature-card .ui-informative-card__media {
  height: auto;
  min-height: 338px;
  aspect-ratio: auto;
}

.ui-work-feature-mosaic__feature-card .ui-informative-card__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 180px;
  min-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px;
  background: #ffffff;
}

.ui-work-feature-mosaic__feature-card .ui-informative-card__title,
.ui-work-feature-mosaic__feature-card .ui-informative-card__description {
  color: #131416;
}

.ui-work-feature-mosaic__feature-card .ui-informative-card__description {
  margin-top: 4px;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .ui-work-feature-mosaic {
    padding-top: 8px;
  }
  .ui-work-feature-mosaic__panel {
    gap: 8px;
    padding: 16px;
    margin-top: 16px;
  }
  .ui-work-feature-mosaic__title {
    font-size: 16px;
    line-height: 20px;
  }
  .ui-work-feature-mosaic__cards-row {
    margin-top: 8px;
  }
  .ui-work-feature-mosaic__cards-row > [class*=col-] + [class*=col-] {
    margin-top: 8px;
  }
}
/* ==========================================================================
   Component: Promotions Mosaic
   ========================================================================== */
.ui-promotions-mosaic {
  width: 100%;
  background: #f4f4f6;
}

.ui-promotions-mosaic .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 0px 16px;
}

.ui-promotions-mosaic__grid {
  width: 100%;
}

.ui-promotions-mosaic__grid .ui-mosaic-grid__row + .ui-mosaic-grid__row {
  margin-top: 16px;
}

.ui-promotions-mosaic__card:not(.ui-product-card--variant-card-panel-right-with-logo) {
  --ui-promotions-card-total-height: 522px;
  --ui-promotions-card-body-height: 128px;
  --ui-product-card-min-height: var(--ui-promotions-card-total-height);
  --ui-product-card-body-min-height: var(--ui-promotions-card-body-height);
  --ui-product-card-media-height: calc(var(--ui-promotions-card-total-height) - var(--ui-promotions-card-body-height));
}

.ui-promotions-mosaic__card .ui-product-card__body {
  padding: 16px;
}

.ui-promotions-mosaic__card:not(.ui-product-card--variant-card-panel-right-with-logo) .ui-product-card__body {
  min-height: var(--ui-promotions-card-body-height);
  height: var(--ui-promotions-card-body-height);
}

@media (max-width: 991px) {
  .ui-promotions-mosaic__card:not(.ui-product-card--variant-card-panel-right-with-logo) {
    --ui-promotions-card-total-height: 460px;
    --ui-promotions-card-body-height: 120px;
  }
  .ui-promotions-mosaic__grid .ui-mosaic-grid__row + .ui-mosaic-grid__row {
    row-gap: 16px;
  }
}
@media (max-width: 767px) {
  .ui-promotions-mosaic .container-fluid {
    padding-top: 64px;
  }
  .ui-promotions-mosaic__grid .ui-mosaic-grid__row + .ui-mosaic-grid__row {
    margin-top: 16px;
    row-gap: 16px;
  }
  .ui-promotions-mosaic__card:not(.ui-product-card--variant-card-panel-right-with-logo) {
    --ui-promotions-card-total-height: 380px;
    --ui-promotions-card-body-height: 112px;
  }
}
/* ==========================================================================
   Component: Recommended Categories
   ========================================================================== */
.ui-recommended-categories {
  width: 100%;
  background: #f4f4f6;
}

.ui-recommended-categories .container-fluid {
  padding: 0 8px 64px;
}

.ui-recommended-categories__header {
  text-align: center;
}

.ui-recommended-categories__title {
  margin: 0;
  color: #05254b;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.ui-recommended-categories__subtitle {
  margin: 8px 0 0;
  color: #555A64;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.ui-recommended-categories__row {
  margin-top: 24px;
}

.ui-recommended-categories__card {
  --ui-product-card-min-height: 530px;
  --ui-product-card-media-height: 406px;
  --ui-product-card-body-min-height: 124px;
  display: block;
}

.ui-recommended-categories__row > .ui-recommended-categories__col {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 991px) {
  .ui-recommended-categories__card {
    --ui-product-card-min-height: 498px;
    --ui-product-card-media-height: 376px;
    --ui-product-card-body-min-height: 122px;
  }
}
@media (max-width: 767px) {
  .ui-recommended-categories .container-fluid {
    padding-bottom: 64px;
  }
  .ui-recommended-categories__title {
    font-size: 32px;
    line-height: 38px;
  }
  .ui-recommended-categories__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .ui-recommended-categories__row {
    margin-top: 16px;
  }
  .ui-recommended-categories__col + .ui-recommended-categories__col {
    margin-top: 16px;
  }
  .ui-recommended-categories__card {
    --ui-product-card-min-height: auto;
    --ui-product-card-media-height: 260px;
    --ui-product-card-body-min-height: 92px;
  }
}
.plp-filter-wrapper {
  width: 100%;
  background: #F4F4F6;
  padding-bottom: 16px;
  padding-top: 16px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 16px;
}

.plp-filter {
  width: 100%;
}

.plp-filter__bar {
  width: 100%;
  background: #FFFFFF;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.4s ease, opacity 0.4s ease;
  transition: background 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

.plp-filter.is-open .plp-filter__bar {
  background: #F4F4F6;
  opacity: 0.9;
}

.plp-filter__bar .container {
  width: 100%;
  max-width: 100%;
  padding: 0 24px;
}

.plp-filter__bar .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px;
}

.plp-filter__title {
  color: #00205B;
  font-weight: 700;
  font-size: 24px;
}

.plp-filter__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.plp-filter__icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plp-filter__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #00205B;
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  gap: 10px;
}

.plp-filter__panel {
  width: 100%;
  padding-top: 10px;
}

.plp-filter__panel .container {
  width: 100%;
  padding: 0;
}

.plp-filter__column {
  background: #FFFFFF;
  padding: 4px;
  min-height: 336px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 12px;
}

.plp-filter__column-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.plp-filter__actions {
  margin-top: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.plp-filter__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}

.plp-filter-dark-text {
  color: #05254b;
  font-weight: bold;
}

.plp-filter-dark-text:hover {
  color: #05254b !important;
  font-weight: bold !important;
}

.plp-filter__panel .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.plp-filter__panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  display: block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out, transform 0.5s ease-in-out;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.plp-filter.is-open .plp-filter__panel {
  max-height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.icon-close {
  display: none;
}

.plp-filter.is-open .icon-filter {
  display: none;
}

.plp-filter.is-open .icon-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plp-filter.is-open .plp-filter__count-number {
  display: none;
}

.plp-filter__title br {
  display: none;
}

@media (max-width: 1200px) {
  .plp-filter__bar .col-md-8 {
    display: none;
  }
  .plp-filter__bar .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plp-filter__title {
    color: #00205B;
    font-weight: 700;
    font-size: 20px;
  }
  .plp-filter__tablet-space {
    margin-top: 16px;
  }
  .plp-filter__count {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 100%;
  }
  .plp-filter__count .plp-filter__icon {
    position: absolute;
    right: 0;
  }
  .plp-filter__bar .row {
    padding: 0;
  }
  .plp-filter__column {
    min-height: 120px;
  }
  .plp-filter.is-open .plp-filter__bar .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plp-filter.is-open .plp-filter__bar .col-md-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plp-filter.is-open .plp-filter__bar .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    margin-left: auto;
  }
  .plp-filter.is-open .plp-filter__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: 18px;
    margin-left: auto;
    width: auto;
  }
  .plp-filter.is-open .plp-filter__count .plp-filter__icon {
    position: static;
  }
}
@media (max-width: 576px) {
  .plp-filter.is-open .plp-filter__title br {
    display: block;
  }
  .plp-filter.is-open .plp-filter__bar {
    height: auto;
  }
  .plp-filter.is-open .plp-filter__bar .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .plp-filter.is-open .plp-filter__bar .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
  .plp-filter.is-open .plp-filter__title {
    width: 100%;
    line-height: 1.2;
  }
  .plp-filter.is-open .plp-filter__bar .col-md-4 {
    position: absolute;
    right: 24px;
  }
  .plp-filter.is-open .plp-filter__count span[data-count-default] {
    display: none;
  }
}
.ui-recommended-products {
  padding: 60px 0;
  background-color: #FAFAFA;
}
.ui-recommended-products .section-header {
  margin-bottom: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .ui-recommended-products {
    padding: 40px 0;
  }
}
.payments-way-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.payments-way-modal.active {
  opacity: 1;
  visibility: visible;
}
.payments-way-modal.active .payments-way-modal__drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.payments-way-modal .payments-way-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #026dda;
  opacity: 0.8;
  z-index: 1;
}
.payments-way-modal .payments-way-modal__drawer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 70%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
.payments-way-modal .payments-way-modal__header {
  position: relative;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 52px;
}
.payments-way-modal .payments-way-modal__title {
  font-size: 18px;
  font-weight: 600;
  color: #131416;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payments-way-modal .payments-way-modal__close {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.payments-way-modal .payments-way-modal__close:hover {
  opacity: 0.7;
}
.payments-way-modal .payments-way-modal__close svg {
  width: 18px;
  height: 18px;
  stroke: #131416;
  fill: none;
  stroke-width: 2;
}
.payments-way-modal .payments-way-modal__close span {
  display: none;
}
.payments-way-modal .payments-way-modal__content {
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.payments-way-modal .payments-way-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.payments-way-modal .payments-way-modal__body .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  border-bottom: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.payments-way-modal .payments-way-modal__body .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 64px;
}
.payments-way-modal .payments-way-modal__body .nav-tabs > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
  margin-right: 0;
  padding: 12px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #05254B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
}
.payments-way-modal .payments-way-modal__body .nav-tabs > li > a:hover, .payments-way-modal .payments-way-modal__body .nav-tabs > li > a:focus {
  background: transparent;
  color: #05254B;
}
.payments-way-modal .payments-way-modal__body .nav-tabs > li.active > a, .payments-way-modal .payments-way-modal__body .nav-tabs > li.active > a:hover, .payments-way-modal .payments-way-modal__body .nav-tabs > li.active > a:focus {
  border: 0;
  border-bottom: 3px solid #026dda;
  background: transparent;
  color: #026dda;
  font-weight: 700;
}
.payments-way-modal .payments-way-modal__body .payments-way-tab-roll {
  --payments-way-roll-duration: 360ms;
  --payments-way-roll-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: inherit;
  will-change: transform;
}
.payments-way-modal .payments-way-modal__body .payments-way-tab-roll::after {
  content: attr(data-roll-text);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity var(--payments-way-roll-duration) ease, -webkit-transform var(--payments-way-roll-duration) var(--payments-way-roll-ease);
  transition: opacity var(--payments-way-roll-duration) ease, -webkit-transform var(--payments-way-roll-duration) var(--payments-way-roll-ease);
  transition: transform var(--payments-way-roll-duration) var(--payments-way-roll-ease), opacity var(--payments-way-roll-duration) ease;
  transition: transform var(--payments-way-roll-duration) var(--payments-way-roll-ease), opacity var(--payments-way-roll-duration) ease, -webkit-transform var(--payments-way-roll-duration) var(--payments-way-roll-ease);
  pointer-events: none;
}
.payments-way-modal .payments-way-modal__body .payments-way-tab-roll__text {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity var(--payments-way-roll-duration) ease, -webkit-transform var(--payments-way-roll-duration) var(--payments-way-roll-ease);
  transition: opacity var(--payments-way-roll-duration) ease, -webkit-transform var(--payments-way-roll-duration) var(--payments-way-roll-ease);
  transition: transform var(--payments-way-roll-duration) var(--payments-way-roll-ease), opacity var(--payments-way-roll-duration) ease;
  transition: transform var(--payments-way-roll-duration) var(--payments-way-roll-ease), opacity var(--payments-way-roll-duration) ease, -webkit-transform var(--payments-way-roll-duration) var(--payments-way-roll-ease);
  will-change: transform, opacity;
}
.payments-way-modal .payments-way-modal__body .nav-tabs > li:not(.active) > a:hover .payments-way-tab-roll__text,
.payments-way-modal .payments-way-modal__body .nav-tabs > li:not(.active) > a:focus-visible .payments-way-tab-roll__text {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
.payments-way-modal .payments-way-modal__body .nav-tabs > li:not(.active) > a:hover .payments-way-tab-roll::after,
.payments-way-modal .payments-way-modal__body .nav-tabs > li:not(.active) > a:focus-visible .payments-way-tab-roll::after {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
.payments-way-modal .payments-way-modal__body .tab-content {
  width: 100%;
}
.payments-way-modal .payments-way-modal__body .table-responsive {
  width: 100%;
  margin-bottom: 0;
  border: 0;
}
.payments-way-modal .payments-way-modal__body .table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.payments-way-modal .payments-way-modal__body .table th,
.payments-way-modal .payments-way-modal__body .table td {
  text-align: center;
  vertical-align: middle;
}
.payments-way-modal .payments-way-modal__body .table td a {
  color: #026dda;
  text-decoration: none;
}

.tab-pane .row {
  margin: 30px 0px;
}

.banks {
  -webkit-box-shadow: 0px 1px 5px 0px #a8afbd;
          box-shadow: 0px 1px 5px 0px #a8afbd;
  border-radius: 10px;
  padding: 20px 0 20px 30px;
}

.payments-way-item__title {
  font-size: 17px;
  font-weight: 700;
  color: #05254b;
  margin: 0 0 16px 0;
  letter-spacing: 0.5px;
}
.payments-way-item__paragraph {
  font-weight: 400;
}
.payments-way-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.payments-way-item__list li {
  font-size: 14px;
  color: #555A64;
  padding-left: 0;
  position: relative;
}
.payments-way-item__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #026dda;
  border-radius: 50%;
}
.payments-way-item__list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 1px;
  height: 12px;
  background: transparent;
}
.payments-way-item__list li:last-child::after {
  display: none;
}
.payments-way-item button {
  margin: 15px 0;
}
.payments-way-item .bold {
  font-weight: 700;
  font-style: bold;
  color: #05254b;
}
.payments-way-item a {
  margin-bottom: 10px;
}
.payments-way-item .tel {
  font-weight: 700;
  text-decoration: underline;
  font-style: bold;
  color: #00205B;
}
.payments-way-item__minibanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 20px 10px;
  margin: 30px 0;
  max-width: 440px;
  border-radius: 10px;
  color: #05254b;
}
.payments-way-item__minibanner img {
  width: 150px;
  height: auto;
}
.payments-way-item .msi {
  max-width: 150px;
}

@media (max-width: 767px) {
  .payments-way-modal .payments-way-modal__drawer {
    max-width: 100%;
  }
  .payments-way-modal .payments-way-modal__header {
    padding: 16px;
  }
  .payments-way-modal .payments-way-modal__content {
    padding: 24px 16px 32px 16px;
  }
  .payments-way-modal .payments-way-modal__title {
    font-size: 16px;
  }
  .payments-way-modal .payments-way-modal__body {
    gap: 24px;
  }
  .payments-way-modal .payments-way-modal__body .nav-tabs > li > a {
    min-height: 52px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .payments-way-modal .payments-way-modal__body .nav-tabs > li {
    height: 52px;
  }
  .payments-way-item__title {
    font-size: 13px;
  }
  .payments-way-item__list {
    gap: 10px;
  }
  .payments-way-item__list li {
    font-size: 13px;
  }
}
:root {
  --ui-brand-navy: #05254b;
  --ui-brand-blue: #006dda;
  --ui-brand-purple: #6400ff;
  --ui-surface-light: #ffffff;
  --ui-surface-light-blue: #eaf7ff;
  --ui-surface-dark: #000000;
  --ui-surface-static-white: #fafafa;
  --ui-surface-semantic-error: #de0000;
  --Color-Text-Text-invert: #fafafa;
}

.u-color-primary {
  color: #001f5b !important;
}

.u-bg-primary {
  background-color: #001f5b !important;
}

.u-border-primary {
  border-color: #001f5b !important;
}

.u-color-secondary {
  color: #e10600 !important;
}

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

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

.u-color-neutral-100 {
  color: #f5f6f8 !important;
}

.u-bg-neutral-100 {
  background-color: #f5f6f8 !important;
}

.u-border-neutral-100 {
  border-color: #f5f6f8 !important;
}

.u-color-neutral-200 {
  color: #e7e9ee !important;
}

.u-bg-neutral-200 {
  background-color: #e7e9ee !important;
}

.u-border-neutral-200 {
  border-color: #e7e9ee !important;
}

.u-color-neutral-300 {
  color: #d2d6df !important;
}

.u-bg-neutral-300 {
  background-color: #d2d6df !important;
}

.u-border-neutral-300 {
  border-color: #d2d6df !important;
}

.u-color-neutral-400 {
  color: #a8afbd !important;
}

.u-bg-neutral-400 {
  background-color: #a8afbd !important;
}

.u-border-neutral-400 {
  border-color: #a8afbd !important;
}

.u-color-neutral-500 {
  color: #7e8798 !important;
}

.u-bg-neutral-500 {
  background-color: #7e8798 !important;
}

.u-border-neutral-500 {
  border-color: #7e8798 !important;
}

.u-color-neutral-600 {
  color: #5b6474 !important;
}

.u-bg-neutral-600 {
  background-color: #5b6474 !important;
}

.u-border-neutral-600 {
  border-color: #5b6474 !important;
}

.u-color-neutral-700 {
  color: #3e4552 !important;
}

.u-bg-neutral-700 {
  background-color: #3e4552 !important;
}

.u-border-neutral-700 {
  border-color: #3e4552 !important;
}

.u-color-neutral-800 {
  color: #262b34 !important;
}

.u-bg-neutral-800 {
  background-color: #262b34 !important;
}

.u-border-neutral-800 {
  border-color: #262b34 !important;
}

.u-color-neutral-900 {
  color: #141821 !important;
}

.u-bg-neutral-900 {
  background-color: #141821 !important;
}

.u-border-neutral-900 {
  border-color: #141821 !important;
}

.u-color-success {
  color: #1f7a3a !important;
}

.u-bg-success {
  background-color: #1f7a3a !important;
}

.u-border-success {
  border-color: #1f7a3a !important;
}

.u-color-warning {
  color: #c47b00 !important;
}

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

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

.u-color-danger {
  color: #b42318 !important;
}

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

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

.u-color-info {
  color: #0b63ce !important;
}

.u-bg-info {
  background-color: #0b63ce !important;
}

.u-border-info {
  border-color: #0b63ce !important;
}

.u-color-text {
  color: #141821 !important;
}

.u-bg-text {
  background-color: #141821 !important;
}

.u-border-text {
  border-color: #141821 !important;
}

.u-color-background {
  color: #f5f6f8 !important;
}

.u-bg-background {
  background-color: #f5f6f8 !important;
}

.u-border-background {
  border-color: #f5f6f8 !important;
}

.u-color-border {
  color: #d2d6df !important;
}

.u-bg-border {
  background-color: #d2d6df !important;
}

.u-border-border {
  border-color: #d2d6df !important;
}

.u-color-white {
  color: #ffffff !important;
}

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

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

.u-color-menu-link-dark {
  color: #00205B !important;
}

.u-bg-menu-link-dark {
  background-color: #00205B !important;
}

.u-border-menu-link-dark {
  border-color: #00205B !important;
}

.u-color-menu-link-light {
  color: #B2B9C6 !important;
}

.u-bg-menu-link-light {
  background-color: #B2B9C6 !important;
}

.u-border-menu-link-light {
  border-color: #B2B9C6 !important;
}

.u-color-text-brand-tertiary {
  color: #05254B !important;
}

.u-bg-text-brand-tertiary {
  background-color: #05254B !important;
}

.u-border-text-brand-tertiary {
  border-color: #05254B !important;
}

.u-color-text-brand-tertiary-light {
  color: #05264E !important;
}

.u-bg-text-brand-tertiary-light {
  background-color: #05264E !important;
}

.u-border-text-brand-tertiary-light {
  border-color: #05264E !important;
}

.u-color-card-title-blue {
  color: #4F6C8D !important;
}

.u-bg-card-title-blue {
  background-color: #4F6C8D !important;
}

.u-border-card-title-blue {
  border-color: #4F6C8D !important;
}

.u-color-text-search-tertiary {
  color: #05254C !important;
}

.u-bg-text-search-tertiary {
  background-color: #05254C !important;
}

.u-border-text-search-tertiary {
  border-color: #05254C !important;
}

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

.u-bg-border-secondary {
  background-color: #D8DCE4 !important;
}

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

.u-color-progress-default {
  color: #D9D9D9 !important;
}

.u-bg-progress-default {
  background-color: #D9D9D9 !important;
}

.u-border-progress-default {
  border-color: #D9D9D9 !important;
}

.u-color-progress-fill {
  color: #026dda !important;
}

.u-bg-progress-fill {
  background-color: #026dda !important;
}

.u-border-progress-fill {
  border-color: #026dda !important;
}

.u-color-brand-navy {
  color: #05254b !important;
}

.u-bg-brand-navy {
  background-color: #05254b !important;
}

.u-border-brand-navy {
  border-color: #05254b !important;
}

.u-color-brand-blue {
  color: #006dda !important;
}

.u-bg-brand-blue {
  background-color: #006dda !important;
}

.u-border-brand-blue {
  border-color: #006dda !important;
}

.u-color-brand-purple {
  color: #6400ff !important;
}

.u-bg-brand-purple {
  background-color: #6400ff !important;
}

.u-border-brand-purple {
  border-color: #6400ff !important;
}

.u-color-surface-light {
  color: #ffffff !important;
}

.u-bg-surface-light {
  background-color: #ffffff !important;
}

.u-border-surface-light {
  border-color: #ffffff !important;
}

.u-color-surface-light-blue {
  color: #eaf7ff !important;
}

.u-bg-surface-light-blue {
  background-color: #eaf7ff !important;
}

.u-border-surface-light-blue {
  border-color: #eaf7ff !important;
}

.u-color-surface-dark {
  color: #000000 !important;
}

.u-bg-surface-dark {
  background-color: #000000 !important;
}

.u-border-surface-dark {
  border-color: #000000 !important;
}

.u-color-surface-static-white {
  color: #fafafa !important;
}

.u-bg-surface-static-white {
  background-color: #fafafa !important;
}

.u-border-surface-static-white {
  border-color: #fafafa !important;
}

.u-color-surface-semantic-error {
  color: #de0000 !important;
}

.u-bg-surface-semantic-error {
  background-color: #de0000 !important;
}

.u-border-surface-semantic-error {
  border-color: #de0000 !important;
}

.u-color-demo-surface-dark {
  color: #3a3a3a !important;
}

.u-bg-demo-surface-dark {
  background-color: #3a3a3a !important;
}

.u-border-demo-surface-dark {
  border-color: #3a3a3a !important;
}

.u-color-demo-border {
  color: #d9d9d9 !important;
}

.u-bg-demo-border {
  background-color: #d9d9d9 !important;
}

.u-border-demo-border {
  border-color: #d9d9d9 !important;
}

/* ==========================================================================
   Component: Header
   ========================================================================== */
body.open-menu {
  overflow: hidden;
}

.italika-header {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.italika-header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10.58%, #0D0D0D), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #0D0D0D 10.58%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 991px) {
  .italika-header .sticky-header {
    padding: 0 16px;
    height: 75px;
  }
}
.italika-header .sticky-header.light {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: none;
}
.italika-header .sticky-header.light .header-logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(2234%) hue-rotate(192deg) brightness(95%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(2234%) hue-rotate(192deg) brightness(95%) contrast(107%);
}
.italika-header .sticky-header.light .list-content ul li a {
  color: #05254B;
}
.italika-header .sticky-header.light .list-content ul li a .icon {
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(2234%) hue-rotate(192deg) brightness(95%) contrast(107%);
          filter: brightness(0) saturate(100%) invert(14%) sepia(72%) saturate(2234%) hue-rotate(192deg) brightness(95%) contrast(107%);
}
.italika-header .sticky-header.solid {
  background: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .italika-header .header-logo {
    padding: 20px 15px;
  }
}
.italika-header .header-logo img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.italika-header .header-logo img.desktop-image {
  display: block;
  width: 178px;
  height: 36.49px;
}
@media (max-width: 991px) {
  .italika-header .header-logo img.desktop-image {
    display: none;
  }
}
.italika-header .header-logo img.mobile-image {
  display: none;
  width: 29.323px;
  height: 28.7px;
}
@media (max-width: 991px) {
  .italika-header .header-logo img.mobile-image {
    display: block;
  }
}
@media (min-width: 992px) {
  .italika-header.blue .header-logo img {
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    width: 140px;
    height: 28.7px;
  }
  .italika-header.blue .top-section {
    padding-left: 451px;
  }
  .italika-header.blue .top-section .header-logo {
    display: none;
  }
  .italika-header.blue .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .italika-header.blue .list-content li.search-item {
    display: none;
  }
  .italika-header.blue .toggle-menu-content {
    z-index: 999;
    overflow: initial;
  }
  .italika-header.blue .toggle-menu-content .toggle-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .italika-header.blue .toggle-menu-content .bottom-section {
    margin-top: 40px;
  }
  .italika-header.blue .toggle-menu-content .bottom-section .right-column {
    margin-left: 331px;
  }
  .italika-header.blue .search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .italika-header.blue .top-section .header-logo {
    display: none;
  }
  .italika-header.blue .top-section .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .italika-header.blue .top-section .list-content .search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 0;
  }
  .italika-header.blue .top-section .list-content .search-content input {
    padding: 12px;
    padding-left: 39px;
  }
  .italika-header.blue .top-section .list-content .search-item,
  .italika-header.blue .top-section .list-content .close-menu {
    display: none;
  }
  .italika-header.blue .btn-back {
    display: none;
  }
  .italika-header.blue .btn-back.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 15px;
  }
}
.italika-header .search-content {
  display: none;
  height: 85px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border: none;
  position: relative;
  padding: 15px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: solid 1px #D8DCE4;
  background-color: #fcfcfc;
}
.italika-header .search-content:hover, .italika-header .search-content:focus-within, .italika-header .search-content.has-value {
  background-color: #ffffff;
}
.italika-header .search-content.active {
  border: solid 1px #006dda;
}
.italika-header .search-content .search-icon,
.italika-header .search-content .clear-search {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.italika-header .search-content .search-icon img,
.italika-header .search-content .clear-search img {
  width: 100%;
  height: 100%;
}
.italika-header .search-content .search-icon {
  left: 15px;
  padding: 3px;
}
@media (max-width: 991px) {
  .italika-header .search-content .search-icon {
    top: 14px;
    -webkit-transform: none;
            transform: none;
  }
}
.italika-header .search-content .clear-search {
  display: none;
  right: 15px;
  cursor: pointer;
  padding: 5px;
}
.italika-header .search-content.has-value input {
  color: #05254C;
}
.italika-header .search-content.has-value input + .clear-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.italika-header .search-content input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 55px;
  padding: 15px;
  padding-left: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #B2B9C6;
}
.italika-header .search-content input:focus, .italika-header .search-content input:hover {
  outline: none;
  color: #05254C;
}
@media (max-width: 991px) {
  .italika-header .search-content {
    display: none;
  }
}
.italika-header .list-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.italika-header .list-content ul li {
  padding: 0 15px;
}
.italika-header .list-content ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Helvetica", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.italika-header .list-content ul li a:hover {
  cursor: pointer;
}
.italika-header .list-content ul li a .icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.italika-header .list-content ul li a.close-menu .icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  .italika-header .list-content ul li.request-loan {
    display: none;
  }
}
@media (max-width: 991px) {
  .italika-header .list-content ul li .toggle-menu span,
  .italika-header .list-content ul li .close-menu span {
    display: none;
  }
}
.italika-header .toggle-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 999;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#FAFAFA), to(#EEF5FC));
  background: linear-gradient(90deg, #FAFAFA 0%, #EEF5FC 100%);
  backdrop-filter: blur(28px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
}
.italika-header .toggle-menu-content.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  -webkit-animation: menuSlideIn 0.4s ease-out forwards;
          animation: menuSlideIn 0.4s ease-out forwards;
}
.italika-header .toggle-menu-content.closing {
  -webkit-animation: menuFadeOut 0.3s ease-in forwards;
          animation: menuFadeOut 0.3s ease-in forwards;
}
.italika-header .toggle-menu-content .bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .italika-header .toggle-menu-content .bottom-section {
    margin-top: 0;
  }
}
.italika-header .left-column {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.italika-header .left-column .top-left-menu {
  display: none;
  padding: 78.15px 0 28.15px 0;
}
.italika-header .left-column nav.left-menu {
  padding-left: 60px;
}
@media (max-width: 991px) {
  .italika-header .left-column nav.left-menu {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .italika-header .left-column.blue-version {
    top: -175px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 331px;
    overflow: auto;
  }
  .italika-header .left-column.blue-version,
  .italika-header .left-column.blue-version .top-left-menu {
    background: linear-gradient(92deg, #05254B 0%, #05264E 134.18%);
  }
  .italika-header .left-column.blue-version .top-left-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .italika-header .left-column.blue-version nav.left-menu {
    width: 100%;
    margin-top: 10px;
  }
  .italika-header .left-column.blue-version nav.left-menu ul {
    width: 100%;
    padding: 0 50px;
  }
  .italika-header .left-column.blue-version nav.left-menu ul li {
    color: #B2B9C6;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 20px;
    line-height: 24px;
  }
  .italika-header .left-column.blue-version nav.left-menu ul li:hover, .italika-header .left-column.blue-version nav.left-menu ul li:focus, .italika-header .left-column.blue-version nav.left-menu ul li.active {
    color: #ffffff;
  }
  .italika-header .left-column.blue-version nav.left-menu ul li:hover span img, .italika-header .left-column.blue-version nav.left-menu ul li:focus span img, .italika-header .left-column.blue-version nav.left-menu ul li.active span img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .italika-header .left-column.blue-version nav.left-menu ul li span img {
    -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(8%) saturate(705%) hue-rotate(181deg) brightness(93%) contrast(89%);
            filter: brightness(0) saturate(100%) invert(77%) sepia(8%) saturate(705%) hue-rotate(181deg) brightness(93%) contrast(89%);
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
}
@media (max-width: 991px) {
  .italika-header .left-column {
    width: 100%;
  }
  .italika-header .left-column.opened-child {
    display: none;
  }
}
.italika-header .left-column ul,
.italika-header .content-section ul {
  width: 100%;
  list-style: none;
  padding: 0;
  padding-left: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 575px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.italika-header .left-column ul li,
.italika-header .content-section ul li {
  color: #00205B;
  font-size: 24px;
  line-height: 28px;
}
.italika-header .left-column ul li a,
.italika-header .content-section ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  gap: 5px;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
}
.italika-header .left-column ul li a:hover,
.italika-header .content-section ul li a:hover {
  cursor: pointer;
}
.italika-header .left-column ul li a span,
.italika-header .content-section ul li a span {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 6px;
}
.italika-header .left-column ul li.loan-item-mobile,
.italika-header .content-section ul li.loan-item-mobile {
  display: none;
}
@media (max-width: 991px) {
  .italika-header .left-column ul li.loan-item-mobile,
  .italika-header .content-section ul li.loan-item-mobile {
    display: list-item;
  }
}
@media (max-width: 991px) {
  .italika-header .left-column ul,
  .italika-header .content-section ul {
    width: 100%;
    padding: 0;
  }
}
.italika-header .right-column {
  padding: 0 0 0 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .italika-header .right-column {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    pointer-events: none;
    padding: 0 16px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .italika-header .right-column.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
}
.italika-header .right-column .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 816px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .italika-header .right-column .card-content {
    max-width: 616px;
  }
}
.italika-header .right-column .card-content .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 200px;
  height: 230px;
}
@media (max-width: 991px) {
  .italika-header .right-column .card-content .card-item {
    width: 150px;
    height: 172.5px;
  }
}
.italika-header .right-column .card-content .card-item .card-image {
  width: 100%;
  height: auto;
  max-width: 130px;
  max-height: 121.875px;
  -o-object-fit: cover;
     object-fit: cover;
}
.italika-header .right-column .card-content .card-item .card-title {
  color: #4F6C8D;
  margin-top: 15px;
}
.italika-header .btn-back {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  padding: 21px 0;
}
.italika-header .btn-back.mobile {
  display: none;
}
.italika-header .btn-back span {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .italika-header .btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #555A64;
  }
}
.italika-header .main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 60px;
  margin-left: auto;
  width: 569px;
  text-decoration: none;
}
.italika-header .main-card .card-image {
  width: 100%;
  height: auto;
  max-height: 467px;
}
.italika-header .main-card .card-content {
  margin-top: -31px;
  width: 100%;
  padding: 41px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #D8DCE4;
  border-top: 0;
  -webkit-transition: margin-top 0.6s ease;
  transition: margin-top 0.6s ease;
}
.italika-header .main-card .card-content .card-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.italika-header .main-card .card-content .card-info h4 {
  color: #131416;
}
.italika-header .main-card .card-content .card-info .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 14px;
  width: 100%;
}
.italika-header .main-card .card-content .card-info .progress-bar .progress {
  width: 50%;
  height: 4px;
  background-color: #D9D9D9;
  -webkit-transition: width 0.6s ease, background-color 0.6s ease;
  transition: width 0.6s ease, background-color 0.6s ease;
}
.italika-header .main-card .card-content .card-button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.italika-header .main-card .card-content .card-button img {
  -webkit-transition: rotate 0.6s ease;
  transition: rotate 0.6s ease;
}
.italika-header .main-card:hover {
  cursor: pointer;
}
.italika-header .main-card:hover .card-content {
  margin-top: -36px;
  padding-top: 46px;
}
.italika-header .main-card:hover .card-info .progress-bar .progress {
  width: 100%;
  background-color: #026dda;
}
.italika-header .main-card:hover .card-button img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.italika-header .content-search h5 {
  color: #05254B;
}
.italika-header .content-search .search-history {
  max-width: 370px;
}
.italika-header .content-search .search-history ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
.italika-header .content-search .search-history ul .search-item a {
  color: #05254B;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
}
.italika-header .content-search .search-history ul .search-item a:hover {
  text-decoration: underline;
}
.italika-header .content-section .links-content {
  max-width: 370px;
}
@media (max-width: 991px) {
  .italika-header .content-section .links-content {
    max-width: 100%;
  }
}
.italika-header .content-section .links-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.italika-header .content-section .links-content ul li a {
  padding: 15px 0;
  font-size: 20px;
  line-height: 24px;
  color: #043469;
}

@-webkit-keyframes menuSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes menuSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes menuFadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
@keyframes menuFadeOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
}
:root {
  --ui-brand-navy: #05254b;
  --ui-brand-blue: #006dda;
  --ui-brand-purple: #6400ff;
  --ui-surface-light: #ffffff;
  --ui-surface-light-blue: #eaf7ff;
  --ui-surface-dark: #000000;
  --ui-surface-static-white: #fafafa;
  --ui-surface-semantic-error: #de0000;
  --Color-Text-Text-invert: #fafafa;
}

.u-color-primary {
  color: #001f5b !important;
}

.u-bg-primary {
  background-color: #001f5b !important;
}

.u-border-primary {
  border-color: #001f5b !important;
}

.u-color-secondary {
  color: #e10600 !important;
}

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

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

.u-color-neutral-100 {
  color: #f5f6f8 !important;
}

.u-bg-neutral-100 {
  background-color: #f5f6f8 !important;
}

.u-border-neutral-100 {
  border-color: #f5f6f8 !important;
}

.u-color-neutral-200 {
  color: #e7e9ee !important;
}

.u-bg-neutral-200 {
  background-color: #e7e9ee !important;
}

.u-border-neutral-200 {
  border-color: #e7e9ee !important;
}

.u-color-neutral-300 {
  color: #d2d6df !important;
}

.u-bg-neutral-300 {
  background-color: #d2d6df !important;
}

.u-border-neutral-300 {
  border-color: #d2d6df !important;
}

.u-color-neutral-400 {
  color: #a8afbd !important;
}

.u-bg-neutral-400 {
  background-color: #a8afbd !important;
}

.u-border-neutral-400 {
  border-color: #a8afbd !important;
}

.u-color-neutral-500 {
  color: #7e8798 !important;
}

.u-bg-neutral-500 {
  background-color: #7e8798 !important;
}

.u-border-neutral-500 {
  border-color: #7e8798 !important;
}

.u-color-neutral-600 {
  color: #5b6474 !important;
}

.u-bg-neutral-600 {
  background-color: #5b6474 !important;
}

.u-border-neutral-600 {
  border-color: #5b6474 !important;
}

.u-color-neutral-700 {
  color: #3e4552 !important;
}

.u-bg-neutral-700 {
  background-color: #3e4552 !important;
}

.u-border-neutral-700 {
  border-color: #3e4552 !important;
}

.u-color-neutral-800 {
  color: #262b34 !important;
}

.u-bg-neutral-800 {
  background-color: #262b34 !important;
}

.u-border-neutral-800 {
  border-color: #262b34 !important;
}

.u-color-neutral-900 {
  color: #141821 !important;
}

.u-bg-neutral-900 {
  background-color: #141821 !important;
}

.u-border-neutral-900 {
  border-color: #141821 !important;
}

.u-color-success {
  color: #1f7a3a !important;
}

.u-bg-success {
  background-color: #1f7a3a !important;
}

.u-border-success {
  border-color: #1f7a3a !important;
}

.u-color-warning {
  color: #c47b00 !important;
}

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

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

.u-color-danger {
  color: #b42318 !important;
}

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

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

.u-color-info {
  color: #0b63ce !important;
}

.u-bg-info {
  background-color: #0b63ce !important;
}

.u-border-info {
  border-color: #0b63ce !important;
}

.u-color-text {
  color: #141821 !important;
}

.u-bg-text {
  background-color: #141821 !important;
}

.u-border-text {
  border-color: #141821 !important;
}

.u-color-background {
  color: #f5f6f8 !important;
}

.u-bg-background {
  background-color: #f5f6f8 !important;
}

.u-border-background {
  border-color: #f5f6f8 !important;
}

.u-color-border {
  color: #d2d6df !important;
}

.u-bg-border {
  background-color: #d2d6df !important;
}

.u-border-border {
  border-color: #d2d6df !important;
}

.u-color-white {
  color: #ffffff !important;
}

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

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

.u-color-menu-link-dark {
  color: #00205B !important;
}

.u-bg-menu-link-dark {
  background-color: #00205B !important;
}

.u-border-menu-link-dark {
  border-color: #00205B !important;
}

.u-color-menu-link-light {
  color: #B2B9C6 !important;
}

.u-bg-menu-link-light {
  background-color: #B2B9C6 !important;
}

.u-border-menu-link-light {
  border-color: #B2B9C6 !important;
}

.u-color-text-brand-tertiary {
  color: #05254B !important;
}

.u-bg-text-brand-tertiary {
  background-color: #05254B !important;
}

.u-border-text-brand-tertiary {
  border-color: #05254B !important;
}

.u-color-text-brand-tertiary-light {
  color: #05264E !important;
}

.u-bg-text-brand-tertiary-light {
  background-color: #05264E !important;
}

.u-border-text-brand-tertiary-light {
  border-color: #05264E !important;
}

.u-color-card-title-blue {
  color: #4F6C8D !important;
}

.u-bg-card-title-blue {
  background-color: #4F6C8D !important;
}

.u-border-card-title-blue {
  border-color: #4F6C8D !important;
}

.u-color-text-search-tertiary {
  color: #05254C !important;
}

.u-bg-text-search-tertiary {
  background-color: #05254C !important;
}

.u-border-text-search-tertiary {
  border-color: #05254C !important;
}

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

.u-bg-border-secondary {
  background-color: #D8DCE4 !important;
}

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

.u-color-progress-default {
  color: #D9D9D9 !important;
}

.u-bg-progress-default {
  background-color: #D9D9D9 !important;
}

.u-border-progress-default {
  border-color: #D9D9D9 !important;
}

.u-color-progress-fill {
  color: #026dda !important;
}

.u-bg-progress-fill {
  background-color: #026dda !important;
}

.u-border-progress-fill {
  border-color: #026dda !important;
}

.u-color-brand-navy {
  color: #05254b !important;
}

.u-bg-brand-navy {
  background-color: #05254b !important;
}

.u-border-brand-navy {
  border-color: #05254b !important;
}

.u-color-brand-blue {
  color: #006dda !important;
}

.u-bg-brand-blue {
  background-color: #006dda !important;
}

.u-border-brand-blue {
  border-color: #006dda !important;
}

.u-color-brand-purple {
  color: #6400ff !important;
}

.u-bg-brand-purple {
  background-color: #6400ff !important;
}

.u-border-brand-purple {
  border-color: #6400ff !important;
}

.u-color-surface-light {
  color: #ffffff !important;
}

.u-bg-surface-light {
  background-color: #ffffff !important;
}

.u-border-surface-light {
  border-color: #ffffff !important;
}

.u-color-surface-light-blue {
  color: #eaf7ff !important;
}

.u-bg-surface-light-blue {
  background-color: #eaf7ff !important;
}

.u-border-surface-light-blue {
  border-color: #eaf7ff !important;
}

.u-color-surface-dark {
  color: #000000 !important;
}

.u-bg-surface-dark {
  background-color: #000000 !important;
}

.u-border-surface-dark {
  border-color: #000000 !important;
}

.u-color-surface-static-white {
  color: #fafafa !important;
}

.u-bg-surface-static-white {
  background-color: #fafafa !important;
}

.u-border-surface-static-white {
  border-color: #fafafa !important;
}

.u-color-surface-semantic-error {
  color: #de0000 !important;
}

.u-bg-surface-semantic-error {
  background-color: #de0000 !important;
}

.u-border-surface-semantic-error {
  border-color: #de0000 !important;
}

.u-color-demo-surface-dark {
  color: #3a3a3a !important;
}

.u-bg-demo-surface-dark {
  background-color: #3a3a3a !important;
}

.u-border-demo-surface-dark {
  border-color: #3a3a3a !important;
}

.u-color-demo-border {
  color: #d9d9d9 !important;
}

.u-bg-demo-border {
  background-color: #d9d9d9 !important;
}

.u-border-demo-border {
  border-color: #d9d9d9 !important;
}

/* ==========================================================================
   Component: Footer
   ========================================================================== */
.italika-footer {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #f3f8fc), to(#eaf2f9));
  background: linear-gradient(180deg, #ffffff 0%, #f3f8fc 40%, #eaf2f9 100%);
  margin-top: 50px;
  overflow: hidden;
}
.italika-footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.italika-footer .footer-social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.italika-footer .footer-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.italika-footer .footer-social img {
  display: block;
  width: 24px;
  height: auto;
}
.italika-footer .footer-title, .italika-footer .footer-social {
  margin: 20px 0;
}
.italika-footer .footer-width {
  width: 95%;
  margin: auto;
  padding: 30px 0;
  border-top: 1px solid #05254b;
}
.italika-footer .footer-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}
.italika-footer .footer-bottom .col-6, .italika-footer .footer-bottom .col-md-6 {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.italika-footer .footer-bottom .footer-esr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.italika-footer .footer-bottom .footer-esr img {
  max-width: 100px;
  height: auto;
}
.italika-footer .footer-bottom .footer-app {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.italika-footer .footer-bottom .footer-app-phone {
  max-width: 60px;
  margin-right: 10px;
}
.italika-footer .footer-bottom .footer-app-qr {
  max-width: 80px;
}
.italika-footer .footer-title {
  color: #001f5b;
  font-weight: 900;
}
.italika-footer .footer-links {
  list-style: none;
  padding: unset;
}
.italika-footer .footer-links li {
  margin: 10px 0;
}
.italika-footer .footer-links li a {
  color: #05254B;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .italika-footer .footer-bottom {
    padding: 0 25px;
  }
  .italika-footer .footer-esr img {
    margin-bottom: 10%;
  }
}

.footer-depth-bottom {
  background-color: #131416;
  color: #f5f6f8;
  min-height: 212px;
  margin: 0;
  padding-top: 30px;
}
.footer-depth-bottom a {
  color: #f5f6f8;
  text-decoration: underline;
}
.footer-depth-bottom p {
  text-align: center;
  margin: auto;
}
.footer-depth-bottom .footer-disclaimer {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  margin-top: 35px;
}
.footer-depth-bottom .footer-copyright {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-top: 20px;
}
.footer-depth-bottom .row {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .footer-depth-bottom {
    text-align: center;
  }
}

/* ==========================================================================
   Component: Cards
   ========================================================================== */
.main-cards .row {
  margin: 20px 0;
}
.main-cards .category-card {
  display: contents;
  height: 530px;
}
.main-cards .category-card a {
  text-decoration: none;
}
.main-cards .product-card {
  height: 530px;
  background: #ffffff;
  border: 1px solid #a8afbd;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}
.main-cards .product-card:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.main-cards .product-card__media {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.main-cards .product-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main-cards .badge-promo {
  position: absolute;
  top: 0;
  right: 0;
  background: #e10600;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}
.main-cards .product-card__body {
  padding: 16px 18px;
}
.main-cards .product-card__title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #262b34;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-cards .product-card__price {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-cards .product-card__price strong {
  font-size: 18px;
  font-weight: 700;
  color: #141821;
}
.main-cards .product-card__price .old-price {
  margin-left: 8px;
  font-size: 13px;
  color: #a8afbd;
  text-decoration: line-through;
}
.main-cards .product-card__price .price-icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-cards .product-card__price .product-card__weekly,
.main-cards .product-card__price span {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 13px;
  color: #3e4552;
}
.main-cards .section-header {
  text-align: center;
  margin: 20px 0;
}
.main-cards .product-card--event {
  height: 530px;
}
.main-cards .product-card--event .product-card__media {
  height: 360px;
  position: relative;
  z-index: 1;
}
.main-cards .product-card--event .product-card__body {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.main-cards .product-card--event .product-card__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-cards .product-card__description {
  font-size: 14px;
  color: #3e4552;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
}
.main-cards .product-card__cta {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 18px;
  color: #262b34;
  -webkit-transition: -webkit-transform 0.3s ease 0.1s;
  transition: -webkit-transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s;
  transition: transform 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s;
  display: inline-block;
}
.main-cards .product-card--event:hover .product-card__body {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.main-cards .product-card--event:hover .product-card__cta {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ==========================================================================
   Component: Carousel 
   ========================================================================== */
.carousel-js {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-js .carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-js .carousel-slides .carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.carousel-js .carousel-slides .carousel-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.carousel-js .carousel-slides .carousel-slide video,
.carousel-js .carousel-slides .carousel-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.carousel-js .carousel-prev,
.carousel-js .carousel-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100px;
  height: 100%;
  max-height: 100vh;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .carousel-js .carousel-prev,
  .carousel-js .carousel-next {
    display: none;
  }
}
.carousel-js .carousel-prev:hover, .carousel-js .carousel-prev:active,
.carousel-js .carousel-next:hover,
.carousel-js .carousel-next:active {
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.05);
}
.carousel-js .carousel-prev .arrow-icon,
.carousel-js .carousel-next .arrow-icon {
  width: 20.5px;
  height: 20px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.carousel-js .carousel-prev {
  left: 0;
}
.carousel-js .carousel-prev:hover {
  -webkit-box-shadow: inset -0.5px 0 0 #ffffff;
          box-shadow: inset -0.5px 0 0 #ffffff;
}
.carousel-js .carousel-next {
  right: 0;
}
.carousel-js .carousel-next:hover {
  -webkit-box-shadow: inset 0.5px 0 0 #ffffff;
          box-shadow: inset 0.5px 0 0 #ffffff;
}
.carousel-js .carousel-controls {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 10;
  padding: 36px 20px;
  max-width: 90%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 15px;
}
@media (max-width: 767px) {
  .carousel-js .carousel-controls {
    bottom: 44px;
    max-width: 256px;
  }
}
.carousel-js .carousel-controls .carousel-indicators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.carousel-js .carousel-controls .carousel-indicators .indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.carousel-js .carousel-controls .carousel-indicators .indicator.active {
  background: rgb(255, 255, 255);
  width: 30px;
  border-radius: 5px;
}
.carousel-js .carousel-controls .carousel-indicators .indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.8);
}
.carousel-js .carousel-controls.dots-progress {
  width: 100%;
  max-width: 390px;
  background: none;
  backdrop-filter: none;
}
.carousel-js .carousel-controls.dots-progress .carousel-indicators {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-js .carousel-controls.dots-progress .carousel-indicators .indicator {
  height: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 75px;
  background-color: rgba(255, 255, 255, 0.8);
}
.carousel-js .carousel-controls.dots-progress .carousel-indicators .indicator.active {
  fill: rgba(210, 210, 210, 0.2);
  background: rgba(210, 210, 210, 0.2);
}
.carousel-js .carousel-controls.dots-progress .carousel-indicators .indicator.active .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0%;
  height: 100%;
  background: #006DDA;
}
.carousel-js .carousel-controls.dots-progress .carousel-indicators .indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.7);
}

@-webkit-keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* ==========================================================================
   Component: Hero Banner
   ========================================================================== */
.hero-banner .carousel-js {
  width: 100%;
  height: 100dvh;
  min-height: 500px;
}
.hero-banner .carousel-js .carousel-slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-banner .carousel-js .carousel-slides .carousel-slide .carousel-caption {
  display: none;
}
.hero-banner .carousel-js .carousel-slides .carousel-slide.active .carousel-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-banner .carousel-js .carousel-slides .carousel-slide.active .carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero-banner .carousel-js .carousel-slides .carousel-slide.active .carousel-caption {
    left: 88px;
    max-width: 568px;
    padding: 0;
    bottom: 104px;
  }
}
@media (max-width: 767px) {
  .hero-banner .carousel-js .carousel-slides .carousel-slide.active .carousel-caption {
    left: 27px;
    right: 27px;
    max-width: 100%;
    padding: 0;
    bottom: 120px;
  }
}
.hero-banner .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .ui-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-banner .hero-scroll-btn {
  position: absolute;
  bottom: 108px;
  right: 140px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
@media (max-width: 991px) {
  .hero-banner .hero-scroll-btn {
    display: none;
  }
}
.hero-banner .hero-scroll-btn__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.hero-banner .hero-scroll-btn__arrows .hero-scroll-btn__arrow {
  width: 14px;
  height: auto;
  opacity: 0;
  -webkit-animation: heroScrollSlide 2s infinite ease-in-out, heroScrollFade 2s infinite ease-in-out;
          animation: heroScrollSlide 2s infinite ease-in-out, heroScrollFade 2s infinite ease-in-out;
}
.hero-banner .hero-scroll-btn__arrows .hero-scroll-btn__arrow--1 {
  -webkit-animation-delay: 0s, 0s;
          animation-delay: 0s, 0s;
}
.hero-banner .hero-scroll-btn__arrows .hero-scroll-btn__arrow--2 {
  -webkit-animation-delay: 0s, 0.2s;
          animation-delay: 0s, 0.2s;
}
.hero-banner .hero-scroll-btn__arrows .hero-scroll-btn__arrow--3 {
  -webkit-animation-delay: 0s, 0.4s;
          animation-delay: 0s, 0.4s;
}
.hero-banner .hero-scroll-btn__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

@-webkit-keyframes heroScrollSlide {
  0% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}

@keyframes heroScrollSlide {
  0% {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(60%);
            transform: translateY(60%);
  }
}
@-webkit-keyframes heroScrollFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes heroScrollFade {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
   Component: Hero Banner - variant promotions
   ========================================================================== */
.hero-banner.hero-banner--promo .carousel-js {
  min-height: 620px;
  max-height: 620px;
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 0;
  gap: 102px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption {
    left: 86px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    bottom: 86px;
    padding: 0 16px;
    top: 47px;
    bottom: initial;
  }
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product img {
  width: 490px;
  height: 490px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product img {
    width: 408px;
    height: 408px;
  }
}
@media (max-width: 767px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product img {
    width: 286px;
    height: 286px;
  }
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product .carousel-title {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-product img {
    max-height: 40vh;
  }
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 449px;
}
@media (max-width: 767px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
  }
}
.hero-banner.hero-banner--promo .carousel-js .carousel-slides .carousel-slide.active .carousel-caption .caption-content img {
  width: 139px;
  height: 40px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .hero-banner.hero-banner--promo .carousel-js .carousel-controls {
    bottom: 0;
  }
}

/* ==========================================================================
   Component: Catalog Banner
   ========================================================================== */
.catalog-banner {
  padding: 48px 16px;
  margin: 0 auto;
  background-color: #05254b;
  color: #ffffff;
}
@media (max-width: 991px) {
  .catalog-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.catalog-banner .container {
  padding: 0;
  width: 100%;
}
.catalog-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .catalog-banner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog-banner .row::before, .catalog-banner .row::after {
  display: none;
}
.catalog-banner .catalog-list {
  width: 53.33%;
}
@media (max-width: 991px) {
  .catalog-banner .catalog-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-banner .catalog-list {
    padding: 0 16px;
  }
}
.catalog-banner .catalog-list .card-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  white-space: nowrap;
  font-size: clamp(32px, -27px + 5.77vw, 56px);
  line-height: clamp(40px, -19px + 5.77vw, 64px);
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .catalog-banner .catalog-list .card-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .catalog-banner .catalog-list .card-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 28px;
    line-height: 32px;
  }
}
.catalog-banner .catalog-list .services-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  row-gap: 12.5px;
}
@media (max-width: 767px) {
  .catalog-banner .catalog-list .services-list {
    grid-template-columns: 1fr;
  }
}
.catalog-banner .catalog-list .services-list li {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .catalog-banner .catalog-list .services-list li {
    font-size: 14px;
    line-height: 20px;
  }
}
.catalog-banner .catalog-list .services-list li img {
  width: 16px;
  height: 16px;
}
.catalog-banner .-catalog-download {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .catalog-banner .-catalog-download {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .catalog-banner .-catalog-download {
    padding: 0;
  }
}
.catalog-banner .-catalog-download .service-card p.description {
  color: #ffffff;
  text-align: right;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .catalog-banner .-catalog-download .service-card p.description {
    display: none;
  }
}
.catalog-banner .-catalog-download .service-card p.description.description--mobile {
  display: none;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .catalog-banner .-catalog-download .service-card p.description.description--mobile {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .catalog-banner .-catalog-download .service-card p.description.description--mobile {
    font-size: 14px;
    line-height: 20px;
  }
}

/* ==========================================================================
   Component: App Banner
   ========================================================================== */
.app-banner {
  padding: 48px 120px;
  margin: 0 auto;
  background-color: #F4F4F6;
  color: #ffffff;
  overflow: hidden;
}
.app-banner .container {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56.16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.app-banner .container .app-banner-image-content {
  width: 427.02px;
  position: relative;
}
.app-banner .container .app-banner-image-content .image-wrapper {
  width: 100%;
  height: 502px;
  overflow: hidden;
}
.app-banner .container .app-banner-image-content .phone-container {
  width: 100%;
  height: 502px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.app-banner .container .app-banner-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #00205B;
  max-width: 637px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.app-banner .container .app-banner-text-content .banner-title {
  color: inherit;
  margin: 0px;
  max-width: 526px;
}
.app-banner .container .app-banner-text-content .ui-type-hero {
  font-size: 36px;
  line-height: 36px;
}
.app-banner .container .app-banner-text-content .description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.app-banner .container .app-banner-text-content .description {
  margin: 0px;
  color: inherit;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.app-banner .container .app-banner-text-content ul {
  color: inherit;
  margin: 0;
  margin: 0px;
  padding: 0;
}
.app-banner .container .app-banner-text-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: inherit;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.app-banner .container .app-banner-text-content ul li::before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 12px;
  height: 12px;
  background-color: #2068E5;
  border-radius: 50%;
  margin: 5px 0;
}
.app-banner .container .app-banner-text-content .app-download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 1025px) {
  .app-banner {
    padding: 48px 16px;
  }
}
@media (max-width: 991px) {
  .app-banner {
    padding: 48px 16px;
  }
  .app-banner .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app-banner .container .app-banner-image-content {
    width: 45%;
  }
  .app-banner .container .app-banner-image-content .image-wrapper {
    height: auto;
  }
  .app-banner .container .app-banner-image-content .phone-container {
    height: auto;
    width: 100%;
    mix-blend-mode: multiply;
    position: relative;
  }
  .app-banner .container .app-banner-text-content {
    max-width: 55%;
    padding-left: 20px;
  }
  .app-banner .container .app-banner-text-content .banner-title {
    font-size: 32px;
    line-height: 40px;
  }
  .app-banner .container .app-banner-text-content .description {
    margin-top: 24px;
  }
  .app-banner .container .app-banner-text-content .app-download-buttons {
    margin-top: 32px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .app-banner {
    padding: 48px 16px;
  }
  .app-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .app-banner .container .app-banner-image-content {
    display: none;
  }
  .app-banner .container .app-banner-text-content {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-left: 0px;
  }
  .app-banner .container .app-banner-text-content .banner-title {
    font-size: 32px;
    line-height: 40px;
  }
  .app-banner .container .app-banner-text-content .description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .app-banner .container .app-banner-text-content .description-wrapper .description {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .app-banner .container .app-banner-text-content .description-wrapper ul {
    margin: 0;
  }
  .app-banner .container .app-banner-text-content .app-download-buttons {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    width: 100%;
  }
  .app-banner .container .app-banner-text-content .app-download-buttons .ui-btn {
    width: auto;
  }
}

/* ==========================================================================
   Component: Technical Specifications Accordion
   ========================================================================== */
.technical-specifications {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .technical-specifications {
    padding: 40px 120px;
  }
}
@media (max-width: 991px) {
  .technical-specifications {
    padding: 40px 16px;
  }
}
.technical-specifications__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  margin-bottom: 24px;
  color: #00205B;
  text-align: center;
}
@media (max-width: 767px) {
  .technical-specifications__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.technical-specifications__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: solid 1px #000000;
  margin-bottom: 48px;
  background: #ffffff;
}
.technical-specifications__download svg:nth-child(1) {
  display: none;
}
.technical-specifications__download:hover {
  background: #ffffff !important;
}
.technical-specifications__accordion {
  margin-bottom: 0;
  width: 100%;
  max-width: 1200px;
}
.technical-specifications__panel {
  border: none;
  border-bottom: 1px solid #D8DCE4;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  background: transparent;
}
.technical-specifications__panel .panel-heading {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}
.technical-specifications__panel .panel-heading h4 {
  margin: 0;
}
.technical-specifications__panel .panel-body {
  padding: 0 0 32px;
  border-top: none;
}
.technical-specifications__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 32px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #05254b;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .technical-specifications__toggle {
    font-size: 24px;
    line-height: 32px;
  }
}
.technical-specifications__toggle:hover, .technical-specifications__toggle:focus {
  text-decoration: none;
  cursor: pointer;
  color: #05254b;
}
.technical-specifications__toggle.collapsed, .technical-specifications__toggle.collapsed:hover {
  color: #B2B9C6;
}
.technical-specifications__toggle.collapsed .technical-specifications__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.technical-specifications__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
.technical-specifications__icon img {
  width: 23.3px;
  height: 14.9px;
}
.technical-specifications__table, .technical-specifications__description {
  width: 100%;
  max-width: 544px;
  margin-left: auto;
  border-collapse: collapse;
}
@media (max-width: 991px) {
  .technical-specifications__table, .technical-specifications__description {
    max-width: 100%;
  }
}
.technical-specifications__row {
  border-bottom: 1px solid #D8DCE4;
  color: #131416;
}
.technical-specifications__row:last-child {
  border-bottom: none;
}
.technical-specifications__label, .technical-specifications__value {
  padding: 16px 0px;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  color: inherit;
}
.technical-specifications__label {
  font-weight: 400;
  text-align: left;
  width: 40%;
}
.technical-specifications__value {
  font-weight: 700;
  text-align: right;
}

/* ==========================================================================
   Component: gallery cards
   ========================================================================== */
.gallery-cards .row {
  margin: 10px 0;
}
.gallery-cards .row .col-md-7, .gallery-cards .row .col-md-5, .gallery-cards .row .col-md-3 {
  padding: 0 5px;
}
.gallery-cards .category-card {
  display: contents;
  height: 400px;
}
.gallery-cards .product-card {
  height: 400px;
  background: #ffffff;
  border: 1px solid #a8afbd;
  position: relative;
  overflow: hidden;
}
.gallery-cards .product-card__media {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.gallery-cards .gallery-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.gallery-cards .gallery-trigger img,
.gallery-cards .gallery-trigger video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.gallery-cards .gallery-trigger:hover::after {
  opacity: 1;
}
.gallery-cards .gallery-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-modal.active {
  opacity: 1;
  visibility: visible;
}
.gallery-modal .gallery-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 38, 80, 0.8);
  z-index: 1;
}
.gallery-modal .gallery-modal__content {
  position: relative;
  z-index: 2;
  width: 800px;
  height: 600px;
  background: #05254b;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-modal .gallery-modal__media {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery-modal .gallery-modal__media img,
.gallery-modal .gallery-modal__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-modal .gallery-modal__close {
  position: absolute;
  top: 40px;
  right: calc(50% - 400px);
  z-index: 1001;
  background: none;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.gallery-modal .gallery-modal__close svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
}
.gallery-modal .gallery-modal__close span {
  line-height: 1;
}
.gallery-modal .gallery-modal__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  border: 1px solid transparent;
  width: 60px;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  background: none;
}
.gallery-modal .gallery-modal__nav:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.gallery-modal .gallery-modal__nav svg {
  width: 15px;
  height: 15px;
}
.gallery-modal .gallery-modal__nav--prev {
  left: 0;
}
.gallery-modal .gallery-modal__nav--next {
  right: 0;
}
.gallery-modal .gallery-modal__indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 90%;
  max-width: 400px;
}
.gallery-modal .gallery-modal__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.gallery-modal .gallery-modal__dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  border-radius: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 20px;
}
.gallery-modal .gallery-modal__dot.active {
  background: rgba(255, 255, 255, 0.5);
}
.gallery-modal .gallery-modal__dot.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #006DDA;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: gallery-bar-timer var(--slide-duration, 5s) linear forwards;
          animation: gallery-bar-timer var(--slide-duration, 5s) linear forwards;
}
.gallery-modal .gallery-modal__dot:hover {
  background: rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes gallery-bar-timer {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes gallery-bar-timer {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery-cards .product-card {
    height: 250px;
  }
  .gallery-cards .product-card__media {
    height: 100%;
    width: 100%;
  }
  .gallery-cards .product-card__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-cards .gallery-trigger img,
  .gallery-cards .gallery-trigger video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-modal .gallery-modal__content {
    width: 90vw;
    height: auto;
    aspect-ratio: 4/3;
    border-radius: 0;
  }
  .gallery-modal .gallery-modal__media {
    width: 100%;
    height: 100%;
  }
  .gallery-modal .gallery-modal__media img,
  .gallery-modal .gallery-modal__media video {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-modal .gallery-modal__close {
    top: -40px;
    right: calc(50% - 45vw);
    padding: 8px 12px;
    font-size: 12px;
    gap: 6px;
  }
  .gallery-modal .gallery-modal__close svg {
    width: 16px;
    height: 16px;
  }
  .gallery-modal .gallery-modal__close span {
    display: none;
  }
  .gallery-modal .gallery-modal__nav {
    width: 50px;
  }
  .gallery-modal .gallery-modal__nav svg {
    width: 20px;
    height: 20px;
  }
  .gallery-modal .gallery-modal__nav--prev {
    left: 0;
  }
  .gallery-modal .gallery-modal__nav--next {
    right: 0;
  }
  .gallery-modal .gallery-modal__indicator {
    bottom: 15px;
    max-width: 90%;
  }
  .gallery-modal .gallery-modal__dots {
    gap: 4px;
  }
  .gallery-modal .gallery-modal__dot {
    height: 2px;
    min-width: 15px;
  }
}
@media (max-width: 767px) {
  .product-card {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=main.css.map */
