:root {
  --light-grey: #536074;
  --blue: #23325f;
  --grey: #404558;
  --black: #1f2129;
  --dark-blue: #1e1e2d;
  --white: #fff;
  --sky: #3699ff;
  --sky-hovered: #1e8dff;
  --blue-hovered: #314171;
  --dark-purple: #794bea;
  --light-purple: #8950fc;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--light-grey);
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

h1 {
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 500;
  line-height: 53px;
}

h2 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

h3 {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
}

a {
  text-decoration: none;
}

.sg-content-block {
  margin-top: 64px;
}

.button-secondary {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #9c9c9c;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-secondary:hover {
  color: #fff;
  background-color: #949494;
}

.button-secondary:active {
  color: #fff;
}

.button-secondary.small {
  letter-spacing: -.2px;
  background-color: #9c9c9c;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.box-shadow-block {
  height: auto;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0);
  align-self: stretch;
  box-shadow: 0 5px 18px -6px rgba(0, 0, 0, .32);
}

.margin-top-medium {
  margin-top: 40px;
}

.block-quote {
  max-width: 900px;
  color: #080808;
}

.max-width-ml {
  max-width: 600px;
}

.margin-top-large {
  margin-top: 80px;
}

.style-guide-block {
  align-self: stretch;
}

.style-guide-block.icons, .style-guide-block.forms, .style-guide-block.structure {
  margin-top: 128px;
}

.style-guide-block.typography {
  object-fit: fill;
  margin-top: 128px;
}

.style-guide-block.buttons {
  margin-top: 128px;
}

.style-guide-block.global-classes {
  margin-top: 99px;
}

.style-guide-block.rich-text {
  margin-top: 128px;
}

.max-width-large {
  max-width: 800px;
}

.section {
  padding: 120px 20px;
}

.section.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.section.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.bold {
  margin-bottom: 10px;
  font-weight: 600;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 22px;
  line-height: 32px;
}

.radio-button-field {
  display: flex;
}

.color-item-fill {
  height: 150px;
}

.color-item-fill.green {
  background-color: rgba(0, 0, 0, 0);
}

.hidden {
  display: none;
}

.style-guide-display {
  margin-bottom: 50px;
  padding: 25px;
}

.grid-style-guide {
  max-width: none;
  grid-column-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.h2-style {
  font-size: 56px;
  line-height: 64px;
}

.margin-top-xxl {
  margin-top: 120px;
}

.icon-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-sg-block {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;
  box-shadow: 4px 4px 18px -6px rgba(0, 0, 0, .2);
}

.visual-sg-block.dark {
  background-color: #25272a;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.max-width-xxl {
  max-width: 1000px;
}

.container {
  max-width: 1200px;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.centered {
  max-width: 1200px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.nav-top {
  height: 110px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.nav-bottom {
  height: 65px;
}

.container.hero-container {
  justify-content: space-between;
}

.container.capab {
  flex-direction: column;
}

.container.app-container {
  background-image: linear-gradient(#2a2f50, #1b2139), linear-gradient(#3e4b94, #3e4b94);
  border-radius: 10px;
}

.container.tarrifs-container, .container.blog-container {
  flex-direction: column;
}

.container.footer-middle {
  height: 75px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.container.footer-bottom {
  height: 36px;
  margin-top: 20px;
}

.radio-button {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #25272a;
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.radio-button:hover {
  border-color: #9a9ea5;
}

.radio-button.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  border: 5px #25272a;
  border-radius: 50%;
}

.radio-button.w--redirected-focus {
  border-color: #5853ec;
}

.light-text {
  color: #f8f8f8;
}

.h3-style {
  font-size: 40px;
  line-height: 48px;
}

.margin-bottom-xl {
  margin-bottom: 100px;
}

.max-width-tiny {
  max-width: 300px;
}

.max-width-xl {
  max-width: 900px;
}

.sg-description {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sg-description.no-margin {
  background-color: #fff;
  margin-top: 0;
}

.field-buttons-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.margin-top-small {
  margin-top: 20px;
}

._4-col-grid {
  max-width: 1200px;
  grid-column-gap: 50px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.button-item {
  width: 180px;
  margin-right: 48px;
}

.button-item.style-guide-spacer {
  margin-bottom: 0;
}

.button-tertiary {
  color: #25272a;
  letter-spacing: -.8px;
  background-color: #fff;
  border: 1px solid #ccced2;
  align-self: flex-start;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-tertiary:hover {
  color: #25272a;
  background-color: #e6e7e8;
}

.button-tertiary:active {
  color: #25272a;
}

.button-tertiary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-tertiary.sg {
  margin-top: 20px;
}

.sg-nav-link {
  color: #dadada;
  align-self: flex-start;
  margin-bottom: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .3s;
}

.sg-nav-link:hover {
  color: #fff;
  transform: translate(5px);
}

.sg-nav-link.w--current, .sg-nav-link.w--current:hover {
  color: #fff;
}

.margin-top-xl {
  margin-top: 100px;
}

.h5-style {
  font-size: 24px;
  line-height: 32px;
}

.max-width-medium {
  max-width: 500px;
}

.text-area {
  min-height: 200px;
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.text-area:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.margin-bottom-medium {
  margin-bottom: 40px;
}

._2-col-grid {
  max-width: 1200px;
  min-height: auto;
  grid-column-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
}

._2-col-grid.capab-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

._2-col-grid.v-cards-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

._2-col-grid.m-app-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

._2-col-grid.footer-cols {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 90px;
}

._2-col-grid.footer-cols-middle {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 90px;
}

._2-col-grid.footer-cols-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 90px;
}

.margin-top-tiny {
  margin-top: 10px;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-sg {
  margin-top: 50px;
}

.h4-style {
  font-size: 32px;
  line-height: 40px;
}

.color-item {
  border: 1px solid #e6e7e8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.no-margin-bottom {
  margin-bottom: 0;
}

.checkbox {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .04);
}

.checkbox:hover {
  border-color: #9a9ea5;
}

.checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #25272a;
  background-image: url('../images/check-16px.svg');
  background-position: 50%;
  background-size: auto;
  border-color: #5853ec;
}

.checkbox.w--redirected-focus {
  border-color: #5853ec;
}

.menu-block {
  width: 300px;
  background-color: #020c1b;
  padding: 50px;
}

.button-primary {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #25272a;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .3s ease-in-out;
}

.button-primary:hover {
  color: #fff;
  background-color: #afafaf;
}

.button-primary:active {
  color: #fff;
}

.button-primary.small {
  letter-spacing: -.2px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-primary.small:hover {
  background-color: #979797;
}

.margin-bottom-ml {
  margin-bottom: 50px;
}

.h6-style {
  font-size: 20px;
  line-height: 28px;
}

.margin-bottom-tiny {
  margin-bottom: 10px;
}

.error-message {
  color: #25272a;
  background-color: #fdcfce;
  margin-top: 32px;
  padding: 24px;
}

.margin-bottom-large {
  margin-bottom: 80px;
}

.text-span {
  color: #f8f8f8;
  font-weight: 600;
}

.select-field {
  height: 52px;
  color: #9a9ea5;
  letter-spacing: 0;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.select-field:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.paragraph-small {
  max-width: 900px;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 24px;
}

.centered-container {
  max-width: 850px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-small {
  max-width: 400px;
}

.margin-top-ml {
  margin-top: 50px;
}

.content-wrapper.sg-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sg-sticky-nav {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.success-message {
  color: #fff;
  background-color: #5853ec;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom-xxl {
  margin-bottom: 120px;
}

._3-col-grid {
  max-width: 1200px;
  grid-column-gap: 49px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

._3-col-grid.tariffs-grid, ._3-col-grid.blog-grid {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
}

.h1-style {
  font-size: 72px;
  line-height: 80px;
}

.style-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.style-guide-wrapper {
  margin-top: 50px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #e6e7e8;
}

.style-guide-button-wrapper {
  align-items: flex-end;
  display: flex;
}

.style-guide-button-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
}

.input {
  height: 52px;
  color: #686d76;
  letter-spacing: 0;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  color: #25272a;
  border: 1px solid #5853ec;
}

.grid-block.capab-card {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.grid-block.text-under-f-logo {
  height:70px;
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

.grid-block.email-footer {
  height: 44px;
}

.grid-block.footer-links-wrapper {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

.grid-block.footer-copyright {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
}

.heading {
  font-weight: 400;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.top-nav-menu {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.top-nev-left {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.top-nav-right {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
  position: relative;
}

.nav-link:hover {
  color: var(--sky);
}

.nav-link.enter-link {
  padding-left: 10px;
  padding-right: 0;
}

.nav-link.first-link {
  padding-left: 0;
}

.enter-icon {
  color: var(--black);
  margin-top: 3px;
}

.enter-icon.mobile-emnter-icon {
  color: var(--white);
  margin-top: 6px;
}

.enter-icon.footer-icon {
  color: var(--white);
}

.enter-icon-link {
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.enter-icon-link.mobile-enter {
  margin-top: 30px;
}

.enter-icon-link.footer-enter {
  justify-content: flex-end;
}

.button {
  width: 320px;
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 16px 0;
  font-weight: 500;
  line-height: 28px;
  transition: all .2s;
}

.button.sky-blue {
  background-color: var(--sky);
}

.button.sky-blue:hover {
  background-color: var(--sky-hovered);
}

.button.dark-blue {
  background-color: var(--blue);
  margin-top: auto;
}

.button.dark-blue:hover {
  background-color: var(--blue-hovered);
}

.button.button-cta {
  background-color: var(--sky);
}

.button.button-cta:hover {
  background-color: var(--sky-hovered);
}

.button.light-blue {
  width: auto;
  background-color: rgba(35, 50, 95, .85);
  margin-top: auto;
}

.button.light-blue:hover {
  background-color: var(--blue-hovered);
}

.button.tariff-button {
  width: auto;
  background-color: var(--blue);
  margin-top: auto;
}

.button.tariff-button:hover {
  background-color: var(--blue-hovered);
}

.logo-text {
  height: 110px;
  align-items: center;
  display: flex;
}

.logo-text-block {
  width: 200px;
  color: var(--white);
  margin-left: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
}

.enter-text {
  color: var(--black);
  margin-left: 10px;
}

.enter-text.mobile-enter-text, .enter-text.footer-enter {
  color: var(--white);
}

.menu-button {
  z-index: 50;
  display: none;
  position: relative;
}

.mobile-drop-down {
  width: 100vw;
  height: 100vh;
  background-color: var(--dark-blue);
  flex-direction: column;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu-left-align {
  z-index: 45;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-logo-wrap {
  width: auto;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menu-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-contact-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.mob-nav-link {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 22px;
}

.mobile-contacts-link {
  color: var(--white);
}

.hero-section {
  padding: 65px 20px 120px;
  overflow: hidden;
}

.hero-section.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-section.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.hero-section.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.hero-right {
  flex: 1;
  position: relative;
}

.hero-h1 {
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-header-text {
  max-width: 580px;
  margin-bottom: 50px;
  line-height: 28px;
}

.hero-list-wrap {
  margin-bottom: 10px;
}

.hero-list-wrap.last {
  margin-bottom: 55px;
}

.hero-list-item {
  display: flex;
}

.hero-list-icon {
  width: 12px;
  height: 13px;
  margin-right: 8px;
}

.hero-list-text {
  align-self: flex-start;
  font-size: 14px;
  line-height: 14px;
}

.list-icon {
  width: 12px;
  height: 13px;
  min-height: 13px;
  min-width: 12px;
  display: block;
}

.hero-image {
  width: 705px;
  min-width: 705px;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -50px;
  right: auto;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
}

.capabilities {
  background-color: #fafafa;
  padding: 100px 20px 370px;
  position: relative;
}

.capabilities.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.capabilities.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.capabilities.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.capabilities.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.anchor {
  height: 1px;
  position: absolute;
  top: 0;
}

.anchor._2 {
  top: -100px;
}

.anchor._3, .anchor._4, .anchor._5 {
  top: 0;
}

.text-capab {
  max-width: 650px;
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 25px;
}

.text-capab-large {
  max-width: 950px;
  color: var(--grey);
  font-size: 26px;
  line-height: 32px;
}

.text-capab-large.mb-30 {
  margin-bottom: 30px;
}

.text-capab-large.mb-50 {
  margin-bottom: 50px;
}

.text-capab-large.mb-50.mt-50 {
  margin-top: 50px;
}

.head-capab {
  margin-bottom: 50px;
}

.capab-card-head {
  max-width: 460px;
  margin-top: 0;
  margin-bottom: 20px;
}

.capab-card-text {
  max-width: 350px;
  font-size: 14px;
  line-height: 19px;
}

.capab-image {
  position: relative;
}

.capab-img {
  border-radius: 10px;
  position: absolute;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
}

.features {
  padding: 245px 20px 0;
}

.features.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.features.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.features.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.slider {
  padding: 0 20px 100px;
  position: relative;
  overflow: hidden;
}

.slider.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.slider.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.slider.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.slider-container {
  max-width: 1200px;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.slider-container.centered {
  max-width: 1200px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-container.nav-top {
  height: 110px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-container.nav-bottom {
  height: 65px;
}

.slider-container.hero-container {
  justify-content: space-between;
}

.slider-container.capab {
  flex-direction: column;
}

.card {
  box-shadow: none;
  color: var(--grey);
  background-color: #fafafa;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.arrow-right {
  width: 40px;
  height: 40px;
  top: -96px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._5 {
  right: -88%;
}

.carousel-slider._3 {
  right: -44%;
}

.carousel-slider._4 {
  right: -66%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._2 {
  right: -22%;
}

.carousel-slider._8 {
  right: -147%;
}

.carousel-mask {
  width: 52%;
  overflow: visible;
}

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.card-header {
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.card-header.one {
  background-image: url('../images/okeyservice-requests.png');
}

.arrow-left {
  width: 40px;
  height: 40px;
  top: -96px;
  bottom: auto;
  left: auto;
  right: 70px;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.card-body {
  padding: 30px;
}

.arrow-icon {
  width: 40px;
  height: 40px;
}

.slider-dots {
  display: none;
}

.card-header-top {
  padding: 30px;
}

.card-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.card-heading._390 {
  max-width: 390px;
}

.card-heading._475 {
  max-width: 475px;
}

.card-header-image {
  border-radius: 10px;
}

.card-paragraph {
  max-width: 360px;
  margin-bottom: 0;
}

.card-paragraph._480 {
  max-width: 450px;
}

.card-paragraph.reg-p {
  margin-bottom: 30px;
}

.tasks {
  background-color: #fafafa;
  padding: 100px 20px;
  position: relative;
}

.tasks.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tasks.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tasks.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.tasks.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.head-tasks {
  max-width: 320px;
  color: var(--blue);
  margin-bottom: 50px;
}

.head-tasks._440 {
  max-width: 440px;
}

.tasks-header-text {
  max-width: 500px;
  color: var(--grey);
  margin-bottom: 20px;
  line-height: 25px;
}

.task-card-wrap {
  background-color: var(--white);
  border-radius: 10px;
}

.task-card-wrap.mb-30 {
  margin-bottom: 30px;
}

.task-card-header {
  justify-content: space-between;
  padding: 30px 30px 20px;
  display: flex;
}

.task-card-body {
  padding: 0 30px 30px;
}

.task-card-body p {
  max-width: 360px;
  margin-bottom: 0;
}

.tasks-header-image {
  height: 525px;
  position: relative;
}

.tasks-header-image._3 {
  height: 750px;
}

.task-image {
  max-width: none;
  display: block;
  position: absolute;
}

.task-image._1 {
  width: 674px;
  top: 130px;
  right: 60px;
}

.task-image._2 {
  width: 661px;
  top: 130px;
  right: 70px;
}

.task-image._3 {
  width: 295px;
  bottom: 0;
  left: 0;
}

.divider-section {
  padding: 0 20px;
}

.divider-section.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.divider-section.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.divider-section.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.divider-section.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.divider-container {
  height: 1px;
  max-width: 1200px;
  opacity: .5;
  background-color: #b9bbc1;
  flex: 1;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-container.sg {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.divider-container.centered {
  max-width: 1200px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-container.nav-top {
  height: 110px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider-container.nav-bottom {
  height: 65px;
}

.divider-container.hero-container {
  justify-content: space-between;
}

.divider-container.capab {
  flex-direction: column;
}

.cta {
  background-image: linear-gradient(rgba(47, 46, 65, .85), rgba(47, 46, 65, .85)), url('../images/okeyservice-it-company.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 20px;
}

.cta.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.cta.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.cta-button {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text-block {
  max-width: 690px;
  color: var(--white);
  font-size: 26px;
  line-height: 31px;
}

.reg-link {
  color: var(--grey);
  text-decoration: underline;
}

.card-number {
  color: rgba(83, 96, 116, .2);
  font-size: 26px;
  line-height: 31px;
}

.mobile-app {
  padding: 150px 20px;
}

.mobile-app.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mobile-app.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mobile-app.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.mobile-app.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.m-app-wrapper {
  padding-right: 20px;
}

.m-app-logo {
  margin-top: 70px;
}

.m-app-logo-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.m-app-img {
  display: none;
}

.m-app-text {
  margin-bottom: 50px;
}

.m-app-text-text {
  color: var(--white);
}

.m-app-icons {
  margin-bottom: 70px;
}

.app-store-link {
  margin-right: 20px;
}

.huawei-app-gallery-link {
  margin-left: 19px;
  width: 120px;
  height: 35px;
}

.app-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.app-image {
  width: 516px;
  position: absolute;
  top: -80px;
  right: 20px;
}

.tariffs {
  background-color: #fafafa;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.tariffs.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tariffs.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tariffs.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.tariffs.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.lifebuoy-img {
  z-index: 5;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: -10%;
}

.head-tariffs {
  margin-bottom: 50px;
}

.text-tariffs {
  max-width: 450px;
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 18px;
  line-height: 25px;
}

.tariffs-card {
  z-index: 6;
  height: 420px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 50px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 4px 0 40px rgba(0, 0, 0, .1);
}

.tariffs-card-header {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 35px;
}

.tariffs-card-under-h {
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 19px;
}

.tariffs-card-text {
  color: var(--grey);
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.blog {
  padding: 100px 20px 120px;
  position: relative;
}

.blog.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.blog.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.blog.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.blog-text-wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.head-blog {
  margin-bottom: 50px;
}

.link-blog {
  color: var(--black);
  padding-top: 15px;
  transition: all .2s;
}

.link-blog:hover {
  color: var(--sky);
}

.blog-card {
  z-index: 6;
  min-height: 480px;
  background-color: #fafafa;
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.blog-card-header {
  color: var(--black);
  text-align: left;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
}

.blog-card-date {
  color: var(--light-grey);
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
}

.blog-card-text {
  color: var(--grey);
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.blog-card-link {
  color: var(--dark-purple);
  margin-top: auto;
  font-size: 14px;
  line-height: 19px;
  transition: all .2s;
}

.blog-card-link:hover {
  color: var(--light-purple);
}

.blog-image-wrapper {
  min-height: 160px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.blog-image-wrapper._1 {
  background-image: url('../images/positive-female-assistant-office.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-image-wrapper._2 {
  background-image: url('../images/office-desktop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-image-wrapper._3 {
  background-image: url('../images/group-people-working-office.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  background-color: var(--dark-blue);
  padding: 50px 20px 0;
}

.footer.style-hero {
  min-height: 50vh;
  background-color: #020c1b;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer.style-guide {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer.nav-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
}

.footer.nav-top {
  background-color: var(--dark-blue);
  padding: 0 20px;
}

.footer-logo {
  width: 200px;
}

.footer-text-under-logo {
  max-width: 254px;
}

.footer-email {
  color: var(--white);
  text-align: right;
  margin-top: 20px;
}

.footer-link {
  color: var(--white);
  margin-right: 50px;
  font-size: 18px;
  line-height: 25px;
}

.footer-links-grid {
  max-width: 1200px;
  grid-column-gap: 25px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.footer-divider {
  position: relative;
  overflow: hidden;
}

.footer-divider-line {
  width: 300%;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -100%;
  right: auto;
}

.link-policy {
  color: var(--white);
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.modal-form {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
}

.modal-popup {
  width: 500px;
  height: 560px;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 30px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.modal-text {
  font-size: 16px;
  line-height: 21px;
}

.form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.form-button {
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 30px;
}

.form-input {
  margin-bottom: 20px;
}

.form-close {
  cursor: pointer;
  margin-top: 22px;
  margin-right: 20px;
  padding: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block {
  font-size: 14px;
  line-height: 14px;
}

.form-policy-notice {
  margin-top: 20px;
  font-size: 12px;
  line-height: 14px;
}

.link {
  color: var(--sky);
}

.link:hover {
  color: var(--sky-hovered);
}

@media screen and (max-width: 991px) {
  .tablet-left-align {
    text-align: left;
  }

  .grid-style-guide {
    grid-template-columns: 1fr;
  }

  .h2-style {
    font-size: 48px;
    line-height: 56px;
  }

  .tablet-centered {
    text-align: center;
  }

  .container.hero-container {
    flex-direction: column;
  }

  .h3-style {
    font-size: 36px;
    line-height: 44px;
  }

  ._4-col-grid {
    grid-column-gap: 26px;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.v-cards-wrap {
    grid-template-columns: 1fr;
  }

  ._2-col-grid.footer-cols-middle {
    grid-column-gap: 0px;
    grid-template-columns: 1.75fr .25fr;
  }

  .color-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .h4-style {
    font-size: 28px;
    line-height: 36px;
  }

  .menu-block {
    display: none;
  }

  ._3-col-grid {
    grid-column-gap: 25px;
  }

  ._3-col-grid.tariffs-grid, ._3-col-grid.blog-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-style {
    font-size: 64px;
    line-height: 72px;
  }

  .grid-block.capab-card {
    align-items: flex-start;
  }

  .hero-right {
    padding-top: 55px;
    position: static;
  }

  .hero-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .capabilities {
    padding-bottom: 220px;
  }

  .capab-text-wrap {
    margin-right: 20px;
  }

  .capab-card-head {
    min-height: 44px;
  }

  .slider-container.hero-container {
    flex-direction: column;
  }

  .card {
    height: 100%;
  }

  .tasks-header-image {
    height: auto;
  }

  .tasks-header-image._3 {
    height: 320px;
  }

  .task-image._1, .task-image._2, .task-image._3 {
    position: static;
  }

  .divider-container.hero-container {
    flex-direction: column;
  }

  .cta-text-block {
    padding-right: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .app-image {
    top: 15px;
  }

  .lifebuoy-img {
    right: -20%;
  }

  .footer-links-grid {
    grid-column-gap: 26px;
  }
}

@media screen and (max-width: 767px) {
  .sg-content-block.colour {
    margin-top: 40px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.nav-bottom {
    display: none;
  }

  .h2-style {
    font-size: 40px;
    line-height: 48px;
  }

  .container.nav-top {
    height: 60px;
  }

  .container.cta-container {
    flex-direction: column;
  }

  .container.footer-middle, .container.footer-bottom {
    height: auto;
  }

  .mobile-landscape-left-align {
    text-align: left;
  }

  .h3-style {
    font-size: 32px;
    line-height: 40px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h5-style {
    font-size: 24px;
    line-height: 32px;
  }

  ._2-col-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  ._2-col-grid.footer-cols {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr;
    margin-bottom: 50px;
  }

  ._2-col-grid.footer-cols-middle {
    grid-template-rows: auto auto;
    grid-template-columns: 1.75fr;
    margin-bottom: 20px;
  }

  ._2-col-grid.footer-cols-bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    margin-bottom: 0;
  }

  .mobile-landscape-centered {
    text-align: center;
  }

  ._3-col-grid {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

  .h1-style {
    font-size: 56px;
    line-height: 64px;
  }

  .grid-block.f-logo {
    margin-bottom: 20px;
  }

  .grid-block.text-under-f-logo {
    margin-bottom: 95px;
  }

  .navigation {
    z-index: 30;
    width: 100%;
    position: fixed;
  }

  .logo-link {
    padding-left: 0;
  }

  .button.sky-blue {
    display: none;
  }

  .logo-text {
    height: 60px;
  }

  .logo-text-block {
    display: none;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .menu-button-wrapper {
    height: 60px;
    padding-top: 23px;
  }

  .menu-top-line {
    width: 26px;
    height: 2px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-middle-line {
    width: 26px;
    height: 2px;
    background-color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-bottom-line {
    width: 26px;
    height: 2px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section.nav-bottom {
    display: none;
  }

  .capabilities {
    padding-bottom: 160px;
  }

  .capabilities.nav-bottom {
    display: none;
  }

  .anchor {
    top: 0;
  }

  .anchor._2 {
    top: -60px;
  }

  .anchor._3, .anchor._4, .anchor._5 {
    top: -10px;
  }

  .features.nav-bottom {
    display: none;
  }

  .slider {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .slider.nav-bottom {
    display: none;
  }

  .slider-container.nav-top {
    height: 60px;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._5 {
    right: -56%;
  }

  .carousel-slider._3 {
    right: -28%;
  }

  .carousel-slider._4 {
    right: -42%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._2 {
    right: -14%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 64%;
  }

  .tasks {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tasks.nav-bottom {
    display: none;
  }

  .task-image._1, .task-image._2, .task-image._3 {
    max-width: 100%;
  }

  .divider-section.nav-bottom {
    display: none;
  }

  .divider-container.nav-top {
    height: 60px;
  }

  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta.nav-bottom {
    display: none;
  }

  .cta-text-block {
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .mobile-app {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mobile-app.nav-bottom {
    display: none;
  }

  .m-app-wrapper {
    padding-right: 0;
  }

  .m-app-logo {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .m-app-img {
    display: block;
  }

  .m-app-text {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .m-app-text-text {
    text-align: center;
    font-size: 16px;
  }

  .m-app-icons {
    justify-content: center;
    display: flex;
  }

  .app-image-wrapper {
    display: none;
  }

  .image {
    width: 50%;
    margin-bottom: 20px;
    margin-left: 27%;
  }

  .tariffs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tariffs.nav-bottom {
    display: none;
  }

  .blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog.nav-bottom {
    display: none;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer.nav-bottom {
    display: none;
  }

  .footer-link {
    margin-bottom: 20px;
    display: block;
  }

  .footer-links-grid {
    grid-template-columns: 1fr 1fr;
  }

  .modal-popup {
    width: 440px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-block.icons, .style-guide-block.forms, .style-guide-block.typography, .style-guide-block.buttons, .style-guide-block.rich-text {
    margin-top: 72px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h2-style {
    font-size: 36px;
    line-height: 40px;
  }

  .mobile-left-align {
    text-align: left;
  }

  .icon-grid {
    flex-wrap: wrap;
  }

  .h3-style {
    font-size: 28px;
    line-height: 36px;
  }

  .button-item.style-guide-spacer {
    margin-bottom: 24px;
  }

  .h5-style {
    font-size: 20px;
    line-height: 28px;
  }

  .color-grid {
    grid-template-columns: 1fr;
  }

  .h4-style {
    font-size: 24px;
    line-height: 32px;
  }

  .h6-style {
    font-size: 16px;
    line-height: 28px;
  }

  .mobile-centered {
    text-align: center;
  }

  .h1-style {
    font-size: 48px;
    line-height: 56px;
  }

  .style-guide-button-wrapper, .style-guide-button-wrapper.margin-bottom-32 {
    flex-wrap: wrap;
  }

  .grid-block.capab-card {
    padding: 20px;
  }

  .button.dark-blue {
    width: 100%;
  }

  .button.dark-blue.footer-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button.light-blue, .button.tariff-button {
    width: 100%;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
  }

  .hero-list-text {
    font-size: 16px;
    line-height: 16px;
  }

  .list-icon {
    margin-top: 1px;
  }

  .capabilities {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .anchor._2 {
    top: 0;
  }

  .anchor._3, .anchor._4, .anchor._5 {
    top: 20px;
  }

  .features {
    padding-top: 100px;
  }

  .slider {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .arrow-right {
    width: 26px;
    height: 26px;
    top: -83px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._5, .carousel-slider._3, .carousel-slider._4, .carousel-slider._7, .carousel-slider._2, .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .card-header {
    margin-left: 20px;
    margin-right: 20px;
  }

  .arrow-left {
    width: 26px;
    height: 26px;
    top: -83px;
    right: 40px;
  }

  .card-body {
    padding: 20px;
  }

  .arrow-icon {
    width: 26px;
    height: 26px;
    display: block;
  }

  .card-header-top {
    padding: 20px;
  }

  .card-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .card-paragraph {
    font-size: 16px;
    line-height: 22px;
  }

  .card-paragraph.reg-p {
    margin-bottom: 20px;
  }

  .tasks {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .task-card-header, .task-card-body {
    padding: 20px;
  }

  .tasks-header-image._3 {
    height: auto;
  }

  .cta, .mobile-app {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .m-app-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m-app-logo-text {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
  }

  .m-app-text {
    margin-bottom: 30px;
  }

  .m-app-icons {
    margin-bottom: 50px;
  }

  .app-store-link {
    margin-right: 10px;
  }
  
  .huawei-app-gallery-link {
      width: 120px;
      height: 35px;
  }

  .image {
    width: 70%;
    margin-left: 18%;
  }

  .tariffs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lifebuoy-img {
    top: 120px;
  }

  .tariffs-card {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-blog {
    flex: none;
    padding-top: 7px;
    font-size: 14px;
  }

  .blog-card {
    padding: 20px 20px 30px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .modal-popup {
    width: 95%;
  }
}

#w-node-bb103f03-bc81-add6-01eb-e9017e64f88a-43f2af13, #w-node-bb103f03-bc81-add6-01eb-e9017e64f88b-43f2af13, #w-node-_4022e7a4-da5d-d3ae-234d-1acecdce9ce7-43f2af13, #w-node-_2c5215ec-306f-0824-8de9-3a95bc150bbb-43f2af13, #w-node-_71b24532-babc-1204-70ff-0132e9354308-43f2af13, #w-node-_7b67d112-2e61-6cc4-7ddf-7b74dc0c2961-43f2af13, #w-node-_355de3bd-dcab-2b8d-f096-5f808d5e43f9-43f2af13, #w-node-_448dea62-8e54-6320-3b2f-216d27a30265-43f2af13, #w-node-_7febf174-0276-8825-e460-f348fb250f75-43f2af13, #w-node-_7febf174-0276-8825-e460-f348fb250f76-43f2af13, #w-node-cc177436-26a0-448f-e61d-e2c9e39b743a-43f2af13, #w-node-cc177436-26a0-448f-e61d-e2c9e39b7443-43f2af13, #w-node-afb4b696-7ef4-2411-9992-156a40172d61-43f2af13, #w-node-afb4b696-7ef4-2411-9992-156a40172d68-43f2af13, #w-node-f4e6ccc4-5d21-37b7-79d5-e7bb1cddfb34-43f2af13, #w-node-f4e6ccc4-5d21-37b7-79d5-e7bb1cddfb35-43f2af13, #w-node-_62d007db-367c-9b96-c644-79fd78e63827-43f2af13, #w-node-_62d007db-367c-9b96-c644-79fd78e63828-43f2af13, #w-node-_62d007db-367c-9b96-c644-79fd78e63829-43f2af13, #w-node-a59a3d4c-31d3-d8fd-6716-f2bc708512c1-43f2af13, #w-node-a59a3d4c-31d3-d8fd-6716-f2bc708512cb-43f2af13, #w-node-a59a3d4c-31d3-d8fd-6716-f2bc708512d5-43f2af13, #w-node-_2c2b5b73-2de8-f5ec-5143-dbddc9472f21-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c2b5b73-2de8-f5ec-5143-dbddc9472f22-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4eba7328-8ce4-a2fd-8c61-95856058c598-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61bd85ad-73c5-d8d3-7b82-cb1ea9399020-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dedae0c6-5458-68b3-26b0-fd62e893a4bb-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dedae0c6-5458-68b3-26b0-fd62e893a4be-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_225806ee-6356-cba6-39c4-59f410eb2145-43f2af13, #w-node-_225806ee-6356-cba6-39c4-59f410eb2155-43f2af13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bd63f27-2ff1-9607-346a-d3b1bbc5e470-43f2af14 {
  justify-self: stretch;
}

#w-node-_2bd63f27-2ff1-9607-346a-d3b1bbc5e5c9-43f2af14, #w-node-_2bd63f27-2ff1-9607-346a-d3b1bbc5e5ca-43f2af14, #w-node-_2bd63f27-2ff1-9607-346a-d3b1bbc5e5cb-43f2af14, #w-node-_2bd63f27-2ff1-9607-346a-d3b1bbc5e5cc-43f2af14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_2c2b5b73-2de8-f5ec-5143-dbddc9472f22-43f2af13 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_4eba7328-8ce4-a2fd-8c61-95856058c598-43f2af13 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_61bd85ad-73c5-d8d3-7b82-cb1ea9399020-43f2af13, #w-node-dedae0c6-5458-68b3-26b0-fd62e893a4be-43f2af13, #w-node-_225806ee-6356-cba6-39c4-59f410eb2155-43f2af13 {
    justify-self: start;
  }
}


