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

body {
  font-family: 'SF Pro Text', sans-serif;
  color: #242c33;
  font-size: 19px;
  line-height: 1.42em;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.62px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.62px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 34px;
  line-height: 1.295em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.42em;
  font-weight: 700;
  letter-spacing: -0.34px;
}

p {
  margin-bottom: 0px;
}

a {
  line-height: 1.42em;
  text-decoration: underline;
}

.navigation-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation-bar---link {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-left: 0px;
  padding: 0px;
  color: #1a98ff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-bar---link:hover {
  text-decoration: underline;
}

.navigation-bar---link.w--current {
  color: #242c33;
}

.navigation-bar---link.is-visible-mobile {
  display: block;
}

.navigation-bar---link.disableenterprise {
  display: none;
}

.navigation-bar---logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 32px;
  -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;
}

.button---rounded---secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 44px;
  padding-right: 16px;
  padding-left: 16px;
  -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: 2px;
  border-color: #1a98ff;
  border-radius: 26px;
  background-color: #fff;
  -webkit-transition: background-color 300ms cubic-bezier(.075, .82, .165, 1), color 300ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 300ms cubic-bezier(.075, .82, .165, 1), color 300ms cubic-bezier(.075, .82, .165, 1);
  color: #242c33;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.button---rounded---secondary.spacing {
  margin-right: 10px;
  -webkit-transition: color 300ms cubic-bezier(.165, .84, .44, 1), background-color 300ms cubic-bezier(.165, .84, .44, 1);
  transition: color 300ms cubic-bezier(.165, .84, .44, 1), background-color 300ms cubic-bezier(.165, .84, .44, 1);
}

.button---rounded---secondary.spacing:hover {
  background-color: #1a98ff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #fff;
}

.navigation-bar---menu-items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button---rounded---primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 44px;
  padding-right: 16px;
  padding-left: 16px;
  -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: none;
  border-width: 2px;
  border-color: #1a98ff;
  border-radius: 26px;
  background-color: #1a98ff;
  -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.button---rounded---primary:hover {
  background-color: #ff9600;
}

.home---hero {
  overflow: visible;
  height: 770px;
  background-color: #fafbfb;
  background-image: url('../images/header_background_full.png');
  background-position: 50% 0%;
  background-size: cover;
}

.page-title {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 72px;
}

.home---hero---app-store-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-store-badge-container {
  position: relative;
  margin-right: 10px;
}

.app-store-badge-container.products-page {
  max-width: none;
  margin-top: 50px;
}

.home---vision {
  margin-top: 150px;
  margin-bottom: 150px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.vision---heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/text_mesh_gradient2x.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.home---main-feature-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.home---main-feature---presentation {
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #f2f5f7;
}

.grid-container-12-1 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-container-12-1.is-pos-relative {
  position: relative;
}

.grid-container-12-1.c-footer__bottom-bar {
  margin-top: 50px;
  margin-bottom: 0px;
  padding-top: 50px;
  border-top: 1px solid #d2d6d9;
}

.main-feature---icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  z-index: 20;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.main-feature---icon.is-positioned-right {
  right: -40px;
}

.main-feature---icon.is-positioned-left {
  left: -40px;
}

.c-main-feature__shadow-container {
  position: absolute;
  left: 50%;
  bottom: -12.5%;
  z-index: -1;
  width: 80%;
  height: 80%;
  margin-left: -40%;
}

.c-main-feature__shadow {
  width: 193.75%;
  height: 193.75%;
  max-width: none;
  margin-top: -48.4375%;
  margin-left: -48.4375%;
}

.feature-mockup---device-bottom {
  position: absolute;
  left: 50%;
  top: 64px;
  width: 300px;
  height: 600px;
  margin-left: -150px;
}

.feature-mockup-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home---other-features---badge {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1a98ff;
  color: #fff;
  font-size: 17px;
  line-height: 1.295em;
  font-weight: 600;
}

.home---products {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fcfdfd;
}

.description {
  margin-bottom: 0px;
}

.home---products---worldmap {
  position: absolute;
  left: 380px;
  z-index: 0;
  width: 794px;
  height: 420px;
  background-image: url('../images/background_world_map2x.png');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.home---languages---description {
  position: relative;
}

.home---products---product-list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home---product-list---item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a98ff;
  font-size: 14px;
}

.footer---wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'SF Pro Text', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.34px;
}

.text-span {
  color: #1a98ff;
}

.footer---link-container---list {
  margin-bottom: 20px;
  color: #919699;
  font-size: 14px;
  line-height: 20px;
}

.footer---link-container---list.is-last {
  margin-bottom: 0px;
}

.footer---products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer---products---item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer---products---icon {
  width: 20px;
  height: 20px;
  font-size: 0px;
  line-height: 0px;
}

.footer---products---name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919699;
  font-size: 14px;
  line-height: 20px;
}

.footer---product-icon {
  width: 20px;
  height: 20px;
  max-width: none;
}

.footer---products-column {
  margin-right: 30px;
}

.footer---link {
  display: block;
  color: #919699;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer---link:hover {
  text-decoration: underline;
}

.footer---link.inactive {
  display: none;
}

.footer---social-media-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer---social-media-bar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0px;
  line-height: 0px;
}

.footer---social-media-bar---icon {
  width: 100%;
  height: auto;
  max-width: none;
}

.home---languages {
  margin-top: 150px;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fcfdfd;
  background-image: url('../images/section_background_languages.png');
  background-position: 50% 0%;
  background-size: cover;
}

.s-link__default {
  color: #1a98ff;
  text-decoration: none;
}

.s-link__default:hover {
  text-decoration: underline;
}

.app-store-badge {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: 160px;
}

.app-store-badge-shadow {
  position: absolute;
  left: 50%;
  bottom: -14.2857142857%;
  z-index: 0;
  width: 90%;
  height: 85.7142857143%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -45%;
  opacity: 0;
}

.badge-shadow {
  width: 140.2777777778%;
  max-width: none;
  margin-top: -20.8333333333%;
  margin-left: -20.1388888889%;
  opacity: 1;
}

.grid-container-12-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.grid-container-12-2.is-pos-relative {
  position: relative;
}

.footer---products-container {
  margin-top: 50px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-bar---content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-button-secondary-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 52px;
  padding-right: 20px;
  padding-left: 20px;
  -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: 2px;
  border-color: #1a98ff;
  border-radius: 26px;
  background-color: #fff;
  -webkit-transition: background-color 300ms cubic-bezier(.075, .82, .165, 1), color 300ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 300ms cubic-bezier(.075, .82, .165, 1), color 300ms cubic-bezier(.075, .82, .165, 1);
  color: #242c33;
  font-size: 17px;
  line-height: 1.295em;
  font-weight: 700;
  text-decoration: none;
}

.c-button-secondary-mobile.spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: color 300ms cubic-bezier(.165, .84, .44, 1), background-color 300ms cubic-bezier(.165, .84, .44, 1);
  transition: color 300ms cubic-bezier(.165, .84, .44, 1), background-color 300ms cubic-bezier(.165, .84, .44, 1);
}

.c-button-secondary-mobile.spacing:hover {
  background-color: #1a98ff;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #fff;
}

.c-button-primary-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 32px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -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: none;
  border-width: 2px;
  border-color: #1a98ff;
  border-radius: 26px;
  background-color: #1a98ff;
  -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 17px;
  line-height: 1.295em;
  font-weight: 700;
  text-decoration: none;
}

.c-button-primary-mobile:hover {
  background-color: #ff9600;
}

.navigation-bar---mobile {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.app-store-badges-mobile {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-navigation {
  display: none;
}

.navigation-bar---mobile---menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70%;
  max-height: 100%;
  max-width: 100%;
  -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: #f2f5f7;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cookie-bar {
  position: fixed;
  bottom: 20px;
  z-index: 20000;
  display: block;
  width: 100%;
}

.cookie-bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #242c33;
  color: #fff;
}

.cookie-bar-info {
  margin-right: 20px;
}

.apps {
  margin-bottom: 150px;
}

.apps---app-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.apps---app-container.is-last {
  margin-bottom: 0px;
}

.apps---app-preview {
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #f2f5f7;
}

.apps---app-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  z-index: 20;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.apps---app-icon.is-positioned-right {
  right: -40px;
}

.apps---app-icon.is-positioned-left {
  left: -40px;
}

.apps---app-device-mockup {
  position: absolute;
  left: 50%;
  top: 64px;
  z-index: 10;
  width: 300px;
  height: 600px;
  margin-left: -150px;
}

.apps---app-icon-shadow-container {
  position: absolute;
  left: 50%;
  bottom: -12.5%;
  z-index: -1;
  width: 80%;
  height: 80%;
  margin-left: -40%;
}

.apps---app-mockup-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.apps---app-icon-shadow-image {
  width: 193.75%;
  height: 193.75%;
  max-width: none;
  margin-top: -48.4375%;
  margin-left: -48.4375%;
}

.link {
  color: #1a98ff;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link---blue {
  color: #1a98ff;
  text-decoration: none;
}

.link---blue:hover {
  text-decoration: underline;
}

.link---orange {
  color: #ff9500;
  text-decoration: none;
}

.link---orange:hover {
  text-decoration: underline;
}

.link---pink {
  color: #ff4c6a;
  text-decoration: none;
}

.link---pink:hover {
  text-decoration: underline;
}

.background-color---itranslate-blue {
  background-color: #1a98ff;
}

.background-color---soft-white {
  background-color: #fcfcfc;
}

.apps---app-mockup-container-background-itranslate {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/app_mockup_container_background_itranslate2x.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.apps---app-mockup-container-background-converse {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/app_mockup_container_background_itranslate_converse.svg');
  background-position: 50% -200%;
  background-size: 113% 113%;
  background-repeat: no-repeat;
}

.apps---app-mockup-container-background-lingo {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/app_mockup_container_background_itranslate_lingo2x.png');
  background-position: 50% 0%;
  background-size: cover;
}

.apps---app-icon---ada {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/iconAppleDesignAward.png');
  background-position: 50% 50%;
  background-size: 44px 44px;
  box-shadow: 0 4px 4px -2px rgba(36, 44, 51, 0.6);
}

.apps---other-platforms {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f5f7;
}

.content-container {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.apps---other---container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.apps---other---app-item {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.apps---other---app-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding: 28px;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 2px solid transparent;
  background-color: #e3e6e8;
}

.apps---other---description {
  padding-right: 30px;
  padding-left: 30px;
}

.button---rectangular---default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  max-width: 180px;
  padding-right: 20px;
  padding-left: 20px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #242c33;
  -webkit-transition: background-color 300ms cubic-bezier(.075, .82, .165, 1);
  transition: background-color 300ms cubic-bezier(.075, .82, .165, 1);
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}

.button---rectangular---default:hover {
  background-color: #1a98ff;
}

.apps---other---app-icon-container {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.h1---page-title---white {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'SF Pro Display', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.2em;
}

.description---white {
  margin-bottom: 0px;
  color: #fff;
}

.temp---apps---header---title {
  font-family: 'SF Pro Display', sans-serif;
  color: #242c33;
  font-size: 100px;
  line-height: 1em;
  font-weight: 700;
}

.color---blue {
  color: #1a98ff;
}

.color---orange {
  color: #ff9500;
}

.color---pink {
  color: #ff4c6a;
}

.button---rectangular---label {
  width: 100%;
  text-decoration: none;
}

.temp---apps---header---container {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.temp---apps---header---introduction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #242c33;
}

.temp---apps---header---titles {
  display: block;
  padding-top: 150px;
  padding-bottom: 150px;
  -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: #f2f5f7;
}

.temp---apps---header {
  margin-top: 92px;
  margin-bottom: 100px;
}

.temp---apps---header---introduction---content {
  width: 100%;
  max-width: 350px;
  margin-right: 45px;
  margin-left: 45px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 100%;
  margin-right: 45px;
  margin-left: 45px;
  -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;
}

.enterprise---header {
  height: 600px;
  background-image: url('../images/enterprise_header_background.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.enterprise---introduction {
  margin-top: -100px;
}

.enterprise---introduction---container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.enterprise---introduction---preview-image---container {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fcfdfd;
}

.enterprise---introduction---preview-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.enterprise---introduction---intro-text {
  width: 540px;
  margin-top: -67px;
}

.enterprise---introduction---cta {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 38px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.text-block-3 {
  display: inline-block;
}

.enterprise---introduction---areas-list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.enterprise---introduction---list-item {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 38px;
  line-height: 1.2em;
}

.enterprise---products {
  margin-top: 150px;
}

.enterprise---products---heading {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.enterprise---products---product-list {
  background-color: #fcfdfd;
}

.enterprise---product-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.enterprise---product-preview {
  position: relative;
  z-index: 10;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: #f2f5f7;
}

.enterprise---product-icon {
  position: absolute;
  left: auto;
  top: 50%;
  right: auto;
  z-index: 20;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.enterprise---product-icon.is-positioned-right {
  right: -40px;
}

.enterprise---product-icon.is-positioned-left {
  left: -40px;
}

.enterprise---product-icon-shadow-container {
  position: absolute;
  left: 50%;
  bottom: -12.5%;
  z-index: -1;
  width: 80%;
  height: 80%;
  margin-left: -40%;
}

.enterprise---product-icon-shadow-image {
  width: 193.75%;
  height: 193.75%;
  max-width: none;
  margin-top: -48.4375%;
  margin-left: -48.4375%;
}

.enterprise---product-preview-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.enterprise---product-preview-container-background-custom-solutions {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/product_preview_container_background_custom_solutions.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.enterprise---why-itranslate---grid-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 125px;
  -ms-grid-columns: 350px 7fr;
  grid-template-columns: 350px 7fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.enterprise---key-features---list-item {
  margin-bottom: 20px;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 38px;
  line-height: 1.2em;
}

.enterprise---key-features---list-item.is-last {
  margin-bottom: 0px;
}

.enterprise---why-itranslate {
  padding-top: 150px;
  padding-bottom: 150px;
}

.enterprise---key-features---list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.enterprise---product-preview-container-background-teams {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/app_mockup_container_background_itranslate2x.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.link---dark-gray {
  color: #242c33;
  text-decoration: none;
}

.link---dark-gray:hover {
  text-decoration: underline;
}

.link---dark-gray.link---underlined:hover {
  color: #1a98ff;
}

.link---underlined {
  text-decoration: underline;
}

.enterprise---product-preview---product-a {
  position: absolute;
  left: 60px;
  top: 64px;
  z-index: 10;
  width: 280px;
}

.enterprise---product-preview---product-b {
  position: absolute;
  top: 114px;
  right: 30px;
  width: 250px;
}

.enterprise---product-preview---product-c {
  position: absolute;
  left: 30px;
  top: 54px;
  width: 750px;
}

.webapp {
  margin-top: 0px;
  margin-bottom: 150px;
}

.webapp-script {
  display: none;
}

.home---products---description {
  position: relative;
}

.body-2 {
  height: 100%;
}

.body-3 {
  height: 100%;
}

.default-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.default-container.height---100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.default-container.scroll-menu {
  position: relative;
}

.default-container.translation-api---faq {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-container.center {
  text-align: center;
}

.default-container.gray-bg {
  padding-top: 95px;
  padding-bottom: 95px;
  border-radius: 20px;
  background-color: #f2f5f7;
}

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

.default-container.privacy {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-container.teamsbg {
  background-image: url('../images/mesh-gradients-mesh-gradient-variant-b3x.png');
  background-position: 0% 230px;
  background-size: 1320px;
  background-repeat: no-repeat;
}

.style-guide---background-color-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-color---dark-gray {
  background-color: #242c33;
}

.background-color---medium-gray {
  background-color: #919699;
}

.background-color---light-gray {
  background-color: #d2d6d9;
}

.background-color---ultralight-gray {
  background-color: #f2f5f7;
}

.style-guide---text-color-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-color---itranslate-blue {
  color: #1a98ff;
}

.text-color---dark-gray {
  color: #242c33;
}

.text-color---medium-gray {
  color: #919699;
}

.text-color---light-gray {
  color: #d2d6d9;
}

.text-color---ultralight-gray {
  color: #f2f5f7;
}

.style-guide---text-color-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 5px;
  -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-style: solid;
  border-width: 1px;
  border-color: #f2f5f7;
  border-radius: 12px;
}

.style-guide---text-color-item---dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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: 12px;
  background-color: #d2d6d9;
}

.text-color---soft-white {
  color: #fcfcfc;
}

.margin---top---default {
  margin-top: 150px;
}

.style-guide---background-color-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 5px;
  -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: 12px;
}

.style-guide---background-color-item.background-color---typeright-purple {
  background-color: #73f;
}

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

.style-guide---text-alignment-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.text-alignment---center {
  text-align: center;
}

.text-alignment---right {
  text-align: right;
}

.style-guide---text-alignment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f5f7;
}

.style-guide---text-alignment-item---container {
  width: 100%;
}

.text-alignment---justify {
  text-align: justify;
}

.style-guide---section-title {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(26, 152, 255, 0.3);
  font-family: 'SF Pro Display', sans-serif;
  color: #1a98ff;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.62px;
}

.margin---bottom---default {
  margin-bottom: 150px;
}

.style-guide---class-name-badge {
  display: inline-block;
  height: 24px;
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #4b78be;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
}

.style-guide---class-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-guide---margins-grid-container {
  display: -ms-grid;
  display: grid;
  overflow: scroll;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 100px 100px 100px 100px 160px 1fr;
  grid-template-columns: 100px 100px 100px 100px 160px 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.style-guide---table-cell---center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.style-guide---table-cell---left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -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;
}

.padding---top---default {
  padding-top: 150px;
}

.padding---bottom---default {
  padding-bottom: 150px;
}

.footer---grid-container-top {
  display: -ms-grid;
  display: grid;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 7.5fr 30px 4.5fr;
  grid-template-columns: 7.5fr 4.5fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #d2d6d9;
}

.footer---link-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer---link-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer---grid-container-bottom {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 7.5fr 4.5fr;
  grid-template-columns: 7.5fr 4.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer---social-icons-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navigation-bar-mobile---link-button---primary {
  display: block;
  margin-left: 0px;
  padding: 0px;
  color: #1a98ff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-bar-mobile---link-button---primary:hover {
  text-decoration: underline;
}

.navigation-bar-mobile---link-button---primary.w--current {
  color: #242c33;
}

.feature-mockup---device-top {
  position: absolute;
  left: 50%;
  bottom: 64px;
  width: 300px;
  height: 600px;
  margin-left: -150px;
}

.home---privacy---description {
  width: 540px;
}

.home---privacy---description---container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home---privacy---artwork {
  position: relative;
  width: 488px;
  height: 488px;
}

.navigation-bar---shadow {
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 0 rgba(36, 44, 51, 0.2);
  opacity: 1;
}

.home---privacy---artwork---container {
  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;
}

.home---privacy---artwork---icon {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.home---privacy---artwork---background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/privacy_artwork_background2x.png');
  background-position: 50% 50%;
  background-size: 488px;
  background-repeat: no-repeat;
}

.image-6 {
  width: 100%;
  height: auto;
}

.home---features-overview---grid-container {
  display: -ms-grid;
  display: grid;
  padding: 100px 140px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.home---features-overview---feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.home---features-overview---feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home---features-overview---feature-description {
  width: 100%;
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
}

.home---features-overview---feature-name {
  width: 100%;
  color: #fff;
  font-size: 26px;
  line-height: 1.2em;
  text-align: center;
}

.mockup---video-device {
  position: relative;
  width: 100%;
}

.mockup---video-device---video-container {
  position: absolute;
  left: 6.712962963%;
  top: 2.9548088065%;
  z-index: 10;
  width: 86.8055555556%;
  height: 94.2%;
}

.mockup---video-device---device-frame {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.video {
  height: 100%;
}

.mockup---video-device-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 132.4074074074%;
  height: 113.4414831981%;
  background-image: url('../images/device_video_stencil_iphone11pro_shadow2x.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.div-block-30 {
  width: 350px;
}

.div-block-31 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 8fr 2fr;
  grid-template-columns: 2fr 8fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home---vision---description {
  margin-top: 30px;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.home---media-coverage---ada-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  -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;
  background-image: url('../images/gradient_separator_vertical.svg');
  background-position: 100% 0%;
  background-size: 1px 132px;
  background-repeat: no-repeat;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 132px;
  border-bottom: 1px solid #f2f5f7;
}

.home---media-coverage---media-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home---media-coverage---media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home---media-coverage---logo-item-s {
  height: 22px;
}

.home---media-coverage---logo-item-m {
  height: 28px;
}

.home---media-coverage---logo {
  height: 100%;
}

.link-block {
  height: 100%;
  float: left;
  font-size: 1px;
}

.apps---products-menu.background-color---dark-gray {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 9999;
  width: 100%;
}

.apps---products-menu---scroll-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.apps---products-menu---other-products-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 8px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: 16px 16px;
  grid-template-rows: 16px 16px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  position: relative;
  margin-right: 50px;
}

.div-block-37 {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-4 {
  font-size: 10px;
  line-height: 1.6em;
  font-weight: 600;
  text-decoration: none;
}

.text-block-5 {
  font-size: 15px;
  line-height: 1.066667em;
  font-weight: 600;
  text-decoration: none;
}

.text-color---converse-orange {
  color: #ff9500;
}

.text-color---voice-purple {
  color: #b367ff;
}

.text-color---lingo-pink {
  color: #ff4c6a;
}

.apps---products-menu-item---hover {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-top: -10px;
  margin-left: -10px;
  padding: 10px;
  border-radius: 14px;
  opacity: 0;
}

.background-color---converse-orange {
  background-color: #ff9500;
}

.background-color---voice-purple {
  background-color: #b367ff;
}

.background-color---lingo-pink {
  background-color: #ff4c6a;
}

.apps---products-menu---handle {
  position: absolute;
  left: 46px;
  top: -10px;
  width: 30px;
  height: 12px;
  background-image: url('../images/popover_handle.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.apps---products-menu---icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.apps---products-menu---product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.apps---products-menu---name {
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
}

.apps---products-menu---name:hover {
  text-decoration: underline;
}

.section-anchor {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  margin-top: -172px;
}

.link---purple {
  color: #b367ff;
  text-decoration: none;
}

.link---purple:hover {
  text-decoration: underline;
}

.div-block-42 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 3fr 6fr 3fr;
  grid-template-columns: 3fr 6fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.ratings-slider---star-rating {
  width: 220px;
  margin-bottom: 0px;
}

.rating---quote {
  font-family: 'SF Pro Rounded', sans-serif;
  color: #1a98ff;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1.15px;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.home---hero---ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rating---slide-container {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mask {
  max-width: 540px;
}

.ratings-slider---gradient-left {
  position: absolute;
  left: -100px;
  z-index: 10;
  display: none;
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fafbfb), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fafbfb, hsla(0, 0%, 100%, 0));
}

.ratings-slider---gradient-right {
  position: absolute;
  right: 0px;
  z-index: 10;
  display: none;
  width: 100px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fafbfb), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fafbfb, hsla(0, 0%, 100%, 0));
}

.div-block-46 {
  display: none;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 6fr 1fr 4fr 1fr;
  grid-template-columns: 6fr 1fr 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home---hero---content---description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 100%;
  margin-right: 60px;
  -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;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-4 {
  font-family: 'SF Pro Text', sans-serif;
}

.about---who-we-are---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 8fr 2fr;
  grid-template-columns: 2fr 8fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about---company-facts.background-color---soft-white {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about---company-facts---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 8fr 2fr;
  grid-template-columns: 2fr 8fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about---company-facts---fact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  border-bottom: 1px solid rgba(36, 44, 51, 0.05);
}

.about---company-facts---fact-container.no-border {
  border-bottom-style: none;
}

.about---company-facts---fact-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-right: 30px;
  -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;
}

.about---company-facts---fact-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.text-color---lingo-purple {
  color: #73f;
}

.about---imprint---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 4fr 6fr 1fr;
  grid-template-columns: 1fr 4fr 6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-2 {
  color: #1a98ff;
  font-weight: 700;
}

.text-span-3 {
  color: #919699;
}

.about---imprint---office-image {
  position: relative;
}

.about-imprint---description {
  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;
}

.image-9 {
  position: absolute;
  width: 100%;
}

.about---who-we-are---itranslate-logo {
  margin-bottom: 150px;
}

.products---product-information---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 3fr 6fr 3fr;
  grid-template-columns: 3fr 6fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.itranslate-logo---wordmark {
  width: 187px;
  margin-bottom: 8px;
}

.jobs---introduction-text {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---product-presentation.margin---top---default.margin---bottom---default.background---keyboard---message-bubbles {
  background-image: url('../images/keyboard_message_bubbles_background.svg');
  background-position: 50% 50%;
  background-size: auto 1019px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.products---bixby---screen-center {
  position: relative;
  z-index: 10;
  width: 478px;
}

.products---bixby---device-mockups {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---bixby---screen-left {
  position: absolute;
  left: 0px;
  z-index: 0;
  width: 439px;
}

.products---bixby---screen-right {
  position: absolute;
  right: 0px;
  z-index: 0;
  width: 439px;
}

.products---product-how-to---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 3fr 6fr 3fr;
  grid-template-columns: 3fr 6fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products---product-how-to-description {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---keyboard-extension---device-mockups {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---keyboard-extension---screen-left {
  position: absolute;
  left: 0px;
  z-index: 0;
  width: 461px;
}

.products---keyboard---screen-center {
  position: relative;
  z-index: 10;
  width: 500px;
}

.products---keyboard-extension---screen-right {
  position: absolute;
  right: 0px;
  z-index: 0;
  width: 461px;
}

.keyboard-extension-device-mockup {
  width: 100%;
}

.products---keyboard---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 4fr 1fr 4fr 1fr;
  grid-template-columns: 1fr 4fr 1fr 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products---instructions---checklist {
  margin-top: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f2f5f7;
}

.products---instructions---list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.products---instructions---icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.products---instructions---list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---instructions---list-item.last {
  margin-bottom: 0px;
}

.products---instructions---icon-image {
  width: 100%;
}

.div-block-49 {
  width: 33.3333333%;
  max-width: 33.3333333%;
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -60px;
  -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;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-navigation-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.apps---products-menu---gradient-left {
  display: none;
}

.apps---products-menu---gradient-right {
  display: none;
}

.jobs---introduction---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 3fr 6fr 3fr;
  grid-template-columns: 3fr 6fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jobs---office-image---image-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.image-11 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.jobs---perks---grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 150px;
  padding-right: 95px;
  padding-left: 95px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.jobs---perks---perk-item {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobs---perk---perk-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.jobs---perk---perk-description {
  width: 100%;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.div-block-53 {
  margin-bottom: 20px;
}

.div-block-53.last {
  margin-bottom: 0px;
}

.div-block-53.disableenterprise {
  display: none;
}

.perks---quote {
  background-image: url('../images/text_mesh_gradient2x.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.jobs---perks---introduction {
  padding-right: 95px;
  padding-left: 95px;
}

.jobs---perks---description {
  margin-top: 30px;
  padding-right: 190px;
  padding-left: 190px;
  text-align: center;
}

.jobs---open-positions {
  background-color: #f2f5f7;
}

.jobs---open-positions---grid-container {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-56 {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border: 2px solid transparent;
  background-color: #e3e6e8;
}

.div-block-57 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -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;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: 'SF Pro Text', sans-serif;
  color: #1a98ff;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
}

.text-block-7 {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.2em;
}

.jobs---position-description---grid-container {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 5fr 1fr 4fr 1fr;
  grid-template-columns: 1fr 5fr 1fr 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.jobs---list-item {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
}

.jobs---list {
  padding-left: 20px;
}

.jobs---description-block {
  margin-bottom: 30px;
}

.jobs---description-block.last {
  margin-bottom: 0px;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
}

.jobs---perks---list {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.jobs---perk---icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jobs---perks---list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.jobs---perks---list-item.last {
  margin-bottom: 0px;
}

.jobs---perk---name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 17px;
  line-height: 1.4em;
}

.jobs---position-description---perks-list {
  margin-bottom: 30px;
}

.jobs---cta---heading {
  margin-bottom: 0px;
  color: #1a98ff;
  text-align: center;
}

.button---rounded---primary---large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  max-height: 92px;
  padding: 24px 48px;
  -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: 46px;
  background-color: #1a98ff;
  -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  font-family: 'SF Pro Display', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: 0.42px;
  text-decoration: none;
}

.button---rounded---primary---large:hover {
  background-color: #ff9500;
}

.button---label---large {
  font-weight: 700;
  text-align: center;
}

.jobs---apply---button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enterprise---call-to-action---button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.caption {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}

.enterprise---introduction---description {
  margin-bottom: 20px;
}

.jobs---notification-badge {
  position: absolute;
  left: auto;
  top: -10px;
  right: -12px;
  bottom: auto;
  display: none;
  width: 16px;
  height: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ff4c6a;
}

.notification-badge---label {
  overflow: hidden;
  width: 16px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.home---mobile-hero {
  display: none;
}

.jobs---perks--relocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding-top: 100px;
  padding-right: 95px;
  padding-left: 95px;
  -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;
  border-top: 1px solid #f2f5f7;
}

.jobs---perks---description-copy {
  margin-top: 30px;
  padding-right: 180px;
  padding-left: 180px;
  text-align: center;
}

.div-block-61 {
  position: absolute;
  top: 20px;
  color: #d2d6d9;
  font-size: 12px;
  line-height: 1.3333em;
  font-weight: 600;
}

.home---hero---container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home---hero---content---device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 285px;
  margin-right: 150px;
  -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;
}

.home---hero---content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-color---light-blue {
  color: #59ecff;
}

.background-color---light-blue {
  background-color: #59ecff;
}

.apps---products-menu---new-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  width: 26px;
  height: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.products---product-features---grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products---product-features---feature-item {
  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;
}

.products---introduction-text {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---product-icon---content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products---product-icon---icon {
  width: 80px;
  height: 80px;
}

.products---keyboard---container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1019px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---keyboard---device-mockups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.keyboard---artwork---container {
  position: relative;
  width: 920px;
  height: 790px;
}

.products---product-artwork---content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.keyboard---artwork---layer-1 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/keyboard_artwork_layer12x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.keyboard---artwork---layer-2 {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../images/keyboard_artwork_layer22x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.keyboard---artwork---layer-3 {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-image: url('../images/keyboard_artwork_layer32x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.keyboard---artwork---layer-4 {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  background-image: url('../images/keyboard_artwork_layer42x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.products---keyboard---app-categories---content-container {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---keyboard---app-categories---heading {
  width: 350px;
}

.products---keyboard---app-categories---grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 160px 160px 160px 160px;
  grid-template-columns: 160px 160px 160px 160px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products---keyboard---app-categories---icon {
  width: 48px;
  height: 48px;
}

.products---keyboard---app-categories---item {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products---keyboard---app-categories---category-name {
  width: 100%;
  margin-top: 5px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.products---product-features---feature-item---wrapper {
  width: 100%;
  max-width: 350px;
}

.products---keyboard---device {
  width: auto;
  margin-right: 30px;
}

.products---keyboard---device.is-last {
  margin-right: 0px;
}

.link---light-blue {
  color: #59ecff;
  text-decoration: none;
}

.link---light-blue:hover {
  text-decoration: underline;
}

.apps---app-device-mockup-top {
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 10;
  width: 300px;
  height: 600px;
  margin-left: -150px;
}

.background-gradient---light-purple {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec82ff), to(#9d07fa));
  background-image: linear-gradient(180deg, #ec82ff, #9d07fa);
}

.apps---app-mockup-container-background-keyboard {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/app_mockup_container_background_itranslate_keyboard.svg');
  background-position: -30px -30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-gradient---orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffbf29), to(#f26500));
  background-image: linear-gradient(180deg, #ffbf29, #f26500);
}

.terms---document-body {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
}

.terms---document-body.margin---top---default.margin---bottom---default {
  margin-top: 60px;
}

.terms---paragraph {
  margin-bottom: 1.4em;
}

.terms---document-title {
  margin-bottom: 50px;
}

.terms---list {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 80px auto;
  grid-template-rows: 80px auto;
  list-style-type: disc;
}

.terms---content-block {
  margin-bottom: 50px;
}

.text-weight---semibold {
  font-weight: 600;
}

.terms---list-item---numbered {
  list-style-type: decimal;
}

.list-item-3 {
  position: static;
}

.terms---information---table {
  display: -ms-grid;
  display: grid;
  width: 75%;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.terms---information---table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.terms---information---table-column-1 {
  width: 30px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.terms---information---table-column-2 {
  width: 150px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.terms---information---table-column-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.terms---information---table-header-column-1 {
  width: 190px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 600;
}

.terms---information---table-header-column-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
}

.terms---list---heading {
  margin-left: -20px;
  list-style-type: none;
}

.terms---navigation {
  margin-top: 75px;
  margin-bottom: 0px;
}

.terms---navigation---list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  margin-right: -20px;
  margin-bottom: 0px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.terms---navigation---list-item {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 17px;
  line-height: 1.4em;
}

.terms---navigation---list-item.is-last {
  margin-right: 0px;
  padding-right: 20px;
}

.heading-2 {
  display: none;
}

.div-block-63 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f2f5f7;
}

.terms---navigation---gradient---right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 245, 247, 0)), to(#f2f5f7));
  background-image: linear-gradient(90deg, rgba(242, 245, 247, 0), #f2f5f7);
}

.list-item-4 {
  padding-bottom: 10px;
}

.list-item-5 {
  padding-bottom: 10px;
}

.list-item-6 {
  padding-bottom: 10px;
}

.list-item-7 {
  padding-bottom: 10px;
}

.list-item-8 {
  padding-bottom: 10px;
}

.list-item-9 {
  padding-bottom: 10px;
}

.jobs---intro {
  margin-bottom: 20px;
  text-align: center;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-right: 22px;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #1a98ff;
  background-color: #fff;
}

.text-block-8 {
  margin-right: 22px;
}

.image-12 {
  width: 187px;
  height: auto;
}

.translation-api---text {
  width: 540px;
  padding-top: 80px;
  padding-bottom: 255px;
  text-align: center;
}

.paragraph-3 {
  font-size: 19px;
  letter-spacing: -0.46px;
}

.translation-api---facts {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 120px;
  padding-left: 59px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 58%, 0.2)), to(hsla(0, 0%, 63.1%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 58%, 0.2), hsla(0, 0%, 63.1%, 0.2));
  opacity: 1;
}

.image-15 {
  width: 32px;
  margin-bottom: 10px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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-block-9 {
  border: 1px none #000;
  color: #919699;
  font-size: 17px;
  letter-spacing: -0.41px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
}

.columns {
  width: 500px;
}

.applegradient {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.applegradient.moredistance {
  margin-bottom: 50px;
  margin-left: -45px;
}

.translation-api---shadow-div {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 80%;
  height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/container_shadow2x.png');
  background-position: 50% 100%;
  background-size: cover;
}

.paragraph-4 {
  width: 500px;
}

.translation-api---code {
  position: relative;
  margin: 60px auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #292d3e;
  cursor: pointer;
}

.translation-api---code.docs {
  margin-top: 0px;
  margin-bottom: 40px;
  cursor: auto;
}

.code {
  font-family: Ibmplexmono, sans-serif;
  color: #c3e88d;
}

.code.code-mobile {
  display: none;
}

.code.new {
  font-size: 13px;
  line-height: 1.4em;
}

.code.old {
  display: none;
}

.codeformat-1 {
  color: #a6acca;
  text-decoration: none;
}

.link-in-code {
  color: #82aaff;
}

.codeformat-2 {
  color: #89ddff;
}

.link-2 {
  margin-left: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-2 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#36424d), to(#242c33));
  background-image: linear-gradient(180deg, #36424d, #242c33);
}

.rapidapi---button-shadow {
  position: absolute;
  left: 0%;
  top: 51px;
  right: 0%;
  z-index: 5;
  width: 90%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
  opacity: 0.5;
  -webkit-filter: blur(19px);
  filter: blur(19px);
}

.get-access-text {
  color: #fff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.37px;
  text-decoration: none;
}

.get-access-text.klein {
  font-size: 22px;
}

.link-4 {
  color: #1a98ff;
  text-decoration: none;
}

.link-4:hover {
  text-decoration: underline;
}

.section-3 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.faq-header {
  text-align: center;
}

.faq-header.applegradient {
  display: inline-block;
  margin-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
}

.text-block-14 {
  margin-top: 60px;
}

.div-block-67 {
  width: 100%;
  text-align: left;
}

.translation-api---divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
}

.text-block-16 {
  position: static;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#25fdff));
  background-image: linear-gradient(90deg, #827ffa, #25fdff);
  text-align: center;
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-block-4 {
  position: static;
  width: 200px;
  height: 65px;
  margin-top: 20px;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
  text-decoration: none;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  height: 61px;
  margin-top: 2px;
  margin-left: 2px;
  -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: 39px;
  background-color: #fff;
}

.text-block-17 {
  color: #919699;
  font-weight: 400;
}

.div-block-71 {
  position: relative;
  overflow: hidden;
  margin-top: -60px;
  padding: 120px 45px;
  border-radius: 20px;
  background-image: url('../images/api_privacy_badge2x.png'), -webkit-gradient(linear, left top, left bottom, from(#fdfdff), to(#f5f5f7));
  background-image: url('../images/api_privacy_badge2x.png'), linear-gradient(180deg, #fdfdff, #f5f5f7);
  background-position: 130% 50%, 0px 0px;
  background-size: 710px, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-72 {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 110px;
  padding-bottom: 110px;
}

.div-block-74 {
  text-align: center;
}

.logoheader {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/itranslate_api_icon2x.png');
  background-position: 325px 265px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-77 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 0px;
  height: 2px;
  margin-left: 41px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#25fdff));
  background-image: linear-gradient(90deg, #827ffa, #25fdff);
}

.div-block-79 {
  position: relative;
  z-index: 6;
  overflow: hidden;
  margin-top: 0px;
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdff), to(#f5f5f7));
  background-image: linear-gradient(180deg, #fdfdff, #f5f5f7);
}

.text-block-18 {
  width: 80%;
  margin-bottom: 0px;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.translation-api---overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
}

.translation-api---overlay.nicht-kopiert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  text-align: center;
}

.pricing {
  margin-top: -55px;
  padding-top: 150px;
  padding-bottom: 90px;
  background-color: #f2f5f7;
}

.normaltext {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 27px;
  letter-spacing: -0.46px;
}

.pricing-header {
  text-align: center;
}

.pricing-header.applegradient {
  display: inline-block;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
}

.price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  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;
  border-radius: 30px;
  background-color: #fff;
}

.price-box-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(180deg, #827ffa, #21e4e6);
}

.price-box-inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 19px;
  background-color: #fff;
}

.bold-text {
  font-size: 48px;
  letter-spacing: 0.53px;
}

.bold-text-2 {
  font-size: 17px;
}

.text-block-20 {
  line-height: 2.6em;
  text-align: center;
}

.text-block-21 {
  color: #919699;
  font-weight: 600;
  text-align: center;
}

.columns-2 {
  width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-22 {
  line-height: 2.3em;
  text-align: center;
}

.text-block-21-copy {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #919699;
  font-weight: 400;
  text-align: center;
}

.text-span-11 {
  text-decoration: underline;
}

.get-access {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -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: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#827ffa), to(#21e4e6));
  background-image: linear-gradient(90deg, #827ffa, #21e4e6);
  text-align: center;
  text-decoration: none;
}

.get-access.klein {
  width: 200px;
  height: 64px;
}

.get-access.top-translated {
  width: 370px;
}

.text-block-24 {
  margin-bottom: 20px;
  color: #fff;
  line-height: 27px;
  letter-spacing: -0.46px;
}

.text-block-25 {
  font-family: 'SF Pro Light', sans-serif;
  color: #fff;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: -0.46px;
}

.text-block-25.margintop {
  margin-top: 27px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-12 {
  color: #1a98ff;
}

.column-7 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-20 {
  width: 30px;
  height: 30px;
}

.columns-3 {
  margin-bottom: 40px;
}

.section-4 {
  background-color: #f2f5f7;
}

.list-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  list-style-type: none;
}

.listenelement {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url('../images/checkmarks-circular-icon-checkmark-circular-medium-2-regular3x.png');
  background-position: 0% 50%;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  font-size: 28px;
  letter-spacing: 0.31px;
}

.heading-6 {
  font-size: 56px;
}

.columns-3-mobile {
  display: none;
  margin-bottom: 40px;
}

.header-text {
  width: 540px;
  font-size: 19px;
  text-align: center;
  letter-spacing: -0.46px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 50px;
  -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;
}

.documentation-headline {
  font-size: 26px;
  letter-spacing: 0.29px;
}

.text-span-5-copy {
  color: #fff;
}

.text-span-5-copy {
  color: #cae797;
}

.graytext {
  color: #919699;
  font-weight: 400;
  letter-spacing: -0.46px;
}

.column-13 {
  height: 190px;
  margin-bottom: -11px;
}

.flexhelper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82 {
  margin-bottom: 10px;
  padding: 16px 28px;
  border-radius: 10px;
  background-color: #d2d6d9;
}

.div-block-82.marginright {
  margin-right: 10px;
}

.text-block-26 {
  font-family: Ibmplexmono, sans-serif;
  font-weight: 600;
}

.text-block-26.center {
  text-align: center;
}

.column-15 {
  height: 60px;
}

.response {
  margin-top: 100px;
  margin-bottom: 100px;
}

.errors {
  margin-top: 40px;
}

.example {
  margin-bottom: 100px;
}

.div-block-83 {
  position: relative;
  margin-right: -45px;
  margin-bottom: 85px;
  margin-left: -45px;
}

.translation-api---code-docs {
  position: relative;
  margin: 0px auto 60px;
  padding: 30px;
  border-radius: 10px;
  background-color: #292d3e;
  cursor: pointer;
}

.section-5 {
  background-color: #f7f9fa;
}

.div-block-84 {
  max-width: 620px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 45px 115px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
  background-color: #fff;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-21 {
  width: 64px;
  height: auto;
  margin-bottom: 35px;
}

.heading-7 {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.text-block-29 {
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: -0.24px;
}

.text-block-30 {
  color: #919699;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.07px;
}

.div-block-87 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.div-block-84-copy {
  max-width: 620px;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 45px 115px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}

.medicalheader {
  margin-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
}

.disclaimer {
  margin-top: 10px;
}

.general-obligations-of-business-associate {
  margin-top: 10px;
}

.permitted-uses-and-disclosures-by-business-associate {
  margin-top: 10px;
}

.obligations-of-covered-entity {
  margin-top: 10px;
}

.compliance-with-security-rule {
  margin-top: 10px;
}

.indemnification {
  margin-top: 10px;
}

.term-and-termination {
  margin-top: 10px;
}

.miscellaneous {
  margin-top: 10px;
}

.contact-us {
  margin-top: 10px;
}

.changes-to-policy {
  margin-top: 10px;
}

.retention-of-personal-information {
  margin-top: 10px;
}

.cookie-controls {
  margin-top: 10px;
}

.how-we-use-cookies-and-similar-technologies {
  margin-top: 10px;
}

.what-cookies-do-we-use-and-why {
  margin-top: 10px;
}

.our-legal-basis-for-cookies-and-similar-technologies {
  margin-top: 10px;
}

.what-are-cookies {
  margin-top: 10px;
}

.auto-renewing-subscriptions {
  margin-top: 10px;
}

.your-information-and-responsibilities {
  margin-top: 10px;
}

.your-user-reviews {
  margin-top: 10px;
}

.itranslate-intellectual-property-rights {
  margin-top: 10px;
}

.general-prohibitions {
  margin-top: 10px;
}

.dmca-copyright-policy {
  margin-top: 10px;
}

.termination {
  margin-top: 10px;
}

.warranty-disclaimers {
  margin-top: 10px;
}

.indemnity {
  margin-top: 10px;
}

.limitation-of-liability {
  margin-top: 10px;
}

.governing-law {
  margin-top: 10px;
}

.general-terms {
  margin-top: 10px;
}

.contact-information {
  margin-top: 10px;
}

.jobs---perks--prerkplus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 100px 95px;
  -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;
  border-top: 1px none #f2f5f7;
  border-bottom: 1px solid #f2f5f7;
}

.request-headers {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.request-headers.height---100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.request-headers.scroll-menu {
  position: relative;
}

.request-headers.translation-api---faq {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-headers.center {
  text-align: center;
}

.request-headers.gray-bg {
  margin-top: 100px;
  padding-top: 95px;
  padding-bottom: 95px;
  border-radius: 20px;
  background-color: #f2f5f7;
}

.footnote {
  margin-right: -45px;
  margin-bottom: 100px;
  margin-left: -45px;
}

.text-color---typeright-purple {
  color: #73f;
}

.background-color---typeright-purple {
  background-color: #73f;
}

.link---typeright-purple {
  color: #73f;
  text-decoration: none;
}

.link---typeright-purple:hover {
  text-decoration: underline;
}

.apps---app-mockup-container-background-typeright {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/app_mockup_container_background_typeright.png');
  background-position: 0% 50%;
  background-size: 137.037037037%;
  background-repeat: no-repeat;
}

.announcement-banner---typeright {
  background-image: linear-gradient(45deg, #73f, #00c6d9);
}

.announcement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  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;
  color: #fff;
}

.link---white {
  color: #fff;
  text-decoration: none;
}

.link---white:hover {
  text-decoration: underline;
}

.blog---posts {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-styling---section {
  display: none;
}

.blog---image-holder {
  height: 225px;
}

.blog---image {
  width: 100%;
  height: 175px;
  margin-top: 10px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog---category {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog---excerpt-link {
  display: none;
}

.blog---title {
  font-size: 25px;
}

.blog---title-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #1a98ff;
  text-decoration: none;
}

.blog---title-link:hover {
  color: #242c33;
}

.blog---category-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #777;
  text-decoration: none;
}

.blog---category-link:hover {
  color: #242c33;
}

.blog---image-link {
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.blog---image-link:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.more-link {
  display: block;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #1a98ff;
  text-decoration: none;
}

.more-link:hover {
  color: #242c33;
}

.screen-reader-text {
  display: none;
}

.blog-loader---section {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

.blog-loader---section.hide {
  display: none;
}

.blog-loader---section.start {
  margin-top: -60px;
}

.image-22 {
  text-align: center;
}

.loading-text {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #1a98ff;
  font-size: 30px;
}

.about---itranslate-logo {
  height: 64px;
}

.announcement-banner---itranslate-x-snap {
  position: relative;
  z-index: 10000;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  background-color: #fffc00;
}

.text-color---black {
  color: #000;
}

.div-block-88 {
  height: 44px;
  margin-right: 40px;
}

.image-23 {
  height: 100%;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-31 {
  color: #b367ff;
}

.text-block-32 {
  margin-top: 50px;
  color: #919699;
  font-size: 13px;
  line-height: 1.4em;
}

.business---head-section {
  padding-top: 75px;
  padding-bottom: 0px;
}

.business---head-section.thx {
  min-height: 600px;
  background-image: url('../images/Mesh-Gradient-1.png');
  background-position: 0% 0%;
  background-size: 980px;
  background-repeat: no-repeat;
}

.paragraph-5 {
  max-width: 736px;
}

.business--body {
  background-color: #f0f0f6;
}

.business---products {
  margin-top: 75px;
  margin-bottom: 50px;
}

.business---product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 158px 50px 50px;
  -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;
  border-radius: 10px;
  background-color: #fff;
}

.business---product.teams {
  background-image: url('../images/Teams.jpg');
  background-position: -175px -194px;
  background-size: 430px 430px;
  background-repeat: no-repeat;
}

.business---product.developers {
  background-image: url('../images/API.jpg');
  background-position: -32px -163px;
  background-size: 430px 430px;
  background-repeat: no-repeat;
}

.business---products-grid {
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.business---button---primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 70px;
  margin-top: 15px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a98ff), to(#0064ff));
  background-image: linear-gradient(180deg, #1a98ff, #0064ff);
  box-shadow: 0 10px 30px -10px #0064ff;
  -webkit-transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.business---button---primary:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 100, 250, 0.8);
  text-decoration: none;
}

.business---button---primary.get-access-button {
  width: 100%;
  margin-top: 70px;
}

.business---button---primary.go-back-button {
  background-color: #fff;
  background-image: none;
}

.business---button---primary._404-button {
  width: 300px;
}

.button-label {
  width: 100%;
}

.button-label.label---primary-2 {
  text-align: center;
}

.button-label.label---primary-2.color---white {
  color: #fff;
}

.button-label.label---primary-2.go-back {
  color: #1a98ff;
}

.business---product---text {
  margin-bottom: 0px;
}

.business---privacy {
  margin-top: 50px;
  padding-bottom: 255px;
  background-image: url('../images/dotted-world-map3x.png');
  background-position: 50% 450px;
  background-size: 794px 420px;
  background-repeat: no-repeat;
}

.business---teams {
  margin-top: 20px;
  margin-bottom: 38px;
}

.business---teams.relative {
  position: relative;
}

.business---teams.relative.teamsbg {
  background-image: url('../images/Mesh-Gradient-1.png');
  background-position: 50% 37%;
  background-size: 1320px;
  background-repeat: no-repeat;
}

.business---api {
  margin-bottom: 100px;
  padding-top: 62px;
}

.business---api.relative {
  position: relative;
}

.business---api.relative.apibg {
  background-image: url('../images/Mesh-Gradient-2.png');
  background-position: 0px 0px;
  background-size: 880px;
  background-repeat: no-repeat;
}

.business---h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 1.167em;
  font-weight: 600;
  letter-spacing: -1px;
}

.business---main---paragraph {
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.455em;
  font-weight: 400;
}

.business---main---paragraph.maxwidth {
  max-width: 830px;
  margin-top: 50px;
}

.business---h3 {
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 1.167em;
  font-weight: 600;
  letter-spacing: -0.75px;
}

.business---h3.teams-headline {
  margin-top: 20px;
}

.business---normal---paragraph {
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 1.474em;
  font-weight: 400;
}

.business---normal---paragraph.privacy {
  position: relative;
  z-index: 10;
  max-width: 448px;
  text-align: center;
}

.business---normal---paragraph.privacy---list-item {
  margin-bottom: 0px;
  color: #919699;
  font-weight: 500;
  text-align: center;
}

.business---normal---paragraph.teams {
  color: #919699;
}

.business---privacy---image {
  width: 300px;
}

.business---privacy---list {
  position: relative;
  z-index: 5;
  width: 544px;
  max-width: 544px;
  margin-top: -100px;
  padding: 115px 30px 44px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(26%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 26%);
  box-shadow: 0 20px 24px -14px rgba(0, 0, 0, 0.29);
}

.gradient {
  background-image: linear-gradient(94deg, #919699, #a9afb3 59%, #dae1e6 75%, #919699);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.seperator {
  width: 100%;
  height: 0.5px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(36, 44, 51, 0.08);
}

.business---h2 {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.167em;
  font-weight: 600;
  letter-spacing: -1px;
}

.business---h2.imageheader {
  margin: 0px;
}

.business---headline-image {
  width: 200px;
  margin: -50px 0px -50px -50px;
}

.business---headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.business---product-grid-inlay {
  padding: 50px;
  border-radius: 10px;
  background-color: #fff;
}

.business---product-grid-inlay.screenshot {
  background-image: url('../images/Teams-Screenshot.jpg');
  background-position: 30px 30px;
  background-size: 830px;
  background-repeat: no-repeat;
}

.business---product-grid-inlay.screenshot.developers {
  height: 435px;
  background-image: url('../images/API-Dashboard-Screenshot.jpeg');
  background-position: 50% 50px;
  background-size: 83%;
}

.business---product-grid-inlay.form {
  position: relative;
  height: 739px;
}

.grid {
  -ms-grid-columns: 1fr 448px;
  grid-template-columns: 1fr 448px;
}

.business---teams---apps {
  width: 96px;
}

.business---teams---apps-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.business---product-teams---info {
  max-width: 448px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  -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;
}

.business---product-teams---info.developers {
  padding-top: 0px;
}

.itranslate-developers-logo {
  width: 247px;
  margin-bottom: 20px;
}

.oslo---headline-2 {
  font-size: 19px;
  line-height: 1.474em;
  font-weight: 600;
}

.oslo---headline-2.margintop {
  margin-top: 30px;
}

.business---api---pricing-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f2f2f7;
}

.developers---pricing-text {
  font-family: Inter, sans-serif;
  color: #919699;
  font-size: 13px;
  line-height: 1.38em;
  font-weight: 400;
}

.developers---pricing-sub-text {
  font-family: Inter, sans-serif;
  color: #242c33;
  font-size: 16px;
  line-height: 1.38em;
  font-weight: 400;
}

.developers---pricing-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(130, 107, 73, 0.2);
  font-family: Inter, sans-serif;
  color: #1a98ff;
  font-size: 22px;
  line-height: 1.45em;
  font-weight: 600;
}

.text-span-13 {
  text-decoration: underline;
}

.formboxlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Inter, sans-serif;
  color: #1a98ff;
  font-size: 17px;
  line-height: 1.41em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.linkimage {
  margin-right: 5px;
}

.developers-links {
  margin-top: 5px;
}

.image-24 {
  width: 39px;
}

.anchor {
  position: absolute;
  margin-top: -130px;
}

.itr-footer-compact---links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  font-size: 14px;
}

.itr-footer-compact---legal-disclaimer {
  padding-top: 50px;
  border-top: 1px solid #d2d6d9;
  border-radius: 1px;
  color: #919699;
}

.itr-default-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.oslo---footer---copyright {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.357em;
  font-weight: 600;
}

.logo {
  width: 150px;
}

.itr-footer-compact---list {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #919699;
}

.itr-footer-compact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.itr-footer-compact.relative {
  z-index: 20;
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.oslo---footer---caption {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.385em;
  font-weight: 400;
}

.itr-footer-compact---logo {
  margin-bottom: 50px;
}

.itr-default-container {
  position: relative;
  height: 100%;
  max-width: 1152px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.itr-footer-compact---list-item {
  display: inline-block;
  margin-right: 20px;
  color: #919699;
}

.itr-footer-compact---list-item.last {
  margin-right: 0px;
}

.itr-footer-compact---mission-statement {
  margin-bottom: 50px;
}

.itr-footer-compact---copyright {
  display: inline-block;
  margin-top: 30px;
  color: #242c33;
}

.itr-footer-compact---link-container {
  display: inline-block;
  margin-right: 50px;
}

.itr-footer-compact---link-container.last {
  margin-right: 0px;
}

.color---blue-2 {
  color: #1a98ff;
}

.itr-footer-compact---mission-statement---linebreak {
  display: block;
  width: 12px;
}

.link---medium-gray {
  color: #919699;
  text-decoration: none;
}

.oslo---footer---header {
  font-family: Poppins, sans-serif;
  color: #242c33;
  font-size: 48px;
  line-height: 1.17em;
  font-weight: 600;
}

.oslo--footerlinks {
  color: #242c33;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.list-4 {
  padding-left: 30px;
  line-height: 28px;
  font-weight: 400;
}

.list-item-10 {
  margin-bottom: 14px;
}

.list-item-11 {
  margin-bottom: 14px;
}

.list-5 {
  list-style-type: decimal;
}

.list-6 {
  list-style-type: lower-alpha;
}

.list-6.ordered-sublist {
  margin-top: -1em;
}

.cta---holder {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 13px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.cta---holder.blur {
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  margin-top: 60px;
  padding-bottom: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.sticky-holder {
  position: relative;
}

.list-item-13 {
  list-style-type: none;
}

.list-item-14 {
  list-style-type: none;
}

.list-7 {
  list-style-type: lower-roman;
}

.ordered-list-first-level {
  padding-left: 20px;
  font-weight: 700;
  list-style-type: decimal;
}

.list-item-15 {
  font-weight: 700;
}

.unordered-list-item {
  list-style-type: none;
}

.heading-8 {
  margin-top: 40px;
}

.red-block {
  border-radius: 16px;
  background-color: red;
}

.text-field {
  width: 350px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 25px 30px;
  border-radius: 9px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.greybg {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f2f5f7;
}

._404-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 44px;
  -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: 8px;
  background-color: #fff;
}

._404-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 110px;
  text-align: left;
}

.app-wrapper {
  overflow: hidden;
  max-width: 450px;
  border-radius: 24px;
}

.app-info {
  padding-top: 16px;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.app-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 50px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 17px;
}

.heading-9 {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}

.paragraph-6 {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.app-link {
  display: block;
  width: 160px;
}

.div-block-90 {
  max-width: 560px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    color: #242c33;
    font-size: 50px;
  }

  h3 {
    font-size: 28px;
  }

  .navigation-bar---link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
  }

  .navigation-bar---link.w--current {
    display: block;
    color: #1a98ff;
  }

  .button---rounded---secondary {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button---rounded---secondary.spacing {
    margin-right: 10px;
  }

  .navigation-bar---menu-items-container {
    z-index: 9999;
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 0px;
    background-color: #1a98ff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: 0 30px 30px 0 rgba(36, 44, 51, 0.1);
    opacity: 1;
  }

  .button---rounded---primary.is-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button---rounded---primary.spacing {
    margin-right: 10px;
  }

  .c-button-primary__link {
    font-size: 14px;
  }

  .home---hero {
    overflow: hidden;
    height: 600px;
  }

  .page-title {
    font-size: 50px;
  }

  .home---hero---app-store-badges {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .app-store-badge-container.is-desktop-only {
    display: none;
  }

  .home---vision {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .vision---heading {
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 50px;
  }

  .home---main-features {
    overflow: hidden;
  }

  .home---main-feature-container {
    width: 100%;
    max-width: 690px;
  }

  .grid-container-12-1 {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-container-12-1.is-pos-relative {
    overflow: visible;
  }

  .main-feature---icon.is-positioned-right {
    right: -20px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }

  .main-feature---icon.is-positioned-left {
    left: -20px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }

  .feature-mockup---device-bottom {
    top: 32px;
    width: 220px;
    height: 440px;
    margin-left: -110px;
  }

  .home---other-features---badge {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
  }

  .home---products {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .description {
    margin-bottom: 20px;
  }

  .home---products---worldmap {
    z-index: 0;
  }

  .home---languages---description {
    z-index: 10;
  }

  .home---products---product-list-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .footer---products-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer---products-column {
    margin-right: 0px;
  }

  .home---languages {
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-container-12-2 {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-container-12-2.is-pos-relative {
    overflow: visible;
  }

  .container {
    position: static;
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }

  .navigation-bar---content-container {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-button-secondary-mobile.spacing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-button-primary-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-bar---mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .app-store-badges-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mobile-navigation---popover {
    position: relative;
    top: 0px;
    right: -14px;
    z-index: 9999;
    display: block;
    width: 300px;
    border-radius: 16px;
    background-color: #242c33;
    box-shadow: 0 10px 30px 0 rgba(36, 44, 51, 0.4);
  }

  .mobile-navigation {
    position: fixed;
    top: 75px;
    z-index: 100000;
    display: none;
    width: 100%;
  }

  .mobile-navigation---container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mobile-navigation---popover-handle {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 30px;
    height: 12px;
    background-image: url('../images/popover_handle.svg');
    background-position: 50% 0%;
    background-size: 30px 12px;
    background-repeat: no-repeat;
  }

  .navigation-bar---mobile---menu-items {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    list-style-type: none;
  }

  .navigation-bar---mobile---list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -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;
  }

  .navigation-bar---mobile---menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0px;
    -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-radius: 100%;
    background-color: #1a98ff;
    -webkit-transition: background-color 300ms cubic-bezier(.075, .82, .165, 1);
    transition: background-color 300ms cubic-bezier(.075, .82, .165, 1);
    cursor: pointer;
  }

  .navigation-bar---mobile---menu-button:hover {
    background-color: #1789e6;
  }

  .navigation-bar---mobile---menu-button:active {
    background-color: #157acc;
  }

  .navigation-bar---mobile---menu-button.w--open {
    background-color: #1a98ff;
  }

  .navigation-bar---mobile---menu-button.w--open:hover {
    background-color: #1789e6;
  }

  .navigation-bar---mobile---menu-button.w--open:active {
    background-color: #157acc;
  }

  .cookie-bar-container {
    width: 100%;
    height: auto;
    max-width: 690px;
    padding: 10px 10px 10px 30px;
  }

  .cookie-bar-info {
    font-size: 14px;
    line-height: 1.295em;
  }

  .apps {
    overflow: hidden;
  }

  .apps---app-container {
    width: 100%;
    max-width: 690px;
  }

  .apps---app-icon.is-positioned-right {
    right: -20px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }

  .apps---app-icon.is-positioned-left {
    left: -20px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }

  .apps---app-device-mockup {
    top: 32px;
    width: 220px;
    height: 440px;
    margin-left: -110px;
  }

  .apps---other-platforms {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-container {
    width: 100%;
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .apps---other---container {
    max-width: 690px;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button---rectangular---default {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .h1---page-title---white {
    font-size: 50px;
  }

  .temp---apps---header---title {
    margin-bottom: 50px;
    font-size: 100px;
  }

  .temp---apps---header---title.color---pink.is-last {
    margin-bottom: 0px;
  }

  .temp---apps---header---container {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .temp---apps---header---introduction {
    padding: 100px 45px;
  }

  .temp---apps---header---titles {
    padding: 100px 45px;
  }

  .temp---apps---header---introduction---content {
    width: 100%;
    max-width: 690px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-13 {
    width: 100%;
    max-width: 690px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .enterprise---header {
    height: 480px;
    background-size: cover;
  }

  .enterprise---introduction---container {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .enterprise---introduction---intro-text {
    width: 100%;
  }

  .enterprise---introduction---list-item {
    font-size: 32px;
  }

  .enterprise---products {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .enterprise---products---heading {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .enterprise---products---product-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .enterprise---product-container {
    max-width: 690px;
  }

  .enterprise---product-preview {
    height: auto;
  }

  .enterprise---product-icon.is-positioned-right {
    right: -20px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }

  .enterprise---product-icon.is-positioned-left {
    left: -20px;
    width: 64px;
    height: 64px;
    margin-top: -32px;
  }

  .enterprise---product-preview-container-background-custom-solutions {
    background-position: 50% 50%;
    background-size: cover;
  }

  .enterprise---why-itranslate---grid-container {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .enterprise---key-features---list-item {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .enterprise---why-itranslate {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .enterprise---key-features {
    margin-top: 50px;
  }

  .enterprise---product-preview---product-a {
    left: 30px;
    top: 30px;
    width: 170px;
  }

  .enterprise---product-preview---product-b {
    top: 60px;
    width: 150px;
  }

  .enterprise---product-preview---product-c {
    top: 49px;
    width: 400px;
  }

  .home---products---description {
    z-index: 10;
  }

  .default-container {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .default-container.scroll-menu {
    overflow: hidden;
    max-width: 750px;
  }

  .default-container.gray-bg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .style-guide---background-color-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style-guide---text-color-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-color---medium-gray {
    font-size: 15px;
  }

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

  .style-guide---section-title {
    font-size: 50px;
  }

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

  .padding---top---default {
    padding-top: 100px;
  }

  .padding---bottom---default {
    padding-bottom: 100px;
  }

  .footer---grid-container-top {
    -ms-grid-columns: 5fr 3.5fr 3.5fr;
    grid-template-columns: 5fr 3.5fr 3.5fr;
  }

  .footer---grid-container-bottom {
    -ms-grid-columns: 6fr 3fr 3fr;
    grid-template-columns: 6fr 3fr 3fr;
  }

  .navigation-bar---mobile---list-button {
    display: none;
    height: 64px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 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;
  }

  .navigation-bar-mobile---link-button---primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 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;
    border-radius: 10px;
    background-color: #1a98ff;
    color: #fff;
    text-align: center;
  }

  .feature-mockup---device-top {
    bottom: 32px;
    width: 220px;
    height: 440px;
    margin-left: -110px;
  }

  .home---features-overview---grid-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-33 {
    height: 100px;
  }

  .home---media-coverage---media-container {
    overflow: scroll;
    padding-left: 0px;
  }

  .home---media-coverage---media-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .home---media-coverage---logo-item-s {
    height: 20px;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home---media-coverage---logo-item-m {
    height: 26px;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .apps---products-menu---scroll-container {
    overflow: scroll;
    padding-right: 30px;
    padding-left: 30px;
  }

  .apps---products-menu---other-products-container {
    padding-right: 30px;
  }

  .apps---products-menu---handle {
    left: 32px;
  }

  .ratings-slider---star-rating {
    width: 160px;
  }

  .rating---quote {
    font-size: 32px;
  }

  .home---hero---ratings {
    margin-top: 20px;
  }

  .mask {
    margin-left: 0px;
    padding-left: 0px;
  }

  .ratings-slider---gradient-left {
    display: none;
  }

  .ratings-slider---gradient-right {
    display: none;
  }

  .div-block-46 {
    width: 100%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 380px auto;
    grid-template-columns: 380px auto;
  }

  .home---hero---content---description {
    width: 380px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about---who-we-are---grid-container {
    -ms-grid-columns: 1fr 10fr 1fr;
    grid-template-columns: 1fr 10fr 1fr;
  }

  .about---company-facts---grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10fr 1fr;
    grid-template-columns: 1fr 10fr 1fr;
  }

  .about---company-facts---fact-container {
    min-height: 250px;
  }

  .about---imprint---grid-container {
    -ms-grid-columns: 1fr 5fr 5fr 1fr;
    grid-template-columns: 1fr 5fr 5fr 1fr;
  }

  .about---who-we-are---itranslate-logo {
    margin-bottom: 100px;
  }

  .products---product-information---grid-container {
    -ms-grid-columns: 2fr 8fr 2fr;
    grid-template-columns: 2fr 8fr 2fr;
  }

  .itranslate-logo---wordmark {
    width: 167px;
    margin-bottom: 4px;
  }

  .products---product-presentation.margin---top---default.margin---bottom---default.background---keyboard---message-bubbles {
    background-position: 50% 50%;
    background-size: auto 100%;
  }

  .products---bixby---screen-center {
    width: 320px;
  }

  .products---bixby---screen-left {
    width: 290px;
  }

  .products---bixby---screen-right {
    width: 290px;
  }

  .products---product-how-to---grid-container {
    -ms-grid-columns: 2fr 8fr 2fr;
    grid-template-columns: 2fr 8fr 2fr;
  }

  .products---keyboard-extension---screen-left {
    width: 295px;
  }

  .products---keyboard---screen-center {
    width: 320px;
  }

  .products---keyboard-extension---screen-right {
    width: 295px;
  }

  .products---keyboard---grid-container {
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr 3fr 1fr;
    grid-template-columns: 1fr 3fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-49 {
    width: 50%;
    max-width: 50%;
  }

  .mobile-navigation-overlay {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #242c33;
  }

  .apps---products-menu---gradient-left {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10000;
    display: block;
    width: 30px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#242c33), to(rgba(36, 44, 51, 0)));
    background-image: linear-gradient(90deg, #242c33, rgba(36, 44, 51, 0));
  }

  .apps---products-menu---gradient-right {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10000;
    display: block;
    width: 30px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#242c33), to(rgba(36, 44, 51, 0)));
    background-image: linear-gradient(270deg, #242c33, rgba(36, 44, 51, 0));
  }

  .jobs---introduction---grid-container {
    -ms-grid-columns: 2fr 8fr 2fr;
    grid-template-columns: 2fr 8fr 2fr;
  }

  .jobs---perks---grid-container {
    margin-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .jobs---perks---introduction {
    padding-right: 0px;
    padding-left: 0px;
  }

  .jobs---perks---description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .jobs---open-positions---grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .jobs---position-description---grid-container {
    padding-right: 100px;
    padding-left: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jobs---position-description---content-container {
    margin-bottom: 30px;
  }

  .enterprise---introduction---description {
    margin-bottom: 20px;
  }

  .jobs---notification-badge {
    top: 0px;
  }

  .jobs---perks--relocation {
    padding-right: 0px;
    padding-left: 0px;
  }

  .jobs---perks---description-copy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-61 {
    left: 30px;
    top: 12px;
  }

  .home---hero---content---device {
    width: 200px;
  }

  .products---product-features---grid-container {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .products---keyboard---container {
    height: auto;
  }

  .products---keyboard---device-mockups {
    height: 600px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .keyboard---artwork---container {
    width: 100%;
    height: 100%;
    padding-bottom: 592.5px;
  }

  .products---keyboard---device {
    margin-right: 20px;
  }

  .apps---app-device-mockup-top {
    bottom: 32px;
    width: 220px;
    height: 440px;
    margin-left: -110px;
  }

  .terms---information---table {
    width: 100%;
  }

  .terms---navigation---gradient---right {
    right: 0px;
  }

  .translation-api---text {
    width: 100%;
    padding-top: 260px;
    padding-bottom: 180px;
  }

  .translation-api---facts {
    padding-left: 0px;
  }

  .columns {
    margin-right: auto;
    margin-left: auto;
  }

  .applegradient.moredistance {
    margin-left: 0px;
  }

  .translation-api---shadow-div {
    top: -13px;
    z-index: 0;
  }

  .code {
    overflow: scroll;
  }

  .faq-header.applegradient {
    margin-bottom: 60px;
  }

  .div-block-71 {
    z-index: 5;
    padding-top: 280px;
    padding-bottom: 40px;
    background-position: 50% -50px, 0px 0px;
    background-size: 60%, auto;
  }

  .div-block-72 {
    padding-top: 100px;
  }

  .logoheader {
    left: 0%;
    top: 5%;
    right: 0%;
    bottom: auto;
    height: 40%;
    background-position: 50% 0%;
    background-size: 50%;
  }

  .heading-4 {
    text-align: center;
  }

  .text-block-18 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-4 {
    display: none;
  }

  .column-5 {
    display: block;
  }

  .translation-api---overlay {
    display: none;
  }

  .translation-api---overlay.nicht-kopiert {
    display: none;
  }

  .pricing-header.applegradient {
    margin-bottom: 60px;
  }

  .columns-2 {
    width: 100%;
  }

  .listenelement {
    text-align: center;
  }

  .column-13 {
    height: 210px;
  }

  .div-block-83 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .columns-5 {
    margin-bottom: 10px;
  }

  .columns-6 {
    margin-bottom: 10px;
  }

  .translation-api---code-docs {
    margin-top: 0px;
  }

  .jobs---perks--prerkplus {
    padding-right: 0px;
    padding-left: 0px;
  }

  .request-headers {
    max-width: 690px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .request-headers.scroll-menu {
    overflow: hidden;
    max-width: 750px;
  }

  .request-headers.gray-bg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footnote {
    margin-right: 0px;
    margin-left: 0px;
  }

  .blog---posts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-88 {
    height: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .div-block-89 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .business---product.teams {
    padding-right: 30px;
    padding-left: 30px;
  }

  .business---product.developers {
    padding-right: 30px;
    padding-left: 30px;
  }

  .business---h1 {
    font-size: 54px;
    line-height: 1.185em;
  }

  .business---h3 {
    font-size: 32px;
    line-height: 1.188em;
  }

  .business---h2 {
    font-size: 44px;
    line-height: 1.182em;
  }

  .business---product-grid-inlay.screenshot.developers {
    background-position: 0% 50%;
    background-size: cover;
  }

  .itr-footer-compact---links {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .itr-footer-compact---legal-disclaimer {
    padding-top: 40px;
  }

  .itr-default-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .itr-footer-compact---list {
    margin-bottom: 19px;
  }

  .itr-footer-compact---list.caption-1.last {
    margin-bottom: 0px;
  }

  .itr-footer-compact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .itr-footer-compact---logo {
    margin-bottom: 40px;
  }

  .itr-default-container {
    max-width: 896px;
  }

  .itr-footer-compact---mission-statement {
    margin-bottom: 40px;
  }

  .itr-footer-compact---copyright {
    margin-top: 24px;
  }

  .itr-footer-compact---link-container {
    margin-right: 0px;
  }

  .app-wrapper {
    width: 100%;
  }

  .app-badges {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .navigation-bar {
    height: 64px;
  }

  .home---hero {
    height: 540px;
  }

  .page-title {
    font-size: 38px;
  }

  .home---vision {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .vision---heading {
    font-size: 38px;
  }

  .home---main-feature-container {
    height: 100%;
  }

  .grid-container-12-1 {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-feature---icon.is-positioned-right {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .main-feature---icon.is-positioned-left {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .feature-mockup---device-bottom {
    width: 180px;
    height: 360px;
    margin-left: -90px;
  }

  .home---other-features---badge {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px;
    font-size: 14px;
  }

  .home---products {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home---products---worldmap {
    left: 220px;
  }

  .footer---products-list {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer---products-column {
    width: auto;
  }

  .home---languages {
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-container-12-2 {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer---products-container {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-navigation---popover {
    right: 1px;
  }

  .mobile-navigation {
    top: 60px;
  }

  .mobile-navigation---container {
    max-width: 100%;
    padding-right: 6px;
    padding-left: 6px;
  }

  .navigation-bar---mobile---menu-items {
    overflow: scroll;
    height: 172px;
  }

  .navigation-bar---mobile---list-item {
    height: 52px;
  }

  .cookie-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cookie-bar-container {
    max-width: 100%;
  }

  .apps---app-container {
    height: 100%;
  }

  .apps---app-icon.is-positioned-right {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .apps---app-icon.is-positioned-left {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .apps---app-device-mockup {
    width: 180px;
    height: 360px;
    margin-left: -90px;
  }

  .content-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .apps---other---container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .apps---other---app-information {
    height: 300px;
  }

  .h1---page-title---white {
    font-size: 38px;
  }

  .temp---apps---header---title {
    font-size: 80px;
  }

  .temp---apps---header---introduction {
    padding: 50px 20px;
  }

  .temp---apps---header---titles {
    padding: 50px 20px;
  }

  .temp---apps---header---introduction---content {
    max-width: 100%;
  }

  .div-block-13 {
    max-width: 100%;
  }

  .enterprise---header {
    height: 300px;
  }

  .enterprise---introduction---container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .enterprise---introduction---intro-text {
    margin-top: -45px;
  }

  .enterprise---introduction---cta {
    font-size: 24px;
  }

  .enterprise---introduction---list-item {
    font-size: 24px;
  }

  .enterprise---products {
    margin-top: 50px;
  }

  .enterprise---products---heading {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .enterprise---products---product-list {
    max-width: 100%;
  }

  .enterprise---product-container {
    max-width: 100%;
  }

  .enterprise---product-preview {
    height: 100%;
  }

  .enterprise---product-icon.is-positioned-right {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .enterprise---product-icon.is-positioned-left {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }

  .enterprise---why-itranslate---grid-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .enterprise---key-features---list-item {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .enterprise---why-itranslate {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .enterprise---key-features {
    margin-top: 20px;
  }

  .enterprise---product-preview---product-a {
    left: 30px;
    top: 50%;
    width: 120px;
    height: 240px;
    margin-top: -120px;
  }

  .enterprise---product-preview---product-b {
    top: 50%;
    width: 120px;
    height: 240px;
    margin-top: -120px;
  }

  .enterprise---product-preview---product-c {
    top: 50%;
    height: 230px;
    margin-top: -115px;
  }

  .default-container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .default-container.scroll-menu {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide---background-color-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide---text-color-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .style-guide---text-alignment-grid-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-guide---section-title {
    font-size: 38px;
  }

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

  .padding---top---default {
    padding-top: 50px;
  }

  .padding---bottom---default {
    padding-bottom: 50px;
  }

  .footer---grid-container-top {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer---grid-container-bottom {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer---social-icons-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-mockup---device-top {
    width: 180px;
    height: 360px;
    margin-left: -90px;
  }

  .home---features-overview---grid-container {
    padding-right: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home---features-overview---feature-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .apps---products-menu.background-color---dark-gray {
    top: 64px;
  }

  .apps---products-menu---handle {
    left: 30px;
  }

  .section-anchor {
    margin-top: -156px;
  }

  .home---hero---ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-46 {
    -ms-grid-columns: 280px auto;
    grid-template-columns: 280px auto;
  }

  .home---hero---content---description {
    width: 240px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .about---company-facts---grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about---company-facts---fact-title {
    width: 110px;
  }

  .about---imprint---grid-container {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about---who-we-are---itranslate-logo {
    margin-bottom: 50px;
  }

  .products---product-information---grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .itranslate-logo---wordmark {
    width: 126px;
    margin-bottom: 0px;
  }

  .jobs---introduction-text {
    padding-right: 50px;
    padding-left: 50px;
  }

  .products---bixby---screen-center {
    width: 240px;
  }

  .products---bixby---screen-left {
    width: 220px;
  }

  .products---bixby---screen-right {
    width: 220px;
  }

  .products---product-how-to---grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products---product-how-to-description {
    padding-right: 50px;
    padding-left: 50px;
  }

  .products---keyboard-extension---screen-left {
    width: 220px;
  }

  .products---keyboard---screen-center {
    width: 240px;
  }

  .products---keyboard-extension---screen-right {
    width: 220px;
  }

  .products---keyboard---grid-container {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products---instructions---container {
    max-width: 360px;
  }

  .div-block-49 {
    width: 100%;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .jobs---introduction---grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .jobs---perks---grid-container {
    margin-top: 50px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .jobs---open-positions---grid-container {
    padding-right: 80px;
    padding-left: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-56 {
    min-height: 320px;
    padding-top: 0%;
  }

  .heading {
    text-align: center;
  }

  .jobs---position-description---grid-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .jobs---apply---button-container {
    margin-top: 50px;
  }

  .enterprise---call-to-action---button-container {
    margin-top: 50px;
  }

  .div-block-61 {
    top: 13px;
    font-size: 10px;
  }

  .home---hero---container {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .home---hero---content---device {
    width: 193px;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .home---hero---content {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .products---product-features---grid-container {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .products---introduction-text {
    padding-right: 50px;
    padding-left: 50px;
  }

  .products---keyboard---device-mockups {
    height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .keyboard---artwork---container {
    padding-bottom: 85.8695652174%;
  }

  .products---keyboard---app-categories---grid-container {
    grid-row-gap: 30px;
    -ms-grid-columns: 160px 160px;
    grid-template-columns: 160px 160px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .products---keyboard---device {
    max-width: 130px;
    margin-right: 15px;
  }

  .apps---app-device-mockup-top {
    width: 180px;
    height: 360px;
    margin-left: -90px;
  }

  .terms---information---table {
    overflow: scroll;
  }

  .terms---information---table-column-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .terms---navigation {
    margin-top: 50px;
    margin-bottom: -10px;
  }

  .terms---navigation---list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .terms---navigation---list-item {
    font-size: 15px;
  }

  .heading-2 {
    display: block;
  }

  .div-block-63 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .translation-api---text {
    padding-top: 240px;
  }

  .translation-api---facts {
    padding-left: 0px;
  }

  .text-block-9 {
    text-align: center;
  }

  .columns {
    width: 100%;
  }

  .code.code-mobile {
    display: none;
  }

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

  .div-block-71 {
    padding-top: 40%;
    background-position: 50% -10px, 0px 0px;
    background-size: 50%, auto;
  }

  .listenelement {
    text-align: left;
  }

  .header-text {
    width: 100%;
  }

  .column-15.bigger {
    height: 60px;
  }

  .columns-5 {
    margin-bottom: 40px;
  }

  .columns-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .nocolumnhelper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-7 {
    margin-top: 40px;
  }

  .request-headers {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .request-headers.scroll-menu {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .business---products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .business---h1 {
    font-size: 44px;
    line-height: 1.182em;
  }

  .business---h3 {
    font-size: 26px;
    line-height: 1.154em;
  }

  .business---privacy---list {
    max-width: 100%;
  }

  .business---h2 {
    font-size: 36px;
    line-height: 1.167em;
  }

  .business---product-grid-inlay.screenshot {
    height: 435px;
  }

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

  .itr-footer-compact---links {
    margin-bottom: 32px;
  }

  .itr-footer-compact---legal-disclaimer {
    padding-top: 32px;
  }

  .itr-default-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .itr-footer-compact {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .itr-footer-compact---logo {
    margin-bottom: 32px;
  }

  .itr-default-container {
    max-width: 672px;
  }

  .itr-footer-compact---mission-statement {
    margin-bottom: 32px;
  }

  .itr-footer-compact---copyright {
    margin-top: 20px;
  }

  .itr-footer-compact---link-container {
    margin-right: 0px;
    padding-bottom: 19px;
  }

  ._404-content-wrap {
    -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;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .navigation-bar {
    width: 100%;
  }

  .navigation-bar---link.is-visible-mobile {
    display: block;
  }

  .navigation-bar---logo-container {
    width: 140px;
    height: auto;
    padding-left: 0px;
  }

  .button---rounded---secondary {
    display: none;
  }

  .button---rounded---primary {
    display: none;
  }

  .c-button-primary__link {
    width: 100%;
    text-align: center;
  }

  .home---hero {
    position: relative;
    display: none;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }

  .page-title {
    font-size: 32px;
    text-align: center;
  }

  .home---hero---introduction {
    margin-bottom: 0px;
  }

  .home---hero---app-store-badges {
    position: absolute;
    left: 2.6665vw;
    bottom: 10px;
    z-index: 20000;
    display: none;
    overflow: visible;
    width: 94.667vw;
    padding: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 19px;
    background-color: #fff;
    background-image: url('../images/badges_container_background2x.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
  }

  .app-store-badge-container.has-no-padding {
    margin-right: 0px;
  }

  .vision---heading {
    font-size: 44px;
  }

  .home---main-features {
    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;
  }

  .home---main-feature-container {
    margin-bottom: 150px;
  }

  .home---main-feature-container.is-last {
    margin-bottom: 0px;
  }

  .home---main-feature---presentation {
    margin-bottom: 0px;
  }

  .home---main-feature---description {
    display: block;
  }

  .grid-container-12-1 {
    grid-auto-flow: row;
    grid-column-gap: 5px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-container-12-1.c-footer__bottom-bar {
    margin-right: auto;
    margin-left: auto;
  }

  .main-feature---icon.is-positioned-right {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: -40px;
  }

  .main-feature---icon.is-positioned-left {
    left: 50%;
    top: auto;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: -40px;
  }

  .feature-mockup---device-bottom {
    top: 40px;
    width: 210px;
    height: 420px;
    margin-left: -105px;
  }

  .home---other-features---badge {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 18px;
  }

  .home---products---product-list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer---wrapper {
    padding-bottom: 120px;
  }

  .footer---social-media-bar {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .grid-container-12-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer---products-container {
    display: block;
  }

  .c-button-secondary-mobile.spacing {
    display: none;
  }

  .text-block {
    text-align: center;
  }

  .app-store-badges-mobile {
    position: fixed;
    left: 2.6665vw;
    bottom: 20px;
    z-index: 20000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 94.667vw;
    padding: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 19px;
    background-color: #fff;
    background-image: url('../images/badges_container_background2x.png');
    background-position: 0px 0px;
    background-size: 100% 100%;
  }

  .mobile-navigation---popover {
    position: static;
    right: 0px;
    width: 250px;
  }

  .mobile-navigation {
    padding-left: 5px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-navigation---container {
    padding-right: 6px;
  }

  .mobile-navigation---popover-handle {
    top: -10px;
    right: 20px;
  }

  .navigation-bar---mobile---menu-items {
    overflow: visible;
    height: auto;
  }

  .navigation-bar---mobile---menu-button {
    width: 32px;
    height: 32px;
  }

  .cookie-bar {
    height: auto;
  }

  .cookie-bar-container {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .cookie-bar-info {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 12px;
    text-align: center;
  }

  .apps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apps---app-container {
    margin-bottom: 150px;
  }

  .apps---app-container.is-last {
    margin-bottom: 0px;
  }

  .apps---app-preview {
    margin-bottom: 0px;
  }

  .apps---app-icon.is-positioned-right {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: -40px;
  }

  .apps---app-icon.is-positioned-left {
    left: 50%;
    top: auto;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: -40px;
  }

  .apps---app-device-mockup {
    top: 40px;
    width: 210px;
    height: 420px;
    margin-left: -105px;
  }

  .apps---app-description {
    display: block;
  }

  .apps---other---container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1---page-title---white {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    font-size: 52px;
  }

  .temp---apps---header---title {
    margin-bottom: 40px;
    font-size: 50px;
  }

  .temp---apps---header---title.color---pink.is-last {
    margin-bottom: 0px;
  }

  .enterprise---introduction---container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .enterprise---introduction---list-item {
    font-size: 18px;
  }

  .enterprise---product-description {
    display: block;
  }

  .enterprise---product-preview {
    margin-bottom: 0px;
  }

  .enterprise---product-icon.is-positioned-right {
    left: 50%;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: -40px;
  }

  .enterprise---product-icon.is-positioned-left {
    left: 50%;
    top: auto;
    bottom: 0px;
    width: 80px;
    height: 80px;
    margin-top: 0px;
    margin-bottom: -40px;
    margin-left: -40px;
  }

  .default-container.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide---background-color-grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide---text-color-grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide---text-alignment-grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer---grid-container-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer---link-container {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer---grid-container-bottom {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-bar---mobile---list-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
  }

  .navigation-bar-mobile---link-button---primary.w--current {
    color: #1a98ff;
  }

  .feature-mockup---device-top {
    bottom: 50px;
    width: 210px;
    height: 420px;
    margin-left: -105px;
  }

  .home---privacy---description---container {
    margin-top: -40px;
  }

  .home---privacy---artwork {
    width: 100%;
    height: 100%;
  }

  .home---privacy---artwork---background {
    background-size: cover;
  }

  .home---features-overview---grid-container {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home---features-overview---feature-item {
    padding-right: 30px;
    padding-left: 30px;
  }

  .home---vision---description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home---media-coverage---ada-container {
    width: 100%;
    height: 100px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #f2f5f7;
    background-image: none;
  }

  .div-block-33 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home---media-coverage---media-container {
    height: 100px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home---media-coverage---media-list {
    height: 100px;
  }

  .home---media-coverage---logo-item-s {
    height: 16px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .home---media-coverage---logo-item-m {
    height: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .apps---products-menu---scroll-container {
    height: 92px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .apps---products-menu---handle {
    left: 20px;
  }

  .home---hero---ratings {
    display: none;
  }

  .div-block-46 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .div-block-48 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about---company-facts---fact-container {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about---company-facts---fact-container.no-border.last {
    padding-bottom: 0px;
  }

  .about---company-facts---fact-container.first {
    padding-top: 0px;
  }

  .about---company-facts---fact-title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .jobs---introduction-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .products---bixby---screen-center {
    position: static;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products---bixby---device-mockups {
    position: static;
    overflow: scroll;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .products---bixby---screen-left {
    position: static;
    width: 240px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products---bixby---screen-right {
    position: static;
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products---product-how-to-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .products---keyboard-extension---device-mockups {
    position: static;
    overflow: scroll;
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .products---keyboard-extension---screen-left {
    position: static;
    width: 240px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products---keyboard---screen-center {
    position: static;
    margin-right: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products---keyboard-extension---screen-right {
    position: static;
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products---instructions---list-item {
    font-size: 17px;
  }

  .products---instructions---container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .products---macos---device-mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250%;
    margin-left: -150%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-49 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-51 {
    margin-top: 50px;
  }

  .apps---products-menu---gradient-left {
    width: 20px;
  }

  .apps---products-menu---gradient-right {
    width: 20px;
  }

  .jobs---perks---grid-container {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .jobs---open-positions---grid-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-56 {
    min-height: 350px;
  }

  .jobs---position-description---grid-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button---rounded---primary---large {
    height: auto;
    max-height: none;
    padding: 12px 32px;
  }

  .button---label---large {
    font-size: 24px;
  }

  .enterprise---call-to-action---button-container {
    padding-top: 40px;
  }

  .caption {
    font-size: 14px;
  }

  .home---mobile-hero {
    display: block;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #fafbfb;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .home---mobile-hero---page-title {
    margin-bottom: 20px;
  }

  .home---mobile-hero---device-container {
    width: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home---mobile-hero---content {
    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;
  }

  .home---mobile-hero---features-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 64px;
    margin-left: 30px;
    -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;
  }

  .home---mobile-header---feature-item {
    width: 64px;
    height: 76px;
    margin-bottom: 20px;
  }

  .home---mobile-header---feature-item.last {
    margin-bottom: 0px;
  }

  .home---mobile-header---app-store-badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-navigation---background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }

  .div-block-61 {
    left: 20px;
    top: 14px;
  }

  .products---introduction-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .products---keyboard---container {
    margin-right: -20px;
    margin-left: -20px;
  }

  .products---keyboard---device-mockups {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    height: 600px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products---keyboard---app-categories---heading {
    width: 100%;
  }

  .products---keyboard---app-categories---grid-container {
    -ms-grid-columns: 160px;
    grid-template-columns: 160px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .products---keyboard---device {
    display: inline-block;
    width: 240px;
    max-width: 100%;
    margin-right: 20px;
  }

  .products---keyboard---device.is-last {
    margin-right: 20px;
  }

  .apps---app-device-mockup-top {
    bottom: 50px;
    width: 210px;
    height: 420px;
    margin-left: -105px;
  }

  .div-block-65 {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-8 {
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .translation-api---text {
    width: 100%;
    padding-top: 220px;
    padding-bottom: 178px;
  }

  .translation-api---facts {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .image-15 {
    margin-right: 20px;
  }

  .column {
    height: auto;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-9 {
    text-align: center;
  }

  .column-2 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-3 {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns {
    width: 100%;
  }

  .translation-api---shadow-div {
    top: -34px;
    z-index: 5;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .paragraph-4 {
    width: 100%;
    text-align: left;
  }

  .translation-api---code {
    margin-bottom: 20px;
  }

  .code.code-mobile {
    display: block;
  }

  .code.code-mobile.old {
    display: none;
  }

  .code.docs {
    display: block;
  }

  .code.new {
    display: block;
  }

  .section-2 {
    margin-bottom: 0px;
    padding-top: 60px;
  }

  .section-3 {
    margin-top: 60px;
  }

  .faq-header.applegradient {
    margin-bottom: 40px;
  }

  .text-block-14 {
    text-align: center;
  }

  .div-block-71 {
    z-index: 6;
    margin-top: -40px;
    padding: 50% 10px 60px;
    background-position: 50% -20px, 0px 0px;
    background-size: 70%, auto;
  }

  .div-block-72 {
    display: block;
    padding-top: 60px;
    padding-bottom: 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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logoheader {
    left: 0%;
    top: 5%;
    right: 0%;
    bottom: auto;
    background-position: 50% 0%;
    background-size: 80%;
  }

  .div-block-79 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-4 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .translation-api---overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .normaltext {
    width: 100%;
  }

  .pricing-header.applegradient {
    margin-bottom: 40px;
  }

  .get-access {
    width: 90%;
  }

  .text-block-25.margintop {
    margin: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    display: none;
  }

  .list-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .listenelement {
    font-size: 20px;
  }

  .heading-6 {
    font-size: 38px;
    text-align: center;
  }

  .columns-3-mobile {
    display: block;
  }

  .column-13.bigger {
    height: auto;
    margin-top: -30px;
    margin-bottom: 40px;
  }

  .column-15 {
    height: 58px;
    margin-bottom: 20px;
  }

  .column-15.bigger {
    height: auto;
  }

  .nocolumnhelper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .translation-api---code-docs {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .request-headers.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog---posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .business---headline-image {
    margin-bottom: -25px;
    margin-left: 0px;
  }

  .business---headline-wrapper {
    -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;
  }

  .business---product-grid-inlay {
    padding: 15px;
  }

  .business---teams---apps {
    width: 70px;
  }

  .developers---pricing-text {
    font-size: 10px;
  }

  .developers---pricing-sub-text {
    font-size: 10px;
  }

  .itr-default-grid {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .itr-footer-compact---list {
    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;
  }

  .itr-default-container {
    max-width: 320px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .itr-footer-compact---list-item {
    margin-right: 0px;
  }

  .itr-footer-compact---mission-statement---linebreak {
    display: inline-block;
  }

  .text-field {
    width: 100%;
    font-size: 20px;
  }
}

#w-node-_433d7413-9dae-1460-f3e3-5246443de321-7065d2e2 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_74e0b3f4-7f5b-cf92-e347-c1b2579bb80c-7065d2e2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e8cbb9b7-181c-473e-e13a-856c20b0b951-7065d2e2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_02b82498-5969-ceda-877b-2828fb9e24d1-7065d2e2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

#w-node-_9227036c-e074-5434-47dc-ca16c8b0652f-7065d2e2 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c8315825-5836-ec8e-8975-46dc6a61492c-7065d2e2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c8315825-5836-ec8e-8975-46dc6a614924-7065d2e2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 6;
  grid-column-end: 12;
}

#w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

#w-node-_55ce5834-9b62-9a8c-2637-8316fe95d477-7065d2e2 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f92-7065d2e2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f9a-7065d2e2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 6;
  grid-column-end: 12;
}

#w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

#w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1fe-7065d2e2 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ebd9b03f-186a-2976-33fe-396ea9ce6bf6-7065d2e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-b2b85805-f9f8-a2e3-a04e-66e8a01f5c12-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_86510306-66a8-1807-4668-e5211dd7f836-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f3cd819-3a33-462d-ae88-e13e73f14600-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e8affce0-882e-6c4e-6fa2-fce482b2a843-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f66455c5-ef52-d68a-620b-7162091ff250-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0ed3f5d2-92b1-4b16-cb21-8b80cf64ef7c-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74c2f691-1f9f-5f89-0b2a-37b4722b031a-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08cee5e1-9c57-7ab0-f5ce-f29c29fad8c0-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0af17954-7ae1-1442-fbcd-92db1a32bb07-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cf4832c3-d472-e5a1-9a6a-62f0ac16fab4-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52841c82-3167-4358-0ddb-bec2d73ff193-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_500183da-e676-76e4-b4bb-998ade232a6f-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9ae1c11d-facf-2913-d798-4fd8e486806d-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1931e4e5-7020-0c28-24e6-3951ac082805-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2155339e-a25c-618d-b11d-76403cd5970c-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e2de001-2de1-7e60-bccb-1fa73870ff60-7065d2e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

#w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ea9933a6-899f-6698-a8e9-a3d12aa695d7-2aa695cb {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ea9933a6-899f-6698-a8e9-a3d12aa69624-2aa695cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963a-2aa695cb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_473b232c-5339-ec32-8e8b-fe556a2e9879-a965d2e7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a6ce02b5-fa54-fa9f-0369-79fe104d343c-a965d2e7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

#w-node-a6ce02b5-fa54-fa9f-0369-79fe104d3444-a965d2e7 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4bf5-a965d2e7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4bfd-a965d2e7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 6;
  grid-column-end: 12;
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4be4-a965d2e7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

#w-node-_33111bca-c3d1-421e-5974-4123849f4bec-a965d2e7 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d9780912-c970-dd8a-4ec9-3071547fff35-a965d2e7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d9780912-c970-dd8a-4ec9-3071547fff42-a965d2e7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 6;
  grid-column-end: 12;
}

#w-node-_05cb94e9-25ef-134d-c848-a48a8933cdd7-a965d2e7 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_05cb94e9-25ef-134d-c848-a48a8933cde4-a965d2e7 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 6;
  grid-column-end: 8;
}

#w-node-e0edc912-e7b0-e78a-593e-b543d5206534-b965d2e8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e0edc912-e7b0-e78a-593e-b543d5206534-ce65d2eb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_84bae118-f532-8034-c882-d62cf39265a9-ce65d2eb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-ce65d2eb {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2f21a6d4-5b72-6926-3965-08fbbaa31e59-ed65d2ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e3e01363-5550-ed57-51e2-d1bbc5087edb-ed65d2ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d44ce501-d42f-1047-e9e7-e9bca37c7c68-ed65d2ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_636e0a95-0b14-2646-2870-72f9e5363d7f-ed65d2ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41e8151c-a41c-39ab-94f3-c248a1ee0281-ed65d2ed {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a95777de-6b4a-1c72-b274-2ce8954b6081-ed65d2ed {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-e0edc912-e7b0-e78a-593e-b543d5206534-ac65d2f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8cc9fccf-0665-d182-422e-ed7994a20eda-ac65d2f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3f8faf53-11e5-1936-6a90-9034d590c417-de65d2f3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_25f78c7c-2681-e32f-96b5-13b38e57816c-de65d2f3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_843f5706-2720-1b6e-9fd8-3e566f15c89d-de65d2f3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_52ea03f7-745c-2191-2344-6f9d972daa08-de65d2f3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-7d65d2f5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_977be218-36f6-a8e0-0e4b-d04d2e16e3d8-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_173d6e8b-0309-ea5a-5cbd-dbd6240c92b4-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_16be94ed-c9e8-c47f-1e03-1947cce96121-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3404672c-52d1-ccdc-a986-4fb0bfb2194f-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8d4fdf5b-532c-ff9f-3667-46f623555078-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68274d07-0e2b-1b59-474d-f6abf756429a-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbc53cd9-8a93-0f7b-99b1-bf8d04678301-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84b7dd6b-c340-ebcf-2742-003c68862f12-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18488525-db18-10b1-7cde-faf5452199e3-7d65d2f5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6865d2f7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6865d2f7 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6865d2f7 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-1765d2f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-1765d2f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-1765d2f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-9965d2f9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-9965d2f9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-9965d2f9 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-ff65d2fa {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-ff65d2fa {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-ff65d2fa {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e0edc912-e7b0-e78a-593e-b543d5206534-7365d2fb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_84bae118-f532-8034-c882-d62cf39265a9-7365d2fb {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-7365d2fb {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6765d2fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6765d2fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6765d2fc {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_79e8917c-45a4-243a-bb96-bec8a316477c-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_932b6f4c-a403-f717-9961-f93eb076e482-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9bbaaedf-7817-3a26-c7e9-bdc565839a44-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-debcc9e5-2f43-eeaf-79b0-bf3f005dcc45-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c138629a-d833-f18e-67e4-aad0f7854d59-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c138629a-d833-f18e-67e4-aad0f7854d5a-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-c138629a-d833-f18e-67e4-aad0f7854d65-c6518041 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663 {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
  -ms-grid-column: span 12;
  grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-_5e7fd599-3572-e00a-3031-a62c207d5ef3-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_433d7413-9dae-1460-f3e3-5246443de321-7065d2e2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_74e0b3f4-7f5b-cf92-e347-c1b2579bb80c-7065d2e2 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e8cbb9b7-181c-473e-e13a-856c20b0b951-7065d2e2 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_02b82498-5969-ceda-877b-2828fb9e24d1-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-_9227036c-e074-5434-47dc-ca16c8b0652f-7065d2e2 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c8315825-5836-ec8e-8975-46dc6a61492c-7065d2e2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c8315825-5836-ec8e-8975-46dc6a614924-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
  }

  #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d477-7065d2e2 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f92-7065d2e2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f9a-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
  }

  #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1fe-7065d2e2 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 10;
    grid-column-start: span 10;
    -ms-grid-column-span: 10;
    grid-column-end: span 10;
  }

  #w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 9;
    grid-column-start: span 9;
    -ms-grid-column-span: 9;
    grid-column-end: span 9;
  }

  #w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695ce-2aa695cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695d7-2aa695cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6960c-2aa695cb {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69638-2aa695cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963a-2aa695cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_473b232c-5339-ec32-8e8b-fe556a2e9879-a965d2e7 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d343c-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d3444-a965d2e7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4bf5-a965d2e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4bfd-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4be4-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4bec-a965d2e7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d9780912-c970-dd8a-4ec9-3071547fff35-a965d2e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d9780912-c970-dd8a-4ec9-3071547fff42-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
  }

  #w-node-_05cb94e9-25ef-134d-c848-a48a8933cdd7-a965d2e7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_05cb94e9-25ef-134d-c848-a48a8933cde4-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-_58b483a0-62e1-f675-701e-3e6e2c0650d7-a965d2e7 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-ce65d2eb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_41e8151c-a41c-39ab-94f3-c248a1ee0281-ed65d2ed {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a95777de-6b4a-1c72-b274-2ce8954b6081-ed65d2ed {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }

  #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6865d2f7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6865d2f7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-1765d2f8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-1765d2f8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-9965d2f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-9965d2f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-ff65d2fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-ff65d2fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36f53b85-07c3-b7fc-0503-00b6182cf897-7365d2fb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-7365d2fb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_23b00c1b-4001-40c9-99f6-4149a6984133-6765d2fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7e4fe7ac-2bbe-8877-f3e5-7bf8e355110b-6765d2fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
  }

  #w-node-ebd9b03f-186a-2976-33fe-396ea9ce6bf6-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3e2de001-2de1-7e60-bccb-1fa73870ff60-7065d2e2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  #w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 12;
    grid-column-start: span 12;
    -ms-grid-column-span: 12;
    grid-column-end: span 12;
  }

  #w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695ce-2aa695cb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6960c-2aa695cb {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69624-2aa695cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69638-2aa695cb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963a-2aa695cb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e0edc912-e7b0-e78a-593e-b543d5206534-b965d2e8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e0edc912-e7b0-e78a-593e-b543d5206534-ce65d2eb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_84bae118-f532-8034-c882-d62cf39265a9-ce65d2eb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-ce65d2eb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_2f21a6d4-5b72-6926-3965-08fbbaa31e59-ed65d2ed {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e3e01363-5550-ed57-51e2-d1bbc5087edb-ed65d2ed {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d44ce501-d42f-1047-e9e7-e9bca37c7c68-ed65d2ed {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_636e0a95-0b14-2646-2870-72f9e5363d7f-ed65d2ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_41e8151c-a41c-39ab-94f3-c248a1ee0281-ed65d2ed {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a95777de-6b4a-1c72-b274-2ce8954b6081-ed65d2ed {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-e0edc912-e7b0-e78a-593e-b543d5206534-ac65d2f2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8cc9fccf-0665-d182-422e-ed7994a20eda-ac65d2f2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-7d65d2f5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6865d2f7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-1765d2f8 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-9965d2f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-ff65d2fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e0edc912-e7b0-e78a-593e-b543d5206534-7365d2fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36f53b85-07c3-b7fc-0503-00b6182cf897-7365d2fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_84bae118-f532-8034-c882-d62cf39265a9-7365d2fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_7c50d950-c6fb-31c7-cd94-65886d6c489f-7365d2fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-a1a8088b-bac4-1cde-9eb4-dd29114eb63e-6765d2fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_433d7413-9dae-1460-f3e3-5246443de321-7065d2e2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_02b82498-5969-ceda-877b-2828fb9e24d1-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-_9227036c-e074-5434-47dc-ca16c8b0652f-7065d2e2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-c8315825-5836-ec8e-8975-46dc6a61492c-7065d2e2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-c8315825-5836-ec8e-8975-46dc6a614924-7065d2e2 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d46f-7065d2e2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-_55ce5834-9b62-9a8c-2637-8316fe95d477-7065d2e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f92-7065d2e2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_6ac0a400-234a-9a82-4974-9b0ef86d5f9a-7065d2e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1f6-7065d2e2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-c52bb04f-f3ef-8516-cd0d-d73c3cdfd1fe-7065d2e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-ebd9b03f-186a-2976-33fe-396ea9ce6bf6-7065d2e2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3355261c-f1a4-105d-a837-f53fa847a339-7065d2e2 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_66711e0a-2b13-ac57-ca73-931f376a1875-7065d2e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5c76b71a-b5e7-3c79-8581-a705e3f65211-7065d2e2 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695ce-2aa695cb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa695d7-2aa695cb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6960c-2aa695cb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69611-2aa695cb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69624-2aa695cb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa69638-2aa695cb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-ea9933a6-899f-6698-a8e9-a3d12aa6963b-2aa695cb {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d343c-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-a6ce02b5-fa54-fa9f-0369-79fe104d3444-a965d2e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4bf5-a965d2e7 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4bfd-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4be4-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-_33111bca-c3d1-421e-5974-4123849f4bec-a965d2e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-d9780912-c970-dd8a-4ec9-3071547fff35-a965d2e7 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-d9780912-c970-dd8a-4ec9-3071547fff42-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-_05cb94e9-25ef-134d-c848-a48a8933cdd7-a965d2e7 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #w-node-_05cb94e9-25ef-134d-c848-a48a8933cde4-a965d2e7 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9390-ce2f938d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f9393-ce2f938d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f939b-ce2f938d {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-ee9e3179-7393-74ed-6fcc-ffc3ce2f93b8-ce2f938d {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e3c-92e7a663 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e3f-92e7a663 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e47-92e7a663 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-d944a0bb-0954-0917-bb25-f591f8066e61-92e7a663 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }
}

@font-face {
  font-family: 'SF Pro Light';
  src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Rounded';
  src: url('../fonts/SF-Pro-Rounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}