@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 {
  min-height: calc(100vh - 200px);
  padding: 50px 0; }
  @media (max-width: 767px) {
    section {
      padding: 25px 0;
      min-height: calc(100vh - 120px); } }

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

.section--sub-text {
  color: #727272;
  font-size: 18px; }

.section--content {
  position: relative; }

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

.slick-slide img.icon {
  display: inline-block; }

.article--container {
  overflow: auto;
  min-height: 50vh; }

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