.section-hero .jump-nav-list-item:first-child {
  margin: 0 0 0 38px;
}

@media only screen and (max-width: 1068px) {
  .section-hero .jump-nav-list-item:first-child {
    margin: 0 0 0 20px;
  }
}

@media only screen and (max-width: 735px) {
  .section-hero .jump-nav-list-item:first-child {
    margin: 0;
  }
}

.section-hero .jump-nav-list-item:last-child {
  margin: 0 38px 0 0;
}

@media only screen and (max-width: 1068px) {
  .section-hero .jump-nav-list-item:last-child {
    margin: 0 20px 0 0;
  }
}

@media only screen and (max-width: 735px) {
  .section-hero .jump-nav-list-item:last-child {
    margin: 0;
  }
}

/*.section-table .lte-list li,*/
.section-table .carrier-list li {
  direction: ltr;
}

.column {
  float: right;
}
.section-table
  .cellular-table
  .cellular-table-block
  .cellular-table-label:nth-child(even) {
  left: unset;
  right: 50%;
}

.section-table .region-list .flag {
  margin-right: unset;
  margin-left: 6px;
}

html[dir="rtl"] .icon-wrapper {
  unicode-bidi: unset;
}

.icon-wrapper .icon,
.icon-wrapper .more::after,
.icon-wrapper .icon-before::before,
.icon-wrapper .icon-after::after {
  display: inline-block;
}

.icon-after::after,
.more::after {
  padding-left: 0.3em;
}

.icon-after::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.section-table .carrier-icon-label {
  line-height: 1px;
}

[lang="en"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.section-hero .jump-nav ul {
  margin-right: 0;
}


#ac-globalfooter .ac-gf-sosumi a{
  white-space: nowrap;
}