@charset "UTF-8";
@keyframes prelAnim {
  0% {
    transform: rotate(0) perspective(1000px);
  }
  50% {
    transform: rotate(180deg) perspective(1000px);
  }
  100% {
    transform: rotate(360deg) perspective(1000px);
  }
}

@keyframes fadeBackground {
  0% {
    background-color: #021342;
    z-index: 10;
  }
  50% {
    background-color: #021342;
    z-index: 10;
  }
  100% {
    background-color: transparent;
    z-index: -1;
  }
}

@keyframes upIntrotext {
  0% {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 11;
  }
  50% {
    top: 50%;
    transform: translateY(-50%);
    color: #021342;
  }
  80% {
    top: 12%;
    transform: translateY(-12%);
    color: #021342;
    z-index: 11;
  }
  100% {
    top: 12%;
    transform: translateY(-12%);
    color: #021342;
    z-index: 7;
  }
}

@keyframes MobUpIntrotext {
  0% {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 11;
    position: absolute;
  }
  50% {
    top: 18%;
    transform: translateY(-18%);
    color: #021342;
    position: absolute;
    z-index: 11;
  }
  100% {
    top: 20%;
    transform: translateY(-20%);
    color: #021342;
    position: absolute;
    z-index: 7;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showButton {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  50% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes showRibbon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes redRibbon {
  0% {
    width: 0%;
    left: 50%;
  }
  20% {
    width: 10%;
    left: 40%;
  }
  100% {
    width: 50%;
    left: 0;
  }
}

@keyframes blueRibbon {
  0% {
    width: 0%;
    right: 50%;
  }
  20% {
    width: 10%;
    right: 40%;
  }
  100% {
    width: 50%;
    right: 0;
  }
}

@keyframes rotateArrow {
  0% {
    animation-timing-function: linear;
    transform: rotate(0deg);
  }
  100% {
    animation-timing-function: linear;
    transform: rotate(-180deg);
  }
}

@keyframes slideRightBgImg {
  100% {
    width: 50%;
  }
}

@keyframes mobImageAnim {
  80% {
    transform: scale(1.08);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

.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-left: 15px;
  padding-right: 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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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;
  -o-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;
}

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

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

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@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 label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

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

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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.33333;
  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.33333;
  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.33333;
}

.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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

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

@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  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);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .btn--outline + .btn, .modal-footer .intro__cta + .btn, .modal-footer .btn--download + .btn, .modal-footer .b-download__cta a + .btn, .b-download__cta .modal-footer a + .btn, .modal-footer .btn--next + .btn, .modal-footer .b-pagination__btn--next + .btn, .modal-footer .btn--prev + .btn, .modal-footer .b-pagination__btn--prev + .btn, .modal-footer .btn--down + .btn, .modal-footer .btn--white-to-red + .btn, .modal-footer .s-sliders__cta + .btn, .modal-footer .s-slide-intro__cta + .btn, .modal-footer .btn + .btn--outline, .modal-footer .btn--outline + .btn--outline, .modal-footer .intro__cta + .btn--outline, .modal-footer .btn--download + .btn--outline, .modal-footer .b-download__cta a + .btn--outline, .b-download__cta .modal-footer a + .btn--outline, .modal-footer .btn--next + .btn--outline, .modal-footer .b-pagination__btn--next + .btn--outline, .modal-footer .btn--prev + .btn--outline, .modal-footer .b-pagination__btn--prev + .btn--outline, .modal-footer .btn--down + .btn--outline, .modal-footer .btn--white-to-red + .btn--outline, .modal-footer .s-sliders__cta + .btn--outline, .modal-footer .s-slide-intro__cta + .btn--outline, .modal-footer .btn + .intro__cta, .modal-footer .btn--outline + .intro__cta, .modal-footer .intro__cta + .intro__cta, .modal-footer .btn--download + .intro__cta, .modal-footer .b-download__cta a + .intro__cta, .b-download__cta .modal-footer a + .intro__cta, .modal-footer .btn--next + .intro__cta, .modal-footer .b-pagination__btn--next + .intro__cta, .modal-footer .btn--prev + .intro__cta, .modal-footer .b-pagination__btn--prev + .intro__cta, .modal-footer .btn--down + .intro__cta, .modal-footer .btn--white-to-red + .intro__cta, .modal-footer .s-sliders__cta + .intro__cta, .modal-footer .s-slide-intro__cta + .intro__cta, .modal-footer .btn + .btn--download, .modal-footer .btn--outline + .btn--download, .modal-footer .intro__cta + .btn--download, .modal-footer .btn--download + .btn--download, .modal-footer .b-download__cta a + .btn--download, .b-download__cta .modal-footer a + .btn--download, .modal-footer .btn--next + .btn--download, .modal-footer .b-pagination__btn--next + .btn--download, .modal-footer .btn--prev + .btn--download, .modal-footer .b-pagination__btn--prev + .btn--download, .modal-footer .btn--down + .btn--download, .modal-footer .btn--white-to-red + .btn--download, .modal-footer .s-sliders__cta + .btn--download, .modal-footer .s-slide-intro__cta + .btn--download, .modal-footer .b-download__cta .btn + a, .b-download__cta .modal-footer .btn + a, .modal-footer .b-download__cta .btn--outline + a, .b-download__cta .modal-footer .btn--outline + a, .modal-footer .b-download__cta .intro__cta + a, .b-download__cta .modal-footer .intro__cta + a, .modal-footer .b-download__cta .btn--download + a, .b-download__cta .modal-footer .btn--download + a, .modal-footer .b-download__cta a + a, .b-download__cta .modal-footer a + a, .modal-footer .b-download__cta .btn--next + a, .b-download__cta .modal-footer .btn--next + a, .modal-footer .b-download__cta .b-pagination__btn--next + a, .b-download__cta .modal-footer .b-pagination__btn--next + a, .modal-footer .b-download__cta .btn--prev + a, .b-download__cta .modal-footer .btn--prev + a, .modal-footer .b-download__cta .b-pagination__btn--prev + a, .b-download__cta .modal-footer .b-pagination__btn--prev + a, .modal-footer .b-download__cta .btn--down + a, .b-download__cta .modal-footer .btn--down + a, .modal-footer .b-download__cta .btn--white-to-red + a, .b-download__cta .modal-footer .btn--white-to-red + a, .modal-footer .b-download__cta .s-sliders__cta + a, .b-download__cta .modal-footer .s-sliders__cta + a, .modal-footer .b-download__cta .s-slide-intro__cta + a, .b-download__cta .modal-footer .s-slide-intro__cta + a, .modal-footer .btn + .btn--next, .modal-footer .btn--outline + .btn--next, .modal-footer .intro__cta + .btn--next, .modal-footer .btn--download + .btn--next, .modal-footer .b-download__cta a + .btn--next, .b-download__cta .modal-footer a + .btn--next, .modal-footer .btn--next + .btn--next, .modal-footer .b-pagination__btn--next + .btn--next, .modal-footer .btn--prev + .btn--next, .modal-footer .b-pagination__btn--prev + .btn--next, .modal-footer .btn--down + .btn--next, .modal-footer .btn--white-to-red + .btn--next, .modal-footer .s-sliders__cta + .btn--next, .modal-footer .s-slide-intro__cta + .btn--next, .modal-footer .btn + .b-pagination__btn--next, .modal-footer .btn--outline + .b-pagination__btn--next, .modal-footer .intro__cta + .b-pagination__btn--next, .modal-footer .btn--download + .b-pagination__btn--next, .modal-footer .b-download__cta a + .b-pagination__btn--next, .b-download__cta .modal-footer a + .b-pagination__btn--next, .modal-footer .btn--next + .b-pagination__btn--next, .modal-footer .b-pagination__btn--next + .b-pagination__btn--next, .modal-footer .btn--prev + .b-pagination__btn--next, .modal-footer .b-pagination__btn--prev + .b-pagination__btn--next, .modal-footer .btn--down + .b-pagination__btn--next, .modal-footer .btn--white-to-red + .b-pagination__btn--next, .modal-footer .s-sliders__cta + .b-pagination__btn--next, .modal-footer .s-slide-intro__cta + .b-pagination__btn--next, .modal-footer .btn + .btn--prev, .modal-footer .btn--outline + .btn--prev, .modal-footer .intro__cta + .btn--prev, .modal-footer .btn--download + .btn--prev, .modal-footer .b-download__cta a + .btn--prev, .b-download__cta .modal-footer a + .btn--prev, .modal-footer .btn--next + .btn--prev, .modal-footer .b-pagination__btn--next + .btn--prev, .modal-footer .btn--prev + .btn--prev, .modal-footer .b-pagination__btn--prev + .btn--prev, .modal-footer .btn--down + .btn--prev, .modal-footer .btn--white-to-red + .btn--prev, .modal-footer .s-sliders__cta + .btn--prev, .modal-footer .s-slide-intro__cta + .btn--prev, .modal-footer .btn + .b-pagination__btn--prev, .modal-footer .btn--outline + .b-pagination__btn--prev, .modal-footer .intro__cta + .b-pagination__btn--prev, .modal-footer .btn--download + .b-pagination__btn--prev, .modal-footer .b-download__cta a + .b-pagination__btn--prev, .b-download__cta .modal-footer a + .b-pagination__btn--prev, .modal-footer .btn--next + .b-pagination__btn--prev, .modal-footer .b-pagination__btn--next + .b-pagination__btn--prev, .modal-footer .btn--prev + .b-pagination__btn--prev, .modal-footer .b-pagination__btn--prev + .b-pagination__btn--prev, .modal-footer .btn--down + .b-pagination__btn--prev, .modal-footer .btn--white-to-red + .b-pagination__btn--prev, .modal-footer .s-sliders__cta + .b-pagination__btn--prev, .modal-footer .s-slide-intro__cta + .b-pagination__btn--prev, .modal-footer .btn + .btn--down, .modal-footer .btn--outline + .btn--down, .modal-footer .intro__cta + .btn--down, .modal-footer .btn--download + .btn--down, .modal-footer .b-download__cta a + .btn--down, .b-download__cta .modal-footer a + .btn--down, .modal-footer .btn--next + .btn--down, .modal-footer .b-pagination__btn--next + .btn--down, .modal-footer .btn--prev + .btn--down, .modal-footer .b-pagination__btn--prev + .btn--down, .modal-footer .btn--down + .btn--down, .modal-footer .btn--white-to-red + .btn--down, .modal-footer .s-sliders__cta + .btn--down, .modal-footer .s-slide-intro__cta + .btn--down, .modal-footer .btn + .btn--white-to-red, .modal-footer .btn--outline + .btn--white-to-red, .modal-footer .intro__cta + .btn--white-to-red, .modal-footer .btn--download + .btn--white-to-red, .modal-footer .b-download__cta a + .btn--white-to-red, .b-download__cta .modal-footer a + .btn--white-to-red, .modal-footer .btn--next + .btn--white-to-red, .modal-footer .b-pagination__btn--next + .btn--white-to-red, .modal-footer .btn--prev + .btn--white-to-red, .modal-footer .b-pagination__btn--prev + .btn--white-to-red, .modal-footer .btn--down + .btn--white-to-red, .modal-footer .btn--white-to-red + .btn--white-to-red, .modal-footer .s-sliders__cta + .btn--white-to-red, .modal-footer .s-slide-intro__cta + .btn--white-to-red, .modal-footer .btn + .s-sliders__cta, .modal-footer .btn--outline + .s-sliders__cta, .modal-footer .intro__cta + .s-sliders__cta, .modal-footer .btn--download + .s-sliders__cta, .modal-footer .b-download__cta a + .s-sliders__cta, .b-download__cta .modal-footer a + .s-sliders__cta, .modal-footer .btn--next + .s-sliders__cta, .modal-footer .b-pagination__btn--next + .s-sliders__cta, .modal-footer .btn--prev + .s-sliders__cta, .modal-footer .b-pagination__btn--prev + .s-sliders__cta, .modal-footer .btn--down + .s-sliders__cta, .modal-footer .btn--white-to-red + .s-sliders__cta, .modal-footer .s-sliders__cta + .s-sliders__cta, .modal-footer .s-slide-intro__cta + .s-sliders__cta, .modal-footer .btn + .s-slide-intro__cta, .modal-footer .btn--outline + .s-slide-intro__cta, .modal-footer .intro__cta + .s-slide-intro__cta, .modal-footer .btn--download + .s-slide-intro__cta, .modal-footer .b-download__cta a + .s-slide-intro__cta, .b-download__cta .modal-footer a + .s-slide-intro__cta, .modal-footer .btn--next + .s-slide-intro__cta, .modal-footer .b-pagination__btn--next + .s-slide-intro__cta, .modal-footer .btn--prev + .s-slide-intro__cta, .modal-footer .b-pagination__btn--prev + .s-slide-intro__cta, .modal-footer .btn--down + .s-slide-intro__cta, .modal-footer .btn--white-to-red + .s-slide-intro__cta, .modal-footer .s-sliders__cta + .s-slide-intro__cta, .modal-footer .s-slide-intro__cta + .s-slide-intro__cta {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn--outline + .btn, .modal-footer .btn-group .intro__cta + .btn, .modal-footer .btn-group .btn--download + .btn, .modal-footer .btn-group .b-download__cta a + .btn, .b-download__cta .modal-footer .btn-group a + .btn, .modal-footer .btn-group .btn--next + .btn, .modal-footer .btn-group .b-pagination__btn--next + .btn, .modal-footer .btn-group .btn--prev + .btn, .modal-footer .btn-group .b-pagination__btn--prev + .btn, .modal-footer .btn-group .btn--down + .btn, .modal-footer .btn-group .btn--white-to-red + .btn, .modal-footer .btn-group .s-sliders__cta + .btn, .modal-footer .btn-group .s-slide-intro__cta + .btn, .modal-footer .btn-group .btn + .btn--outline, .modal-footer .btn-group .btn--outline + .btn--outline, .modal-footer .btn-group .intro__cta + .btn--outline, .modal-footer .btn-group .btn--download + .btn--outline, .modal-footer .btn-group .b-download__cta a + .btn--outline, .b-download__cta .modal-footer .btn-group a + .btn--outline, .modal-footer .btn-group .btn--next + .btn--outline, .modal-footer .btn-group .b-pagination__btn--next + .btn--outline, .modal-footer .btn-group .btn--prev + .btn--outline, .modal-footer .btn-group .b-pagination__btn--prev + .btn--outline, .modal-footer .btn-group .btn--down + .btn--outline, .modal-footer .btn-group .btn--white-to-red + .btn--outline, .modal-footer .btn-group .s-sliders__cta + .btn--outline, .modal-footer .btn-group .s-slide-intro__cta + .btn--outline, .modal-footer .btn-group .btn + .intro__cta, .modal-footer .btn-group .btn--outline + .intro__cta, .modal-footer .btn-group .intro__cta + .intro__cta, .modal-footer .btn-group .btn--download + .intro__cta, .modal-footer .btn-group .b-download__cta a + .intro__cta, .b-download__cta .modal-footer .btn-group a + .intro__cta, .modal-footer .btn-group .btn--next + .intro__cta, .modal-footer .btn-group .b-pagination__btn--next + .intro__cta, .modal-footer .btn-group .btn--prev + .intro__cta, .modal-footer .btn-group .b-pagination__btn--prev + .intro__cta, .modal-footer .btn-group .btn--down + .intro__cta, .modal-footer .btn-group .btn--white-to-red + .intro__cta, .modal-footer .btn-group .s-sliders__cta + .intro__cta, .modal-footer .btn-group .s-slide-intro__cta + .intro__cta, .modal-footer .btn-group .btn + .btn--download, .modal-footer .btn-group .btn--outline + .btn--download, .modal-footer .btn-group .intro__cta + .btn--download, .modal-footer .btn-group .btn--download + .btn--download, .modal-footer .btn-group .b-download__cta a + .btn--download, .b-download__cta .modal-footer .btn-group a + .btn--download, .modal-footer .btn-group .btn--next + .btn--download, .modal-footer .btn-group .b-pagination__btn--next + .btn--download, .modal-footer .btn-group .btn--prev + .btn--download, .modal-footer .btn-group .b-pagination__btn--prev + .btn--download, .modal-footer .btn-group .btn--down + .btn--download, .modal-footer .btn-group .btn--white-to-red + .btn--download, .modal-footer .btn-group .s-sliders__cta + .btn--download, .modal-footer .btn-group .s-slide-intro__cta + .btn--download, .modal-footer .btn-group .b-download__cta .btn + a, .b-download__cta .modal-footer .btn-group .btn + a, .modal-footer .btn-group .b-download__cta .btn--outline + a, .b-download__cta .modal-footer .btn-group .btn--outline + a, .modal-footer .btn-group .b-download__cta .intro__cta + a, .b-download__cta .modal-footer .btn-group .intro__cta + a, .modal-footer .btn-group .b-download__cta .btn--download + a, .b-download__cta .modal-footer .btn-group .btn--download + a, .modal-footer .btn-group .b-download__cta a + a, .b-download__cta .modal-footer .btn-group a + a, .modal-footer .btn-group .b-download__cta .btn--next + a, .b-download__cta .modal-footer .btn-group .btn--next + a, .modal-footer .btn-group .b-download__cta .b-pagination__btn--next + a, .b-download__cta .modal-footer .btn-group .b-pagination__btn--next + a, .modal-footer .btn-group .b-download__cta .btn--prev + a, .b-download__cta .modal-footer .btn-group .btn--prev + a, .modal-footer .btn-group .b-download__cta .b-pagination__btn--prev + a, .b-download__cta .modal-footer .btn-group .b-pagination__btn--prev + a, .modal-footer .btn-group .b-download__cta .btn--down + a, .b-download__cta .modal-footer .btn-group .btn--down + a, .modal-footer .btn-group .b-download__cta .btn--white-to-red + a, .b-download__cta .modal-footer .btn-group .btn--white-to-red + a, .modal-footer .btn-group .b-download__cta .s-sliders__cta + a, .b-download__cta .modal-footer .btn-group .s-sliders__cta + a, .modal-footer .btn-group .b-download__cta .s-slide-intro__cta + a, .b-download__cta .modal-footer .btn-group .s-slide-intro__cta + a, .modal-footer .btn-group .btn + .btn--next, .modal-footer .btn-group .btn--outline + .btn--next, .modal-footer .btn-group .intro__cta + .btn--next, .modal-footer .btn-group .btn--download + .btn--next, .modal-footer .btn-group .b-download__cta a + .btn--next, .b-download__cta .modal-footer .btn-group a + .btn--next, .modal-footer .btn-group .btn--next + .btn--next, .modal-footer .btn-group .b-pagination__btn--next + .btn--next, .modal-footer .btn-group .btn--prev + .btn--next, .modal-footer .btn-group .b-pagination__btn--prev + .btn--next, .modal-footer .btn-group .btn--down + .btn--next, .modal-footer .btn-group .btn--white-to-red + .btn--next, .modal-footer .btn-group .s-sliders__cta + .btn--next, .modal-footer .btn-group .s-slide-intro__cta + .btn--next, .modal-footer .btn-group .btn + .b-pagination__btn--next, .modal-footer .btn-group .btn--outline + .b-pagination__btn--next, .modal-footer .btn-group .intro__cta + .b-pagination__btn--next, .modal-footer .btn-group .btn--download + .b-pagination__btn--next, .modal-footer .btn-group .b-download__cta a + .b-pagination__btn--next, .b-download__cta .modal-footer .btn-group a + .b-pagination__btn--next, .modal-footer .btn-group .btn--next + .b-pagination__btn--next, .modal-footer .btn-group .b-pagination__btn--next + .b-pagination__btn--next, .modal-footer .btn-group .btn--prev + .b-pagination__btn--next, .modal-footer .btn-group .b-pagination__btn--prev + .b-pagination__btn--next, .modal-footer .btn-group .btn--down + .b-pagination__btn--next, .modal-footer .btn-group .btn--white-to-red + .b-pagination__btn--next, .modal-footer .btn-group .s-sliders__cta + .b-pagination__btn--next, .modal-footer .btn-group .s-slide-intro__cta + .b-pagination__btn--next, .modal-footer .btn-group .btn + .btn--prev, .modal-footer .btn-group .btn--outline + .btn--prev, .modal-footer .btn-group .intro__cta + .btn--prev, .modal-footer .btn-group .btn--download + .btn--prev, .modal-footer .btn-group .b-download__cta a + .btn--prev, .b-download__cta .modal-footer .btn-group a + .btn--prev, .modal-footer .btn-group .btn--next + .btn--prev, .modal-footer .btn-group .b-pagination__btn--next + .btn--prev, .modal-footer .btn-group .btn--prev + .btn--prev, .modal-footer .btn-group .b-pagination__btn--prev + .btn--prev, .modal-footer .btn-group .btn--down + .btn--prev, .modal-footer .btn-group .btn--white-to-red + .btn--prev, .modal-footer .btn-group .s-sliders__cta + .btn--prev, .modal-footer .btn-group .s-slide-intro__cta + .btn--prev, .modal-footer .btn-group .btn + .b-pagination__btn--prev, .modal-footer .btn-group .btn--outline + .b-pagination__btn--prev, .modal-footer .btn-group .intro__cta + .b-pagination__btn--prev, .modal-footer .btn-group .btn--download + .b-pagination__btn--prev, .modal-footer .btn-group .b-download__cta a + .b-pagination__btn--prev, .b-download__cta .modal-footer .btn-group a + .b-pagination__btn--prev, .modal-footer .btn-group .btn--next + .b-pagination__btn--prev, .modal-footer .btn-group .b-pagination__btn--next + .b-pagination__btn--prev, .modal-footer .btn-group .btn--prev + .b-pagination__btn--prev, .modal-footer .btn-group .b-pagination__btn--prev + .b-pagination__btn--prev, .modal-footer .btn-group .btn--down + .b-pagination__btn--prev, .modal-footer .btn-group .btn--white-to-red + .b-pagination__btn--prev, .modal-footer .btn-group .s-sliders__cta + .b-pagination__btn--prev, .modal-footer .btn-group .s-slide-intro__cta + .b-pagination__btn--prev, .modal-footer .btn-group .btn + .btn--down, .modal-footer .btn-group .btn--outline + .btn--down, .modal-footer .btn-group .intro__cta + .btn--down, .modal-footer .btn-group .btn--download + .btn--down, .modal-footer .btn-group .b-download__cta a + .btn--down, .b-download__cta .modal-footer .btn-group a + .btn--down, .modal-footer .btn-group .btn--next + .btn--down, .modal-footer .btn-group .b-pagination__btn--next + .btn--down, .modal-footer .btn-group .btn--prev + .btn--down, .modal-footer .btn-group .b-pagination__btn--prev + .btn--down, .modal-footer .btn-group .btn--down + .btn--down, .modal-footer .btn-group .btn--white-to-red + .btn--down, .modal-footer .btn-group .s-sliders__cta + .btn--down, .modal-footer .btn-group .s-slide-intro__cta + .btn--down, .modal-footer .btn-group .btn + .btn--white-to-red, .modal-footer .btn-group .btn--outline + .btn--white-to-red, .modal-footer .btn-group .intro__cta + .btn--white-to-red, .modal-footer .btn-group .btn--download + .btn--white-to-red, .modal-footer .btn-group .b-download__cta a + .btn--white-to-red, .b-download__cta .modal-footer .btn-group a + .btn--white-to-red, .modal-footer .btn-group .btn--next + .btn--white-to-red, .modal-footer .btn-group .b-pagination__btn--next + .btn--white-to-red, .modal-footer .btn-group .btn--prev + .btn--white-to-red, .modal-footer .btn-group .b-pagination__btn--prev + .btn--white-to-red, .modal-footer .btn-group .btn--down + .btn--white-to-red, .modal-footer .btn-group .btn--white-to-red + .btn--white-to-red, .modal-footer .btn-group .s-sliders__cta + .btn--white-to-red, .modal-footer .btn-group .s-slide-intro__cta + .btn--white-to-red, .modal-footer .btn-group .btn + .s-sliders__cta, .modal-footer .btn-group .btn--outline + .s-sliders__cta, .modal-footer .btn-group .intro__cta + .s-sliders__cta, .modal-footer .btn-group .btn--download + .s-sliders__cta, .modal-footer .btn-group .b-download__cta a + .s-sliders__cta, .b-download__cta .modal-footer .btn-group a + .s-sliders__cta, .modal-footer .btn-group .btn--next + .s-sliders__cta, .modal-footer .btn-group .b-pagination__btn--next + .s-sliders__cta, .modal-footer .btn-group .btn--prev + .s-sliders__cta, .modal-footer .btn-group .b-pagination__btn--prev + .s-sliders__cta, .modal-footer .btn-group .btn--down + .s-sliders__cta, .modal-footer .btn-group .btn--white-to-red + .s-sliders__cta, .modal-footer .btn-group .s-sliders__cta + .s-sliders__cta, .modal-footer .btn-group .s-slide-intro__cta + .s-sliders__cta, .modal-footer .btn-group .btn + .s-slide-intro__cta, .modal-footer .btn-group .btn--outline + .s-slide-intro__cta, .modal-footer .btn-group .intro__cta + .s-slide-intro__cta, .modal-footer .btn-group .btn--download + .s-slide-intro__cta, .modal-footer .btn-group .b-download__cta a + .s-slide-intro__cta, .b-download__cta .modal-footer .btn-group a + .s-slide-intro__cta, .modal-footer .btn-group .btn--next + .s-slide-intro__cta, .modal-footer .btn-group .b-pagination__btn--next + .s-slide-intro__cta, .modal-footer .btn-group .btn--prev + .s-slide-intro__cta, .modal-footer .btn-group .b-pagination__btn--prev + .s-slide-intro__cta, .modal-footer .btn-group .btn--down + .s-slide-intro__cta, .modal-footer .btn-group .btn--white-to-red + .s-slide-intro__cta, .modal-footer .btn-group .s-sliders__cta + .s-slide-intro__cta, .modal-footer .btn-group .s-slide-intro__cta + .s-slide-intro__cta {
  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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

.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 {
  bottom: 0;
  right: 5px;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .btn--outline, .carousel-caption .intro__cta, .carousel-caption .btn--download, .carousel-caption .b-download__cta a, .b-download__cta .carousel-caption a, .carousel-caption .btn--next, .carousel-caption .b-pagination__btn--next, .carousel-caption .btn--prev, .carousel-caption .b-pagination__btn--prev, .carousel-caption .btn--down, .carousel-caption .btn--white-to-red, .carousel-caption .s-sliders__cta, .carousel-caption .s-slide-intro__cta {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  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);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .btn--outline + .btn, .modal-footer .intro__cta + .btn, .modal-footer .btn--download + .btn, .modal-footer .b-download__cta a + .btn, .b-download__cta .modal-footer a + .btn, .modal-footer .btn--next + .btn, .modal-footer .b-pagination__btn--next + .btn, .modal-footer .btn--prev + .btn, .modal-footer .b-pagination__btn--prev + .btn, .modal-footer .btn--down + .btn, .modal-footer .btn--white-to-red + .btn, .modal-footer .s-sliders__cta + .btn, .modal-footer .s-slide-intro__cta + .btn, .modal-footer .btn + .btn--outline, .modal-footer .btn--outline + .btn--outline, .modal-footer .intro__cta + .btn--outline, .modal-footer .btn--download + .btn--outline, .modal-footer .b-download__cta a + .btn--outline, .b-download__cta .modal-footer a + .btn--outline, .modal-footer .btn--next + .btn--outline, .modal-footer .b-pagination__btn--next + .btn--outline, .modal-footer .btn--prev + .btn--outline, .modal-footer .b-pagination__btn--prev + .btn--outline, .modal-footer .btn--down + .btn--outline, .modal-footer .btn--white-to-red + .btn--outline, .modal-footer .s-sliders__cta + .btn--outline, .modal-footer .s-slide-intro__cta + .btn--outline, .modal-footer .btn + .intro__cta, .modal-footer .btn--outline + .intro__cta, .modal-footer .intro__cta + .intro__cta, .modal-footer .btn--download + .intro__cta, .modal-footer .b-download__cta a + .intro__cta, .b-download__cta .modal-footer a + .intro__cta, .modal-footer .btn--next + .intro__cta, .modal-footer .b-pagination__btn--next + .intro__cta, .modal-footer .btn--prev + .intro__cta, .modal-footer .b-pagination__btn--prev + .intro__cta, .modal-footer .btn--down + .intro__cta, .modal-footer .btn--white-to-red + .intro__cta, .modal-footer .s-sliders__cta + .intro__cta, .modal-footer .s-slide-intro__cta + .intro__cta, .modal-footer .btn + .btn--download, .modal-footer .btn--outline + .btn--download, .modal-footer .intro__cta + .btn--download, .modal-footer .btn--download + .btn--download, .modal-footer .b-download__cta a + .btn--download, .b-download__cta .modal-footer a + .btn--download, .modal-footer .btn--next + .btn--download, .modal-footer .b-pagination__btn--next + .btn--download, .modal-footer .btn--prev + .btn--download, .modal-footer .b-pagination__btn--prev + .btn--download, .modal-footer .btn--down + .btn--download, .modal-footer .btn--white-to-red + .btn--download, .modal-footer .s-sliders__cta + .btn--download, .modal-footer .s-slide-intro__cta + .btn--download, .modal-footer .b-download__cta .btn + a, .b-download__cta .modal-footer .btn + a, .modal-footer .b-download__cta .btn--outline + a, .b-download__cta .modal-footer .btn--outline + a, .modal-footer .b-download__cta .intro__cta + a, .b-download__cta .modal-footer .intro__cta + a, .modal-footer .b-download__cta .btn--download + a, .b-download__cta .modal-footer .btn--download + a, .modal-footer .b-download__cta a + a, .b-download__cta .modal-footer a + a, .modal-footer .b-download__cta .btn--next + a, .b-download__cta .modal-footer .btn--next + a, .modal-footer .b-download__cta .b-pagination__btn--next + a, .b-download__cta .modal-footer .b-pagination__btn--next + a, .modal-footer .b-download__cta .btn--prev + a, .b-download__cta .modal-footer .btn--prev + a, .modal-footer .b-download__cta .b-pagination__btn--prev + a, .b-download__cta .modal-footer .b-pagination__btn--prev + a, .modal-footer .b-download__cta .btn--down + a, .b-download__cta .modal-footer .btn--down + a, .modal-footer .b-download__cta .btn--white-to-red + a, .b-download__cta .modal-footer .btn--white-to-red + a, .modal-footer .b-download__cta .s-sliders__cta + a, .b-download__cta .modal-footer .s-sliders__cta + a, .modal-footer .b-download__cta .s-slide-intro__cta + a, .b-download__cta .modal-footer .s-slide-intro__cta + a, .modal-footer .btn + .btn--next, .modal-footer .btn--outline + .btn--next, .modal-footer .intro__cta + .btn--next, .modal-footer .btn--download + .btn--next, .modal-footer .b-download__cta a + .btn--next, .b-download__cta .modal-footer a + .btn--next, .modal-footer .btn--next + .btn--next, .modal-footer .b-pagination__btn--next + .btn--next, .modal-footer .btn--prev + .btn--next, .modal-footer .b-pagination__btn--prev + .btn--next, .modal-footer .btn--down + .btn--next, .modal-footer .btn--white-to-red + .btn--next, .modal-footer .s-sliders__cta + .btn--next, .modal-footer .s-slide-intro__cta + .btn--next, .modal-footer .btn + .b-pagination__btn--next, .modal-footer .btn--outline + .b-pagination__btn--next, .modal-footer .intro__cta + .b-pagination__btn--next, .modal-footer .btn--download + .b-pagination__btn--next, .modal-footer .b-download__cta a + .b-pagination__btn--next, .b-download__cta .modal-footer a + .b-pagination__btn--next, .modal-footer .btn--next + .b-pagination__btn--next, .modal-footer .b-pagination__btn--next + .b-pagination__btn--next, .modal-footer .btn--prev + .b-pagination__btn--next, .modal-footer .b-pagination__btn--prev + .b-pagination__btn--next, .modal-footer .btn--down + .b-pagination__btn--next, .modal-footer .btn--white-to-red + .b-pagination__btn--next, .modal-footer .s-sliders__cta + .b-pagination__btn--next, .modal-footer .s-slide-intro__cta + .b-pagination__btn--next, .modal-footer .btn + .btn--prev, .modal-footer .btn--outline + .btn--prev, .modal-footer .intro__cta + .btn--prev, .modal-footer .btn--download + .btn--prev, .modal-footer .b-download__cta a + .btn--prev, .b-download__cta .modal-footer a + .btn--prev, .modal-footer .btn--next + .btn--prev, .modal-footer .b-pagination__btn--next + .btn--prev, .modal-footer .btn--prev + .btn--prev, .modal-footer .b-pagination__btn--prev + .btn--prev, .modal-footer .btn--down + .btn--prev, .modal-footer .btn--white-to-red + .btn--prev, .modal-footer .s-sliders__cta + .btn--prev, .modal-footer .s-slide-intro__cta + .btn--prev, .modal-footer .btn + .b-pagination__btn--prev, .modal-footer .btn--outline + .b-pagination__btn--prev, .modal-footer .intro__cta + .b-pagination__btn--prev, .modal-footer .btn--download + .b-pagination__btn--prev, .modal-footer .b-download__cta a + .b-pagination__btn--prev, .b-download__cta .modal-footer a + .b-pagination__btn--prev, .modal-footer .btn--next + .b-pagination__btn--prev, .modal-footer .b-pagination__btn--next + .b-pagination__btn--prev, .modal-footer .btn--prev + .b-pagination__btn--prev, .modal-footer .b-pagination__btn--prev + .b-pagination__btn--prev, .modal-footer .btn--down + .b-pagination__btn--prev, .modal-footer .btn--white-to-red + .b-pagination__btn--prev, .modal-footer .s-sliders__cta + .b-pagination__btn--prev, .modal-footer .s-slide-intro__cta + .b-pagination__btn--prev, .modal-footer .btn + .btn--down, .modal-footer .btn--outline + .btn--down, .modal-footer .intro__cta + .btn--down, .modal-footer .btn--download + .btn--down, .modal-footer .b-download__cta a + .btn--down, .b-download__cta .modal-footer a + .btn--down, .modal-footer .btn--next + .btn--down, .modal-footer .b-pagination__btn--next + .btn--down, .modal-footer .btn--prev + .btn--down, .modal-footer .b-pagination__btn--prev + .btn--down, .modal-footer .btn--down + .btn--down, .modal-footer .btn--white-to-red + .btn--down, .modal-footer .s-sliders__cta + .btn--down, .modal-footer .s-slide-intro__cta + .btn--down, .modal-footer .btn + .btn--white-to-red, .modal-footer .btn--outline + .btn--white-to-red, .modal-footer .intro__cta + .btn--white-to-red, .modal-footer .btn--download + .btn--white-to-red, .modal-footer .b-download__cta a + .btn--white-to-red, .b-download__cta .modal-footer a + .btn--white-to-red, .modal-footer .btn--next + .btn--white-to-red, .modal-footer .b-pagination__btn--next + .btn--white-to-red, .modal-footer .btn--prev + .btn--white-to-red, .modal-footer .b-pagination__btn--prev + .btn--white-to-red, .modal-footer .btn--down + .btn--white-to-red, .modal-footer .btn--white-to-red + .btn--white-to-red, .modal-footer .s-sliders__cta + .btn--white-to-red, .modal-footer .s-slide-intro__cta + .btn--white-to-red, .modal-footer .btn + .s-sliders__cta, .modal-footer .btn--outline + .s-sliders__cta, .modal-footer .intro__cta + .s-sliders__cta, .modal-footer .btn--download + .s-sliders__cta, .modal-footer .b-download__cta a + .s-sliders__cta, .b-download__cta .modal-footer a + .s-sliders__cta, .modal-footer .btn--next + .s-sliders__cta, .modal-footer .b-pagination__btn--next + .s-sliders__cta, .modal-footer .btn--prev + .s-sliders__cta, .modal-footer .b-pagination__btn--prev + .s-sliders__cta, .modal-footer .btn--down + .s-sliders__cta, .modal-footer .btn--white-to-red + .s-sliders__cta, .modal-footer .s-sliders__cta + .s-sliders__cta, .modal-footer .s-slide-intro__cta + .s-sliders__cta, .modal-footer .btn + .s-slide-intro__cta, .modal-footer .btn--outline + .s-slide-intro__cta, .modal-footer .intro__cta + .s-slide-intro__cta, .modal-footer .btn--download + .s-slide-intro__cta, .modal-footer .b-download__cta a + .s-slide-intro__cta, .b-download__cta .modal-footer a + .s-slide-intro__cta, .modal-footer .btn--next + .s-slide-intro__cta, .modal-footer .b-pagination__btn--next + .s-slide-intro__cta, .modal-footer .btn--prev + .s-slide-intro__cta, .modal-footer .b-pagination__btn--prev + .s-slide-intro__cta, .modal-footer .btn--down + .s-slide-intro__cta, .modal-footer .btn--white-to-red + .s-slide-intro__cta, .modal-footer .s-sliders__cta + .s-slide-intro__cta, .modal-footer .s-slide-intro__cta + .s-slide-intro__cta {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn--outline + .btn, .modal-footer .btn-group .intro__cta + .btn, .modal-footer .btn-group .btn--download + .btn, .modal-footer .btn-group .b-download__cta a + .btn, .b-download__cta .modal-footer .btn-group a + .btn, .modal-footer .btn-group .btn--next + .btn, .modal-footer .btn-group .b-pagination__btn--next + .btn, .modal-footer .btn-group .btn--prev + .btn, .modal-footer .btn-group .b-pagination__btn--prev + .btn, .modal-footer .btn-group .btn--down + .btn, .modal-footer .btn-group .btn--white-to-red + .btn, .modal-footer .btn-group .s-sliders__cta + .btn, .modal-footer .btn-group .s-slide-intro__cta + .btn, .modal-footer .btn-group .btn + .btn--outline, .modal-footer .btn-group .btn--outline + .btn--outline, .modal-footer .btn-group .intro__cta + .btn--outline, .modal-footer .btn-group .btn--download + .btn--outline, .modal-footer .btn-group .b-download__cta a + .btn--outline, .b-download__cta .modal-footer .btn-group a + .btn--outline, .modal-footer .btn-group .btn--next + .btn--outline, .modal-footer .btn-group .b-pagination__btn--next + .btn--outline, .modal-footer .btn-group .btn--prev + .btn--outline, .modal-footer .btn-group .b-pagination__btn--prev + .btn--outline, .modal-footer .btn-group .btn--down + .btn--outline, .modal-footer .btn-group .btn--white-to-red + .btn--outline, .modal-footer .btn-group .s-sliders__cta + .btn--outline, .modal-footer .btn-group .s-slide-intro__cta + .btn--outline, .modal-footer .btn-group .btn + .intro__cta, .modal-footer .btn-group .btn--outline + .intro__cta, .modal-footer .btn-group .intro__cta + .intro__cta, .modal-footer .btn-group .btn--download + .intro__cta, .modal-footer .btn-group .b-download__cta a + .intro__cta, .b-download__cta .modal-footer .btn-group a + .intro__cta, .modal-footer .btn-group .btn--next + .intro__cta, .modal-footer .btn-group .b-pagination__btn--next + .intro__cta, .modal-footer .btn-group .btn--prev + .intro__cta, .modal-footer .btn-group .b-pagination__btn--prev + .intro__cta, .modal-footer .btn-group .btn--down + .intro__cta, .modal-footer .btn-group .btn--white-to-red + .intro__cta, .modal-footer .btn-group .s-sliders__cta + .intro__cta, .modal-footer .btn-group .s-slide-intro__cta + .intro__cta, .modal-footer .btn-group .btn + .btn--download, .modal-footer .btn-group .btn--outline + .btn--download, .modal-footer .btn-group .intro__cta + .btn--download, .modal-footer .btn-group .btn--download + .btn--download, .modal-footer .btn-group .b-download__cta a + .btn--download, .b-download__cta .modal-footer .btn-group a + .btn--download, .modal-footer .btn-group .btn--next + .btn--download, .modal-footer .btn-group .b-pagination__btn--next + .btn--download, .modal-footer .btn-group .btn--prev + .btn--download, .modal-footer .btn-group .b-pagination__btn--prev + .btn--download, .modal-footer .btn-group .btn--down + .btn--download, .modal-footer .btn-group .btn--white-to-red + .btn--download, .modal-footer .btn-group .s-sliders__cta + .btn--download, .modal-footer .btn-group .s-slide-intro__cta + .btn--download, .modal-footer .btn-group .b-download__cta .btn + a, .b-download__cta .modal-footer .btn-group .btn + a, .modal-footer .btn-group .b-download__cta .btn--outline + a, .b-download__cta .modal-footer .btn-group .btn--outline + a, .modal-footer .btn-group .b-download__cta .intro__cta + a, .b-download__cta .modal-footer .btn-group .intro__cta + a, .modal-footer .btn-group .b-download__cta .btn--download + a, .b-download__cta .modal-footer .btn-group .btn--download + a, .modal-footer .btn-group .b-download__cta a + a, .b-download__cta .modal-footer .btn-group a + a, .modal-footer .btn-group .b-download__cta .btn--next + a, .b-download__cta .modal-footer .btn-group .btn--next + a, .modal-footer .btn-group .b-download__cta .b-pagination__btn--next + a, .b-download__cta .modal-footer .btn-group .b-pagination__btn--next + a, .modal-footer .btn-group .b-download__cta .btn--prev + a, .b-download__cta .modal-footer .btn-group .btn--prev + a, .modal-footer .btn-group .b-download__cta .b-pagination__btn--prev + a, .b-download__cta .modal-footer .btn-group .b-pagination__btn--prev + a, .modal-footer .btn-group .b-download__cta .btn--down + a, .b-download__cta .modal-footer .btn-group .btn--down + a, .modal-footer .btn-group .b-download__cta .btn--white-to-red + a, .b-download__cta .modal-footer .btn-group .btn--white-to-red + a, .modal-footer .btn-group .b-download__cta .s-sliders__cta + a, .b-download__cta .modal-footer .btn-group .s-sliders__cta + a, .modal-footer .btn-group .b-download__cta .s-slide-intro__cta + a, .b-download__cta .modal-footer .btn-group .s-slide-intro__cta + a, .modal-footer .btn-group .btn + .btn--next, .modal-footer .btn-group .btn--outline + .btn--next, .modal-footer .btn-group .intro__cta + .btn--next, .modal-footer .btn-group .btn--download + .btn--next, .modal-footer .btn-group .b-download__cta a + .btn--next, .b-download__cta .modal-footer .btn-group a + .btn--next, .modal-footer .btn-group .btn--next + .btn--next, .modal-footer .btn-group .b-pagination__btn--next + .btn--next, .modal-footer .btn-group .btn--prev + .btn--next, .modal-footer .btn-group .b-pagination__btn--prev + .btn--next, .modal-footer .btn-group .btn--down + .btn--next, .modal-footer .btn-group .btn--white-to-red + .btn--next, .modal-footer .btn-group .s-sliders__cta + .btn--next, .modal-footer .btn-group .s-slide-intro__cta + .btn--next, .modal-footer .btn-group .btn + .b-pagination__btn--next, .modal-footer .btn-group .btn--outline + .b-pagination__btn--next, .modal-footer .btn-group .intro__cta + .b-pagination__btn--next, .modal-footer .btn-group .btn--download + .b-pagination__btn--next, .modal-footer .btn-group .b-download__cta a + .b-pagination__btn--next, .b-download__cta .modal-footer .btn-group a + .b-pagination__btn--next, .modal-footer .btn-group .btn--next + .b-pagination__btn--next, .modal-footer .btn-group .b-pagination__btn--next + .b-pagination__btn--next, .modal-footer .btn-group .btn--prev + .b-pagination__btn--next, .modal-footer .btn-group .b-pagination__btn--prev + .b-pagination__btn--next, .modal-footer .btn-group .btn--down + .b-pagination__btn--next, .modal-footer .btn-group .btn--white-to-red + .b-pagination__btn--next, .modal-footer .btn-group .s-sliders__cta + .b-pagination__btn--next, .modal-footer .btn-group .s-slide-intro__cta + .b-pagination__btn--next, .modal-footer .btn-group .btn + .btn--prev, .modal-footer .btn-group .btn--outline + .btn--prev, .modal-footer .btn-group .intro__cta + .btn--prev, .modal-footer .btn-group .btn--download + .btn--prev, .modal-footer .btn-group .b-download__cta a + .btn--prev, .b-download__cta .modal-footer .btn-group a + .btn--prev, .modal-footer .btn-group .btn--next + .btn--prev, .modal-footer .btn-group .b-pagination__btn--next + .btn--prev, .modal-footer .btn-group .btn--prev + .btn--prev, .modal-footer .btn-group .b-pagination__btn--prev + .btn--prev, .modal-footer .btn-group .btn--down + .btn--prev, .modal-footer .btn-group .btn--white-to-red + .btn--prev, .modal-footer .btn-group .s-sliders__cta + .btn--prev, .modal-footer .btn-group .s-slide-intro__cta + .btn--prev, .modal-footer .btn-group .btn + .b-pagination__btn--prev, .modal-footer .btn-group .btn--outline + .b-pagination__btn--prev, .modal-footer .btn-group .intro__cta + .b-pagination__btn--prev, .modal-footer .btn-group .btn--download + .b-pagination__btn--prev, .modal-footer .btn-group .b-download__cta a + .b-pagination__btn--prev, .b-download__cta .modal-footer .btn-group a + .b-pagination__btn--prev, .modal-footer .btn-group .btn--next + .b-pagination__btn--prev, .modal-footer .btn-group .b-pagination__btn--next + .b-pagination__btn--prev, .modal-footer .btn-group .btn--prev + .b-pagination__btn--prev, .modal-footer .btn-group .b-pagination__btn--prev + .b-pagination__btn--prev, .modal-footer .btn-group .btn--down + .b-pagination__btn--prev, .modal-footer .btn-group .btn--white-to-red + .b-pagination__btn--prev, .modal-footer .btn-group .s-sliders__cta + .b-pagination__btn--prev, .modal-footer .btn-group .s-slide-intro__cta + .b-pagination__btn--prev, .modal-footer .btn-group .btn + .btn--down, .modal-footer .btn-group .btn--outline + .btn--down, .modal-footer .btn-group .intro__cta + .btn--down, .modal-footer .btn-group .btn--download + .btn--down, .modal-footer .btn-group .b-download__cta a + .btn--down, .b-download__cta .modal-footer .btn-group a + .btn--down, .modal-footer .btn-group .btn--next + .btn--down, .modal-footer .btn-group .b-pagination__btn--next + .btn--down, .modal-footer .btn-group .btn--prev + .btn--down, .modal-footer .btn-group .b-pagination__btn--prev + .btn--down, .modal-footer .btn-group .btn--down + .btn--down, .modal-footer .btn-group .btn--white-to-red + .btn--down, .modal-footer .btn-group .s-sliders__cta + .btn--down, .modal-footer .btn-group .s-slide-intro__cta + .btn--down, .modal-footer .btn-group .btn + .btn--white-to-red, .modal-footer .btn-group .btn--outline + .btn--white-to-red, .modal-footer .btn-group .intro__cta + .btn--white-to-red, .modal-footer .btn-group .btn--download + .btn--white-to-red, .modal-footer .btn-group .b-download__cta a + .btn--white-to-red, .b-download__cta .modal-footer .btn-group a + .btn--white-to-red, .modal-footer .btn-group .btn--next + .btn--white-to-red, .modal-footer .btn-group .b-pagination__btn--next + .btn--white-to-red, .modal-footer .btn-group .btn--prev + .btn--white-to-red, .modal-footer .btn-group .b-pagination__btn--prev + .btn--white-to-red, .modal-footer .btn-group .btn--down + .btn--white-to-red, .modal-footer .btn-group .btn--white-to-red + .btn--white-to-red, .modal-footer .btn-group .s-sliders__cta + .btn--white-to-red, .modal-footer .btn-group .s-slide-intro__cta + .btn--white-to-red, .modal-footer .btn-group .btn + .s-sliders__cta, .modal-footer .btn-group .btn--outline + .s-sliders__cta, .modal-footer .btn-group .intro__cta + .s-sliders__cta, .modal-footer .btn-group .btn--download + .s-sliders__cta, .modal-footer .btn-group .b-download__cta a + .s-sliders__cta, .b-download__cta .modal-footer .btn-group a + .s-sliders__cta, .modal-footer .btn-group .btn--next + .s-sliders__cta, .modal-footer .btn-group .b-pagination__btn--next + .s-sliders__cta, .modal-footer .btn-group .btn--prev + .s-sliders__cta, .modal-footer .btn-group .b-pagination__btn--prev + .s-sliders__cta, .modal-footer .btn-group .btn--down + .s-sliders__cta, .modal-footer .btn-group .btn--white-to-red + .s-sliders__cta, .modal-footer .btn-group .s-sliders__cta + .s-sliders__cta, .modal-footer .btn-group .s-slide-intro__cta + .s-sliders__cta, .modal-footer .btn-group .btn + .s-slide-intro__cta, .modal-footer .btn-group .btn--outline + .s-slide-intro__cta, .modal-footer .btn-group .intro__cta + .s-slide-intro__cta, .modal-footer .btn-group .btn--download + .s-slide-intro__cta, .modal-footer .btn-group .b-download__cta a + .s-slide-intro__cta, .b-download__cta .modal-footer .btn-group a + .s-slide-intro__cta, .modal-footer .btn-group .btn--next + .s-slide-intro__cta, .modal-footer .btn-group .b-pagination__btn--next + .s-slide-intro__cta, .modal-footer .btn-group .btn--prev + .s-slide-intro__cta, .modal-footer .btn-group .b-pagination__btn--prev + .s-slide-intro__cta, .modal-footer .btn-group .btn--down + .s-slide-intro__cta, .modal-footer .btn-group .btn--white-to-red + .s-slide-intro__cta, .modal-footer .btn-group .s-sliders__cta + .s-slide-intro__cta, .modal-footer .btn-group .s-slide-intro__cta + .s-slide-intro__cta {
  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;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

body.pagemode-edit .slcGallery .item + .item {
  display: table;
}

.slick-dots {
  opacity: 1;
  order: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.slick-dots li {
  position: relative;
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.slick-dots button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: #fff;
  outline: none;
}

.slick-dots button[type="button"], .slick-dots button[type="reset"], .slick-dots button[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (max-width: 479px) {
  .slick-dots button {
    width: 8px;
    height: 8px;
    margin: 0 10px;
  }
}

.blue .slick-dots button {
  background-color: #021342;
}

.slick-dots li.slick-active button {
  height: 15px;
  border-radius: 5px;
}

.slick-slide,
.slick-slider .item {
  outline: none;
  height: 100%;
}

.slick-arrow {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border: unset;
  position: relative;
}

.blue .slick-arrow {
  color: rgba(2, 19, 66, 0.5);
}

.slick-arrow:after {
  content: "";
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  transition: 0.2s linear;
}

.blue .slick-arrow:after {
  border: 1px solid rgba(2, 19, 66, 0.5);
}

.blue .slick-arrow::before {
  color: rgba(2, 19, 66, 0.5);
}

.slick-arrow:hover:after {
  width: 45px;
  height: 45px;
  left: -2px;
  top: -2px;
  border: 1px solid white;
}

.blue .slick-arrow:hover:after {
  border: 1px solid #021342;
}

.slick-arrow:before {
  font-family: "icons";
  font-weight: normal;
  content: "-";
  display: inline-block;
  font-size: 1.11111rem;
  color: #fff;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-prev {
  order: 1;
}

.slick-prev.slick-arrow:before {
  transform: rotate(-180deg);
}

.slick-next {
  order: 3;
}

.slick-vertical .slick-slide {
  border: unset;
}

.paginationWrap {
  text-align: center;
}

.pagination {
  margin-top: 40px;
  margin-bottom: 0;
}

.pagination--above {
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
  .pagination {
    width: 100%;
  }
  .pagination > li:first-child {
    text-align: left;
  }
  .pagination > li:last-child {
    text-align: right;
  }
  .pagination > li a {
    float: none;
    display: inline-block;
  }
}

.pagination > li {
  /*> a, > span { 
            font-size:rem(24);
            color:$c-text;
            margin:0 5px; 
            border-radius:3px; 
            line-height:48px;
            padding:0 5px;
            min-width:48px;
            text-align:center;
            background:none;

            @include scr-phones{
                font-size:rem(15);
                min-width:30px; line-height:30px;
                margin:0 2px; 
                padding:0 2px;
            }
        }

        &.active{
            > a, > span { 
                border-color:transparent;
                background:none;
                color:$c-text;
                font-weight:bold;

                &:hover{
                    background:none;
                    border-color:transparent;
                    color:$c-text;
                }
            }
        }*/
  /*&:first-child{
            
            > a{ 
                //font-size:rem(14);

                margin-left:0; 
                border-color:transparent;
                background:none;

                @include scr-phones{
                   // font-size:rem(12);
                }

                &:hover{
                    background:none;
                    border-color:transparent;
                    color:$c-text;
                }

            }
        }
        &:last-child{
            
            > a{ 
                //font-size:rem(14);

                margin-right:0; 
                border-color:transparent;
                background:none;

                @include scr-phones{
                   // font-size:rem(12);
                }

                &:hover{
                    background:none;
                    border-color:transparent;
                    color:$c-text;
                }

            }
        }*/
}

.pagination > li > a {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px 0 rgba(135, 135, 135, 0.5);
  background: #DADADA;
  text-align: center;
  font-size: 0.77778rem;
  color: #000;
  vertical-align: middle;
}

@media screen and (max-width: 479px) {
  .pagination > li > a {
    margin: 0 4px;
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
}

.pagination > li > a:hover {
  background: #F0F0F0;
}

.pagination > li > a.ellipse {
  width: auto;
  background: none;
  box-shadow: none;
  border: 0;
  font-size: 1.11111rem;
  font-weight: 300;
  letter-spacing: 4px;
}

@media screen and (max-width: 479px) {
  .pagination > li > a.ellipse {
    letter-spacing: 2px;
  }
}

.pagination > li.active > a {
  background: #F0F0F0;
  font-weight: bold;
  color: #000;
  border: 0;
}

.pagination > li.active > a:hover {
  background: #F0F0F0;
  color: #000;
}

.pagination > li.pagination-prev > a, .pagination > li.pagination-next > a, .pagination > li.pagination-first > a, .pagination > li.pagination-last > a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  background: #DADADA;
}

@media screen and (max-width: 479px) {
  .pagination > li.pagination-prev > a, .pagination > li.pagination-next > a, .pagination > li.pagination-first > a, .pagination > li.pagination-last > a {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

.pagination > li.pagination-prev > a:hover, .pagination > li.pagination-next > a:hover, .pagination > li.pagination-first > a:hover, .pagination > li.pagination-last > a:hover {
  background: #F0F0F0;
}

.pagination > li.pagination-prev.disabled > a, .pagination > li.pagination-next.disabled > a, .pagination > li.pagination-first.disabled > a, .pagination > li.pagination-last.disabled > a {
  opacity: .5;
}

.pagination > li.pagination-prev.disabled > a:hover, .pagination > li.pagination-next.disabled > a:hover, .pagination > li.pagination-first.disabled > a:hover, .pagination > li.pagination-last.disabled > a:hover {
  background: #DADADA;
}

.pagination > li.pagination-prev > a, .pagination > li.pagination-first > a {
  margin-right: 30px;
  margin-left: 0;
}

@media screen and (max-width: 479px) {
  .pagination > li.pagination-prev > a, .pagination > li.pagination-first > a {
    margin-right: 10px;
  }
}

.pagination > li.pagination-next > a, .pagination > li.pagination-last > a {
  margin-left: 30px;
  margin-right: 0;
}

@media screen and (max-width: 479px) {
  .pagination > li.pagination-next > a, .pagination > li.pagination-last > a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    margin: 24px;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 1088px;
  }
}

.modal-content {
  box-shadow: unset;
  border-radius: unset;
  background-color: #f2f2f2;
}

.modal-header {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 30px 80px 30px 80px;
  border-bottom: 1px solid #05143f;
}

@media screen and (max-width: 991px) {
  .modal-header {
    padding: 30px;
  }
}

.modal-header:before, .modal-header:after {
  content: unset;
}

.modal-header .close {
  border: unset;
  background-color: #fff;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}

.modal-header .close:before {
  font-family: "icons";
  font-weight: normal;
  content: "$";
  font-size: 1.33333rem;
  display: flex;
  justify-content: center;
  margin-left: 2px;
}

.modal-title {
  display: flex;
  align-items: center;
}

.modal-body {
  padding: 30px 80px 80px 80px;
}

@media screen and (max-width: 991px) {
  .modal-body {
    padding: 30px 30px 50px 30px;
  }
}

.modal-body ul {
  padding: 20px 0px 20px 20px;
  margin: 0;
}

.modal-body ul li {
  list-style: disc;
}

.modal-body h5 {
  font-weight: 700;
  padding: 20px 0px 0px 0px;
  font-size: 1rem;
}

@media screen and (max-width: 479px) {
  .modal-body h5 {
    padding-top: 15px;
  }
}

.modal-body p,
.modal-body ol,
.modal-body ul {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .modal-body p,
  .modal-body ol,
  .modal-body ul {
    width: 100%;
  }
}

.modal-body p {
  padding-top: 20px;
}

@media screen and (max-width: 479px) {
  .modal-body p {
    padding-top: 15px;
  }
}

.modal-body ol {
  padding: 20px 0px;
  margin: 0px;
}

.modal-body hr {
  margin: 20px 0px;
  border-color: #05143f;
}

.modal-body img {
  width: 100% !important;
  height: 100% !important;
  padding-top: 20px;
}

.modal-backdrop {
  background-color: #021342;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hideFromAccessibility {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -10000px;
  height: 0;
  overflow: hidden;
}

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

.skipContent {
  display: none;
}

.ui-helper-hidden-accessible[role="status"], .customChck [role="status"][type="checkbox"], .customChck [role="status"][type="radio"] {
  display: none;
}

.ui-helper-hidden-accessible, .customChck [type="checkbox"], .customChck [type="radio"] {
  position: absolute;
  left: -999em;
}

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

@media (min-width: 992px) {
  .visible-desktop {
    display: inherit !important;
  }
}

.hidden-desktop {
  display: inherit !important;
}

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

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

@media screen and (min-width: 480px) and (max-width: 991px) {
  .visible-tablet {
    display: inherit !important;
  }
}

.hidden-tablet {
  display: inherit !important;
}

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

@media (min-width: 480px) {
  .visible-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-devices {
    display: none !important;
  }
}

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

.hidden-tablet-desktop {
  display: inherit !important;
}

@media (min-width: 480px) {
  .hidden-tablet-desktop {
    display: none !important;
  }
}

ol ul {
  list-style-type: disc;
}

ul ul,
ol ul ul {
  list-style-type: circle;
}

html body nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagewrapper {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.btnWrap {
  text-align: center;
}

.btnWrap,
.lnkWrap {
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .sm-textalign-right {
    text-align: right;
  }
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  opacity: 0;
}

.asterisk {
  font-size: 36px;
  line-height: 1;
}

.asteriskAfter::after {
  content: "*";
  position: relative;
  top: 5px;
  font-size: 36px;
  line-height: 16px;
  color: #4a4a4a;
}

.nowrap {
  white-space: nowrap;
}

.printable {
  display: none !important;
}

html body .ng-show {
  display: block;
}

.ng-vis-hidden {
  visibility: hidden;
}

.ng-vis-visible {
  visibility: visible;
}

.expeditor-thumb {
  display: none;
}

body.active-menu, body.active-download, body.active-search {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.55556;
}

body {
  font-family: "EurobankSans", sans-serif;
  font-weight: 400;
  color: #021342;
  margin: 0;
  padding: 0;
  background: #fff;
}

body a {
  color: #0050b5;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  color: #021342;
}

body abbr[title] {
  text-decoration: none;
}

body a.anchorText {
  color: #021342;
  text-decoration: none;
}

body a.anchorText:hover {
  text-decoration: none;
  color: #021342;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

li {
  list-style: none;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid;
  border-top-color: #0050b5;
  border-left-color: #0050b5;
  border-bottom-color: #ea002a;
  border-right-color: #ea002a;
  animation: spinner 1s infinite linear;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 50;
  overflow: hidden;
  width: 30px;
  height: 30px;
}

.preloader div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #0372ff;
  animation: prelAnim 1.5s linear infinite;
}

.preloader div:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid transparent;
  border-top-color: #001836;
  border-radius: 50%;
  animation: prelAnim 2s linear infinite;
}

.preloader div:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: prelAnim .5s linear reverse infinite;
}

.preloader--large {
  width: 90px;
  height: 90px;
}

.preloader.ng-enter div {
  opacity: 0;
  transition: opacity 1s;
}

.preloaderWrap {
  position: relative;
  height: 50vh;
}

.btnPreloader {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  background: #003982;
  border-radius: 8px;
}

.btnPreloader div {
  position: absolute;
  width: 35px;
  height: 35px;
  overflow: hidden;
  left: 50%;
  margin-left: -17.5px;
  width: 35px;
  top: 50%;
  margin-top: -17.5px;
  height: 35px;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #0372ff;
  animation: prelAnim 1.5s linear infinite;
}

.btnPreloader div:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  border: 1px solid transparent;
  border-top-color: #001836;
  border-radius: 50%;
  animation: prelAnim 2s linear infinite;
}

.btnPreloader div:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: prelAnim .5s linear reverse infinite;
}

@media screen and (max-width: 479px) {
  .btnPreloader div {
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    width: 25px;
    top: 50%;
    margin-top: -12.5px;
    height: 25px;
  }
}

.ui-autocomplete {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #979797;
}

.ui-autocomplete li {
  margin: 0;
  cursor: pointer;
  padding: 4px 20px;
}

.ui-autocomplete li.ui-state-focus, .ui-autocomplete li:hover {
  background-color: #0050b5;
  color: #fff;
}

.ui-autocomplete li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ui-autocomplete small {
  display: block;
  margin-top: 2px;
}

.b-noresults {
  text-align: center;
}

.b-noresults__conts {
  padding-top: 150px;
  background: url(../../images/Egg/icns/magn.png) 50% no-repeat;
}

.b-noresults__head {
  font-size: 1.94444rem;
  font-weight: 300;
  line-height: 1.42857;
  color: #96989b;
}

@media screen and (max-width: 479px) {
  .b-noresults__head {
    font-size: 1.38889rem;
    font-weight: 300;
    line-height: 1.2;
  }
}

.expeditor-thumb {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10;
  width: 110px;
  display: none;
}

.expeditor-thumb__groups {
  margin-bottom: 15px;
}

.expeditor-thumb__imgwrap {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #fff;
  font-size: 1px;
  line-height: 1;
  opacity: 0.6;
}

.expeditor-thumb__imgwrap:hover {
  opacity: 1;
}

.expeditor-thumb img {
  width: 100%;
}

.expeditor-thumb span {
  margin-top: 2px;
  display: block;
  background: #000;
  color: #fff;
  padding: 4px 5px 2px 5px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 0 2px #fff;
  min-height: 12px;
}

.pagemode-edit .expeditor-thumb {
  display: block;
  position: absolute;
  z-index: 10;
}

.ol-nums, .modal-body ol {
  counter-reset: ol-nums;
}

.ol-nums li, .modal-body ol li {
  position: relative;
  padding-left: 34px;
}

.ol-nums li:first-child, .modal-body ol li:first-child {
  margin-top: 0;
}

.ol-nums li:last-child, .modal-body ol li:last-child {
  margin-bottom: 0;
}

.ol-nums li::before, .modal-body ol li::before {
  position: absolute;
  left: 0;
  top: -2px;
  counter-increment: ol-nums;
  content: counter(ol-nums) ". ";
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #021342;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.11111rem;
  font-weight: 700;
}

.ol-nums li:last-child, .modal-body ol li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

ul, .customChck {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b-search__clear {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
}

.b-search__clear[type="button"], .b-search__clear[type="reset"], .b-search__clear[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn, .btn--outline, .intro__cta, .btn--download, .b-download__cta a, .btn--next, .b-pagination__btn--next, .btn--prev, .b-pagination__btn--prev, .btn--down, .btn--white-to-red, .s-sliders__cta, .s-slide-intro__cta {
  align-items: center;
  background-color: #0050b5;
  font-weight: 300;
  cursor: pointer;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  min-width: 120px;
  outline: none;
  padding: 0 24px;
  color: #fff;
}

.btn:hover, .btn--outline:hover, .intro__cta:hover, .btn--download:hover, .b-download__cta a:hover, .btn--next:hover, .b-pagination__btn--next:hover, .btn--prev:hover, .b-pagination__btn--prev:hover, .btn--down:hover, .btn--white-to-red:hover, .s-sliders__cta:hover, .s-slide-intro__cta:hover, .btn:active, .btn--outline:active, .intro__cta:active, .btn--download:active, .b-download__cta a:active, .btn--next:active, .b-pagination__btn--next:active, .btn--prev:active, .b-pagination__btn--prev:active, .btn--down:active, .btn--white-to-red:active, .s-sliders__cta:active, .s-slide-intro__cta:active {
  background-color: #00459c;
  color: #fff;
}

.btn[disabled], .btn--outline[disabled], .intro__cta[disabled], .btn--download[disabled], .b-download__cta a[disabled], .btn--next[disabled], .b-pagination__btn--next[disabled], .btn--prev[disabled], .b-pagination__btn--prev[disabled], .btn--down[disabled], .btn--white-to-red[disabled], .s-sliders__cta[disabled], .s-slide-intro__cta[disabled], .btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width: 991px) {
  .btn, .btn--outline, .intro__cta, .btn--download, .b-download__cta a, .btn--next, .b-pagination__btn--next, .btn--prev, .b-pagination__btn--prev, .btn--down, .btn--white-to-red, .s-sliders__cta, .s-slide-intro__cta {
    font-size: 0.88889rem;
    font-weight: 400;
    line-height: 1.625;
  }
}

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

.btn--outline, .intro__cta {
  background-color: transparent;
  border: 1px solid rgba(2, 19, 66, 0.5);
  color: #021342;
  font-weight: 400;
}

.btn--outline:hover, .intro__cta:hover, .btn--outline:focus, .intro__cta:focus {
  background-color: #ea002a;
  color: #fff;
  border-color: #ea002a;
}

.btn--download, .b-download__cta a {
  background-color: #fff;
  border: 1px solid #fff;
  color: #021342;
  font-weight: 400;
}

.btn--download:before, .b-download__cta a:before {
  font-family: "icons";
  font-weight: normal;
  content: "%";
  margin-right: 14px;
  font-size: 1.66667rem;
}

.btn--download:hover, .b-download__cta a:hover, .btn--download:focus, .b-download__cta a:focus {
  background-color: #fff;
  border-color: #0050b5;
  color: #0050b5;
}

.btn--next, .b-pagination__btn--next {
  background-color: #fff;
  color: #021342;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn--next:before, .b-pagination__btn--next:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
  font-size: 1.38889rem;
}

.btn--next:hover, .b-pagination__btn--next:hover, .btn--next:focus, .b-pagination__btn--next:focus {
  background-color: #021342;
}

.btn--prev, .b-pagination__btn--prev {
  background-color: #fff;
  color: #021342;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn--prev:before, .b-pagination__btn--prev:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
  font-size: 1.38889rem;
  display: inline-block;
  transform: rotate(180deg);
}

.btn--prev:hover, .b-pagination__btn--prev:hover, .btn--prev:focus, .b-pagination__btn--prev:focus {
  background-color: #021342;
}

.btn--down {
  background-color: #fff;
  color: #021342;
  min-width: 200px;
  padding: 12px 20px;
  font-weight: 400;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s linear;
  justify-content: flex-end;
}

.btn--down:before {
  font-family: "icons";
  font-weight: normal;
  content: "-";
  position: absolute;
  left: 24px;
  bottom: 8px;
  font-size: 1.22222rem;
}

.btn--down:hover, .btn--down:focus {
  background-color: #fff;
  color: #021342;
  transform: translateX(-50%) scale(1.03);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

.btn--white-to-red, .s-sliders__cta {
  background-color: #fff;
  color: #021342;
  font-weight: 400;
}

.btn--white-to-red:hover, .s-sliders__cta:hover, .btn--white-to-red:focus, .s-sliders__cta:focus {
  background-color: #ea002a;
}

.btn--width-full {
  width: 100%;
}

select.styled {
  opacity: 0;
}

.selectboxit-container * {
  font-family: "EurobankSans", sans-serif;
}

.selectboxit-container {
  display: block;
}

.selectboxit-container .selectboxit-btn {
  height: 50px;
  line-height: 50px;
}

.selectboxit-container .selectboxit-text {
  height: 48px;
  line-height: 50px;
}

.selectboxit-container .selectboxit-btn > .selectboxit-arrow-container, .selectboxit-container .selectboxit-btn > .selectboxit-option-icon-container {
  height: 48px;
  line-height: 48px;
}

.selectboxit-container .selectboxit-btn {
  background: #0050b5;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 2px 4px 0 rgba(0, 0, 0, 0);
}

.selectboxit-container .selectboxit-btn:hover, .selectboxit-container .selectboxit-btn:focus, .selectboxit-container .selectboxit-btn:active {
  background: #0050b5;
}

.has-error .selectboxit-container .selectboxit-btn {
  border-color: #ea002a;
}

.selectboxit-container .selectboxit-text {
  color: #fff;
}

.selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow:after {
  color: #fff;
}

.selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #0050b5;
  color: #fff;
}

.selectboxit-container .selectboxit {
  width: auto;
}

.selectboxit-container .selectboxit-option-icon-container {
  margin-left: 0;
}

.selectboxit-container .selectboxit-btn {
  width: 100%;
  padding-right: 35px;
  border-radius: 0;
}

.selectboxit-container .selectboxit-text {
  font-size: 20px;
  font-weight: 300;
  max-width: 100% !important;
  text-indent: 15px;
  float: none;
}

.selectboxit-container .selectboxit-arrow-container {
  position: absolute;
  right: 15px;
  top: 0;
}

.selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow {
  border: none;
  margin-top: -7px;
}

.selectboxit-container .selectboxit-arrow-container .selectboxit-default-arrow:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  font-family: "icons";
}

.selectboxit-container .selectboxit-open .selectboxit-arrow-container .selectboxit-default-arrow:after {
  content: '';
}

.selectboxit-container .selectboxit-options {
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  border: 0;
}

.selectboxit-container .selectboxit-option-anchor {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selectboxit-container .selectboxit.selectboxit-disabled, .selectboxit-container .selectboxit-options .selectboxit-disabled {
  opacity: 1;
}

.selectboxit-container .selectboxit.selectboxit-disabled .selectboxit-option-anchor, .selectboxit-container .selectboxit-options .selectboxit-disabled .selectboxit-option-anchor {
  background: #333;
}

.selectBoxWrap {
  position: relative;
}

.selectBoxWrap select {
  font-size: 18px;
  min-width: 100%;
}

.selectBoxWrap--shortheight .selectboxit-container .selectboxit-btn {
  height: 30px;
  line-height: 30px;
}

.selectBoxWrap--shortheight .selectboxit-container .selectboxit-text {
  height: 28px;
  line-height: 30px;
}

.selectBoxWrap--shortheight .selectboxit-container .selectboxit-btn > .selectboxit-arrow-container, .selectBoxWrap--shortheight .selectboxit-container .selectboxit-btn > .selectboxit-option-icon-container {
  height: 28px;
  line-height: 28px;
}

.selectBoxWrap--tall .selectboxit-container .selectboxit-btn {
  height: 72px;
  line-height: 72px;
}

@media screen and (max-width: 479px) {
  .selectBoxWrap--tall .selectboxit-container .selectboxit-btn {
    height: 50px;
    line-height: 50px;
  }
}

.selectBoxWrap--tall .selectboxit-container .selectboxit-text {
  height: 70px;
  line-height: 72px;
}

@media screen and (max-width: 479px) {
  .selectBoxWrap--tall .selectboxit-container .selectboxit-text {
    height: 48px;
    line-height: 50px;
  }
}

.selectBoxWrap--tall .selectboxit-container .selectboxit-btn > .selectboxit-arrow-container, .selectBoxWrap--tall .selectboxit-container .selectboxit-btn > .selectboxit-option-icon-container {
  height: 70px;
  line-height: 70px;
}

@media screen and (max-width: 479px) {
  .selectBoxWrap--tall .selectboxit-container .selectboxit-btn > .selectboxit-arrow-container, .selectBoxWrap--tall .selectboxit-container .selectboxit-btn > .selectboxit-option-icon-container {
    height: 48px;
    line-height: 50px;
  }
}

@media (min-width: 480px) {
  .selectBoxWrap--inlineblock .selectboxit-container {
    display: inline-block;
  }
  .selectBoxWrap--inlineblock .selectboxit-container .selectboxit-text {
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .selectBoxWrap--inlineblock-md .selectboxit-container {
    display: inline-block;
  }
  .selectBoxWrap--inlineblock-md .selectboxit-container .selectboxit-text {
    overflow: visible;
  }
}

.selectBoxWrap--white .selectboxit-btn {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 2px 4px 0 rgba(0, 0, 0, 0);
}

.selectBoxWrap--white .selectboxit-btn:hover, .selectBoxWrap--white .selectboxit-btn:focus, .selectBoxWrap--white .selectboxit-btn:active {
  background: #fff;
}

.has-error .selectBoxWrap--white .selectboxit-btn {
  border-color: #ea002a;
}

.selectBoxWrap--white .selectboxit-text {
  color: #021342;
}

.selectBoxWrap--white .selectboxit-arrow-container .selectboxit-default-arrow:after {
  color: #021342;
}

.selectBoxWrap--white .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #0050b5;
  color: #fff;
}

.selectBoxWrap--gray .selectboxit-btn {
  background: #EAEAEA;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), 0 2px 4px 0 rgba(0, 0, 0, 0);
}

.selectBoxWrap--gray .selectboxit-btn:hover, .selectBoxWrap--gray .selectboxit-btn:focus, .selectBoxWrap--gray .selectboxit-btn:active {
  background: #EAEAEA;
}

.has-error .selectBoxWrap--gray .selectboxit-btn {
  border-color: #ea002a;
}

.selectBoxWrap--gray .selectboxit-text {
  color: #021342;
}

.selectBoxWrap--gray .selectboxit-arrow-container .selectboxit-default-arrow:after {
  color: #021342;
}

.selectBoxWrap--gray .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background: #0050b5;
  color: #fff;
}

.selectBoxWrap--narrowpads .selectboxit-container .selectboxit-btn {
  padding-right: 30px;
}

.selectBoxWrap--narrowpads .selectboxit-container .selectboxit-text {
  text-indent: 5px;
}

.selectBoxWrap--narrowpads .selectboxit-container .selectboxit-arrow-container {
  right: 5px;
}

.selectBoxWrap--largepads .selectboxit-container .selectboxit-btn {
  padding-right: 35px;
}

@media screen and (max-width: 479px) {
  .selectBoxWrap--largepads .selectboxit-container .selectboxit-btn {
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .selectBoxWrap--largepads .selectboxit-container .selectboxit-text {
    text-indent: 10px;
    min-width: 50px;
  }
}

.selectBoxWrap--largepads .selectboxit-container .selectboxit-arrow-container {
  right: 13px;
}

@media screen and (max-width: 479px) {
  .selectBoxWrap--largepads .selectboxit-container .selectboxit-arrow-container {
    right: 10px;
  }
}

.input-wrap {
  margin: 20px 0;
}

input.inpt-txt {
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 8px;
  outline: none;
  background-color: #eaeaea;
  border: 0;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  color: #000;
}

.form-inline input.inpt-txt {
  width: 100%;
}

input.inpt-txt::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input.inpt-txt::-webkit-input-placeholder {
  color: #021342;
}

input.inpt-txt:-moz-placeholder {
  color: #021342;
}

input.inpt-txt::-moz-placeholder {
  opacity: 1;
  color: #021342;
}

input.inpt-txt:-ms-input-placeholder {
  color: #021342;
}

input.inpt-txt:focus::-webkit-input-placeholder {
  /* Do something if $p was not passed */
  color: #021342;
}

input.inpt-txt:focus:-moz-placeholder {
  /* Do something if $p was not passed */
  color: #021342;
}

input.inpt-txt:focus::-moz-placeholder {
  /* Do something if $p was not passed */
  color: #021342;
}

input.inpt-txt:focus:-ms-input-placeholder {
  /* Do something if $p was not passed */
  color: #021342;
}

input.inpt-txt--error, input.inpt-txt.error, input.inpt-txt.input-validation-error,
.has-error input.inpt-txt {
  color: #ea002a;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), inset 0 0 2px #ea002a;
}

.form-group.has-success input.inpt-txt.input-validation-error {
  color: #000;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), inset 0 0 2px transparent;
}

input.inpt-txt:focus {
  color: #000;
  box-shadow: none;
}

input.inpt-txt[disabled] {
  color: #444;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), inset 0 0 2px transparent;
}

.form-group.readonly input.inpt-txt {
  opacity: 0;
  visibility: hidden;
}

.form-group.readonly input.inpt-txt[readonly] {
  opacity: 1;
  visibility: visible;
}

input.inpt-txt[readonly] {
  color: #444;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.4), inset 0 0 2px transparent;
}

.field-validation-error {
  color: #ea002a;
}

.help-block {
  font-size: 0.66667rem;
  display: block;
  margin-top: 10px;
  padding-left: 15px;
}

.validation-summary-errors {
  display: none;
}

.form-summary-errors {
  font-size: 0.66667rem;
  display: none;
  color: #ea002a;
  margin: 20px 0;
}

@media (min-width: 480px) {
  .molec-input-button .table {
    display: table;
    width: auto;
  }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .molec-input-button .table {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .molec-input-button .table:before, .molec-input-button .table:after {
    content: " ";
    display: table;
  }
  .molec-input-button .table:after {
    clear: both;
  }
}

@media (min-width: 480px) {
  .molec-input-button .cell {
    display: table-cell;
    vertical-align: top;
    width: 70%;
  }
  .molec-input-button .cell:nth-child(1) {
    width: 25%;
    vertical-align: middle;
  }
  .molec-input-button .cell:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .molec-input-button .cell:nth-child(1) {
    margin-bottom: 15px;
  }
  .molec-input-button .cell:nth-child(2) {
    float: left;
    vertical-align: top;
    width: 60%;
  }
  .molec-input-button .cell:nth-child(3) {
    float: left;
    vertical-align: top;
    width: 40%;
  }
}

.molec-input-button .inpt-txt {
  display: block;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.molec-input-button .btn, .molec-input-button .btn--outline, .molec-input-button .intro__cta, .molec-input-button .btn--download, .molec-input-button .b-download__cta a, .b-download__cta .molec-input-button a, .molec-input-button .btn--next, .molec-input-button .b-pagination__btn--next, .molec-input-button .btn--prev, .molec-input-button .b-pagination__btn--prev, .molec-input-button .btn--down, .molec-input-button .btn--white-to-red, .molec-input-button .s-sliders__cta, .molec-input-button .s-slide-intro__cta {
  padding-left: 10px;
  padding-right: 10px;
  width: 140px;
}

.molec-input-button .btn, .molec-input-button .btn--outline, .molec-input-button .intro__cta, .molec-input-button .btn--download, .molec-input-button .b-download__cta a, .b-download__cta .molec-input-button a, .molec-input-button .btn--next, .molec-input-button .b-pagination__btn--next, .molec-input-button .btn--prev, .molec-input-button .b-pagination__btn--prev, .molec-input-button .btn--down, .molec-input-button .btn--white-to-red, .molec-input-button .s-sliders__cta, .molec-input-button .s-slide-intro__cta, .molec-input-button .btnPreloader {
  display: block;
  vertical-align: middle;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 479px) {
  .molec-input-button .btn, .molec-input-button .btn--outline, .molec-input-button .intro__cta, .molec-input-button .btn--download, .molec-input-button .b-download__cta a, .b-download__cta .molec-input-button a, .molec-input-button .btn--next, .molec-input-button .b-pagination__btn--next, .molec-input-button .btn--prev, .molec-input-button .b-pagination__btn--prev, .molec-input-button .btn--down, .molec-input-button .btn--white-to-red, .molec-input-button .s-sliders__cta, .molec-input-button .s-slide-intro__cta, .molec-input-button .btnPreloader {
    width: 100%;
  }
}

.molec-input-button .help-block {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .molec-input-button .help-block {
    position: absolute;
    margin-top: 5px;
  }
}

.form-inline .form-group label {
  margin-bottom: 0;
}

/*#region DatePickers */
input[type="text"].datepicker {
  padding-left: 20%;
  background-image: url("../../images/Apologismos/icns/calendar.svg");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  background-size: auto 60%;
  cursor: default;
}

@media all and (-ms-high-contrast: none) {
  input[type="text"].datepicker {
    background-image: url("../../images/Apologismos/icns/calendar.png");
  }
}

.ui-datepicker {
  font-family: "EurobankSans", sans-serif;
  background-color: #A2E8FF;
  width: auto;
  padding: 0 1em 1em 1em;
  border-radius: 8px;
}

.ui-datepicker .ui-datepicker-header {
  padding: 1em 0;
  background: #A2E8FF;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white;
  font-size: 0.88889rem;
  font-weight: 300;
  line-height: 1;
  color: black;
}

@media screen and (max-width: 991px) {
  .ui-datepicker .ui-datepicker-header {
    font-size: 0.66667rem;
    font-weight: 300;
    line-height: 1;
  }
}

.ui-datepicker th {
  font-size: 0.77778rem;
  font-weight: 300;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .ui-datepicker th {
    font-size: 0.66667rem;
    font-weight: 300;
    line-height: 1;
  }
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 8px;
}

.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker .ui-button.ui-state-disabled:hover, .ui-datepicker .ui-button.ui-state-disabled:active {
  background: white;
  border-color: pink;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default, .ui-datepicker .ui-widget-header .ui-state-default, .ui-datepicker .ui-button, .ui-datepicker .ui-button.ui-state-disabled:hover, .ui-datepicker .ui-button.ui-state-disabled:active {
    font-size: 0.66667rem;
    font-weight: 300;
    line-height: 1;
  }
}

.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  border-color: black;
}

.ui-datepicker .ui-state-hover {
  background: #d9d9d9;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active, .ui-datepicker a.ui-button:active, .ui-datepicker .ui-button:active, .ui-datepicker .ui-button.ui-state-active:hover {
  background: black;
  color: #fff;
}

.ui-datepicker .ui-state-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  text-align: center;
  -webkit-transition: all 0.14s;
  -o-transition: all 0.14s;
  transition: all 0.14s;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-next:after {
  display: block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  color: black;
  font-size: .5em;
}

@media screen and (max-width: 991px) {
  .ui-datepicker .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-next:after {
    font-size: 14px;
  }
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.ui-datepicker .ui-datepicker-prev {
  left: 4px;
}

@media all and (-ms-high-contrast: none) {
  .ui-datepicker .ui-datepicker-prev:after {
    font-size: 2em;
  }
}

.ui-datepicker .ui-datepicker-prev:hover {
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 4px;
}

@media all and (-ms-high-contrast: none) {
  .ui-datepicker .ui-datepicker-next:after {
    font-size: 2em;
  }
}

.ui-datepicker .ui-datepicker-next:hover {
  right: 0;
}

.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
  -webkit-appearance: none;
  background: #F0F0F0 95% 50% no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFFJREFUeNpisLax+c/AwICCwWKbt2wxAnKeI0k8B4v9//+fAahiNZLq1SAxsASSLrBqkBgjWBYIbGxtQboYjhw+HAqiWRigoKKiop0BCQAEGAB/1C/OCUcoTAAAAABJRU5ErkJggg==");
  margin: 0 3px;
  height: 2.5em;
  border-radius: 8px;
  padding: 0 .5em;
  border: none;
  background-size: 6px;
  color: black;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
    font-size: 16px;
  }
}

.ui-datepicker select.ui-datepicker-year option, .ui-datepicker select.ui-datepicker-month option {
  font-size: .85em;
  color: black;
}

@media screen and (max-width: 479px) {
  .ui-datepicker select.ui-datepicker-year option, .ui-datepicker select.ui-datepicker-month option {
    font-size: 16px;
  }
}

/*#endregion */
/*#region CUSTOM RADIO BUTTONS */
/*#endregion */
.upload-file-wrapper .help-block {
  text-align: center;
}

.upload-file-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.upload-file-container__choose-file {
  display: flex;
  height: 50px;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  overflow: hidden;
}

.upload-file-container__choose-tools {
  display: none;
}

.upload-file-container__choose-tools.is-visible {
  display: flex;
}

.upload-file-container label {
  width: 50px !important;
  height: 50px !important;
  padding: 0 !important;
}

.upload-file-container input {
  flex: 1;
}

.upload-file-container .btn--choose-file {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, #00D7F4 0%, #00AEE6 100%);
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 50px;
}

.upload-file-container .btn--cancel {
  margin-left: 10px;
}

.upload-file-container input[type="text"] {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .upload-file-container input[type="text"] {
    min-width: 245px;
  }
}

.upload-file-container input[type="file"] {
  position: absolute;
  top: 0;
  left: -99999px;
  visibility: visible;
}

.header.inner {
  height: 70px;
}

@media screen and (max-width: 991px) {
  .header.inner {
    height: 115px;
  }
}

.header.inner .header__conts {
  background-color: #fff;
}

@media (min-width: 992px) {
  .header.inner .header__conts:hover {
    background-color: #021342;
  }
  .header.inner .header__conts:hover .e-burger:after,
  .header.inner .header__conts:hover .header__download:after,
  .header.inner .header__conts:hover .header__searchIcon:after {
    color: #fff;
  }
  .header.inner .header__conts:hover .b-years {
    color: #fff;
  }
  .header.inner .header__conts:hover .header__logo__white {
    display: block;
  }
  .header.inner .header__conts:hover .header__logo__dark {
    display: none;
  }
  .header.inner .header__conts:hover .header__pageTitle {
    display: block;
    color: #fff;
  }
  .active-search .header.inner .header__conts:hover,
  .active-download .header.inner .header__conts:hover,
  .active-menu .header.inner .header__conts:hover {
    background-color: #f2f2f2;
  }
  .active-search .header.inner .header__conts:hover .e-burger:after,
  .active-search .header.inner .header__conts:hover .header__download:after,
  .active-download .header.inner .header__conts:hover .e-burger:after,
  .active-download .header.inner .header__conts:hover .header__download:after,
  .active-menu .header.inner .header__conts:hover .e-burger:after,
  .active-menu .header.inner .header__conts:hover .header__download:after {
    color: #021342;
  }
  .active-search .header.inner .header__conts:hover .header__searchIcon:after,
  .active-download .header.inner .header__conts:hover .header__searchIcon:after,
  .active-menu .header.inner .header__conts:hover .header__searchIcon:after {
    color: #021342;
  }
  .active-search .header.inner .header__conts:hover .b-years,
  .active-download .header.inner .header__conts:hover .b-years,
  .active-menu .header.inner .header__conts:hover .b-years {
    color: #021342;
  }
  .active-search .header.inner .header__conts:hover .b-years__selected,
  .active-download .header.inner .header__conts:hover .b-years__selected,
  .active-menu .header.inner .header__conts:hover .b-years__selected {
    background-color: transparent;
  }
  .active-search .header.inner .header__conts:hover .header__logo__white,
  .active-download .header.inner .header__conts:hover .header__logo__white,
  .active-menu .header.inner .header__conts:hover .header__logo__white {
    display: none;
  }
  .active-search .header.inner .header__conts:hover .header__logo__dark,
  .active-download .header.inner .header__conts:hover .header__logo__dark,
  .active-menu .header.inner .header__conts:hover .header__logo__dark {
    display: block;
  }
  .active-search .header.inner .header__conts:hover .header__pageTitle,
  .active-download .header.inner .header__conts:hover .header__pageTitle,
  .active-menu .header.inner .header__conts:hover .header__pageTitle {
    display: block;
    color: #021342;
  }
}

.header__conts {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .header__conts {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.active-search .header__conts,
.active-download .header__conts,
.active-menu .header__conts {
  background-color: #f2f2f2;
}

.active-search .header__conts:after,
.active-download .header__conts:after,
.active-menu .header__conts:after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
}

@media screen and (max-width: 991px) {
  .active-search .header__conts:after,
  .active-download .header__conts:after,
  .active-menu .header__conts:after {
    content: none;
  }
}

.header__wrp {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: background 0.3s linear;
}

@media (min-width: 992px) {
  .header__wrp.grey {
    background-color: #f2f2f2;
  }
}

@media (min-width: 992px) {
  .header__wrp.white .e-burger:after,
  .header__wrp.white .header__download:after,
  .header__wrp.white .header__searchIcon:after {
    color: #fff;
  }
  .active-menu .header__wrp.white .e-burger:after,
  .active-download .header__wrp.white .e-burger:after,
  .active-search .header__wrp.white .e-burger:after, .active-menu
  .header__wrp.white .header__download:after,
  .active-download
  .header__wrp.white .header__download:after,
  .active-search
  .header__wrp.white .header__download:after, .active-menu
  .header__wrp.white .header__searchIcon:after,
  .active-download
  .header__wrp.white .header__searchIcon:after,
  .active-search
  .header__wrp.white .header__searchIcon:after {
    color: #021342;
  }
  .header__wrp.white .b-years {
    color: #fff;
  }
  .active-menu .header__wrp.white .b-years,
  .active-download .header__wrp.white .b-years,
  .active-search .header__wrp.white .b-years {
    color: #021342;
  }
  .header__wrp.white .header__logo__white {
    display: block;
  }
  .active-menu .header__wrp.white .header__logo__white,
  .active-download .header__wrp.white .header__logo__white,
  .active-search .header__wrp.white .header__logo__white {
    display: none;
  }
  .header__wrp.white .header__logo__dark {
    display: none;
  }
  .active-menu .header__wrp.white .header__logo__dark,
  .active-download .header__wrp.white .header__logo__dark,
  .active-search .header__wrp.white .header__logo__dark {
    display: block;
  }
}

@media (min-width: 992px) {
  .header__wrp--hover:hover {
    background-color: #021342;
  }
  .header__wrp--hover:hover .e-burger:after,
  .header__wrp--hover:hover .header__download:after,
  .header__wrp--hover:hover .header__searchIcon:after {
    color: #fff;
  }
  .header__wrp--hover:hover .b-years {
    color: #fff;
  }
  .header__wrp--hover:hover .b-years__selected {
    background-color: transparent;
  }
  .header__wrp--hover:hover .header__logo__white {
    display: block;
  }
  .header__wrp--hover:hover .header__logo__dark {
    display: none;
  }
  .header__wrp--hover:hover .header__pageTitle {
    display: block;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .header.mob-menu .header__conts {
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }
  .header.mob-menu .header__conts.no-shadow {
    box-shadow: unset;
  }
  .header.mob-menu .header__top {
    flex-direction: column-reverse;
    height: auto;
  }
  .header.mob-menu .header__logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #021342;
    padding-left: 20px;
  }
  .header.mob-menu .header__logo span {
    line-height: 0;
  }
  .header.mob-menu .header__logo__white {
    display: block;
  }
  .header.mob-menu .header__logo__dark {
    display: none;
  }
  .header.mob-menu .header__left {
    align-self: flex-start;
    background-color: #fff;
    box-shadow: unset;
    width: 100%;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .header.mob-menu .header__right {
    height: 50px;
    width: 100%;
    border: 1px solid;
  }
}

.header__close {
  display: flex;
}

.header__close:before {
  font-family: "icons";
  font-weight: normal;
  content: "$";
  font-size: 1.38889rem;
  color: #021342;
}

.header__top {
  display: flex;
  align-items: center;
  color: #021342;
  justify-content: space-between;
  height: 70px;
}

.header__logo__white {
  display: none;
}

@media screen and (max-width: 991px) {
  .header__logo__white {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header__logo__dark {
    display: block;
  }
}

.header__main {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .header__main {
    justify-content: space-between;
    padding: 0px 20px;
  }
}

.header__main__menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
  .header__main__menu {
    margin: 10px 0px;
    border-right: unset;
  }
}

.header__main__menu li {
  margin-right: 20px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .header__main__menu li {
    margin-right: 10px;
  }
}

.header__years {
  margin-left: 30px;
  position: relative;
}

.header__pageTitle {
  font-weight: 300;
  font-size: 0.77778rem;
  margin-left: 30px;
  color: #021342;
  display: none;
}

.active-search .header__pageTitle,
.active-download .header__pageTitle,
.active-menu .header__pageTitle {
  display: block;
}

@media screen and (max-width: 991px) {
  .active-search .header__pageTitle,
  .active-download .header__pageTitle,
  .active-menu .header__pageTitle {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header__pageTitle {
    display: none;
  }
}

.header__burger {
  padding: 15px 11px;
}

.active-menu .header__burger {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .active-menu .header__burger {
    background-color: #f2f2f2;
  }
}

.header__download {
  position: relative;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: flex;
}

.header__download:after {
  content: "%";
  font-family: "icons";
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  position: relative;
  transition: all 0.3s linear;
  color: #021342;
  font-size: 1.66667rem;
}

.active-download .header__download {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .active-download .header__download {
    background-color: #f2f2f2;
  }
}

.header__searchIcon {
  cursor: pointer;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
}

.header__searchIcon:after {
  content: "'";
  font-family: "icons";
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
  transition: all 0.3s linear;
  top: 0;
  font-size: 1.66667rem;
}

.active-search .header__searchIcon {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .active-search .header__searchIcon {
    background-color: #f2f2f2;
  }
}

.header__searchIcon:hover {
  transform: scale(1);
}

.header__search, .header__categories, .header__downloads {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100vh;
  color: #021342;
  top: -100%;
  display: none;
  background: #f2f2f2;
}

.header__search.show, .header__categories.show, .header__downloads.show {
  top: 0;
}

.header__search__conts, .header__categories__conts, .header__downloads__conts {
  padding-top: 160px;
  padding-left: 140px;
  padding-right: 140px;
  padding-bottom: 70px;
  background: #f2f2f2;
  height: 100vh;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .header__search__conts, .header__categories__conts, .header__downloads__conts {
    padding: 120px 36px 34px 36px;
  }
}

.header__search__main, .header__categories__main, .header__downloads__main {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .header__search__main, .header__categories__main, .header__downloads__main {
    padding-bottom: 0;
  }
}

.header__search__title, .header__categories__title, .header__downloads__title {
  color: #021342;
  font-size: 0.77778rem;
  font-weight: 400;
  border-bottom: 1px solid #05143f;
  padding-bottom: 20px;
}

.header__categories__list, .header__search__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__categories__list a, .header__search__list a {
  text-decoration: none;
  color: #021342;
  font-weight: 300;
}

.header__categories__list li, .header__search__list li {
  padding: 28px 0px;
  border-bottom: 1px solid #05143f;
  font-size: 1.55556rem;
  font-weight: 400;
  line-height: 0.64286;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .header__categories__list li, .header__search__list li {
    padding: 20px 0px;
  }
}

.header__categories__list li a, .header__search__list li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: all 0.2s linear;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #021342;
  font-size: 1.55556rem;
  font-weight: 300;
}

.header__categories__list li a:before, .header__search__list li a:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
  font-size: 1.11111rem;
  margin-right: 10px;
  display: none;
  position: absolute;
}

.header__categories__list li a:hover, .header__search__list li a:hover {
  padding-left: 20px;
}

.header__categories__list li a:hover:before, .header__search__list li a:hover:before {
  display: block;
}

@media screen and (max-width: 991px) {
  .header__categories__list li a span, .header__search__list li a span {
    line-height: 25px;
  }
}

.header__categories__list li a:hover span, .header__search__list li a:hover span {
  padding-left: 30px;
}

.header__categories__list li a:hover:before, .header__search__list li a:hover:before {
  display: block;
}

.reset .header__categories.scrollUp {
  animation: categoriesScrollUp 0.5s forwards;
}

.header__categories__conts {
  padding-right: 0;
}

.header__categories__list, .header__categories__title {
  margin-right: 140px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .header__categories__list, .header__categories__title {
    margin-right: 36px;
  }
}

.header__categories__img {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 400px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .header__categories__img {
    display: none;
  }
}

.header__categories__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
  position: absolute;
}

.header__categories__img img.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
  z-index: 1;
  left: 0;
}

.header__categories__bottom {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .header__categories__bottom {
    margin-top: 35px;
    padding-right: 34px;
  }
}

.header__categories__bottom li a {
  transition: all 0.2s linear;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #021342;
  font-size: 1.55556rem;
  font-weight: 300;
  font-size: 1.33333rem;
  color: #021342;
  position: relative;
}

.header__categories__bottom li a:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
  font-size: 1.11111rem;
  margin-right: 10px;
  display: none;
  position: absolute;
}

.header__categories__bottom li a:hover {
  padding-left: 20px;
}

.header__categories__bottom li a:hover:before {
  display: block;
}

@media screen and (max-width: 991px) {
  .header__categories__bottom li a {
    font-size: 1.11111rem;
    line-height: 20px;
  }
}

.header__categories__bottom li a:hover span {
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .header__categories__bottom li {
    font-size: 1.11111rem;
    font-weight: 400;
    line-height: 0.9;
  }
}

.header__categories__bottom li:not(:last-child) {
  margin-bottom: 20px;
}

.header__categories__copyright {
  margin-top: 100px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .header__categories__copyright {
    margin-top: 60px;
    font-size: 0.66667rem;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .header__downloads {
    height: auto;
  }
}

.header__downloads__main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__downloads__main ul li {
  padding: 18px 0px;
  border-bottom: 1px solid #05143f;
}

.header__search {
  height: 100vh;
}

.header__pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.pagemode-edit .header {
  display: none;
}

.intro {
  height: 100vh;
  color: #fff;
}

.intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: fadeBackground 3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.pagemode-edit .intro:before {
  animation: unset;
}

@media screen and (max-width: 991px) {
  .intro:before {
    animation: fadeBackground 2s;
  }
}

.intro__text {
  margin: 0 auto;
  height: 100%;
  color: #fff;
}

.intro__text__conts {
  width: 850px;
  position: relative;
  margin: 0 auto;
  color: #021342;
}

@media (min-width: 992px) {
  .intro__text__conts {
    transition: all 1s linear;
    animation: upIntrotext 4s forwards;
  }
}

@media screen and (max-width: 991px) {
  .intro__text__conts {
    color: #fff;
    width: 100%;
    padding: 0px 36px;
    animation: MobUpIntrotext 1s forwards;
    animation-delay: 1s;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 11;
  }
}

.intro__img {
  width: 100%;
  z-index: 7;
  position: absolute;
  right: 0;
  height: 100%;
}

@media (min-width: 992px) {
  .intro__img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

@media screen and (max-width: 991px) {
  .intro__img {
    height: 50vh;
    bottom: 0px;
    transform: translate(-50%, 80%) scale(0.9);
    animation: mobImageAnim 0.6s forwards;
    animation-delay: 1s;
  }
}

@media (min-width: 992px) {
  .intro__img.animImg {
    z-index: 7;
    animation: slideRightBgImg 0.6s forwards;
    animation-timing-function: 0.6s ease-in-out;
  }
}

@media screen and (max-width: 991px) {
  .intro__img.animImg {
    display: none;
  }
}

.intro__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__title {
  font-size: 2.88889rem;
  font-weight: 300;
  line-height: 1.07692;
}

@media screen and (max-width: 991px) {
  .intro__title {
    font-size: 1.77778rem;
    font-weight: 300;
    line-height: 1.125;
  }
}

.intro__title strong {
  display: block;
  color: #ea002a;
  font-weight: 700;
}

.intro__cta {
  margin-top: 40px;
  animation: showButton 4s forwards;
  z-index: 9;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .intro__cta {
    animation: showButton 2s forwards;
    position: relative;
    width: 100%;
    background-color: #ea002a;
    color: #fff;
    border-color: #ea002a;
  }
}

.reset .intro {
  display: block;
}

@media screen and (max-width: 991px) {
  .reset .intro .intro__img {
    animation: unset;
    transform: unset;
  }
}

.reset .intro .intro__text__conts {
  top: 12%;
  transform: translateY(-12%);
  animation: unset;
  z-index: 11;
}

@media screen and (max-width: 991px) {
  .reset .intro .intro__text__conts {
    color: #021342;
  }
}

@media (min-width: 992px) {
  .reset .intro.scrollUp {
    animation: scrollUp 0.5s forwards;
  }
}

.reset .intro:before {
  content: unset;
  animation: unset;
}

.reset .intro .intro__cta {
  animation: unset;
  opacity: 1;
  visibility: visible;
}

.pagemode-edit .intro {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100% !important;
}

.pagemode-edit .intro .intro__text {
  top: 200px;
  left: 200px;
  height: auto;
  position: absolute;
}

.pagemode-edit .intro .intro__text__conts {
  top: 12%;
  transform: translateY(-12%);
  animation: unset;
  z-index: 11;
}

@media screen and (max-width: 991px) {
  .pagemode-edit .intro .intro__text__conts {
    color: #021342;
  }
}

.pagemode-edit .intro .intro__img {
  height: 800px;
  position: relative;
}

.pagemode-edit .intro .intro__cta {
  animation: unset;
  opacity: 1;
  visibility: visible;
}

.s-slide-intro {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .s-slide-intro {
    height: auto;
  }
}

.s-slide-intro__conts {
  display: flex;
  align-items: center;
  padding-left: 140px;
  padding-right: 140px;
  margin: 0 auto;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .s-slide-intro__conts {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media screen and (max-width: 991px) {
  .s-slide-intro__conts {
    flex-direction: column;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    margin-top: 115px;
    height: calc(100vh - 115px);
    overflow: auto;
  }
}

.s-slide-intro__txt {
  width: 35%;
  color: #021342;
}

@media screen and (max-width: 991px) {
  .s-slide-intro__txt {
    width: 100%;
  }
}

.s-slide-intro__txt p {
  font-size: 1.22222rem;
  font-weight: 300;
  line-height: 1.18182;
}

.s-slide-intro__title {
  font-size: 2.33333rem;
  font-weight: 300;
  line-height: 1.09524;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .s-slide-intro__title {
    font-size: 1.55556rem;
    font-weight: 300;
    line-height: 1.21429;
  }
}

.s-slide-intro__title strong {
  color: #ea002a;
  font-weight: 700;
}

.s-slide-intro__cta {
  position: absolute;
  background-color: #fff;
  color: #021342;
  min-width: 200px;
  padding: 12px 20px;
  font-weight: 400;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s linear;
  justify-content: flex-end;
}

.s-slide-intro__cta:before {
  font-family: "icons";
  font-weight: normal;
  content: "-";
  position: absolute;
  left: 24px;
  bottom: 8px;
  font-size: 1.22222rem;
}

.s-slide-intro__cta:hover, .s-slide-intro__cta:focus {
  background-color: #fff;
  color: #021342;
  transform: translateX(-50%) scale(1.03);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
  .s-slide-intro__cta {
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 7;
    opacity: 0;
    animation: showButton 0.2s forwards;
    animation-delay: 0.5s;
  }
  .s-slide-intro__cta.show {
    animation: showButton 0.4s forwards;
    animation-duration: 0.4s;
  }
}

@media screen and (max-width: 991px) {
  .s-slide-intro__cta {
    opacity: 1;
    position: relative;
    margin-top: auto;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    box-shadow: unset;
    border: 1px solid #021342;
    justify-content: center;
  }
  .s-slide-intro__cta:hover {
    transform: unset;
  }
}

.pagemode-edit .s-slide-intro {
  position: relative;
  display: block !important;
}

.pagemode-edit .s-slide-intro .s-slide-intro__conts {
  padding: 80px 140px;
}

.s-article {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .s-article {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 991px) {
  .s-article {
    margin-bottom: 30px;
  }
}

.s-article .s-article-descr {
  margin-bottom: 55px;
}

.s-article .s-article-descr:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article .s-article-descr {
    margin-bottom: 26px;
  }
  .s-article .s-article-descr:last-child {
    margin-bottom: 0;
  }
}

.s-article .s-article-highlights {
  margin-bottom: 95px;
}

.s-article .s-article-highlights:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article .s-article-highlights {
    margin-bottom: 33px;
  }
  .s-article .s-article-highlights:last-child {
    margin-bottom: 0;
  }
}

.s-article .b-article {
  margin-bottom: 50px;
}

.s-article .b-article:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article .b-article {
    margin-bottom: 40px;
  }
  .s-article .b-article:last-child {
    margin-bottom: 0;
  }
}

.s-article .s-topics {
  margin-bottom: 160px;
}

.s-article .s-topics:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article .s-topics {
    margin-bottom: 40px;
  }
  .s-article .s-topics:last-child {
    margin-bottom: 0;
  }
}

.s-article .s-accordion {
  margin-bottom: 90px;
}

.s-article .s-accordion:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article .s-accordion {
    margin-bottom: 46px;
  }
  .s-article .s-accordion:last-child {
    margin-bottom: 0;
  }
}

.s-article-hero {
  --hero-color: #fff;
  height: 75vh;
  min-height: 450px;
  transition: height 0.5s;
  position: relative;
  overflow: hidden;
  color: var(--hero-color);
}

.s-article-hero::after {
  content: "";
  background-image: linear-gradient(180deg, rgba(5, 20, 63, 0.5) 0%, rgba(5, 20, 63, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
}

.s-article-hero a {
  color: var(--hero-color);
  text-decoration: none;
}

.s-article-hero a:hover {
  text-decoration: none;
  color: #f3f3f3;
}

.s-article-hero.full-height {
  height: 100vh;
}

.s-article-hero.normal-height {
  height: 75vh;
}

@media screen and (max-width: 991px) {
  .s-article-hero.normal-height {
    height: 20vh;
    min-height: 300px;
  }
}

.s-article-hero__conts {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

.s-article-hero__pict {
  position: relative;
  display: block;
  height: 100%;
}

.s-article-hero__pict::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(5, 20, 63, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.5;
}

.s-article-hero__pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.s-article-hero__bg {
  position: relative;
  display: block;
  height: 100%;
}

.s-article-hero__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}

.s-article-hero__title-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  width: 100%;
  transition: all 0.5s;
}

.s-article-hero__title {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .s-article-hero__title {
    padding-left: 22px;
    padding-right: 22px;
    padding-left: 36px;
  }
}

.s-article-hero__title__conts {
  opacity: 1;
}

.s-article-hero__title__title {
  font-size: 2.88889rem;
  line-height: 1.07692;
  font-weight: 400;
}

.s-article-hero__title__title em {
  display: block;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .s-article-hero__title__title {
    font-size: 1.77778rem;
  }
}

.s-article-hero__title__next {
  margin-bottom: 12px;
}

.s-article-hero__title__next:last-child {
  margin-bottom: 0;
}

.s-article-hero__nav {
  --hero-nav-padding-top: 200px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding-top: var(--hero-nav-padding-top);
  width: 100%;
  opacity: 0;
  transition: height 0.5s, opacity 0.5s 0.5s;
}

@media screen and (max-width: 479px) {
  .s-article-hero__nav {
    --hero-nav-padding-top: 150px;
  }
}

.s-article-hero__nav::before {
  content: "";
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid var(--hero-color);
  width: 100%;
}

@media screen and (max-width: 991px) {
  .s-article-hero__nav::before {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 479px) {
  .s-article-hero__nav::before {
    content: none;
  }
}

.opened .s-article-hero__nav::before {
  max-width: 100%;
}

.s-article-hero__nav__conts {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .s-article-hero__nav__conts {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 991px) {
  .s-article-hero__nav__conts {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 479px) {
  .s-article-hero__nav__conts {
    padding-top: 0;
  }
}

.s-article-hero__nav__trig {
  position: relative;
  padding: 35px 35px 35px 0;
  border-top: 1px solid var(--hero-color);
  cursor: pointer;
  font-size: 0.88889rem;
  line-height: 1.25;
}

.s-article-hero__nav__trig:before {
  font-family: "icons";
  font-weight: normal;
  content: '"';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.11111rem;
  line-height: 1;
  right: 0;
}

.opened .s-article-hero__nav__trig:before {
  font-family: "icons";
  font-weight: normal;
  content: "#";
}

.s-article-hero__nav__ins {
  display: none;
  padding-bottom: 10vh;
}

.s-article-hero__nav__ins ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s-article-hero__nav a {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}

.s-article-hero__nav a:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
  position: absolute;
  left: 0;
  top: 0;
}

.s-article-hero--intro .s-article-hero__title__conts {
  opacity: 0;
}

.s-article-hero--intro.animated .s-article-hero__title__conts {
  transition: opacity 1s;
  opacity: 1;
}

.s-article-hero--intro.animated .s-article-hero__nav {
  opacity: 1;
}

.s-article-hero--intro.opened::after {
  z-index: 1;
  opacity: 1;
}

.s-article-hero--intro.opened .s-article-hero__title-wrap {
  top: 0;
  transform: translateY(12vh);
}

.s-article-hero--next {
  height: 50vh;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(5, 20, 63, 0) 50%, rgba(5, 20, 63, 0.5) 100%);
}

.s-article-hero--next .s-article-hero__title {
  opacity: 1;
}

.s-article-hero--next .s-article-hero__title--blue {
  color: #021342;
}

.s-article-hero--next .s-article-hero__pict {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .s-article-hero--next .s-article-hero__pict {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.s-article-hero--next .s-article-hero__bg {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .s-article-hero--next .s-article-hero__bg {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.s-article-hero--next .s-article-hero__title__conts {
  transition: all 0.5s;
  max-width: 752px;
}

@media (min-width: 992px) {
  .s-article-hero--next .s-article-hero__title__conts {
    margin-left: 76px;
  }
}

@media screen and (max-width: 991px) {
  .s-article-hero--next .s-article-hero__title__conts {
    margin-left: 14px;
  }
}

.s-article-hero--next.full-width .s-article-hero__pict {
  max-width: 100vw;
  transition: all 0.5s;
}

@media screen and (max-width: 479px) {
  .s-article-hero--next.full-width .s-article-hero__pict {
    padding-left: 0;
    padding-right: 0;
  }
}

.s-article-hero--next.full-width .s-article-hero__bg {
  max-width: 100vw;
  transition: all 0.5s;
}

@media screen and (max-width: 479px) {
  .s-article-hero--next.full-width .s-article-hero__bg {
    padding-left: 0;
    padding-right: 0;
  }
}

.s-article-hero--next.full-width .s-article-hero__title__conts {
  max-width: 100%;
  margin-left: 0;
}

.s-article-hero--next.full-width .s-article-hero__title__title {
  transition: opacity 1s;
}

.s-article-hero--next.full-width.full-height {
  height: 100vh;
}

.s-article-hero__sticky-header {
  position: absolute;
  bottom: 0px;
}

.s-article-hero__sticky-header__sticky {
  display: none;
  z-index: -2;
  position: inherit;
}

.s-article-hero__sticky-header__sticky.is-sticky {
  position: fixed;
  top: 70px;
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
  display: block;
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__sticky.is-sticky {
    top: 115px;
  }
}

.s-article-hero__sticky-header__wrp {
  height: 100%;
  color: #021342;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.s-article-hero__sticky-header__title {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__title {
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.s-article-hero__sticky-header__selected {
  font-weight: 700;
  color: #0050b5;
  font-size: 0.88889rem;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__selected {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__selected span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.s-article-hero__sticky-header__selected:after {
  font-family: "icons";
  font-weight: normal;
  content: '"';
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-top;
  font-size: 0.83333rem;
}

.open .s-article-hero__sticky-header__selected:after {
  transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__nav {
    width: 50%;
  }
}

.s-article-hero__sticky-header__nav.open ul {
  display: block;
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__nav.open ul {
    width: 100%;
  }
}

.s-article-hero__sticky-header__nav ul {
  position: absolute;
  top: 42px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}

@media screen and (max-width: 991px) {
  .s-article-hero__sticky-header__nav ul {
    left: 0;
    top: 50px;
  }
}

.s-article-hero__sticky-header__nav ul li {
  height: 50px;
  padding: 0px 15px;
}

.s-article-hero__sticky-header__nav ul li:hover {
  background-color: #f3f3f3;
}

.s-article-hero__sticky-header__nav ul li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.s-article-hero__sticky-header__nav ul li a {
  --hero-color: $c-primary-blue-dark;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 1.125;
  color: var(--hero-color);
  text-decoration: none;
}

.s-article-hero__sticky-header__nav ul li a:hover {
  text-decoration: none;
  color: var(--hero-color);
}

.s-article-hero-next-wrap {
  position: relative;
  height: 50vh;
  min-height: 450px;
}

.s-article-descr {
  font-size: 1.44444rem;
  line-height: 1.53846;
  font-weight: 300;
  max-width: 752px;
}

@media screen and (max-width: 991px) {
  .s-article-descr {
    font-size: 1.22222rem;
    line-height: 1.27273;
  }
}

@media (min-width: 992px) {
  .s-article-descr {
    margin-left: 76px;
  }
}

@media screen and (max-width: 991px) {
  .s-article-descr {
    margin-left: 14px;
  }
}

.s-article-highlights {
  color: #fff;
  background-color: #021342;
}

.s-article-highlights__head {
  position: relative;
  padding: 32px 110px 32px calc(76px + 52px);
  font-size: 1.44444rem;
  line-height: 1.07692;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.s-article-highlights__head:not(:first-child) {
  border-top: 2px solid #fff;
}

@media screen and (max-width: 991px) {
  .s-article-highlights__head {
    padding: 27px 53px 27px 76px;
    font-size: 1.11111rem;
    line-height: 1.2;
  }
}

.s-article-highlights__head:before {
  font-family: "icons";
  font-weight: normal;
  content: "&";
}

@media (min-width: 992px) {
  .s-article-highlights__head:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 76px;
  }
}

@media screen and (max-width: 991px) {
  .s-article-highlights__head:before {
    position: absolute;
    left: 30px;
    top: 27px;
    font-size: 1.33333rem;
  }
}

.s-article-highlights__head .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  font-size: 1.11111rem;
}

.s-article-highlights__head .ui-accordion-header-icon:before {
  font-family: "icons";
  font-weight: normal;
  content: '"';
}

@media screen and (max-width: 991px) {
  .s-article-highlights__head .ui-accordion-header-icon {
    right: 24px;
    font-size: 1.11111rem;
    transform: none;
    top: auto;
    bottom: 27px;
  }
}

.s-article-highlights__head.ui-state-active .ui-accordion-header-icon:before {
  font-family: "icons";
  font-weight: normal;
  content: "#";
}

.s-article-highlights__conts {
  padding: 64px 76px 50px;
}

@media screen and (max-width: 991px) {
  .s-article-highlights__conts {
    padding: 27px;
  }
}

.s-article-highlights__txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  column-gap: 97px;
  margin-bottom: 54px;
}

.s-article-highlights__txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article-highlights__txt {
    margin-bottom: 32px;
    row-gap: 30px;
  }
  .s-article-highlights__txt:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .s-article-highlights__txt {
    grid-template-columns: 1fr;
  }
}

.s-article-highlights__txt__title {
  font-size: 1.33333rem;
  line-height: 1.16667;
  margin-bottom: 22px;
}

.s-article-highlights__txt__title:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-article-highlights__txt__title {
    font-size: 1.11111rem;
    line-height: 1.2;
  }
}

.s-article-highlights__txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-article-highlights__txt li {
  position: relative;
  padding-left: 32px;
}

.s-article-highlights__txt li::before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
}

.s-article-highlights__download a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.s-article-highlights__download a:hover {
  text-decoration: none;
  color: #fff;
}

.s-article-highlights__download a:before {
  font-family: "icons";
  font-weight: normal;
  content: "%";
  margin-right: 14px;
  font-weight: 400;
}

.s-breadcrumb {
  margin: 35px 0 45px;
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 44px;
}

@media screen and (max-width: 991px) {
  .s-breadcrumb {
    padding-left: 22px;
    padding-right: 22px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 479px) {
  .s-breadcrumb {
    margin: 20px 0 22px;
    gap: 33px;
  }
}

.s-breadcrumb__main {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.77778rem;
  line-height: 2.14286;
  font-weight: 400;
}

.s-breadcrumb__main a:hover {
  text-decoration: underline;
}

.s-topics {
  margin-bottom: 160px;
}

.s-topics h2,
.s-topics h3,
.s-topics h5 {
  margin-top: 0;
  margin-bottom: 24px;
}

.s-topics h2:last-child,
.s-topics h3:last-child,
.s-topics h5:last-child {
  margin-bottom: 0;
}

.s-topics h2 {
  font-size: 1.77778rem;
  line-height: 1.1875;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .s-topics h2 {
    font-size: 1.33333rem;
    line-height: 1.16667;
  }
}

.s-topics h3 {
  font-size: 1.44444rem;
  line-height: 1.23077;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .s-topics h3 {
    font-size: 1.22222rem;
    line-height: 1.18182;
  }
}

.s-topics h4 {
  font-size: 1.33333rem;
  line-height: 1.16667;
  font-weight: 400;
  margin-bottom: 14px;
}

.s-topics h4:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-topics h4 {
    font-size: 1.11111rem;
    line-height: 1.2;
  }
}

.s-topics h5 {
  font-size: 1.22222rem;
  line-height: 1.09091;
  font-weight: 400;
}

.s-topics:last-child {
  margin-bottom: 0;
}

.s-topics__article {
  margin-bottom: 30px;
}

.s-topics__article:last-child {
  margin-bottom: 0;
}

.s-topics__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
  .s-topics__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .s-topics__grid {
    grid-template-columns: 1fr;
  }
}

.s-topics__item {
  height: 220px;
}

.s-topics__item__conts {
  position: relative;
  display: block;
  height: 100%;
  color: #fff;
  cursor: pointer;
}

.s-topics__item__conts:after {
  font-family: "icons";
  font-weight: normal;
  content: ".";
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 1.33333rem;
}

.s-topics__item__conts:hover {
  color: #fff;
}

.s-topics__item__conts:hover .s-topics__item__bg img {
  opacity: 0.4;
  transition: opacity 0.2s;
}

.s-topics__item__bg {
  height: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
}

.s-topics__item__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  opacity: 0.68;
}

.s-topics__item__counter {
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88889rem;
  line-height: 1;
  font-weight: 700;
}

.s-topics__modal .s-topics__item__counter {
  position: relative;
  left: unset;
  top: unset;
  margin-right: 24px;
  border-color: #021342;
}

.s-topics__item__counter--filled {
  background-color: #fff;
  color: #05143f;
}

.s-topics__modal .s-topics__item__counter--filled {
  background-color: #021342;
  color: #fff;
}

.s-topics__item__txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  font-size: 1.33333rem;
  line-height: 1.16667;
  font-weight: 400;
}

.s-topics__modal .s-topics__item__txt {
  position: relative;
  padding: unset;
}

@media screen and (max-width: 991px) {
  .s-topics__modal .s-topics__item__txt {
    width: calc(100% - 100px);
  }
}

.s-accordion__head {
  position: relative;
  padding: 32px 110px 32px 76px;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 1.44444rem;
  line-height: 1.23077;
  font-weight: 400;
  margin-top: 30px;
}

.s-accordion__head:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .s-accordion__head {
    padding: 27px 53px 27px 30px;
    margin-top: 20px;
  }
  .s-accordion__head:first-child {
    margin-top: 0;
  }
}

.s-accordion__head h3 {
  font-size: 1.44444rem;
  line-height: 1.23077;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .s-accordion__head h3 {
    font-size: 1.11111rem;
    line-height: 1.2;
  }
}

.s-accordion__head .ui-accordion-header-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  font-size: 1.11111rem;
  line-height: 1;
}

.s-accordion__head .ui-accordion-header-icon:before {
  font-family: "icons";
  font-weight: normal;
  content: '"';
}

@media screen and (max-width: 991px) {
  .s-accordion__head .ui-accordion-header-icon {
    right: 24px;
    font-size: 1.11111rem;
    transform: none;
    top: auto;
    bottom: 27px;
  }
}

.s-accordion__head.ui-state-active {
  background-color: #fafafa;
}

.s-accordion__head.ui-state-active .ui-accordion-header-icon:before {
  font-family: "icons";
  font-weight: normal;
  content: "#";
}

.s-accordion__conts {
  border-top: 1px solid #05143f;
  background-color: #fafafa;
  padding: 40px 76px 50px;
}

@media screen and (max-width: 991px) {
  .s-accordion__conts {
    padding: 40px 30px;
  }
}

.s-accordion__conts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-accordion__conts li {
  position: relative;
  padding-left: 32px;
}

.s-accordion__conts li::before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
}

.s-accordion__conts ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-accordion__conts ol > li {
  position: relative;
  counter-increment: step-counter;
}

.s-accordion__conts ol > li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .s-accordion__conts ol > li:before {
    top: 0px;
    font-size: 18px;
  }
}

.s-accordion__conts ol,
.s-accordion__conts ul {
  margin-top: -14px;
  margin-bottom: 36px;
}

.s-accordion__conts ol li,
.s-accordion__conts ul li {
  margin-bottom: 14px;
}

.s-accordion__conts ol li:last-child,
.s-accordion__conts ul li:last-child {
  margin-bottom: 0;
}

.s-accordion__conts h4 {
  font-size: 1.33333rem;
  line-height: 1.16667;
  margin-bottom: 14px;
}

.s-accordion__conts h4 + ol,
.s-accordion__conts h4 + ul {
  margin-top: 20px !important;
}

.s-accordion__conts h5 {
  font-size: 1.22222rem;
  line-height: 1.09091;
  font-weight: 400;
  margin-bottom: 14px;
}

.s-accordion__conts h5 + ol,
.s-accordion__conts h5 + ul {
  margin-top: 20px !important;
}

.s-accordion__conts .table-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.s-accordion__conts .table-wrap:first-child {
  margin-top: 0;
}

.s-accordion__conts .table-wrap:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-accordion__conts .table-wrap {
    overflow-x: auto;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .s-accordion__conts .table-wrap:first-child {
    margin-top: 0;
  }
  .s-accordion__conts .table-wrap:last-child {
    margin-bottom: 0;
  }
}

.s-accordion__conts table {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  min-width: 100%;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  font-size: 0.77778rem;
  line-height: 1.28571;
}

.s-accordion__conts table .col {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.s-accordion__conts table ul {
  margin-top: unset;
}

.s-accordion__conts table li {
  padding-left: 14px;
}

.s-accordion__conts table li ul {
  margin-top: 5px;
}

.s-accordion__conts table th,
.s-accordion__conts table td {
  text-align: left;
  padding: 26px 16px 28px;
  vertical-align: top;
}

.s-accordion__conts table th {
  background-color: #021342;
  color: #fff;
  padding-top: 20px;
}

.s-accordion__conts table td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.s-accordion__conts p {
  margin-top: 0;
  margin-bottom: 35px;
}

.s-accordion__conts p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .s-accordion__conts p {
    margin-bottom: 20px;
  }
  .s-accordion__conts p:last-child {
    margin-bottom: 0;
  }
}

.s-sliders {
  height: 100%;
  position: absolute;
  z-index: 8;
}

.s-sliders.scrollup {
  animation: scrollUp 0.2s forwards;
}

.s-sliders__mob {
  display: none;
}

@media screen and (max-width: 991px) {
  .s-sliders__mob {
    display: block;
    padding: 0px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .s-sliders__img {
    height: 300px;
    position: relative;
  }
}

.s-sliders__img:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(5, 20, 63, 0.25) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.s-sliders__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s-sliders__txt {
  position: relative;
  height: 100vh;
  z-index: 2;
  padding-left: 140px;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .s-sliders__txt {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    height: calc(100vh - 300px);
  }
}

.s-sliders__items .slick-list {
  height: 100vh !important;
}

.s-sliders__item {
  position: relative;
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .s-sliders__item {
    display: flex;
    flex-direction: column;
    height: 100vh !important;
  }
}

.pagemode-edit .s-sliders__item {
  border: 2px dashed #ccc;
  background-color: rgba(128, 128, 128, 0.2);
  margin-bottom: 30px;
}

.s-sliders__title {
  width: 60%;
  font-size: 2.88889rem;
  line-height: 1.07692;
  font-weight: 300;
  padding-top: 140px;
}

@media screen and (max-width: 991px) {
  .s-sliders__title {
    display: none;
    padding-top: unset;
  }
  .s-sliders__title--mob {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 1.77778rem;
    color: #fff;
    padding-top: 120px;
  }
}

.s-sliders__title strong {
  display: block;
  font-weight: 700;
}

.s-sliders__menu {
  width: 45%;
  background-color: rgba(2, 19, 66, 0.54);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
}

.s-sliders__menu.slideRight {
  width: 0;
  position: absolute;
  right: 0;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .s-sliders__menu {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .s-sliders__menu {
    width: 100%;
    height: 100%;
    align-items: unset;
    background-color: #021342;
  }
}

.s-sliders__menu__title {
  font-size: 0.77778rem;
  line-height: 1.71429;
  font-weight: 400;
  margin-bottom: 25px;
}

.s-sliders__menu__body {
  width: 65%;
}

@media (min-width: 992px) {
  .slideRight .s-sliders__menu__body {
    opacity: 0;
  }
}

@media screen and (max-width: 991px) {
  .s-sliders__menu__body {
    width: 100%;
    padding: 54px 60px 54px 36px;
    overflow: auto;
  }
}

.s-sliders__menu__body li {
  display: flex;
  align-items: flex-start;
}

.s-sliders__menu__body li:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
}

.s-sliders__menu__body li:not(:last-child) {
  margin-bottom: 12px;
}

.s-sliders__menu__body li a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 15px;
  transition: 0.2s linear;
}

.s-sliders__menu__body li a:hover {
  padding-left: 24px;
}

.s-sliders__cta {
  margin-top: 54px;
}

@media screen and (max-width: 991px) {
  .s-sliders__cta {
    display: none;
  }
  .s-sliders__cta--mob {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 24px;
  }
}

.s-sliders__controls {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .s-sliders__controls {
    right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .s-sliders__controls {
    transform: translateY(-35%);
  }
}

.s-sliders__home {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s linear;
  border: unset;
}

.s-sliders__home:before {
  font-family: "icons";
  font-weight: normal;
  content: "/";
  color: #fff;
  font-size: 1.11111rem;
  position: relative;
}

.s-sliders__home:after {
  content: "";
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  padding: 20px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  transition: 0.2s linear;
}

.blue .s-sliders__home:after {
  border: 1px solid rgba(2, 19, 66, 0.5);
}

.s-sliders__home:hover:after {
  width: 45px;
  height: 45px;
  left: -2px;
  top: -2px;
  border: 1px solid white;
}

.blue .s-sliders__home:hover:after {
  border: 1px solid #021342;
}

.s-sliders__home.top {
  order: 0;
}

.s-sliders__home.bottom {
  order: 4;
}

.pagemode-edit .s-sliders {
  display: block !important;
  position: relative;
}

.s-appendixes {
  height: 100vh;
  background: #f2f2f2;
}

.s-appendixes.s-appendixes--page {
  height: unset;
}

.s-appendixes__body {
  height: 100vh;
}

.s-appendixes--page .s-appendixes__body {
  height: unset;
}

.s-appendixes__title {
  width: 30%;
  font-size: 2.88889rem;
  font-weight: 300;
  padding-top: 140px;
}

.s-appendixes__title span {
  display: block;
  font-size: 0.88889rem;
}

@media screen and (max-width: 991px) {
  .s-appendixes__title {
    width: 100%;
    font-size: 1.77778rem;
  }
  .s-appendixes--page .s-appendixes__title {
    padding-top: 100px;
  }
}

.s-appendixes__main {
  padding-left: 140px;
  display: flex;
  cursor: url("/images/apologismos/Scroll.svg"), auto;
}

.s-appendixes--page .s-appendixes__main {
  cursor: default;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .s-appendixes__main {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .s-appendixes__main {
    flex-direction: column;
    padding-left: 36px;
  }
}

.s-appendixes--page .s-appendixes__main {
  background: #f2f2f2;
}

.s-appendixes__appendixes {
  cursor: url("/images/apologismos/Scroll.svg"), auto;
  width: 70%;
  height: 100vh;
  padding-top: 140px;
  padding-right: 140px;
  overflow: auto;
}

.s-appendixes--page .s-appendixes__appendixes {
  cursor: default;
}

.s-appendixes--page .s-appendixes__appendixes {
  height: unset;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .s-appendixes__appendixes {
    width: 100%;
    padding-top: 30px;
    height: calc(100vh - 230px);
  }
}

@media screen and (max-width: 991px) {
  .s-appendixes__appendixes {
    width: 100%;
    padding-top: 30px;
    padding-right: 80px;
    height: calc(100vh - 200px);
  }
  .s-appendixes--page .s-appendixes__appendixes {
    padding-right: 36px;
  }
}

.s-appendixes__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 140px;
  overflow: auto;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .s-appendixes__items {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .s-appendixes__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.s-footer {
  height: 100%;
  background-color: #021342;
}

.s-footer li {
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.s-footer li:before {
  font-family: "icons";
  font-weight: normal;
  content: "!";
  font-size: 1.33333rem;
}

@media screen and (max-width: 991px) {
  .s-footer li:before {
    font-size: 1.11111rem;
  }
}

.s-footer li:not(:last-child) {
  margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
  .s-footer li:not(:last-child) {
    margin-bottom: 18px;
  }
}

.s-footer li a {
  color: #fff;
  font-size: 1.55556rem;
  font-weight: 300;
  padding-left: 8px;
  transition: 0.2s linear;
}

@media screen and (max-width: 991px) {
  .s-footer li a {
    font-size: 1.22222rem;
    font-weight: 300;
  }
}

.s-footer li a:hover {
  color: #fff;
  padding-left: 30px;
}

.s-footer__conts {
  padding: 0px 140px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}

.s-footer--page .s-footer__conts {
  height: calc(100vh - 70px);
}

@media screen and (max-width: 991px) {
  .s-footer--page .s-footer__conts {
    height: calc(100vh - 113px);
  }
}

@media screen and (max-width: 991px) {
  .s-footer__conts {
    padding: 0px 60px 0px 36px;
  }
}

.s-footer__copyright {
  color: #fff;
  position: absolute;
  bottom: 70px;
  font-size: 0.77778rem;
}

@media screen and (max-width: 991px) {
  .s-footer__copyright {
    bottom: 32px;
    font-size: 0.66667rem;
  }
}

.s-footer--simple {
  height: auto;
}

.s-footer--simple .s-footer__conts {
  height: unset;
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0px;
}

@media screen and (max-width: 991px) {
  .s-footer--simple .s-footer__conts {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media screen and (max-width: 991px) {
  .s-footer--simple .s-footer__conts {
    padding: 50px 22px 30px 22px;
  }
}

.s-footer--simple .s-footer__copyright {
  position: relative;
  bottom: unset;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .s-footer--simple .s-footer__copyright {
    margin-top: 50px;
  }
}

.s-apologismos.reset .header__categories.scrollUp {
  animation: categoriesScrollUp 0.5s forwards;
}

.s-apologismos.reset .intro {
  display: block;
}

@media screen and (max-width: 991px) {
  .s-apologismos.reset .intro__img {
    animation: unset;
    transform: unset;
  }
}

@media (min-width: 992px) {
  .s-apologismos.reset .intro.scrollUp {
    animation: scrollUp 0.6s forwards;
  }
}

.s-apologismos.reset .intro:before {
  content: unset;
  animation: unset;
}

.s-apologismos.reset .intro__cta {
  animation: unset;
  opacity: 1;
  visibility: visible;
}

.s-apologismos.reset .intro__text__conts {
  top: 12%;
  transform: translateY(-12%);
  animation: unset;
  z-index: 11;
}

@media screen and (max-width: 991px) {
  .s-apologismos.reset .intro__text__conts {
    color: #021342;
  }
}

.s-apologismos.reset .b-ribbon {
  animation: unset;
}

.s-apologismos.reset .b-ribbon:before, .s-apologismos.reset .b-ribbon:after {
  animation: unset;
}

.s-hero {
  background-color: #021342;
  color: #fff;
  min-height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.s-hero__conts {
  position: relative;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .s-hero__conts {
    padding-left: 22px;
    padding-right: 22px;
  }
}

.s-hero__title__title {
  font-size: 2.88889rem;
  line-height: 1.07692;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .s-hero__title__title {
    font-size: 1.77778rem;
    line-height: 1.125;
    font-weight: 300;
  }
}

.s-hero__title__title em {
  font-style: normal;
  font-weight: 700;
}

.b-lang {
  position: relative;
}

.b-lang:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.b-lang:hover .b-lang__menu {
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.b-lang:hover .b-lang__opt {
  background-color: #fff;
}

.b-lang:hover .b-lang__opt:after {
  animation: rotateArrow 0.3s;
  transform: rotate(-180deg);
}

.b-lang__opt {
  cursor: pointer;
  font-size: 0.77778rem;
  padding: 10px;
  display: flex;
  align-items: center;
}

.b-lang__opt:after {
  font-family: "icons";
  font-weight: normal;
  content: '"';
  display: inline-block;
  font-size: 0.83333rem;
  margin-bottom: 2px;
  margin-left: 6px;
  vertical-align: text-top;
  transform: rotate(-360deg);
}

.b-lang__menu {
  font-size: 0.77778rem;
  background-color: #f3f3f3;
  position: absolute;
  width: 100%;
  padding: 10px;
  display: none;
}

.b-lang__menu a {
  color: #021342;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.b-lang__menu a:hover {
  color: #021342;
}

.b-years {
  display: flex;
  align-items: center;
}

.b-years__main {
  position: relative;
}

.b-years__main:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.b-years__main:hover .b-years__selected {
  background-color: #fff;
  color: #021342;
}

.b-years__main:hover .b-years__selected:after {
  animation: rotateArrow 0.3s;
  transform: rotate(-180deg);
}

.b-years__main:hover .b-years__options {
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.b-years__title {
  font-size: 14px;
  font-weight: 300;
  margin-right: 12px;
}

.b-years__selected {
  cursor: pointer;
  font-size: 1rem;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #cccccc;
}

.b-years__selected:after {
  font-family: "icons";
  font-weight: normal;
  content: '"';
  display: inline-block;
  margin-left: auto;
  vertical-align: text-top;
  transform: rotate(-360deg);
  font-size: 0.83333rem;
}

.b-years__options {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  flex-direction: column;
  padding-top: 0;
  width: 100%;
  margin-top: 0;
  z-index: 1;
  display: none;
}

.b-years__options li a {
  text-decoration: none;
  display: block;
  padding: 12px;
  background-color: #fff;
  color: #021342;
}

.b-years__options li a:hover {
  background-color: #f3f3f3;
}

.b-download {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .b-download {
    flex-direction: column;
    align-items: flex-start;
  }
}

.b-download__img {
  width: 90px;
  margin-right: 30px;
}

.b-download__txt {
  width: 55%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .b-download__txt {
    width: 100%;
  }
}

.b-download__title {
  font-size: 1.55556rem;
  font-weight: 300;
  line-height: 1.14286;
}

.b-download__cta {
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .b-download__cta {
    margin-left: unset;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .b-download__cta a {
    width: 100%;
    margin-top: 20px;
  }
}

.b-social {
  position: relative;
}

.b-social__opts {
  display: none;
  height: 32px;
  position: absolute;
  left: calc(100% + 4px);
  background-color: #f2f2f2;
  padding: 0 8px;
}

.b-social__list {
  display: flex;
  gap: 10px;
  height: 32px;
}

.b-social__trg {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-color: #f2f2f2;
}

.b-social__trg[type="button"], .b-social__trg[type="reset"], .b-social__trg[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.b-social__trg:before {
  font-family: "icons";
  font-weight: normal;
  content: ",";
  font-size: 1.11111rem;
  line-height: 1.6;
}

.b-social__trg.active:after {
  font-family: "icons";
  font-weight: normal;
  content: "$";
  font-size: 1.11111rem;
  line-height: 1.6;
}

.b-social__trg.active:before {
  content: '';
}

.b-social__trg:hover {
  color: #0050b5;
}

.b-social__lnk {
  font-size: 0.94444rem;
  line-height: 1.88235;
  color: #021342;
}

.b-social__lnk--fb:before {
  font-family: "icons";
  font-weight: normal;
  content: ")";
}

.b-social__lnk--twit:before {
  font-family: "icons";
  font-weight: normal;
  content: "+";
}

.b-social__lnk--in:before {
  font-family: "icons";
  font-weight: normal;
  content: "*";
}

.b-social__lnk--email:before {
  font-family: "icons";
  font-weight: normal;
  content: "(";
}

.b-social.active .b-social__opts {
  display: block;
}

.b-article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b-article li {
  position: relative;
  padding-left: 32px;
}

.b-article li::before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
}

.b-article ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b-article ol > li {
  position: relative;
  counter-increment: step-counter;
}

.b-article ol > li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .b-article ol > li:before {
    top: 0px;
    font-size: 18px;
  }
}

.b-article h2,
.b-article h3,
.b-article h5 {
  margin-top: 0;
  margin-bottom: 24px;
}

.b-article h2:last-child,
.b-article h3:last-child,
.b-article h5:last-child {
  margin-bottom: 0;
}

.b-article h2 {
  font-size: 1.77778rem;
  line-height: 1.1875;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .b-article h2 {
    font-size: 1.33333rem;
    line-height: 1.16667;
  }
}

.b-article h3 {
  font-size: 1.44444rem;
  line-height: 1.23077;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .b-article h3 {
    font-size: 1.22222rem;
    line-height: 1.18182;
  }
}

.b-article h4 {
  font-size: 1.33333rem;
  line-height: 1.16667;
  font-weight: 400;
  margin-bottom: 14px;
}

.b-article h4:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .b-article h4 {
    font-size: 1.11111rem;
    line-height: 1.2;
  }
}

.b-article h5 {
  font-size: 1.22222rem;
  line-height: 1.09091;
  font-weight: 400;
}

.b-article > p,
.b-article > ul,
.b-article > ol,
.b-article > img {
  max-width: 752px;
}

@media (min-width: 992px) {
  .b-article > p,
  .b-article > ul,
  .b-article > ol,
  .b-article > img {
    margin-left: 76px;
  }
}

@media screen and (max-width: 991px) {
  .b-article > p,
  .b-article > ul,
  .b-article > ol,
  .b-article > img {
    margin-left: 14px;
  }
}

.b-article ul,
.b-article ol {
  margin-top: -14px;
  margin-bottom: 36px;
}

.b-article ul li:not(:last-child),
.b-article ol li:not(:last-child) {
  padding-bottom: 14px;
}

.b-article p {
  margin-top: 0;
  margin-bottom: 36px;
  line-height: 28px;
}

.b-article p:last-child {
  margin-bottom: 0;
}

.b-article img {
  margin-bottom: 15px;
  max-width: 100% !important;
  max-height: 100% !important;
}

.b-article img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .b-article img {
    max-width: calc(100% - 14px);
  }
}

.b-article .table-wrap {
  margin-top: 50px;
  margin-bottom: 50px;
}

.b-article .table-wrap:first-child {
  margin-top: 0;
}

.b-article .table-wrap:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .b-article .table-wrap {
    overflow-x: auto;
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .b-article .table-wrap:first-child {
    margin-top: 0;
  }
  .b-article .table-wrap:last-child {
    margin-bottom: 0;
  }
}

.b-article table {
  display: table;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: none;
  min-width: 100%;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  font-size: 0.77778rem;
  line-height: 1.28571;
}

.b-article table .col {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.b-article table ul {
  margin-top: unset;
}

.b-article table li {
  padding-left: 14px;
}

.b-article table li ul {
  margin-top: 5px;
}

.b-article table th,
.b-article table td {
  text-align: left;
  padding: 26px 16px 28px;
  vertical-align: top;
}

.b-article table th {
  background-color: #021342;
  color: #fff;
  padding-top: 20px;
}

.b-article table td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.b-pagination {
  padding-bottom: 0;
  text-align: center;
}

.b-pagination--inactive {
  display: none;
}

.b-pagination__list {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
}

.b-pagination__item--first, .b-pagination__item--last {
  display: none;
}

.b-pagination__btn--page {
  width: 48px;
  height: 48px;
  font-size: 1.11111rem;
  font-weight: 300;
  border: none;
  cursor: pointer;
  background-color: #fff;
}

@media screen and (max-width: 479px) {
  .b-pagination__btn--page {
    width: 32px;
    height: 32px;
  }
}

.b-pagination__btn--page.active {
  background-color: transparent;
  font-weight: 700;
  opacity: 1;
  color: #021342;
}

.b-pagination__btn--prev[disabled] {
  opacity: 0;
}

.b-pagination__btn--next[disabled] {
  opacity: 0;
}

.b-search {
  margin-bottom: 30px;
}

.b-search__input {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  outline: 0;
  font-family: inherit;
  font-size: 1.55556rem;
  font-weight: 400;
  line-height: 0.64286;
  font-weight: 300;
  width: 100%;
  height: auto;
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 28px 90px 28px 28px;
}

@media screen and (max-width: 991px) {
  .b-search__input {
    font-size: 1.22222rem;
    font-weight: 400;
    line-height: 0.81818;
  }
}

.b-search__input::-webkit-input-placeholder {
  color: #96989b;
}

.b-search__input:-moz-placeholder {
  color: #96989b;
}

.b-search__input::-moz-placeholder {
  opacity: 1;
  color: #96989b;
}

.b-search__input:-ms-input-placeholder {
  color: #96989b;
}

.b-search__input:focus::-webkit-input-placeholder {
  /* Do something if $p was not passed */
  color: #96989b;
}

.b-search__input:focus:-moz-placeholder {
  /* Do something if $p was not passed */
  color: #96989b;
}

.b-search__input:focus::-moz-placeholder {
  /* Do something if $p was not passed */
  color: #96989b;
}

.b-search__input:focus:-ms-input-placeholder {
  /* Do something if $p was not passed */
  color: #96989b;
}

.b-search__input:focus {
  border-color: #eb4d2c;
}

.b-search__input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.b-search__input[type="number"]::-webkit-inner-spin-button, .b-search__input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.b-search__input[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 991px) {
  .b-search__input {
    padding: 15px 60px 15px 15px;
  }
}

.b-search__input:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.b-search__wrp {
  position: relative;
}

.b-search__clear {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.b-search__clear:before {
  font-family: "icons";
  font-weight: normal;
  content: "$";
  font-size: 1.38889rem;
  color: #021342;
}

.b-no-results {
  margin-top: 30px;
}

.b-no-results__body {
  display: flex;
  align-items: flex-start;
}

.b-no-results__body:before {
  font-family: "icons";
  font-weight: normal;
  content: "0";
  font-size: 2.22222rem;
  margin-right: 20px;
  margin-top: -10px;
}

.b-no-results__text {
  margin-right: 23px;
}

.b-no-results__title {
  font-size: 1.55556rem;
  line-height: 1.14286;
  font-weight: 300;
}

.b-no-results__subtitle {
  font-size: 1rem;
  line-height: 1.55556;
  font-weight: 400;
  margin-top: 25px;
}

.b-ribbon {
  position: relative;
  top: 150px;
  width: 100%;
  opacity: 1;
  z-index: 7;
}

@media screen and (max-width: 991px) {
  .b-ribbon {
    top: 50%;
  }
}

@media (min-width: 992px) {
  .b-ribbon:before {
    animation: redRibbon 2s forwards;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
  }
  .reset .b-ribbon:before,
  .pagemode-edit .b-ribbon:before {
    animation: unset;
  }
}

@media (min-width: 992px) {
  .b-ribbon:after {
    animation: blueRibbon 2s forwards;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
  }
  .reset .b-ribbon:after,
  .pagemode-edit .b-ribbon:after {
    animation: unset;
  }
}

@media (min-width: 992px) {
  .b-ribbon {
    animation: showRibbon 3s forwards;
    animation-delay: 0.8s;
  }
  .reset .b-ribbon,
  .pagemode-edit .b-ribbon {
    animation: unset;
  }
}

.pagemode-edit .b-ribbon {
  display: none;
}

.b-ribbon:before, .b-ribbon:after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 0 solid transparent;
  transition: width 0.2s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.b-ribbon:before {
  width: 50%;
  top: 0;
  left: 0;
  border-right-width: 6px;
  border-top-width: 11px;
  border-top-color: #ea002a;
}

.b-ribbon:after {
  width: 50%;
  right: 0;
  top: -12px;
  border-left-width: 6px;
  border-bottom-width: 11px;
  border-bottom-color: #021342;
}

.b-appendix {
  height: 300px;
  display: inline-flex;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .b-appendix {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .b-appendix {
    height: 160px;
  }
}

.b-appendix:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
}

.b-appendix img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.b-appendix__title {
  padding: 35px;
  color: #fff;
  position: relative;
  font-size: 1.66667rem;
  line-height: 1.33333;
  font-weight: 300;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .b-appendix__title {
    padding: 24px;
    font-size: 1.44444rem;
    line-height: 1.53846;
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  .b-appendix__title {
    padding: 20px;
    font-size: 1.22222rem;
    line-height: 1.18182;
    font-weight: 300;
  }
}

.b-appendix__title span {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 150px;
  overflow: hidden;
}

.b-appendix__title:hover {
  color: #fff;
}

.b-info-imgs {
  padding: 20px 0px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.b-info-imgs__item {
  height: 90px;
}

@media screen and (max-width: 991px) {
  .b-info-imgs__item {
    height: 65px;
  }
}

.b-info-imgs__item img {
  height: 100%;
  padding-top: 0px;
}

.b-code {
  font-size: 0.66667rem;
  font-weight: 700;
  width: 68%;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .b-code {
    width: 100%;
    line-height: 2;
  }
}

.e-burger {
  display: block;
  position: relative;
  width: 25px;
  height: 48px;
}

.e-burger:after {
  font-family: "icons";
  font-weight: normal;
  content: "1";
  font-size: 1.94444rem;
  color: #021342;
}

.e-burger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #021342;
  transition: all 0.25s ease-out;
}

.e-burger span:nth-child(1) {
  top: 0;
}

.e-burger span:nth-child(2) {
  opacity: 0;
  transition: transform 0.25s ease-out, opacity 1ms 0.25s;
}

.e-burger span:nth-child(2), .e-burger span:nth-child(3) {
  top: 50%;
  transform-origin: center;
  transform: translateX(-50%) translateY(-50%);
}

.e-burger span:nth-child(4) {
  bottom: 0;
}

.e-burger span:nth-child(1), .e-burger span:nth-child(4) {
  transition: opacity 0.25s 0.15s ease-out;
}
