@media (min-width: 1199px) {
  .row--table-LG {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 1199px) {
  .row--table-LG > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 991px) {
  .row--table-MD {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 991px) {
  .row--table-MD > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 767px) {
  .row--table-SM {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 767px) {
  .row--table-SM > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 479px) {
  .row--table-XS {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 479px) {
  .row--table-XS > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

body {
  font-family: lato;
  line-height: 1.2;
  color: #505050; }

.page--width {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden; }

section {
  padding: 50px 0; }
  @media (max-width: 767px) {
    section {
      padding: 25px 0; } }

.text--LLG {
  font-size: 48px; }
  @media (max-width: 991px) {
    .text--LLG {
      font-size: 41px; } }
  @media (max-width: 767px) {
    .text--LLG {
      font-size: 34px; } }
  @media (max-width: 479px) {
    .text--LLG {
      font-size: 27px; } }

.text--LG {
  line-height: 1.1;
  font-size: 45px; }
  @media (max-width: 1199px) {
    .text--LG {
      font-size: 37px; } }
  @media (max-width: 991px) {
    .text--LG {
      font-size: 37px; } }
  @media (max-width: 767px) {
    .text--LG {
      font-size: 29px; } }
  @media (max-width: 479px) {
    .text--LG {
      font-size: 21px; } }
  @media (max-width: 479px) {
    .text--LG {
      font-size: 25px; } }

.text--SM {
  font-size: 18px;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .text--SM {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .text--SM {
      font-size: 16px; } }
  @media (max-width: 479px) {
    .text--SM {
      font-size: 15px; } }

.text--XS {
  font-size: 16px;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .text--XS {
      font-size: 15.5px; } }
  @media (max-width: 767px) {
    .text--XS {
      font-size: 15px; } }
  @media (max-width: 479px) {
    .text--XS {
      font-size: 14.5px; } }

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

.text--MD {
  font-size: 35px;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .text--MD {
      font-size: 31px; } }
  @media (max-width: 767px) {
    .text--MD {
      font-size: 27px; } }
  @media (max-width: 479px) {
    .text--MD {
      font-size: 23px; } }

.text--26 {
  font-size: 26px;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .text--26 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .text--26 {
      font-size: 22px; } }
  @media (max-width: 479px) {
    .text--26 {
      font-size: 20px; } }

.bg--BLUE {
  background: #4FABFE; }

.visible-xss {
  display: none; }
  @media (max-width: 479px) {
    .visible-xss {
      display: block; } }

.hidden-xss {
  display: block; }
  @media (max-width: 479px) {
    .hidden-xss {
      display: none; } }

.section--gap-SM {
  padding: 150px 0; }
  @media (max-width: 767px) {
    .section--gap-SM {
      padding: 80px 0 100px; } }
  @media (max-width: 479px) {
    .section--gap-SM {
      padding: 50px 0 70px; } }

#search {
  position: relative;
  background: #F0FCFF;
  color: #ffffff; }

.breadcrumb--step-container.active .breadcrumb--step-indicator {
  background: #6188D9; }
.breadcrumb--step-container:not(:first-child):after {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  background: #B7B7B7;
  width: 100%;
  right: 50%;
  top: calc(50% - 1px);
  z-index: -999999; }
.breadcrumb--step-container.active:not(:first-child):after {
  background: #6188D9; }
.breadcrumb--step-title {
  padding: 20px 0; }
  .breadcrumb--step-title.active {
    color: #6188D9; }
.breadcrumb--step-indicator {
  background: #B7B7B7;
  color: #ffffff;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  margin: auto;
  z-index: 99999; }
  @media (max-width: 767px) {
    .breadcrumb--step-indicator {
      height: 3.5rem;
      width: 3.5rem;
      line-height: 3.5rem; } }

#article {
  padding-bottom: 0; }
  #article .steps--container {
    overflow: auto; }

.section--content {
  position: relative;
  max-width: 1440px;
  margin: auto; }

.article--content {
  border-top: 5px solid #6188D9;
  padding: 40px; }
  .article--content li a {
    color: #505050; }
  @media (max-width: 767px) {
    .article--content {
      padding: 0; }
      .article--content li {
        padding: 20px; } }

.indicator__slick {
  padding: 20px;
  background: #F0FCFF; }
