a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.nav-bar {
  position: fixed;
  display: block;
  width: 100%;
  height: 65px;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.95;
  text-align: center;
}

.navbar-container {
  display: inline-block;
}

.nav-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.6;
}

.nav-link.w--current {
  border-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  color: #fff;
}

.nav-link.hidden {
  display: none;
}

.nav-link.blank.w--current {
  border-style: none;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 675px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/hero_background.jpg');
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.dark {
  height: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3949ab;
  background-image: url('../images/hero-bg.jpg');
  background-position: 100% 0px;
  background-size: cover;
}

.hero.dark.promo {
  position: relative;
  height: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  background-image: url('../images/Winter-Olympics-2018.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero.dark.promo.two {
  background-image: url('../images/World-Cup-2018.jpg');
}

.hero.hidden {
  display: none;
}

.hero.form {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bsim-cloud-hero.jpg'), -webkit-linear-gradient(270deg, #29b290, #29b290);
  background-image: url('../images/bsim-cloud-hero.jpg'), linear-gradient(180deg, #29b290, #29b290);
  background-position: 50% 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.logo {
  position: absolute;
  left: 0px;
  width: 180px;
  margin-top: 10px;
  margin-left: 40px;
}

.logo.w--current {
  position: fixed;
  left: 0px;
  display: inline-block;
  width: 180px;
  margin-top: 10px;
  margin-left: 40px;
}

.hero-fg {
  width: 100%;
  height: auto;
  margin-left: -15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-section {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.content-section.colour {
  z-index: 100;
  display: block;
  padding-bottom: 100px;
  background-color: #58b701;
  color: #fff;
}

.content-section.colour.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a4d63;
}

.content-section.colour.blue.form {
  z-index: 99;
  padding-top: 50px;
  background-color: #6099f3;
}

.content-section.colour.blue.form.padding {
  margin-top: -14px;
  background-color: #87cdf0;
}

.content-section.colour.blue.pricing {
  z-index: 0;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #596592, #596592), url('../images/price-bg-small.jpg');
  background-image: linear-gradient(180deg, #596592, #596592), url('../images/price-bg-small.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content-section.left {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.content-section.left.set-height {
  height: 650px;
  padding: 50px 0px 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .1);
  background-image: url('../images/grass-bg.jpg');
  background-position: 0px 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.content-section.left.set-height.light-blue {
  height: 359px;
  padding-top: 100px;
  border-style: none;
  background-color: #fff;
}

.content-section.left.set-height.europe {
  height: auto;
  padding-top: 65px;
  padding-bottom: 50px;
  background-image: url('../images/europe-bg.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.content-section.left.set-height.europe.olympics {
  background-image: url('../images/borders-bg-olympics.jpg');
  background-position: 80% 100%;
  background-size: auto;
}

.content-section.left.set-height.grey {
  height: auto;
  padding-bottom: 35px;
  border-style: none;
  border-width: 10px 10px 1px;
  border-bottom-color: rgba(0, 0, 0, .09);
  background-image: none;
}

.content-section.left.set-height.portal {
  height: 800px;
  background-image: url('../images/portal-bg.jpg');
  background-position: -50px 100%;
  background-size: 1330px;
}

.content-section.left.set-height.olympics {
  background-color: #e5f3fa;
  background-image: url('../images/buddy-bg-olympics.jpg');
  background-size: 80%;
}

.content-section.left.padding-top {
  height: 100%;
  padding-top: 85px;
  background-color: transparent;
  color: #333;
}

.content-section.left.padding-top.white {
  color: #fff;
}

.content-section.left.padding-top.white.faq {
  text-align: center;
}

.content-section.grey {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.content-section.grey.spacer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.grey.integration {
  height: 670px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.content-section.grey.dark {
  background-color: #4d4d4d;
  color: #fff;
}

.content-section.padding {
  padding-top: 85px;
}

.content-section.security {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.map {
  margin-top: 10px;
  padding: 0px 20px;
}

.content-section.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #768da9;
}

.content-section.features {
  display: none;
  height: 330px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #768da9;
  background-image: -webkit-linear-gradient(270deg, rgba(118, 141, 169, .75), rgba(118, 141, 169, .75)), url('../images/globe-bg-med.png');
  background-image: linear-gradient(180deg, rgba(118, 141, 169, .75), rgba(118, 141, 169, .75)), url('../images/globe-bg-med.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.content-section.pricing {
  display: none;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #596592;
  background-image: -webkit-linear-gradient(270deg, rgba(89, 101, 146, .35), rgba(89, 101, 146, .35)), url('../images/price-bg-small.jpg');
  background-image: linear-gradient(180deg, rgba(89, 101, 146, .35), rgba(89, 101, 146, .35)), url('../images/price-bg-small.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.content-section.usp {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .1);
  color: #333;
}

.content-section.usp.olympics {
  background-color: #e4f3fa;
}

.content-section.form.primary {
  background-color: #e4f3fa;
}

.content-section.form.secondary {
  background-color: #2d69b9;
}

.section-header {
  color: #3949ab;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
}

.section-header.extra-bold {
  margin-top: -15px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 58px;
  line-height: 66px;
  font-weight: 800;
}

.section-header.extra-bold.form {
  display: inline-block;
}

.section-header.extra-bold.promo {
  padding-right: 0px;
  padding-left: 0px;
  color: #3949ab;
  font-size: 46px;
  line-height: 56px;
}

.section-header.extra-bold.promo.white {
  color: #fff;
}

.section-header.left {
  width: 500px;
  margin-left: 30px;
  line-height: 48px;
}

.section-header.left.map {
  width: auto;
  margin-left: 0px;
}

.section-header.left.black {
  color: #3d3d3d;
}

.section-header.left.tandc {
  width: 50%;
  font-size: 38px;
}

.body-text {
  display: inline-block;
  width: 700px;
  padding: 10px 30px;
}

.body-text.left {
  width: 500px;
  margin-top: 20px;
  margin-left: 0px;
}

.body-text.left.short {
  width: 100%;
}

.body-text.left.short.map {
  margin-left: 0px;
  padding-left: 0px;
}

.body-text.left.faq {
  width: 80%;
  color: #333;
}

.body-text.left.tandc {
  width: 60%;
}

.body-text.left.popup {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.body-text.padding {
  width: 75%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.body-text.padding.promo {
  width: 75%;
  padding-right: 0px;
  padding-left: 0px;
}

.body-text.padding.promo.white {
  color: #fff;
}

.body-text.contained {
  width: 80%;
  padding-right: 0px;
  padding-left: 0px;
}

.body-text.contained.left {
  text-align: left;
}

.body-text.contained.form {
  padding-left: 20px;
}

.body-text.usp {
  margin-top: 19px;
}

.section-subheader {
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.section-subheader.dark {
  margin-top: 19px;
  padding-left: 0px;
  text-align: left;
}

.section-subheader.promo {
  padding-right: 0px;
  padding-left: 0px;
}

.section-subheader.promo.white {
  color: #fff;
}

.section-table {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-table.faq {
  max-width: 1200px;
}

.section-table.coverage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-image {
  display: block;
  height: 100%;
  margin-top: -100px;
  margin-left: 15px;
  background-image: url('../images/cameraman-full-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-column.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -8px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-column.faq {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/faq.png');
  background-position: 50% 40%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-column.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-column {
  right: -5%;
}

.text-column.map {
  padding-right: 20px;
  text-align: left;
}

.text-column.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.text-column.white.image {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.text-column.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-column.left {
  right: 0%;
  text-align: left;
}

.grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 90px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
}

.form-container {
  display: inline-block;
  width: 600px;
  height: auto;
  margin-top: 20px;
  padding: 0px 20px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .3);
}

.form-container.promo {
  width: 600px;
  margin-top: -200px;
  margin-bottom: 50px;
}

.form-container.order {
  width: 90%;
  margin-top: 0px;
}

.text-field {
  margin-top: 10px;
  margin-bottom: 20px;
}

.submit-btn {
  position: absolute;
  display: inline-block;
  width: 68px;
  height: 68px;
  margin-left: -34px;
  padding: 0px;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../images/send-round.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #fff;
}

.submit-btn:hover {
  background-image: url('../images/send-round-hover.png');
}

.submit-btn-container {
  position: relative;
  display: block;
  width: 100%;
  height: 68px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-container {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: #6099f3;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  line-height: 40px;
}

.footer-container.cloud {
  background-color: #29b290;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .18), hsla(0, 0%, 100%, .18));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .18), hsla(0, 0%, 100%, .18));
}

.footer-mark {
  position: absolute;
  right: 0px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.7;
  color: #fff;
  text-align: right;
}

.text-area {
  max-height: 58px;
  max-width: 100%;
}

.zones {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 100%;
  margin-top: -45px;
  padding: 20px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: #f5f5f5;
  text-align: center;
}

.zone-card {
  width: 30%;
  margin: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .05);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  text-align: left;
}

.zone-header {
  width: 100%;
  height: 40px;
  background-color: #42a147;
  line-height: 40px;
  text-align: center;
}

.zone-header.two {
  background-color: #e73834;
}

.zone-header.three {
  background-color: #7c4a9d;
}

.zone-header.four {
  background-color: #3b83c4;
}

.zone-header.five {
  background-color: #fbbf2a;
}

.zone-header.six {
  background-color: #57b5c2;
}

.zone-title {
  color: #fff;
  font-weight: 700;
}

.zone-image-container {
  width: 100%;
  padding: 10px 10px 20px;
}

.zones-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.country-table {
  display: block;
}

.table-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.footer-link:hover {
  opacity: 0.7;
}

.full-width-image {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 5%;
  padding-left: 5%;
}

.full-width-image.security {
  max-width: 100%;
  padding-right: 0%;
  padding-left: 0%;
}

.full-width-image.security.mobile {
  display: none;
}

.login-button {
  position: absolute;
  right: 40px;
  margin-top: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  font-weight: 700;
}

.login-button:hover {
  background-color: #fff;
  color: #3949ab;
}

.portal-iframe {
  width: 100%;
  height: 100%;
  padding-top: 65px;
}

.map-container {
  top: 0px;
  display: inline-block;
  width: 80%;
  height: 700px;
  margin-bottom: 20px;
}

.country-title {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  color: #707070;
  font-size: 90%;
  line-height: 25px;
  font-weight: 600;
}

.search-embed {
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.search-embed.hidden {
  display: none;
}

.search-header {
  margin-bottom: 12px;
  margin-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 19px;
  font-weight: 600;
}

.text-link {
  color: #3a9aec;
}

.tab-menu {
  position: fixed;
  top: 65px;
  z-index: 2;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
}

.tab-pane {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 145px;
  padding-top: 145px;
  text-align: center;
}

.tab-link {
  height: 100%;
  background-color: #fff;
  color: #7a7a7a;
  line-height: 40px;
  font-weight: 600;
}

.tab-link.w--current {
  border-bottom: 4px solid #3b4055;
  background-color: #fff;
  color: #333;
  font-weight: 700;
}

.table-background {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 80%;
  height: 100%;
  max-width: 1000px;
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, .05);
  text-align: center;
}

.table {
  overflow: scroll;
  height: 100%;
}

.zone-selector {
  z-index: 3;
  display: none;
  width: 100%;
  margin-top: 64px;
  background-color: #fff;
}

.scroll-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 101;
  opacity: 0;
}

.hero-table {
  width: 85%;
  height: 85%;
  max-width: 1200px;
  margin-top: 30px;
}

.button {
  border-radius: 50px;
}

.button.main {
  margin-left: 20px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: rgba(0, 0, 0, .25);
  background-color: #419be9;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
  font-weight: 700;
  text-transform: none;
}

.button.main:hover {
  opacity: 0.8;
}

.button.main.secondary {
  background-color: #fff;
  color: #30364c;
}

.button.main.mobile {
  display: none;
}

.circle-background {
  display: inline-block;
  width: 110px;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, .14);
  border-radius: 50%;
  background-color: #fff;
  line-height: 98px;
}

.feature-text {
  color: #fff;
}

.feature-block {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
}

.button-container {
  margin-top: 10px;
}

.button-container.promo {
  margin-left: -20px;
}

.pricing-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 200px;
  margin: 20px 10px 40px;
  padding: 35px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 1px 1px rgba(0, 0, 0, .15);
  opacity: 1;
  color: #333;
}

.data-text {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .13);
  color: #596592;
  font-size: 38px;
  font-weight: 600;
}

.total-text {
  padding-bottom: 12px;
  font-size: 30px;
  font-weight: 300;
}

.breakdown-text {
  opacity: 0.6;
  font-weight: 600;
}

.title-text {
  color: rgba(0, 0, 0, .6);
  font-weight: 700;
  text-transform: uppercase;
}

.price-image {
  width: 100px;
  padding-bottom: 9px;
}

.faq-column {
  margin-top: 30px;
  text-align: left;
}

.text-block {
  width: 60%;
}

.tandc-definition {
  font-weight: 700;
}

.row {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.language-select {
  position: absolute;
  right: 18px;
  width: 60px;
  color: #fff;
  font-weight: 400;
}

.dropdown-toggle {
  display: none;
  color: #fff;
  font-weight: 700;
}

.dropdown-link-2 {
  background-color: #fff;
}

.operator-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zone-headeer {
  font-size: 30px;
  font-weight: 600;
}

.operator-block {
  width: 200px;
  height: 310px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
  text-align: left;
}

.operator-block.accordion {
  height: auto;
}

.operator-block.hidden {
  display: none;
}

.country-name {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.operator-name {
  font-size: 16px;
  font-weight: 600;
}

.data-avail {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
}

.data-yes {
  font-family: Fontawesome, sans-serif;
  color: #72bb56;
}

.operator-info {
  padding-top: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.operator-info.bottom {
  border-style: none;
}

.data-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.data-no {
  font-family: Fontawesome, sans-serif;
  color: #d3d3d3;
}

.checkbox {
  display: none;
}

.accordion-item {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: #fff;
  -webkit-transition: max-height 300ms cubic-bezier(.455, .03, .515, .955);
  transition: max-height 300ms cubic-bezier(.455, .03, .515, .955);
  text-align: left;
}

.expand-icon {
  position: relative;
  right: 0px;
  display: inline-block;
  float: right;
  font-family: Fontawesome, sans-serif;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.section-title {
  color: #3949ab;
  font-size: 55px;
  line-height: 55px;
  font-weight: 800;
}

.section-title.left {
  text-align: left;
}

.section-title.usp {
  padding-right: 20px;
  padding-left: 20px;
}

.section-title.usp.white {
  color: #fff;
}

.table-image-left {
  position: relative;
  width: 100%;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table-image-left.contained {
  width: 90%;
}

.table-image-left.portal {
  width: 120%;
  max-width: 120%;
  margin-left: -185px;
  padding-bottom: 55px;
}

.nav-bar-bg {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 65px;
  background-color: #3949ab;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
  opacity: 0;
}

.nav-bar-bg.permanent {
  opacity: 1;
}

.nav-bar-bg.permanent.cloud {
  background-color: #1bb390;
}

.content-container {
  overflow: hidden;
  max-width: 100%;
}

.hero-image {
  display: none;
}

.disclaimer {
  font-size: 10px;
}

.step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, .3);
  border-radius: 50px;
  background-color: #6099f3;
  opacity: 0.75;
  text-align: center;
}

.step-text {
  display: inline-block;
  margin-left: 20px;
  color: #5a5a5a;
  font-size: 24px;
  font-weight: 700;
}

.step-text.white {
  margin-left: 0px;
  color: #fff;
  line-height: 47px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  position: absolute;
  display: block;
  background-color: #fff;
}

.popup-container {
  position: fixed;
  z-index: 200;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .29);
  opacity: 1;
  text-align: center;
}

.popup-container.form {
  position: fixed;
  display: none;
}

.popup-background {
  position: relative;
  top: 50%;
  display: inline-block;
  overflow: scroll;
  width: 700px;
  height: 580px;
  margin-top: -290px;
  padding: 30px 30px 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .41);
}

.popup-background.form {
  overflow: scroll;
  width: 720px;
  height: 650px;
  padding: 10px 20px;
}

.features-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.features-block {
  display: inline-block;
  width: 45%;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup-feature-text {
  width: 100%;
  padding-bottom: 25px;
  padding-left: 10px;
  text-align: left;
}

.popup-feature-text.bold {
  padding-bottom: 5px;
  padding-left: 10px;
  color: #6099f3;
  font-weight: 700;
}

.div-block-3 {
  position: absolute;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
}

.close-popup {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: 2px solid #6099f3;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, .7);
  font-family: Montserrat, sans-serif;
  color: #6099f3;
  line-height: 30px;
  font-weight: 600;
}

.steps-background {
  width: 80%;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #fff, 0 1px 3px 0 rgba(0, 0, 0, .46);
}

.blog-tabs-container {
  top: 70px;
  background-color: #fff;
}

.tab {
  background-color: transparent;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab.w--current {
  background-color: transparent;
  color: #6099f3;
}

.tab-header {
  z-index: 100;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .09);
  text-align: center;
}

.blog-embed {
  width: 100%;
  height: 100%;
}

.tab-content-container {
  margin-top: -90px;
}

.usp-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 50px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.usp-image {
  height: 60px;
}

.usp-title {
  margin-top: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6099f3;
  font-size: 16px;
  font-weight: 700;
}

.usp-text {
  margin-top: 10px;
}

.usp-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 2px 9px 1px rgba(0, 0, 0, .15);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promo-container {
  position: relative;
  margin-top: -50px;
  padding: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 5px;
  background-color: rgba(228, 243, 250, .2);
  color: #333;
}

.promo-container.two {
  margin-top: 100px;
  border-radius: 0px;
  background-color: transparent;
}

.promo-smaller {
  font-size: 36px;
  line-height: 46px;
}

.usp-background-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  color: #333;
}

.div-block-4 {
  width: 80%;
  height: 60px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #3949ab;
}

.hero-slider {
  width: 100%;
  height: auto;
}

.tabs-menu {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .2);
  text-align: center;
}

.hero-tab {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .25);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.hero-tab:hover {
  background-color: hsla(0, 0%, 100%, .09);
}

.hero-tab.w--current {
  background-color: #fff;
  color: #333;
}

.hero-tab.hidden {
  display: none;
}

.hero-bar-bg {
  width: 100%;
  height: 65px;
  background-color: #abd9f0;
}

.slider-arrow {
  display: none;
}

.column {
  padding-left: 5px;
}

.data-amount {
  padding: 10px;
  color: #3949ab;
  font-size: 20px;
  font-weight: 700;
}

.total-price {
  padding: 20px 10px 10px;
  font-size: 26px;
  font-weight: 400;
}

.breakdown-price {
  padding: 5px 10px 10px;
  color: #747474;
  font-weight: 700;
}

.buy-button {
  width: 90%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 2px solid #6099f3;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  color: #6099f3;
  font-weight: 700;
  text-transform: none;
}

.buy-button:hover {
  background-color: #6099f3;
  color: #fff;
}

.buy-button.paypal {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 10px;
  border-style: none;
}

.buy-button.paypal:hover {
  background-color: transparent;
}

.price-info {
  padding: 5px 0px;
  font-size: 12px;
  font-weight: 700;
}

.price-info.white {
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.price-info.border {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  color: #757575;
  text-transform: uppercase;
}

.popular-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 15px;
  margin-right: -31px;
  padding: 0px 25px;
  background-color: #6099f3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pricing-tabs {
  margin-top: 20px;
}

.tab-price {
  width: 135px;
  border: 2px solid #25316b;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tab-price:hover {
  background-color: hsla(0, 0%, 100%, .05);
}

.tab-price.w--current {
  width: 135px;
  border: 2px solid #25316b;
  background-color: #3949ab;
}

.tab-menu-price {
  left: 50%;
  width: 270px;
  margin-bottom: 20px;
  margin-left: -135px;
  border-radius: 50px;
  background-color: #3949ab;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36));
}

.tab-title {
  display: inline-block;
}

.font-awesome {
  position: relative;
  padding-right: 3px;
  font-family: Fontawesome, sans-serif;
  color: #6099f3;
  font-size: 16px;
}

.order-form {
  height: 100%;
}

.order-form.mobile {
  width: 680px;
}

.div-block-5 {
  position: absolute;
  width: 100%;
}

.column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin-top: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #13848e;
}

.left-column {
  position: relative;
  display: inline-block;
  width: 40%;
  height: 100%;
  padding-top: 50px;
  padding-left: 10px;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.right-column {
  position: relative;
  display: inline-block;
  width: 60%;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.column-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1bb390;
  text-align: center;
}

.page-container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9484b;
}

.container-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.warning-text {
  margin-bottom: 12px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.warning-sub-text {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.warning-image {
  width: 200px;
  padding-bottom: 30px;
}

html.w-mod-js *[data-ix="slide-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="slide-from-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="slide-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="slide-up-map"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-up-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="pop"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .hero.dark {
    height: 650px;
    background-position: 50% 50%;
    background-size: auto 700px;
  }
  .hero.dark.promo {
    height: 650px;
    background-position: 50% 50%;
  }
  .hero.dark.promo.two {
    background-position: 57% 50%;
  }
  .hero.form {
    height: 350px;
  }
  .logo.w--current {
    margin-left: 20px;
  }
  .hero-fg {
    width: 100%;
    height: auto;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .content-section.left.set-height {
    height: 565px;
    padding-top: 0px;
    background-image: url('../images/buddy-bg.jpg');
    background-size: contain;
  }
  .content-section.left.set-height.light-blue {
    height: 500px;
    padding-top: 85px;
  }
  .content-section.left.set-height.europe {
    height: auto;
    padding-top: 40px;
    background-position: 65px 100%;
    background-size: contain;
  }
  .content-section.left.set-height.grey {
    padding-top: 20px;
  }
  .content-section.left.set-height.portal {
    height: auto;
    background-image: url('../images/portal-bg-full.jpg');
    background-position: -71px 100%;
    background-size: contain;
  }
  .content-section.grey.spacer {
    padding-top: 10px;
  }
  .content-section.grey.integration {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    background-image: url('../images/compat-bg.jpg');
    background-position: -30px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-section.map {
    margin-top: -60px;
  }
  .section-header {
    font-size: 45px;
  }
  .section-header.extra-bold {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 38px;
    line-height: 44px;
  }
  .section-header.extra-bold.form {
    font-size: 45px;
  }
  .section-header.extra-bold.form.cloud {
    padding-left: 20px;
  }
  .section-header.extra-bold.promo.white {
    font-size: 39px;
  }
  .section-header.left {
    width: auto;
    margin-left: 10px;
    line-height: 48px;
  }
  .section-header.left.tandc {
    width: 100%;
  }
  .body-text.left {
    width: 100%;
    margin-left: -15px;
  }
  .body-text.left.faq {
    width: 100%;
  }
  .body-text.left.tandc {
    width: 100%;
  }
  .body-text.left.popup {
    margin-left: 0px;
  }
  .body-text.padding {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .body-text.padding.promo {
    width: 100%;
  }
  .body-text.contained {
    width: 95%;
    margin-top: 10px;
  }
  .body-text.contained.left {
    margin-left: 0px;
  }
  .section-subheader {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .section-table {
    height: auto;
    max-width: 100%;
  }
  .table-image {
    margin-top: -222px;
    margin-left: -65px;
    background-position: 50% 100%;
    background-size: auto 500px;
  }
  .image-column {
    margin-top: 130px;
  }
  .image-column.map {
    height: auto;
    margin-top: 5px;
    padding-top: 30px;
  }
  .image-column.faq {
    display: none;
  }
  .image-column.center {
    margin-top: 0px;
  }
  .text-column {
    right: auto;
    padding-left: 0px;
  }
  .text-column.map {
    padding-left: 20px;
  }
  .text-column.white {
    right: auto;
  }
  .text-column.left {
    padding-left: 10px;
  }
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .card {
    width: 150px;
  }
  .zones {
    padding-top: 10px;
  }
  .table-container {
    width: 100%;
    padding: 10px 20px 30px;
  }
  .full-width-image {
    padding-right: 40px;
    padding-left: 40px;
  }
  .login-button {
    right: 20px;
  }
  .map-container {
    width: 100%;
    height: 520px;
    margin-top: 0px;
  }
  .country-title {
    font-size: 80%;
  }
  .table-background {
    width: 95%;
  }
  .hero-table {
    width: 100%;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.main {
    margin-left: 0px;
  }
  .button.main.secondary {
    margin-left: 20px;
  }
  .button-container.promo {
    margin-left: 0px;
  }
  .pricing-container {
    width: 170px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    width: 100%;
  }
  .row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-title {
    max-width: 100%;
    font-size: 45px;
  }
  .section-title.usp {
    padding-right: 10px;
    padding-left: 10px;
  }
  .table-image-left {
    display: none;
  }
  .table-image-left.contained {
    display: block;
    margin-top: 40px;
  }
  .step-text {
    font-size: 20px;
  }
  .steps-background {
    width: 100%;
  }
  .tab {
    padding-right: 20px;
    padding-left: 20px;
  }
  .usp-container {
    width: 45%;
  }
  .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .promo-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .promo-container.two {
    margin-top: 0px;
    padding-right: 0px;
  }
  .tabs-menu {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-tab {
    margin-right: 5px;
    margin-left: 5px;
  }
  .order-form {
    height: 100%;
  }
  .order-form.mobile {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    background-color: #3949ab;
  }
  .nav-link {
    color: #fff;
  }
  .nav-link.w--current {
    padding-left: 14px;
    border-style: none none none solid;
    border-bottom-color: #fff;
    border-left-width: 6px;
    border-left-color: #fff;
    color: #fff;
  }
  .hero.dark {
    height: 700px;
    padding-top: 45px;
    background-position: 44% 50%;
    background-size: cover;
  }
  .hero.dark.promo {
    height: 700px;
    background-position: 50% 0px;
    background-size: contain;
  }
  .hero.dark.promo.two {
    background-color: #2c64b6;
    background-position: 50% 0px;
    background-size: contain;
  }
  .hero.form {
    height: 250px;
    padding-top: 100px;
  }
  .logo {
    margin-left: 30px;
  }
  .hero-fg {
    display: none;
    width: 80%;
  }
  .content-section.colour {
    padding-bottom: 20px;
  }
  .content-section.colour.blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.colour.blue.form {
    padding-top: 20px;
  }
  .content-section.left.set-height {
    height: auto;
    padding-right: 20px;
    padding-bottom: 240px;
    background-position: 0px 100%;
  }
  .content-section.left.set-height.light-blue {
    height: auto;
    padding-bottom: 30px;
  }
  .content-section.left.set-height.europe {
    height: auto;
    padding-bottom: 202px;
    background-position: 50% 100%;
  }
  .content-section.left.set-height.grey {
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .content-section.left.set-height.portal {
    background-position: 0px 100%;
  }
  .content-section.left.padding-top.white {
    padding-top: 70px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section.grey.integration {
    height: auto;
    padding-top: 10px;
    padding-bottom: 400px;
    background-position: 50% 100%;
    background-size: contain;
  }
  .content-section.map {
    margin-top: 0px;
  }
  .content-section.features {
    height: auto;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/globe-bg.png');
    background-image: linear-gradient(180deg, null, null), url('../images/globe-bg.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto 400px;
  }
  .section-header {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 45px;
  }
  .section-header.extra-bold {
    margin-top: 27px;
    font-size: 42px;
    text-align: center;
  }
  .section-header.extra-bold.form.cloud {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .section-header.extra-bold.promo {
    font-size: 42px;
    line-height: 52px;
  }
  .section-header.left {
    width: 440px;
    font-size: 45px;
  }
  .section-header.left.map {
    padding-left: 0px;
  }
  .section-header.left.black.faq {
    margin-left: 0px;
  }
  .body-text {
    width: 100%;
  }
  .body-text.left {
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .body-text.left.faq {
    margin-left: 0px;
  }
  .body-text.padding {
    text-align: center;
  }
  .body-text.contained {
    width: 100%;
  }
  .section-subheader {
    text-align: center;
  }
  .section-table {
    max-width: auto;
  }
  .section-table.coverage {
    display: block;
  }
  .table-image {
    width: 100%;
    height: 300px;
    margin-top: 0px;
    margin-left: 0px;
    background-position: 50% 0px;
    background-size: auto 500px;
  }
  .image-column {
    display: none;
  }
  .image-column.map {
    height: auto;
    padding-left: 20px;
  }
  .image-column.center {
    display: block;
  }
  .text-column.white {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-column.white.image {
    display: none;
    padding-bottom: 29px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-column.white.promo {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-column.left {
    padding-right: 0px;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
    color: #fff;
  }
  .menu-button.w--open {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
    background-color: #222c69;
  }
  .side-menu {
    background-color: #fff;
  }
  .side-menu.open {
    background-color: #3949ab;
  }
  .card {
    width: 115px;
    box-shadow: none;
  }
  .form-container {
    width: 100%;
  }
  .form-container.promo {
    width: 90%;
    margin-top: -220px;
  }
  .form-container.order {
    width: 100%;
    margin-top: 10px;
  }
  .zones {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .zone-card {
    width: 45%;
  }
  .full-width-image.security {
    display: none;
  }
  .full-width-image.security.mobile {
    display: block;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .login-button {
    display: none;
  }
  .login-button.w--current {
    display: none;
  }
  .portal-iframe {
    z-index: 1;
  }
  .map-container {
    height: 460px;
    margin-top: 0px;
  }
  .country-title {
    font-size: 90%;
  }
  .search-embed {
    padding-right: 0px;
    padding-left: 0px;
  }
  .search-header {
    margin-left: 0px;
  }
  .tab-menu {
    display: none;
  }
  .tab-pane {
    padding-top: 126px;
  }
  .table-background {
    width: 100%;
    padding: 0px;
    box-shadow: none;
  }
  .zone-selector {
    display: inline-block;
  }
  .scroll-top {
    right: 20px;
    bottom: 50px;
  }
  .hero-table {
    margin-top: 20px;
  }
  .button.main {
    margin-bottom: 15px;
  }
  .button.main.mobile {
    display: none;
  }
  .empty-column {
    display: none;
  }
  .feature-block {
    width: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button-container {
    margin-bottom: 20px;
  }
  .button-container.promo {
    text-align: center;
  }
  .pricing-container {
    width: 40%;
  }
  .language-select {
    right: 50px;
    display: none;
    width: 65px;
    margin-top: -14px;
  }
  .dropdown-toggle {
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0;
  }
  .table-image-left.contained {
    display: block;
    width: 40%;
  }
  .nav-bar-bg.permanent {
    height: 65px;
  }
  .hero-image {
    display: block;
    width: 50%;
  }
  .popup-container.form {
    z-index: 9999;
    height: 100%;
  }
  .popup-background {
    top: 0%;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 90px;
  }
  .popup-background.form {
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .features-block {
    width: 47%;
  }
  .popup-feature-text {
    padding-left: 0px;
  }
  .popup-feature-text.bold {
    padding-top: 20px;
    padding-left: 0px;
  }
  .close-popup {
    position: fixed;
    top: 30px;
  }
  .blog-tabs-container {
    top: 65px;
  }
  .usp-image-container {
    width: 120px;
    height: 120px;
  }
  .promo-container {
    margin-top: 180px;
    background-color: transparent;
  }
  .promo-container.two {
    margin-top: 220px;
    padding-right: 10px;
  }
  .tabs-menu {
    display: none;
  }
  .hero-tab {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
  }
  .hero-bar-bg {
    display: none;
  }
  .order-form.mobile {
    width: 100%;
    height: 100%;
    padding-top: 20px;
  }
  .column-container {
    width: 85%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .left-column {
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-right: 10px;
    text-align: center;
  }
  .right-column {
    width: 100%;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 140vw;
  }
  .hero.dark {
    height: 750px;
    padding-top: 0px;
    background-position: 61% 50%;
  }
  .hero.dark.promo {
    height: 750px;
    background-position: 59% 0px;
    background-size: 550px;
  }
  .hero.dark.promo.two {
    margin-top: 65px;
    background-position: 50% 0px;
    background-size: 400px;
  }
  .hero.form {
    height: 180px;
    background-position: 61% 50%;
  }
  .logo {
    width: 140px;
    margin-top: 15px;
    margin-left: 20px;
  }
  .logo.w--current {
    width: 140px;
    margin-top: 15px;
    margin-left: 20px;
  }
  .hero-fg {
    display: none;
    margin-top: 55px;
  }
  .content-section.left.set-height {
    padding: 10px 20px 163px;
  }
  .content-section.left.set-height.light-blue {
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .content-section.left.set-height.europe {
    padding-top: 30px;
    padding-bottom: 118px;
  }
  .content-section.left.set-height.grey {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .content-section.grey {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-section.grey.spacer {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-section.grey.integration {
    padding: 10px 20px 260px;
  }
  .content-section.padding.left.tandc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-section.security {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content-section.features {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/globe-bg.png');
    background-image: linear-gradient(180deg, null, null), url('../images/globe-bg.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto 400px;
  }
  .content-section.pricing {
    padding-top: 40px;
  }
  .content-section.usp {
    padding-top: 50px;
  }
  .section-header {
    color: #3949ab;
    font-size: 38px;
    line-height: 40px;
    font-weight: 800;
  }
  .section-header.extra-bold {
    margin-top: 15px;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
  }
  .section-header.extra-bold.form {
    font-size: 38px;
  }
  .section-header.left {
    width: auto;
    margin-left: 0px;
    font-size: 38px;
    line-height: 40px;
  }
  .section-header.left.black.faq {
    padding-right: 0px;
    padding-left: 0px;
  }
  .body-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body-text.left {
    margin-left: 0px;
  }
  .body-text.left.faq {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-subheader {
    display: none;
    font-size: 17px;
  }
  .table-image {
    background-position: 100% 0px;
    background-size: cover;
  }
  .image-column.map {
    display: block;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-column {
    padding-right: 0px;
  }
  .text-column.map {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-column.left {
    padding-left: 0px;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .side-menu {
    background-color: #fff;
  }
  .side-menu.open {
    width: 100%;
  }
  .grid-container {
    margin-top: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card {
    width: 135px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .form-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-container.promo {
    width: 90%;
  }
  .footer-container {
    height: auto;
    text-align: center;
  }
  .footer-mark {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    text-align: center;
  }
  .zones {
    margin-top: -35px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .zone-card {
    width: 100%;
  }
  .zones-container {
    padding-top: 20px;
  }
  .table-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .map-container {
    height: 250px;
  }
  .country-title {
    font-size: 85%;
  }
  .search-header {
    text-align: left;
  }
  .table {
    max-width: 100%;
  }
  .hero-table {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid hsla(0, 0%, 100%, .08);
  }
  .button.main {
    display: none;
    width: 48%;
    margin-top: 10px;
  }
  .button.main.secondary {
    display: inline-block;
    margin-left: 0px;
  }
  .button.main.mobile {
    display: inline-block;
    width: 45%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .empty-column {
    display: none;
  }
  .feature-block {
    width: 40%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .button-container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .button-container.promo {
    margin-bottom: 0px;
  }
  .pricing-container {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq-column {
    margin-top: 0px;
  }
  .language-select {
    display: none;
  }
  .operator-block.accordion {
    width: 139px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .country-name {
    font-size: 14px;
  }
  .operator-name {
    font-size: 14px;
  }
  .data-avail {
    font-size: 14px;
  }
  .section-title {
    font-size: 38px;
    line-height: 48px;
  }
  .section-title.left.padding {
    padding-top: 64px;
  }
  .section-title.usp {
    font-size: 31px;
    line-height: 41px;
  }
  .table-image-left.contained {
    width: 60%;
  }
  .hero-image {
    display: block;
    width: 65%;
    margin-left: -5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .step-number {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }
  .step-text {
    margin-left: 10px;
    font-size: 17px;
  }
  .step-text.white {
    line-height: 41px;
  }
  .popup-container.form {
    z-index: 9999;
  }
  .popup-background {
    padding-right: 20px;
    padding-left: 20px;
  }
  .popup-background.form {
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  .features-block {
    width: 100%;
  }
  .close-popup {
    top: 20px;
    right: 20px;
  }
  .tab {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 11px;
  }
  .tab-header {
    width: 100%;
  }
  .tab-content-container {
    margin-top: -70px;
  }
  .usp-container {
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo-container.two {
    margin-top: 170px;
  }
  .promo-smaller {
    font-size: 29px;
    line-height: 39px;
  }
  .hero-slider {
    height: 685px;
  }
  .pricing-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tab-price {
    display: inline-block;
    width: 40%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-menu-price {
    left: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-form {
    height: 100%;
  }
  .column-container {
    width: 95%;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}