body {
  font-size: 16px;
  overflow-x: hidden;
  font-family: "effra"; }

main {
  overflow: hidden; }

.container-fluid.carousel-features {
  margin-top: -50px;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    .container-fluid.carousel-features {
      margin-top: -150px; } }
  @media (min-width: 1920px) {
    .container-fluid.carousel-features {
      margin-top: -200px; } }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #041729; }
  .se-pre-con img {
    height: 40px;
    width: 40px; }
  .se-pre-con span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff; }

main {
  min-height: 42vw; }

.subtitle {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500; }
  @media (min-width: 1200px) {
    .subtitle {
      font-size: 1.1rem;
      letter-spacing: 2px; } }
  @media (min-width: 1920px) {
    .subtitle {
      font-size: 1.25rem; } }

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
.subtitle span {
  color: #169bed; }

a {
  color: #169bed;
  text-decoration: none; }

span.times {
  font-family: "times-new-roman";
  font-weight: bold;
  color: inherit; }

span.blue {
  color: #169bed; }

h1 {
  font-size: 2.6rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2.6rem; }
  @media (min-width: 992px) {
    h1 {
      font-size: 3rem;
      line-height: 2.8rem; } }
  @media (min-width: 1920px) {
    h1 {
      font-size: 3.6rem;
      line-height: 3.4rem; } }

h2 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.8rem;
      line-height: 2.6rem; } }
  @media (min-width: 1920px) {
    h2 {
      font-size: 3.6rem;
      line-height: 3.4rem; } }
  h2.small {
    font-size: 1.8rem;
    line-height: 100%; }
    @media (min-width: 992px) {
      h2.small {
        font-size: 2.2rem; } }
    @media (min-width: 1920px) {
      h2.small {
        font-size: 2.8rem;
        line-height: 95%; } }

h3 {
  font-size: 1.6rem;
  line-height: 110%;
  font-weight: 500;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    h3 {
      font-size: 2rem; } }
  @media (min-width: 1920px) {
    h3 {
      font-size: 2.5rem; } }

ul.blue-bullet {
  list-style-type: none !important;
  margin: 0 0 0 14px;
  padding: 0; }
  @media (min-width: 992px) {
    ul.blue-bullet {
      margin: 0 0 0 20px; } }
  ul.blue-bullet li {
    margin-bottom: 0px;
    position: relative; }
    @media (min-width: 992px) {
      ul.blue-bullet li {
        margin-bottom: 10px; } }
    ul.blue-bullet li:before {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #169bed;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 8px;
      left: -14px; }
      @media (min-width: 992px) {
        ul.blue-bullet li:before {
          left: -20px;
          width: 8px;
          height: 8px; } }
    ul.blue-bullet li strong {
      color: #000; }

p,
ul,
ol {
  font-size: 1rem;
  color: #434f5e;
  line-height: 150%; }
  @media (min-width: 1920px) {
    p,
    ul,
    ol {
      font-size: 1.2rem; } }
  p.highlight,
  ul.highlight,
  ol.highlight {
    font-weight: 500;
    color: #041729;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media (min-width: 1200px) {
      p.highlight,
      ul.highlight,
      ol.highlight {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
  p.author,
  ul.author,
  ol.author {
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #041729;
    font-weight: 500; }

.lightblue-text {
  color: #929bbe; }

.primaryblue-text {
  color: #169bed; }

@media (max-width: 767.98px) {
  .not-mobile {
    display: none !important; } }

.button {
  font-size: 0.9rem;
  border-radius: 6px;
  padding: 12px 25px;
  background-color: #169bed;
  transition: 0.5s;
  transform: scale(1);
  color: #fff;
  display: inline-block;
  width: fit-content;
  text-transform: uppercase;
  border: 0;
  letter-spacing: 1px; }
  @media (min-width: 1920px) {
    .button {
      font-size: 1rem;
      border-radius: 10px;
      padding: 15px 30px; } }
  .button:hover {
    color: #fff; }
  .button.small {
    font-size: 0.75rem;
    padding: 8px 16px;
    border-radius: 6px; }
  .button.trustpilot {
    background-color: #fff;
    color: #2bb67a; }
    .button.trustpilot:hover {
      background-color: #041729;
      color: #fff; }
  .button.outlined {
    border: 1px solid #169bed !important;
    background-color: #fff;
    color: #169bed; }
    .button.outlined:hover {
      background-color: #041729;
      color: #fff; }
  .button.dark {
    border: 1px solid #041729 !important;
    background-color: #041729;
    color: #fff; }
    .button.dark:hover {
      background-color: #fff;
      color: #041729; }
  .button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #169bed; }

.zindex-1 {
  z-index: 1; }

.zindex-2 {
  z-index: 2; }

.header-panel,
.full-page-section,
.page-section {
  color: #041729; }
  .header-panel.dark,
  .full-page-section.dark,
  .page-section.dark {
    background-color: #041729; }
    .header-panel.dark h2,
    .full-page-section.dark h2,
    .page-section.dark h2 {
      color: #fff !important; }
  .header-panel .subtitle,
  .header-panel strong,
  .full-page-section .subtitle,
  .full-page-section strong,
  .page-section .subtitle,
  .page-section strong {
    color: #169bed;
    font-weight: 500; }

.header-panel {
  padding-top: 100px; }
  @media (min-width: 768px) {
    .header-panel {
      padding-top: 0; } }

#case-studies-carousel .carousel-arrows .carousel-control-prev,
#leaders-carousel .carousel-arrows .carousel-control-prev,
#sales-carousel .carousel-arrows .carousel-control-prev {
  left: -35px; }
  @media (min-width: 992px) {
    #case-studies-carousel .carousel-arrows .carousel-control-prev,
    #leaders-carousel .carousel-arrows .carousel-control-prev,
    #sales-carousel .carousel-arrows .carousel-control-prev {
      left: 0px; } }

#case-studies-carousel .carousel-arrows .carousel-control-next,
#leaders-carousel .carousel-arrows .carousel-control-next,
#sales-carousel .carousel-arrows .carousel-control-next {
  right: -35px; }
  @media (min-width: 1920px) {
    #case-studies-carousel .carousel-arrows .carousel-control-next,
    #leaders-carousel .carousel-arrows .carousel-control-next,
    #sales-carousel .carousel-arrows .carousel-control-next {
      right: -90px; } }

#case-studies-carousel .carousel-arrows .carousel-control-prev,
#case-studies-carousel .carousel-arrows .carousel-control-next,
#leaders-carousel .carousel-arrows .carousel-control-prev,
#leaders-carousel .carousel-arrows .carousel-control-next,
#sales-carousel .carousel-arrows .carousel-control-prev,
#sales-carousel .carousel-arrows .carousel-control-next {
  width: 90px;
  opacity: 1; }
  #case-studies-carousel .carousel-arrows .carousel-control-prev i,
  #case-studies-carousel .carousel-arrows .carousel-control-next i,
  #leaders-carousel .carousel-arrows .carousel-control-prev i,
  #leaders-carousel .carousel-arrows .carousel-control-next i,
  #sales-carousel .carousel-arrows .carousel-control-prev i,
  #sales-carousel .carousel-arrows .carousel-control-next i {
    font-size: 2rem;
    color: #000; }
  #case-studies-carousel .carousel-arrows .carousel-control-prev:hover i,
  #case-studies-carousel .carousel-arrows .carousel-control-next:hover i,
  #leaders-carousel .carousel-arrows .carousel-control-prev:hover i,
  #leaders-carousel .carousel-arrows .carousel-control-next:hover i,
  #sales-carousel .carousel-arrows .carousel-control-prev:hover i,
  #sales-carousel .carousel-arrows .carousel-control-next:hover i {
    color: #169bed; }

/* change transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 0.1s ease-in-out !important; }

.carousel-fade .carousel-item-start,
.carousel-fade .carousel-item-end {
  transition: opacity 0s 0.1s !important; }

.section-breaker-image {
  width: 80%;
  margin: 0 auto;
  display: block; }

.section-breaker-image-full {
  width: 1300px;
  transform: translateX(50vw) translateX(-650px); }
  @media (min-width: 1200px) {
    .section-breaker-image-full {
      width: 1920px;
      transform: translateX(50vw) translateX(-960px); } }
  @media (min-width: 1920px) {
    .section-breaker-image-full {
      width: 2600px;
      transform: translateX(50vw) translateX(-1300px); } }

@media (min-width: 2500px) {
  .section-breaker-image-full {
    width: 100vw;
    transform: translateX(0); } }

.page-section {
  height: auto;
  max-height: none;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .page-section {
      margin-bottom: 50px; } }

.mt-100 {
  margin-top: 40px; }
  @media (min-width: 576px) {
    .mt-100 {
      margin-top: 100px; } }

small.customer-or-partner {
  text-transform: lowercase;
  letter-spacing: 0.5px;
  color: #929bbe;
  font-size: 0.75rem; }

/* CAROUSEL STYLE */
.carousel .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 1px solid #169bed; }
  .carousel .carousel-indicators [data-bs-target].active {
    background-color: #169bed; }

.carousel-indicators {
  bottom: -50px; }

/* CAROUSEL STYLE END*/
/* FEATURES */
.slick[dir="rtl"] .feature-box {
  direction: ltr; }

.slick .slick-list {
  padding: 20px 0 !important; }
  .slick .slick-list .slick-slide {
    margin: 0 15px; }

@media (min-width: 1200px) {
  .features-wrapper .mobile-layout {
    display: none !important; } }

.features-wrapper .desktop {
  justify-content: center;
  display: flex;
  z-index: 1; }
  @media (max-width: 1199.98px) {
    .features-wrapper .desktop {
      display: none !important; } }

.feature-box {
  background-color: #fff;
  text-align: left;
  width: 250px !important;
  height: 250px !important;
  border-radius: 12px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(77, 38, 38, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  margin: 12px 12px;
  display: flex;
  flex-direction: column;
  text-decoration: none; }
  @media (min-width: 1920px) {
    .feature-box {
      width: 300px !important;
      height: 300px !important;
      border-radius: 18px;
      padding: 35px; } }
  .feature-box:not(.custom-box):not(.filter-box):hover {
    background: linear-gradient(322deg, #169bed 100%, #1e7ec1 0%);
    cursor: pointer;
    color: #fff; }
    .feature-box:not(.custom-box):not(.filter-box):hover p {
      color: #fff; }
    .feature-box:not(.custom-box):not(.filter-box):hover .feature-button {
      border: 1px solid rgba(255, 255, 255, 0.3) !important; }
    .feature-box:not(.custom-box):not(.filter-box):hover .feature-action-icon {
      background-color: #041729 !important; }
    .feature-box:not(.custom-box):not(.filter-box):hover .feature-type-icon,
    .feature-box:not(.custom-box):not(.filter-box):hover .feature-icon {
      filter: invert(1) !important; }
    .feature-box:not(.custom-box):not(.filter-box):hover h3 {
      color: #fff; }
  .feature-box.green .feature-action-icon {
    background-color: #3bc667; }
  .feature-box.green .feature-icon {
    filter: invert(69%) sepia(38%) saturate(732%) hue-rotate(86deg) brightness(87%) contrast(90%); }
  .feature-box.amber .feature-action-icon {
    background-color: #ffb140; }
  .feature-box.amber .feature-icon {
    filter: invert(79%) sepia(86%) saturate(2250%) hue-rotate(325deg) brightness(101%) contrast(101%); }
  .feature-box.red .feature-action-icon {
    background-color: #e33101; }
  .feature-box.red .feature-icon {
    filter: invert(20%) sepia(85%) saturate(3653%) hue-rotate(11deg) brightness(97%) contrast(99%); }
  .feature-box.lightblue .feature-action-icon {
    background-color: #929bbe; }
  .feature-box.lightblue .feature-icon {
    filter: invert(70%) sepia(3%) saturate(2567%) hue-rotate(191deg) brightness(90%) contrast(83%); }
  .feature-box.primaryblue .feature-action-icon {
    background-color: #169bed; }
  .feature-box.primaryblue .feature-icon {
    filter: invert(54%) sepia(57%) saturate(4247%) hue-rotate(176deg) brightness(99%) contrast(89%); }
  .feature-box.darkblue .feature-action-icon {
    background-color: #041729; }
  .feature-box.darkblue .feature-icon {
    filter: invert(9%) sepia(61%) saturate(681%) hue-rotate(169deg) brightness(89%) contrast(103%); }
  .feature-box h3 {
    font-size: 1rem;
    color: #041729;
    text-transform: uppercase; }
    @media (min-width: 1920px) {
      .feature-box h3 {
        font-size: 1.2rem; } }
  .feature-box p {
    font-size: 0.9rem;
    color: #434f5e; }
    @media (min-width: 1920px) {
      .feature-box p {
        font-size: 1rem; } }
  .feature-box .feature-icon {
    height: 30px;
    width: 30px; }
    @media (min-width: 1920px) {
      .feature-box .feature-icon {
        height: 40px;
        width: 40px; } }
  .feature-box .feature-type-icon {
    height: 20px;
    margin-left: 10px; }
    @media (min-width: 1920px) {
      .feature-box .feature-type-icon {
        height: 30px; } }
  .feature-box .new {
    padding: 3px 5px;
    background-color: #3bc667;
    color: #fff;
    font-size: 0.8rem; }
  .feature-box .feature-button {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(22, 155, 237, 0.3); }
  .feature-box .feature-action-icon {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #169bed; }
    .feature-box .feature-action-icon img {
      width: 16px;
      height: 16px; }
  .feature-box.custom-box h3 {
    color: #fff; }
  .feature-box.custom-box p {
    opacity: 0.35;
    color: #fff; }
  .feature-box.custom-box .feature-icon {
    filter: invert(100%); }
  @media (max-width: 575.98px) {
    .feature-box.custom-box {
      width: 80vw !important; } }
  .feature-box.custom-box.primary-blue {
    background-color: #169bed; }
    .feature-box.custom-box.primary-blue:hover {
      background-image: url(/assets/images/hr-background.svg);
      background-position: right -100px center;
      background-repeat: no-repeat; }
  .feature-box.custom-box.light-blue {
    background-color: #929bbe; }
  .feature-box.custom-box.dark-blue {
    background-color: #041729; }
  .feature-box.custom-box.red {
    background-color: #e33101; }
    .feature-box.custom-box.red:hover {
      background-image: url(/assets/images/business-background.svg);
      background-position: right -100px center;
      background-repeat: no-repeat; }
  .feature-box.custom-box.amber {
    background-color: #ffb140; }
    .feature-box.custom-box.amber:hover {
      background-image: url(/assets/images/cs-background.svg);
      background-position: right -100px center;
      background-repeat: no-repeat; }
  .feature-box.custom-box.green {
    background-color: #3bc667; }
    .feature-box.custom-box.green:hover {
      background-image: url(/assets/images/finance-background.svg);
      background-position: right -100px center;
      background-repeat: no-repeat; }
  .feature-box.custom-box.font-color {
    background-color: #434f5e; }
    .feature-box.custom-box.font-color:hover {
      background-image: url(/assets/images/it-background.svg);
      background-position: right -100px center;
      background-repeat: no-repeat; }
  .feature-box.custom-box .btn {
    opacity: 0.2;
    background-color: #041729; }
  .feature-box.custom-box:hover .btn {
    opacity: 1; }
    .feature-box.custom-box:hover .btn:hover {
      background-color: #169bed; }
  .feature-box.custom-box:hover p {
    opacity: 1; }

.feature-box .bolton-required {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.feature-box .extra-data {
  display: none; }
  .feature-box .extra-data .title {
    margin-right: 20px;
    font-weight: bold; }
  .feature-box .extra-data span {
    line-height: 110%; }
  .feature-box .extra-data p {
    display: none;
    line-height: 110%; }

.feature-box.has-extra-data .extra-data {
  display: block; }
  .feature-box.has-extra-data .extra-data .title {
    display: inline; }

.feature-box.has-extra-data.show-essential .extra-data p.essential {
  display: inline; }

.feature-box.has-extra-data.show-gold .extra-data p.gold {
  display: inline; }

.feature-box.has-extra-data.show-platinum .extra-data p.platinum {
  display: inline; }

.feature-box.show-essential[data-essential="bolton"] {
  border: 1px solid rgba(22, 155, 237, 0.5);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(77, 38, 38, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05); }
  .feature-box.show-essential[data-essential="bolton"] .bolton-required {
    display: flex; }
    .feature-box.show-essential[data-essential="bolton"] .bolton-required .warning {
      letter-spacing: 1px;
      font-size: 0.75rem;
      font-weight: 500; }
    .feature-box.show-essential[data-essential="bolton"] .bolton-required .bolton-icon .feature-type-icon {
      height: 40px; }
  .feature-box.show-essential[data-essential="bolton"] .categories-feature {
    display: none; }

.feature-box.show-essential[data-essential="0"] {
  border: 1px solid rgba(146, 155, 190, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .feature-box.show-essential[data-essential="0"] .feature-icon {
    filter: invert(70%) sepia(3%) saturate(2567%) hue-rotate(191deg) brightness(90%) contrast(83%);
    opacity: 0.3; }
  .feature-box.show-essential[data-essential="0"] p,
  .feature-box.show-essential[data-essential="0"] h3,
  .feature-box.show-essential[data-essential="0"] .categories-feature {
    opacity: 0.3; }

.feature-box.show-gold[data-gold="bolton"] {
  border: 1px solid rgba(22, 155, 237, 0.5);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(77, 38, 38, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05); }
  .feature-box.show-gold[data-gold="bolton"] .bolton-required {
    display: flex; }
    .feature-box.show-gold[data-gold="bolton"] .bolton-required .warning {
      letter-spacing: 1px;
      font-size: 0.75rem;
      font-weight: 500; }
    .feature-box.show-gold[data-gold="bolton"] .bolton-required .bolton-icon .feature-type-icon {
      height: 40px; }
  .feature-box.show-gold[data-gold="bolton"] .categories-feature {
    display: none; }

.feature-box.show-gold[data-gold="0"] {
  border: 1px solid rgba(146, 155, 190, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .feature-box.show-gold[data-gold="0"] .feature-icon {
    filter: invert(70%) sepia(3%) saturate(2567%) hue-rotate(191deg) brightness(90%) contrast(83%);
    opacity: 0.3; }
  .feature-box.show-gold[data-gold="0"] p,
  .feature-box.show-gold[data-gold="0"] h3,
  .feature-box.show-gold[data-gold="0"] .categories-feature {
    opacity: 0.3; }

.feature-box.show-platinum[data-platinum="bolton"] {
  border: 1px solid rgba(22, 155, 237, 0.5);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(77, 38, 38, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05); }
  .feature-box.show-platinum[data-platinum="bolton"] .bolton-required {
    display: flex; }
    .feature-box.show-platinum[data-platinum="bolton"] .bolton-required .warning {
      letter-spacing: 1px;
      font-size: 0.75rem;
      font-weight: 500; }
    .feature-box.show-platinum[data-platinum="bolton"] .bolton-required .bolton-icon .feature-type-icon {
      height: 40px; }
  .feature-box.show-platinum[data-platinum="bolton"] .categories-feature {
    display: none; }

.feature-box.show-platinum[data-platinum="0"] {
  border: 1px solid rgba(146, 155, 190, 0.3);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .feature-box.show-platinum[data-platinum="0"] .feature-icon {
    filter: invert(70%) sepia(3%) saturate(2567%) hue-rotate(191deg) brightness(90%) contrast(83%);
    opacity: 0.3; }
  .feature-box.show-platinum[data-platinum="0"] p,
  .feature-box.show-platinum[data-platinum="0"] h3,
  .feature-box.show-platinum[data-platinum="0"] .categories-feature {
    opacity: 0.3; }

.feature-quote {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 576px) {
    .feature-quote {
      font-size: 1.6rem;
      line-height: 2rem; } }

/* FEATURES END */
/* INDUSTRY BOX STYLE */
.industry-stat-box {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #041729 25%, rgba(4, 23, 41, 0) 100%);
  text-align: center;
  height: 280px !important;
  border-radius: 12px;
  padding: 75px 55px;
  margin: 0; }
  @media (min-width: 1200px) {
    .industry-stat-box {
      height: 330px !important;
      border-radius: 18px;
      padding: 45px;
      margin: 0 12px; } }
  .industry-stat-box.light-bg {
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, white 25%, rgba(255, 255, 255, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1200px) {
      .industry-stat-box.light-bg {
        padding: 75px 50px; } }
    .industry-stat-box.light-bg p {
      color: #041729; }
  .industry-stat-box .stat-icon {
    max-width: 100px;
    height: 100px; }
    .industry-stat-box .stat-icon.filter-to-blue {
      filter: invert(43%) sepia(89%) saturate(1601%) hue-rotate(177deg) brightness(99%) contrast(87%); }
  .industry-stat-box h3 {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .industry-stat-box h3 {
        font-size: 4.6rem; } }
  .industry-stat-box p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 1rem; }
    @media (min-width: 1200px) {
      .industry-stat-box p {
        font-size: 1.2rem;
        line-height: 1.2rem; } }

/* INDUSTRY BOX STYLE END */
/* NEWS SLIDER */
.news-section {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .news-section {
      margin-bottom: 0px;
      padding-top: 100px;
      padding-bottom: 100px; } }
  .news-section .slick-container .arrows-container {
    display: flex;
    align-items: center;
    justify-content: center; }
    .news-section .slick-container .arrows-container .slick-arrow {
      margin: 20px 10px !important;
      font-size: 1.5rem !important;
      color: rgba(107, 115, 146, 0.5); }
      .news-section .slick-container .arrows-container .slick-arrow:hover {
        color: #169bed; }
  .news-section .slick-container .slick.news-slider .slick-slide.news-slide {
    margin: 0 20px;
    width: 90vw;
    max-width: 504px; }
    @media (min-width: 992px) {
      .news-section .slick-container .slick.news-slider .slick-slide.news-slide {
        width: 504px;
        margin: 0 20px; } }
    .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container {
      padding: 20px;
      border-radius: 15px;
      height: 500px;
      width: 100%;
      background-size: cover;
      display: flex;
      align-items: flex-end;
      background-position: center; }
      @media (min-width: 576px) {
        .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container {
          height: 600px; } }
      @media (min-width: 992px) {
        .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container {
          height: 320px;
          width: 504px; } }
      .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card {
        padding: 25px;
        border-radius: 15px;
        background-color: #fff;
        height: 60%;
        width: 100%; }
        @media (min-width: 992px) {
          .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card {
            width: 48%;
            height: 100%;
            margin-top: 0; } }
        .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card .news-card-header {
          padding-bottom: 25px;
          border-bottom: 1px solid #929bbe;
          height: 63%; }
          .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card .news-card-header .pre-heading {
            color: #169bed;
            text-transform: uppercase;
            font-size: 0.8rem; }
          .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card .news-card-header p {
            color: #041729;
            font-size: 1.4rem;
            font-weight: medium;
            line-height: 100%;
            margin: 0; }
        .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card .news-card-footer {
          display: flex;
          flex-direction: column;
          color: #929bbe;
          padding: 10px 0 0; }
          .news-section .slick-container .slick.news-slider .slick-slide.news-slide .news-card-container .news-card .news-card-footer .btn {
            margin-top: 20px; }

/* NEWS SLIDER END*/
.custom-box-container .arrows-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  .custom-box-container .arrows-container .slick-arrow {
    margin: 20px 10px !important;
    font-size: 1.5rem !important;
    color: rgba(107, 115, 146, 0.5); }
    .custom-box-container .arrows-container .slick-arrow:hover {
      color: #169bed; }

/* GET IN TOUCH */
.get-in-touch-section {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle, #1d4265 0%, #041729 100%); }
  .get-in-touch-section h2,
  .get-in-touch-section p,
  .get-in-touch-section small {
    color: #fff; }
  .get-in-touch-section.light-bg {
    background: radial-gradient(circle, #dadde6 0%, #929bbe 100%); }
    .get-in-touch-section.light-bg h2,
    .get-in-touch-section.light-bg p,
    .get-in-touch-section.light-bg small {
      color: #041729; }
  .get-in-touch-section .textbox {
    padding: 15px;
    border-radius: 8px;
    border: 0;
    height: 50px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .get-in-touch-section .textbox {
        margin-bottom: 0px; } }
  .get-in-touch-section ::placeholder {
    color: #929bbe;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .get-in-touch-section .subtitle,
  .get-in-touch-section strong {
    color: #169bed;
    font-weight: 500; }
  .get-in-touch-section .get-in-touch-image {
    position: relative;
    width: 100%;
    bottom: 0px;
    right: 0; }
    @media (min-width: 576px) {
      .get-in-touch-section .get-in-touch-image {
        position: absolute;
        width: 740px;
        top: -125px;
        right: -150px;
        bottom: -250px; } }
    @media (min-width: 1920px) {
      .get-in-touch-section .get-in-touch-image {
        position: absolute;
        width: 1000px;
        top: -150px; } }
  .get-in-touch-section.grey-section {
    background: #dadde6; }

@media (min-width: 576px) {
  .image-right svg,
  .image-left svg {
    width: auto !important; } }

.image-right,
.image-right svg,
.image-left,
.image-left svg {
  margin-top: 20px;
  max-height: 507px;
  z-index: 0;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }
  @media (max-width: 575.98px) {
    .image-right.wide-image,
    .image-right svg.wide-image,
    .image-left.wide-image,
    .image-left svg.wide-image {
      width: 162vw;
      z-index: 0;
      margin-top: -10vw; }
      .image-right.wide-image.highlight-mobile-right,
      .image-right svg.wide-image.highlight-mobile-right,
      .image-left.wide-image.highlight-mobile-right,
      .image-left svg.wide-image.highlight-mobile-right {
        transform: translateX(-29vw); }
      .image-right.wide-image.highlight-mobile-left,
      .image-right svg.wide-image.highlight-mobile-left,
      .image-left.wide-image.highlight-mobile-left,
      .image-left svg.wide-image.highlight-mobile-left {
        transform: translateX(32vw); } }
  @media (max-width: 575.98px) {
    .image-right,
    .image-right svg,
    .image-left,
    .image-left svg {
      width: calc(100vw - 45px);
      margin: 0;
      max-height: none; } }
  @media (min-width: 576px) {
    .image-right,
    .image-right svg,
    .image-left,
    .image-left svg {
      margin-top: 0px;
      max-height: 759px; } }
  @media (min-width: 1200px) {
    .image-right,
    .image-right svg,
    .image-left,
    .image-left svg {
      margin-top: 0px;
      max-height: 759px; } }
  @media (min-width: 1920px) {
    .image-right,
    .image-right svg,
    .image-left,
    .image-left svg {
      margin-top: 0px;
      max-height: 1014px; } }

.white-text {
  color: #fff !important; }

.light-text {
  color: #929bbe; }

.lost-text {
  color: #6b7392;
  font-size: 0.85rem;
  text-transform: uppercase; }

.section-breaker {
  background: linear-gradient(0deg, white 50%, #041729 50%); }

.darkblue-background {
  background: #041729; }

.darkblue {
  color: #041729; }

.white-background {
  background: #fff; }
  .white-background .times {
    color: #169bed; }

.feature-row {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.text-block-after-features {
  margin: 50px auto 0px auto; }
  @media (min-width: 1920px) {
    .text-block-after-features {
      margin: 100px auto 50px auto; } }

.features-section {
  height: auto;
  max-height: none; }
  .features-section .subtitle,
  .features-section strong {
    color: #169bed;
    font-weight: 500; }

.industry-box-inner {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: calc(100% - 25px);
  top: -10px;
  opacity: 0.5;
  border-radius: 25px;
  background: linear-gradient(180deg, #169bed 0%, rgba(4, 23, 41, 0) 50%);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.connecting-section,
.others-dream {
  margin: 175px 0px 0px 0px; }

.slick.companies-slider.top-slider {
  z-index: 3; }

.slick.companies-slider.bottom-slider {
  z-index: 1; }
  .slick.companies-slider.bottom-slider .slick-slide {
    direction: ltr; }

.slick.companies-slider .slick-list {
  overflow: visible; }

.slick.companies-slider .slick-slide.company-slide {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .slick.companies-slider .slick-slide.company-slide .company-logo {
    max-height: 80px;
    max-width: 160px;
    z-index: 0; }
  .slick.companies-slider .slick-slide.company-slide.has-case-study:hover .company-hover-data {
    display: block;
    position: absolute;
    top: -20px;
    left: -20px; }
  .slick.companies-slider .slick-slide.company-slide .company-hover-data {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(4, 23, 41, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(4, 23, 41, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(4, 23, 41, 0.5);
    border-radius: 10px;
    display: none;
    background-color: #fff;
    width: 400px;
    z-index: 15; }
    .slick.companies-slider .slick-slide.company-slide .company-hover-data .company-card {
      padding: 20px; }
      .slick.companies-slider .slick-slide.company-slide .company-hover-data .company-card .icon-button-container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .slick.companies-slider .slick-slide.company-slide .company-hover-data .company-card .name-type {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 1px;
        font-weight: 500; }
      .slick.companies-slider .slick-slide.company-slide .company-hover-data .company-card .description {
        margin-top: 8px;
        font-size: 0.85rem; }

/* QUOTES */
.picture-quote {
  position: relative; }
  .picture-quote .quote-marks {
    position: absolute;
    width: 600px;
    left: 200px; }
    .picture-quote .quote-marks.right-marks {
      right: 200px;
      left: auto; }
    @media (max-width: 767.98px) {
      .picture-quote .quote-marks {
        width: 85vw !important;
        left: 5vw !important; } }
  .picture-quote .quote-logo {
    max-width: 130px;
    max-height: 80px; }
  .picture-quote span {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #041729;
    margin-top: 20px;
    font-size: 0.9rem; }
    .picture-quote span span {
      color: #169bed;
      display: block;
      margin-top: 0; }
  .picture-quote .quote-image {
    max-height: 550px; }
    @media (min-width: 1920px) {
      .picture-quote .quote-image {
        max-height: 650px; } }

.small-pic-container .the-pic {
  max-height: 550px; }
  @media (min-width: 1920px) {
    .small-pic-container .the-pic {
      max-height: 650px; } }

/* QUOTES */
.page-quote {
  margin: 50px auto 0px auto;
  color: #041729;
  background: url(/assets/images/main/quote-marks.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 320px;
  padding-top: 30px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 1200px) {
    .page-quote {
      background-size: 600px auto; } }

.page-quote-bottom span {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #041729;
  margin-top: 20px;
  font-size: 0.9rem; }
  .page-quote-bottom span span {
    color: #169bed; }

.page-quote-bottom .page-quote-icon {
  max-width: 160px;
  max-height: 120px;
  margin: 0 auto; }

.trustpilot-section {
  background-color: #2bb67a;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0;
  padding-bottom: 60px !important; }
  .trustpilot-section .button.trustpilot {
    margin-bottom: 100px; }
  .trustpilot-section .trustpilot-star {
    z-index: 0;
    position: absolute;
    top: -15%;
    left: 40%;
    height: 130%; }
  .trustpilot-section .trustpilot-logo {
    max-width: 250px; }
    @media (min-width: 1920px) {
      .trustpilot-section .trustpilot-logo {
        max-width: 350px; } }
  .trustpilot-section .slick-container .slick-slider-dots {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; }
    .trustpilot-section .slick-container .slick-slider-dots ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      .trustpilot-section .slick-container .slick-slider-dots ul li {
        margin: 0 5px; }
        .trustpilot-section .slick-container .slick-slider-dots ul li button {
          background-color: #fff;
          height: 15px;
          width: 15px;
          overflow: hidden;
          color: transparent;
          border: none;
          border-radius: 20px; }
        .trustpilot-section .slick-container .slick-slider-dots ul li.slick-active button {
          background: #041729; }
  .trustpilot-section .slick-container .slick.trustpilot .slick-track {
    display: flex;
    justify-content: center;
    align-items: center; }
  .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide {
    width: 90vw;
    opacity: 0.2;
    margin: 0px; }
    @media (min-width: 1920px) {
      .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide {
        margin: 50px 0px;
        max-width: 1600px;
        width: 80vw; } }
    .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide.slick-active {
      opacity: 1; }
    .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container {
      padding: 10px 20px; }
      .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-quote {
        width: 85%;
        margin: 0 auto;
        text-align: center; }
        .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-quote h2 {
          color: #fff;
          font-size: 2.4rem;
          font-weight: 500;
          margin-bottom: 50px; }
          @media (min-width: 992px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-quote h2 {
              font-size: 3.8rem; } }
          @media (min-width: 1920px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-quote h2 {
              font-size: 5rem; } }
        .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-quote p {
          color: #fff;
          font-size: 1.7rem;
          line-height: 130%; }
          @media (min-width: 1920px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-quote p {
              font-size: 2.5rem; } }
      .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card {
        background-color: #041729;
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 50, 0.4);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 50, 0.4);
        text-align: center;
        color: #fff; }
        .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card span,
        .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card sup {
          color: #2bb67a !important; }
        .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-header {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          text-transform: uppercase;
          font-size: 1.2rem;
          letter-spacing: 2px;
          padding: 20px; }
          @media (min-width: 1920px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-header {
              font-size: 1.6rem; } }
        .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          min-height: 94px; }
          @media (min-width: 768px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content {
              min-height: 120px; } }
          @media (min-width: 992px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content {
              min-height: 180px; } }
          @media (min-width: 1920px) {
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content {
              min-height: 230px; } }
          .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content .tstars {
            padding: 0px 40px; }
          .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content p {
            font-size: 3rem;
            color: #fff;
            display: flex; }
            @media (min-width: 768px) {
              .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content p {
                font-size: 5rem; } }
            @media (min-width: 992px) {
              .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content p {
                font-size: 6rem; } }
            @media (min-width: 1920px) {
              .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content p {
                font-size: 9rem; } }
            .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content p img {
              height: 30px;
              width: 30px;
              margin-top: 15px; }
              @media (min-width: 992px) {
                .trustpilot-section .slick-container .slick.trustpilot .slick-slide.trustpilot-slide .trustpilot-card-container .trustpilot-card .trustpilot-card-content p img {
                  height: 40px;
                  width: 40px;
                  margin-top: 65px; } }

/* ARROW OVERRIDES */
.fa-arrow-right:before {
  content: url("/assets/images/right-arrow.svg") !important;
  filter: invert(45%) sepia(13%) saturate(781%) hue-rotate(190deg) brightness(98%) contrast(94%); }

.fa-arrow-left:before {
  content: url("/assets/images/left-arrow.svg") !important;
  filter: invert(45%) sepia(13%) saturate(781%) hue-rotate(190deg) brightness(98%) contrast(94%); }

.fa-arrow-right,
.fa-arrow-left {
  opacity: 0.5; }
  .fa-arrow-right:hover,
  .fa-arrow-left:hover {
    opacity: 1;
    cursor: pointer; }

.fa-arrow-right-2:before {
  content: url("/assets/images/right-arrow-2.svg") !important;
  filter: invert(45%) sepia(13%) saturate(781%) hue-rotate(190deg) brightness(98%) contrast(94%); }

.fa-arrow-left-2:before {
  content: url("/assets/images/left-arrow-2.svg") !important;
  filter: invert(45%) sepia(13%) saturate(781%) hue-rotate(190deg) brightness(98%) contrast(94%); }

.fa-arrow-right-2,
.fa-arrow-left-2 {
  opacity: 0.5; }
  .fa-arrow-right-2:hover,
  .fa-arrow-left-2:hover {
    opacity: 1;
    cursor: pointer; }

@media (max-width: 1199.98px) {
  .feature-slide-wrapper-container .slick-arrow {
    display: none !important; } }

/* CONTACT FORM */
#contact-form label {
  text-transform: uppercase;
  color: #169bed;
  letter-spacing: 1px; }

#contact-form input.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #169bed;
  background-color: transparent; }
  #contact-form input.form-control::-webkit-input-placeholder, #contact-form input.form-control::-moz-placeholder, #contact-form input.form-control::-ms-input-placeholder, #contact-form input.form-control::placeholder {
    color: #929bbe;
    text-transform: uppercase; }

#contact-form input.form-control::-webkit-input-placeholder {
  color: #929bbe;
  text-transform: uppercase; }

#contact-form input.form-control::-moz-placeholder {
  color: #929bbe;
  text-transform: uppercase; }

#contact-form input.form-control::-ms-placeholder {
  color: #929bbe;
  text-transform: uppercase; }

#contact-form input.form-control::placeholder {
  color: #929bbe;
  text-transform: uppercase; }

#contact-form .captcha-wrap {
  margin-top: 50px; }

.negative-margin {
  margin-top: 0; }
  @media (min-width: 1200px) {
    .negative-margin {
      margin-top: -100px; } }
  @media (min-width: 1920px) {
    .negative-margin {
      margin-top: -200px; } }

.delayed-1 {
  animation-delay: 0.1s !important; }

.delayed-2 {
  animation-delay: 0.2s !important; }

.delayed-3 {
  animation-delay: 0.3s !important; }

.delayed-4 {
  animation-delay: 0.4s !important; }

.delayed-5 {
  animation-delay: 0.5s !important; }

.delayed-6 {
  animation-delay: 0.6s !important; }

.delayed-7 {
  animation-delay: 0.7s !important; }

.delayed-8 {
  animation-delay: 0.8s !important; }

.delayed-9 {
  animation-delay: 0.9s !important; }

.delayed-10 {
  animation-delay: 1s !important; }

.delayed-11 {
  animation-delay: 1.1s !important; }

.delayed-12 {
  animation-delay: 1.2s !important; }

.delayed-13 {
  animation-delay: 1.3s !important; }

.delayed-14 {
  animation-delay: 1.4s !important; }

.delayed-15 {
  animation-delay: 1.5s !important; }

.delayed-16 {
  animation-delay: 1.6s !important; }

.delayed-17 {
  animation-delay: 1.7s !important; }

.delayed-18 {
  animation-delay: 1.8s !important; }

.delayed-19 {
  animation-delay: 1.9s !important; }

.delayed-20 {
  animation-delay: 2s !important; }

/* ANIMATIONS */
.animista {
  opacity: 0; }
  .animista.appear.scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .animista.appear.fade-in-bottom {
    -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .animista.appear.kenburns-top {
    opacity: 1;
    -webkit-animation: kenburns-top 5s ease-out both;
    animation: kenburns-top 5s ease-out both; }
  .animista.appear.tracking-in-contract-bck {
    -webkit-animation: tracking-in-contract-bck 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-contract-bck 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both; }
  .animista.appear.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .animista.appear.fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .animista.appear.fade-in-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }
  .animista.disappear.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both; }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-19 16:7:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-20 15:36:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-21 10:21:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%; }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top; } }

@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%; }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-21 9:14:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0; }
  40% {
    opacity: 0.6; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-7-21 12:44:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2021-8-5 11:1:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-2-28 17:19:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2023-2-28 17:23:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

#recaptcha_container,
.grecaptcha-badge {
  visibility: hidden;
  height: 0; }

.primaryblue-text {
  color: #169bed; }

.safari-overlay {
  position: fixed;
  z-index: 16;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85); }
  .safari-overlay p {
    width: 70%;
    font-weight: medium; }

#menu-container #main-menu li a {
  padding-bottom: 4px; }
  #menu-container #main-menu li a:hover {
    border-bottom: 2px solid #0094ee !important; }

#menu-container #main-menu li.active > a {
  border-bottom: 2px solid #0094ee !important; }

.slider .swiper-slide,
.nav-slider li {
  opacity: 0 !important; }

.swiper-container .swiper-slide-active {
  opacity: 1 !important; }

.swiper-container .controls .swiper-pagination span {
  margin: 5px 10px;
  height: 10px;
  width: 10px;
  display: inline-block;
  border: solid 2px #169bed;
  background: #fff;
  opacity: 1; }
  .swiper-container .controls .swiper-pagination span.swiper-pagination-bullet-active {
    background: #169bed; }

.swiper-container .controls > img {
  margin: -5px 0 0 0;
  left: 50px;
  height: 15px;
  width: 50px;
  background: none !important;
  position: relative;
  display: inline-block; }

.swiper-container .controls.revert .swiper-pagination span {
  border: solid 2px #fff; }

.small-text-container p,
.small-text-container li {
  font-size: 14px; }


  #content .scroll-more {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 8; }
    #content .scroll-more > p {
      font-size: 16px !important;
      font-weight: 400;
      letter-spacing: 0.08rem;
      color: #fff;
      margin: 0 !important; }
    #content .scroll-more i {
      margin-top: -0.4vw;
      font-size: 3vw;
      color: #169bed; }
  #content h3 {
    font-weight: 500 !important;
    text-transform: uppercase; }
  #content ul,
  #content ol {
    padding-left: 20px; }
    #content ul li,
    #content ol li {
      margin-top: 0.4vw;
      color: #828695; }
    #content ul.blue-bullets li,
    #content ol.blue-bullets li {
      color: #169bed; }
      #content ul.blue-bullets li span,
      #content ol.blue-bullets li span {
        color: #434f5e; }
  #content p strong,
  #content li strong {
    color: #000000; }
  #content .button:hover {
    text-decoration: none; }

    #content table td.width-fit {
      width: 1px;
      white-space: nowrap; }
  #content table th {
    font-weight: normal; }
  #content .pe-is-e-close-circle {
    color: #ff0000; }
  #content .pe-is-e-check-circle-1 {
    color: #05aa05; }
  #content .collapse.in {
    display: block;
    visibility: visible; }
  #content .accordion .panel-body {
    padding: 15px; }
  #content .accordion .panel-default > a {
    color: #041729;
    font-weight: 300 !important; }
    #content .accordion .panel-default > a:hover {
      color: #fff; }
  #content .faq-header {
    color: #183247;
    margin: 0;
    padding: 1.8vw 0; }
  #content .home-section {
    padding: 100px 25px 0;
    border-radius: 0; }
    @media (min-width: 768px) {
      #content .home-section {
        padding: 0px; } }
    #content .home-section h1 {
      padding: 70px 0px 0px 0px; }
    #content .home-section h3 {
      display: block;
      font-size: 0.3vw;
      font-weight: normal;
      color: #fff; }
    #content .home-section .slide-content {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start; }
    #content .home-section .version-box p {
      font-size: 2.4vw !important;
      font-weight: bold;
      color: #ffffff;
      display: inline-block;
      margin-left: 10px; }
  #content .to-right-border {
    margin-left: 15px; }
  #content .to-left-border {
    margin-left: -15px; }
  #content .dark-blue-text {
    color: #041729; }
  #content .gray-text {
    color: #828695; }
  #content .other-blue-text {
    color: #183247; }
  #content .black-text {
    color: #000000; }
  #content .times {
    font-family: Times New Roman;
    font-weight: bold; }
  #content hr {
    width: 30px;
    height: 2px;
    margin-left: 0;
    display: inline-block; }
    #content hr.blue-breaker {
      background-color: #0080c9; }
    #content hr.gray-breaker {
      background-color: #828695; }
    #content hr.white-breaker {
      background-color: #fff; }
    #content hr.centered {
      margin-left: auto;
      margin-right: auto; }
  #content .accordion .panel-default:last-child {
    border-bottom: 1px solid #dbdde0; }
  #content #data-settings {
    padding-top: 80px; }
  #content #home-section-main {
    position: relative; }
 #content #main-page-section {
    padding-top: 110px;
    position: relative;
    background: url(/assets/images/apn-settings/new/welcome-mobile.jpg) center/cover no-repeat !important; }
    @media (min-width: 992px) {
      #content #main-page-section {
        padding-top: 0;
        background: #041729 url(/assets/images/apn-settings/new/welcome-desktop.jpg) bottom/cover no-repeat !important; } }
    @media (min-width: 1920px) {
      #content #main-page-section {
        background: #041729 url(/assets/images/apn-settings/new/welcome-desktop.jpg) center/contain no-repeat !important; } }
    #content #main-page-section #main-page-header {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      justify-content: center;
      min-height: 500px; }
      @media (max-width: 767.98px) {
        #content #main-page-section #main-page-header {
          padding-top: 0; } }
      @media (min-width: 992px) {
        #content #main-page-section #main-page-header {
          margin-top: 0;
          min-height: 770px; }
          #content #main-page-section #main-page-header h1 {
            font-size: 4.5rem;
            line-height: 95%; } }
  #content .contact-box {
    display: flex;
    margin-top: 2vw;
    margin-bottom: 2vw;
    align-items: center; }
    #content .contact-box .icon-text {
      display: inline-block;
      text-align: center; }
      #content .contact-box .icon-text .icon {
        width: 50px;
        display: block;
        margin: 0 auto; }
        @media (min-width: 1200px) {
          #content .contact-box .icon-text .icon {
            width: 2.5vw; } }
      #content .contact-box .icon-text a {
        display: block;
        color: #fff;
        font-weight: 500;
        font-size: 1.4rem;
        margin-top: 10px; }
  #content hr.v-separator {
    width: 1px;
    min-height: 75px;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    background-color: #fff; }
  #content .three-col .info-col {
    padding: 2vw 1.5vw;
    text-align: center; }
    #content .three-col .info-col:first-child {
      margin-left: -1.5vw; }
    #content .three-col .info-col .logo {
      max-height: 30vw;
      margin-bottom: 2rem; }
    #content .three-col .info-col p.small-text {
      margin-top: 15px; }
  #content #trustpilot-carousel .quotes {
    position: absolute;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      #content #trustpilot-carousel .quotes {
        width: 22vw; } }
  #content #trustpilot-carousel .carousel-item {
    min-height: 280px; }
    #content #trustpilot-carousel .carousel-item.active {
      display: block !important; }
    #content #trustpilot-carousel .carousel-item p {
      color: #0d1534;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        #content #trustpilot-carousel .carousel-item p {
          font-size: 18px;
          line-height: 110%; } }
      @media (min-width: 1200px) {
        #content #trustpilot-carousel .carousel-item p {
          font-size: 20px; } }
    #content #trustpilot-carousel .carousel-item .carousel-item-content {
      padding: 3vw 8vw; }
      @media (min-width: 992px) {
        #content #trustpilot-carousel .carousel-item .carousel-item-content {
          text-align: center;
          min-height: 16vw;
          display: flex;
          align-items: center;
          padding: 0 30px; } }
  @media (min-width: 992px) {
    #content #trustpilot-carousel .carousel-indicators {
      left: auto;
      margin: 0;
      bottom: 50%;
      transform: translateY(50%);
      flex-direction: column; } }
  #content #trustpilot-carousel .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #fff;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    margin-top: 8px; }
    #content #trustpilot-carousel .carousel-indicators li.active {
      background-color: #fff; }
  #content #trustpilot-carousel .carousel-control-next,
  #content #trustpilot-carousel .carousel-control-prev {
    display: none; }
  #content #switch-steps-carousel {
    padding-top: 50px;
    padding-bottom: 30px; }
    #content #switch-steps-carousel .carousel-inner {
      position: relative;
      padding-bottom: 80px; }
      @media (min-width: 768px) {
        #content #switch-steps-carousel .carousel-inner {
          padding-bottom: 0; } }
      #content #switch-steps-carousel .carousel-inner #controls-wrapper {
        position: absolute;
        left: 15px;
        width: calc(100% - 30px);
        bottom: 55px; }
        @media (min-width: 768px) {
          #content #switch-steps-carousel .carousel-inner #controls-wrapper {
            position: absolute;
            left: calc(41% + 15px);
            width: 50%; } }
        @media (min-width: 1200px) {
          #content #switch-steps-carousel .carousel-inner #controls-wrapper {
            left: calc(50% + 15px);
            width: 35%;
            bottom: 6vw; } }
        #content #switch-steps-carousel .carousel-inner #controls-wrapper .carousel-control-prev,
        #content #switch-steps-carousel .carousel-inner #controls-wrapper .carousel-control-next {
          opacity: 1;
          margin-top: 30px; }
          @media (min-width: 992px) {
            #content #switch-steps-carousel .carousel-inner #controls-wrapper .carousel-control-prev,
            #content #switch-steps-carousel .carousel-inner #controls-wrapper .carousel-control-next {
              margin-top: 35px; } }
          #content #switch-steps-carousel .carousel-inner #controls-wrapper .carousel-control-prev.disabled,
          #content #switch-steps-carousel .carousel-inner #controls-wrapper .carousel-control-next.disabled {
            opacity: 0.5; }
        #content #switch-steps-carousel .carousel-inner #controls-wrapper button {
          display: inline-flex; }
    @media (min-width: 768px) {
      #content #switch-steps-carousel .steps-container {
        padding-bottom: 12vw; } }
    @media (min-width: 992px) {
      #content #switch-steps-carousel .steps-container {
        padding-bottom: 6vw; } }
    #content #switch-steps-carousel .steps-container p {
      color: #929bbe; }
    #content #switch-steps-carousel p {
      padding-left: 10px; }
      @media (max-width: 767.98px) {
        #content #switch-steps-carousel p {
          display: none; } }
      #content #switch-steps-carousel p.highlight {
        text-transform: uppercase;
        font-weight: 500;
        color: #041729; }
      #content #switch-steps-carousel p.actual-step {
        color: #041729;
        padding: 10px; }
        @media (max-width: 767.98px) {
          #content #switch-steps-carousel p.actual-step {
            display: block; } }
  #content .header-progress {
    width: 100%;
    z-index: 1;
    background-color: #f1f1f1;
    /* The progress container (grey background) */ }
    #content .header-progress .progress-container {
      width: 100%;
      height: 8px;
      background: #ccc;
      border-radius: 10px;
      /* The progress bar (scroll indicator) */ }
      #content .header-progress .progress-container .progress-bar {
        height: 8px;
        background: #169bed;
        width: 0%;
        border-radius: 10px; }
  #content #customer-service-details {
    padding-top: 5vw;
    padding-bottom: 5vw;
    background-color: #f2f2f2; }
  #content #what-device {
    background-color: #ffffff;
    padding-top: 80px; }
    @media (min-width: 992px) {
      #content #what-device {
        padding-top: 40px; } }
    #content #what-device .top-section {
      background-color: #041729; }
      @media (min-width: 992px) {
        #content #what-device .top-section {
          background-color: transparent; } }
    @media (min-width: 992px) {
      #content #what-device .three-col {
        background-color: transparent; } }
    @media (min-width: 768px) {
      #content #what-device .three-col .info-col .logo {
        max-height: 20vw; } }
    @media (min-width: 992px) {
      #content #what-device .three-col .info-col .logo {
        max-height: 9vw;
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      #content #what-device .three-col .info-col:first-child {
        margin-left: -1.5vw; } }
    #content #what-device .sim-brands {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 992px) {
        #content #what-device .sim-brands {
          background-color: transparent;
          display: flex;
          position: relative;
          margin: 0 auto;
        }}

      #content #what-device .sim-brands .info-col {
        width: 50%;
        padding-top: 20px; }
        @media (min-width: 576px) {
          #content #what-device .sim-brands .info-col {
            width: 50%; } }
        @media (min-width: 768px) {
          #content #what-device .sim-brands .info-col {
            width: 33%; } }
        @media (min-width: 992px) {
          #content #what-device .sim-brands .info-col {
            width: 33%;
            padding-top: 0; } }
        #content #what-device .sim-brands .info-col .logo {
          max-height: 100px;
          margin-bottom: 15px; }
          @media (min-width: 768px) {
            #content #what-device .sim-brands .info-col .logo {
              max-height: 20vw; } }
          @media (min-width: 992px) {
            #content #what-device .sim-brands .info-col .logo {
              max-height: 5vw;
              margin-bottom: 2rem; } }
        @media (min-width: 992px) {
          #content #what-device .sim-brands .info-col:first-child {
            margin-left: -1.5vw; } }
    #content #what-device .steps-find-device {
      display: flex;
      flex-wrap: wrap; }
      #content #what-device .steps-find-device .step-container {
        width: 100%;
        padding: 20px; }
        @media (min-width: 576px) {
          #content #what-device .steps-find-device .step-container {
            width: 50%; } }
        @media (min-width: 1200px) {
          #content #what-device .steps-find-device .step-container {
            width: 25%; } }
        #content #what-device .steps-find-device .step-container .step-number {
          font-size: 120px;
          line-height: 100%;
          color: black;
          -webkit-text-fill-color: transparent;
          /* Will override color (regardless of order) */
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #169bed; }
        #content #what-device .steps-find-device .step-container .step-info {
          text-align: center; }
  #content #windows-home-section {
    background: url(/assets/images/switch/windows/windows-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  #content #support {
    background-color: #0d1534;
    padding-top: 8vw;
    padding-bottom: 12vw;
    min-height: 780px; }
    #content #support h2,
    #content #support h3 {
      color: #fff; }
    #content #support .fact-box .blue-line {
      width: 50px;
      height: 3px;
      background-color: #0094ee; }
    #content #support #facts-carousel .carousel-indicators {
      bottom: -50px; }
      #content #support #facts-carousel .carousel-indicators .active {
        background-color: #0094ee !important; }
      #content #support #facts-carousel .carousel-indicators li {
        height: 12px;
        width: 12px;
        border-radius: 12px;
        border: 1px solid #0094ee;
        background-color: #0d1534; }
  #content #safe-hands {
    padding-top: 3vw;
    padding-bottom: 3vw;
    background-color: #169bed; }
    #content #safe-hands p,
    #content #safe-hands a {
      color: #fff !important; }
  @media (min-width: 992px) {
    #content #discover-myplan {
      margin-top: -10vw; } }
  @media (min-width: 1920px) {
    #content #discover-myplan {
      margin-top: -180px; } }
  #content #discover-myplan .play-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px; }
    #content #discover-myplan .play-container .store-logo {
      margin: 0 20px;
      max-height: 45px; }
  @media (max-width: 767.98px) {
    #content #header-slider-switch .home-section {
      padding-top: 100px;
      height: auto;
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    #content #header-slider-switch .header-slide-image {
      display: flex;
      align-items: end; } }
  #content #header-slider-switch .controls {
    position: absolute;
    bottom: 50%;
    display: flex;
    justify-content: flex-end;
    transform: translateY(50%);
    z-index: 8; }
    #content #header-slider-switch .controls .swiper-pagination {
      position: relative;
      display: flex;
      flex-direction: column; }
      #content #header-slider-switch .controls .swiper-pagination .swiper-pagination-bullet {
        background-color: transparent; }
        #content #header-slider-switch .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #fff; }

@media (max-width: 767px) {
  .not-mobile {
    display: none !important; }
  #content p.small-header {
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0.6vw;
    font-size: 2vw; }
  #content p.small-text {
    font-size: 2.2vw;
    padding-left: 10px; }
    #content p.small-text sup {
      margin-left: -10px; }
  #content .accordion .panel-default > a {
    font-size: 3.6vw;
    padding: 15px 50px 15px 15px; }
    #content .accordion .panel-default > a i {
      margin-right: -25px; }
  #content table tr th {
    /*font-size: 3vw !important;*/
    padding-top: 2vw;
    padding-bottom: 2vw; }
  #content table tr td {
    /*font-size: 2.8vw !important;*/
    padding-top: 1.7vw;
    padding-bottom: 1.7vw; }
  #content .home-section {
    background-position-x: 23%;
    /*height: 54vw;*/
    margin-top: 10px;
    margin-bottom: 20px; }
    #content .home-section#main-page-header {
      height: auto !important;
      margin-bottom: 0px !important; }
    #content .home-section h1 {
      padding-top: 45px; }
    #content .home-section h3 {
      letter-spacing: 0px;
      font-size: 0.4em; }
    #content .home-section#iphone-home-section img, #content .home-section#iphone-12-2-home-section img, #content .home-section#android-home-section img, #content .home-section#blackberry-home-section img, #content .home-section#windows-home-section img {
      width: 6vw; }
  #content #android-home-section {
    background: url(/assets/images/switch/android/android-bg.jpg) center/cover no-repeat !important;
    background: url(/assets/images/switch/android/android-bg.jpg) center/cover no-repeat !important;
    background: url(/assets/images/switch/android/android-bg.jpg) center/cover no-repeat !important;
    background: url(/assets/images/switch/android/android-bg.jpg) center/cover no-repeat !important; }
  #content #windows-home-section {
    background: url(/assets/images/switch/windows/windows-bg.jpg) center/cover no-repeat !important;
    background: url(/assets/images/switch/windows/windows-bg.jpg) center/cover no-repeat !important;
    background: url(/assets/images/switch/windows/windows-bg.jpg) center/cover no-repeat !important;
    background: url(/assets/images/switch/windows/windows-bg.jpg) center/cover no-repeat !important; }
  #content #support .fact-box {
    padding-top: 15px;
    padding-bottom: 15px; }
    #content #support .fact-box img {
      height: 50px; }
    #content #support .fact-box h3 {
      margin-top: 10px;
      font-size: 22px; }
    #content #support .fact-box .blue-line {
      margin: 10px 0; }
  #content #fingertips .myplan {
    width: 120px; } }

@media (min-width: 768px) {
  #content p.small-header {
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 0.3vw;
    font-size: 0.9vw !important; }
  #content p.small-text {
    padding-left: 10px; }
    #content p.small-text sup {
      margin-left: -10px; }
  #content #discover-myplan .play-container {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 0; }
    #content #discover-myplan .play-container .store-logo {
      max-height: 60px;
      margin: 0 20px; } }

@media (min-width: 992px) {

    #content h2 {
      /*font-size: 4.4vw;*/
      padding-bottom: 1vw;
      margin-top: 0; }
    #content .home-section {
      /*            height: 770px;*/
      margin-top: 100px; }
      #content .home-section h1 {
        padding-top: 20px; }
      #content .home-section h3 {
        font-size: 1.2vw; }
      #content .home-section .version-box p {
        font-size: 20px;
        margin-left: 20px; }
    #content table tr th {
      /*font-size: 1.2vw !important;*/
      padding-top: 1vw;
      padding-bottom: 1vw; }
    #content table tr td {
      /*font-size: 1.2vw !important;*/
      padding-top: 0.2rem;
      padding-bottom: 0.2rem; }
    #content .tariff-header {
      padding: 30px 0; }
    #content #data-settings {
      position: relative;
      padding-top: 40px;
      margin-top: 60px; }
      #content #data-settings .main-image {
        margin-top: -8vw; }
    #content #support {
      min-height: 30vw;
      padding-bottom: 4vw;
      margin-top: 5vw; }
      #content #support .fact-box img {
        margin-bottom: 1vw; }
      #content #support .fact-box h3 {
        font-size: 1.1vw;
        font-weight: 400;
        letter-spacing: 2px; }
      #content #support .fact-box .blue-line {
        width: 50px;
        height: 3px;
        background-color: #0094ee; }
      #content #support #facts-carousel {
        margin-top: 3vw; }
        #content #support #facts-carousel .carousel-item-content > .row {
          min-height: 22vw;
          align-items: center; }
        #content #support #facts-carousel .carousel-indicators {
          bottom: -1vw; }
    #content #fingertips {
      margin-top: 5vw; }
    #content #customer-support {
      margin-top: 5vw;
      margin-bottom: 5vw; } }

@media (min-width: 1200px) {
  #content #support #facts-carousel {
    margin-top: 1vw; }
    #content #support #facts-carousel .carousel-item-content > row {
      min-height: 14vw; } }

@media (min-width: 2500px) {
  #content #switch-steps-carousel .carousel-inner #controls-wrapper {
    bottom: 4vw; } 
  }
  hr
  {
  border: 0;
  height: 3px;
  background: #169bed;
  opacity: 1;
  }
  #what-device .table-icon
  {
    max-width: 80px;
  }