.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;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list.multiple-items {
  display: block;
}

.collection-item {
  display: block;
  padding: 40px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#227ced), to(#43a4f6));
  background-image: linear-gradient(180deg, #227ced, #43a4f6);
  box-shadow: 0 0 10px 0 rgba(0, 14, 132, 0.19);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.collection-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43a4f6), color-stop(99%, #43a4f6), to(#227ced));
  background-image: linear-gradient(180deg, #43a4f6, #43a4f6 99%, #227ced);
}

.testimonial-section.collection-wrapper {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 15px;
}

.icons-section {
  background-color: #1e1a2f;
  background-image: url('../images/image-35.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.icons-section.applications {
  background-image: url('../images/image-37.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.icons-section.back-section {
  background-attachment: fixed;
}

.icons-section.choose-section {
  background-attachment: fixed;
}

.columns {
  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;
}

.banner-section {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 20px;
  background-image: url('../images/Rectangle-243.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  position: relative;
  right: 0px;
  max-width: 100%;
  min-width: 820px;
}

.container {
  max-width: 1170px;
  padding-left: 15px;
}

.testimonial--container {
  position: relative;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.image-2 {
  position: relative;
  left: 0px;
  display: block;
  max-width: 180px;
}

.heading {
  position: relative;
  top: 0px;
  z-index: 1;
  min-width: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: 'Aller gras 700', sans-serif;
  color: #fff;
  font-size: 59px;
  line-height: 75px;
}

.div-block {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border-radius: 28px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.div-block.playstore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  box-shadow: none;
}

.image-3 {
  display: block;
  max-width: 235px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 40px;
  border-radius: 70px;
  background-color: #fff;
}

.image-3.banner-appstore {
  max-width: 168px;
}

.heading-main {
  max-width: 65%;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid #709563;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Aller gras 700', sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 65px;
}

.heading-main.white {
  color: #fff;
}

.heading-main.white.white-border {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: transparent transparent #fff;
}

.heading-main.white.border-white {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: transparent transparent #fff;
}

.heading-main._w-full {
  max-width: 100%;
}

.grid {
  margin-top: 60px;
  grid-column-gap: 70px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.application-grid {
  max-width: 740px;
  -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;
}

.grid.choose-section {
  grid-column-gap: 48px;
  grid-row-gap: 88px;
}

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

.icons-container {
  max-width: 1170px;
  padding: 100px 15px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.image-4 {
  max-height: 128px;
  max-width: 128px;
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-5 {
  max-width: 329px;
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-6 {
  max-width: 281px;
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-7 {
  max-width: 297px;
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-8 {
  max-width: 98px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-9 {
  max-width: 303px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-10 {
  max-width: 293px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-11 {
  max-width: 204px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.image-12 {
  max-width: 238px;
  padding-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands-container {
  max-width: 1170px;
  padding: 0px 15px 150px;
}

.industry-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/shape-2.png'), url('../images/industry-bg.png');
  background-position: 100% 160%, 0px 0px;
  background-size: 90%, cover;
  background-repeat: no-repeat, repeat;
}

.grid-2 {
  margin-top: 65px;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto 100px auto 100px auto;
  grid-template-rows: auto auto auto auto;
}

.paragraph {
  margin-bottom: 40px;
  font-family: Cabin, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}

.heading-h2 {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0px;
  -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;
  font-family: 'Aller gras 700', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.heading-h2.white {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Aller gras 700', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}

.heading-h2.margin-topff {
  position: static;
  top: 11px;
  font-size: 14px;
}

.heading-h2.margin-topff.max-width {
  position: static;
}

.heading-h2.max-width {
  max-width: 237px;
}

.heading-h2.max-width.margin-top {
  top: 11px;
  max-width: 164px;
  font-size: 14px;
}

.heading-h2.font-smaller {
  font-size: 14px;
}

.languages-conatiner {
  max-width: 940px;
  padding: 40px;
  border-radius: 32px;
  background-color: #fff;
  opacity: 1;
}

.text-span {
  color: #2f80ed;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.learn-more {
  position: relative;
  min-width: 188px;
  padding: 15px 38px 15px 20px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 13px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Cabin, sans-serif;
  color: #272727;
  font-size: 16px;
  line-height: 11px;
  font-weight: 500;
}

.learn-more:hover {
  background-color: #000;
  color: #fff;
}

.text-span-2 {
  position: absolute;
  right: 20px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #2f80ed;
  text-align: right;
}

.text-span-2:hover {
  color: #fff;
}

.heading-h-copy.white {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Aller gras 700', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.white {
  color: #fff;
}

.white.test-content {
  margin-bottom: 40px;
  font-family: 'Aller gras 700', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.text-block {
  font-family: 'Aller gras 700', sans-serif;
  color: #fff;
  text-align: right;
}

.column {
  right: 150px;
}

.left-arrow {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 30px;
  line-height: 49px;
  cursor: pointer;
}

.custom-arrows {
  position: absolute;
  top: 140px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.icon {
  position: absolute;
  left: 20px;
  top: 0px;
  right: auto;
  bottom: 0px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Font awesome 5 free 400', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.icon.icon-right {
  left: auto;
  top: 0px;
  right: 20px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.icon.icon-right.bold {
  z-index: 0;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.icon.slider-icon {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2f80ed;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
  background-clip: border-box;
}

.icon.slider-icon:hover {
  border: 1px none #000;
  opacity: 0.5;
}

.icon.bold {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.div-block-3 {
  max-width: 66%;
}

.text-block-2 {
  display: inline-block;
  padding-right: 5px;
  font-family: Cabin, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.image-13 {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 0 30px 0 rgba(0, 14, 132, 0.3);
}

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

.div-block-5 {
  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;
}

.language-section {
  position: absolute;
  right: 0px;
  bottom: -170px;
  max-width: 100%;
  padding: 0px;
  border-radius: 32px;
  background-color: transparent;
  box-shadow: 0 0 100px 0 rgba(0, 14, 132, 0.19);
}

.container-2 {
  position: relative;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.sign-up-section {
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url('../images/subscribe-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-3 {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.submit-button {
  display: block;
  min-width: 196px;
  padding: 15px 46px 15px 20px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Cabin, sans-serif;
  color: #31383c;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
  text-align: left;
}

.submit-button:hover {
  background-color: #000;
  color: #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: right;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(98, 90, 114, 0.4);
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  text-align: left;
}

.menu-open-button {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

.text-block-3 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.container-4 {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.header-navigation {
  padding-left: 5%;
}

.columns-2 {
  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;
}

.nav-menu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
}

.nav-menu1.mobile-navigation {
  display: none;
  padding-right: 30px;
  padding-left: 30px;
}

.link {
  position: relative;
  display: none;
  margin-right: 20px;
  padding: 20px 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Cabin, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  color: #fff;
  font-weight: 700;
}

.link.w--current {
  display: none;
}

.link.nav-buttons {
  display: none;
  margin-right: 10px;
  padding: 10px 20px;
  border-radius: 28px;
  background-color: #709563;
  color: #fff;
  line-height: 10px;
}

.link.nav-buttons:hover {
  background-color: #000;
  font-weight: 500;
}

.link.nav-buttons.last {
  display: inline-block;
  margin-right: 0px;
}

.link.nav-buttons.last:hover {
  font-weight: 500;
}

.link.nav-buttons.mobile-link {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.link.mobile-link {
  display: block;
  margin-right: 0px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle {
  position: static;
  display: block;
  margin-right: 20px;
  padding: 0px 15px 0px 0px;
  background-image: url('../images/caret-down_1caret-down.png');
  background-position: 100% 62%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Cabin, sans-serif;
  font-weight: 500;
}

.dropdown-toggle.icon-toggle {
  margin-right: 0px;
  padding-right: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.icon-2 {
  right: 0px;
  display: none;
}

.text-block-4 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #5c6466;
}

.text-block-4:hover {
  color: #2f80ed;
  font-weight: 700;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-header {
  position: fixed;
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 8;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 376px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 14, 132, 0.19);
  opacity: 0;
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

.navbar-content {
  margin-top: 60px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid rgba(49, 56, 60, 0.2);
}

.menu-close-button {
  position: absolute;
  top: 20px;
  right: 40px;
  text-align: right;
  cursor: pointer;
}

.text-span-3 {
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  font-size: 26px;
}

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

.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;
}

.search {
  position: relative;
}

.search-button {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 42px;
  padding: 9px 20px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/search_1search.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #2f80ed;
  font-size: 16px;
}

.mobile-links {
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.search-input {
  height: 42px;
  padding-left: 50px;
  border: 0px none #000;
  border-radius: 12px;
  background-color: rgba(47, 128, 237, 0.05);
  font-family: Cabin, sans-serif;
  color: #31383c;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

.link-2 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none transparent;
  border-bottom: 2px none rgba(49, 56, 60, 0.2);
  font-family: 'Aller gras 700', sans-serif;
  color: #31383c;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.social-links {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}

.social-links.header-links {
  bottom: 40px;
  display: block;
}

.grid-4 {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-5 {
  font-family: 'Font awesome 5 brands 400', sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.link-3 {
  color: #7ac2fa;
  font-size: 32px;
  line-height: 42px;
}

.link-3.white {
  color: #fff;
  font-size: 40px;
}

.link-4 {
  color: #dc251c;
  font-size: 32px;
  line-height: 42px;
}

.link-4.white {
  color: #fff;
  font-size: 40px;
}

.link-5 {
  color: #2f80ed;
  font-size: 32px;
  line-height: 42px;
}

.link-5.white {
  color: #fff;
  font-size: 40px;
}

.link-6 {
  color: #41479b;
  font-size: 32px;
  line-height: 42px;
}

.link-6.white {
  color: #fff;
  font-size: 40px;
}

.text-span-4 {
  margin-right: 15px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
}

.footer {
  position: static;
  z-index: 1;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1e1a2f;
}

.container-5 {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.grid-5 {
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-6 {
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 12px;
  font-weight: 500;
}

.div-block-11 {
  position: static;
  padding-right: 0px;
  text-align: right;
}

.text-field {
  height: 46px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 46px;
  border: 0px none #000;
  border-radius: 24px;
  background-color: #3e7ea3;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-2 {
  height: 46px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 46px;
  border: 0px solid #000;
  border-radius: 24px;
  background-color: #3e7ea3;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-weight: 500;
}

.text-field-2::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-2:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-2::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-2::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.select-field {
  height: 46px;
  margin-bottom: 20px;
  padding-right: 46px;
  padding-left: 46px;
  border: 0px solid #000;
  border-radius: 24px;
  background-color: #3e7ea3;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-weight: 500;
  white-space: normal;
}

.select-field-2 {
  height: 46px;
  margin-bottom: 50px;
  padding-right: 46px;
  padding-left: 46px;
  border: 0px solid #000;
  border-radius: 24px;
  background-color: #3e7ea3;
  font-family: Cabin, sans-serif;
  color: #fff;
  font-weight: 500;
  white-space: normal;
}

.div-block-12 {
  position: relative;
}

.form {
  font-size: 16px;
}

.text-block-7 {
  position: absolute;
  top: 12px;
  right: 18px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #2f80ed;
}

.text-block-7:hover {
  color: #2f80ed;
}

.div-block-13 {
  position: relative;
}

.paragraph-2 {
  font-family: Cabin, sans-serif;
  color: #31383c;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-3 {
  font-family: Cabin, sans-serif;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-4 {
  font-family: Cabin, sans-serif;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-5 {
  font-family: Cabin, sans-serif;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-6 {
  font-family: Cabin, sans-serif;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-7 {
  font-family: Cabin, sans-serif;
  line-height: 24px;
  font-weight: 500;
}

.dropdown-list {
  top: 100%;
  display: none;
  min-width: 200px;
  border-top: 4px solid #2f80ed;
  background-color: #fff;
  opacity: 1;
}

.dropdown-list.w--open {
  display: block;
  opacity: 1;
}

.dropdown-list.mobile-list {
  position: static;
  display: block;
  margin-top: 10px;
  border-top-style: none;
}

.dropdown-list-2 {
  top: 100%;
  display: none;
  width: 157.08334350585938px;
  min-width: 200px;
  border-top: 4px solid #2f80ed;
  background-color: #fff;
}

.dropdown-list-2.mobile-list {
  position: static;
  display: block;
  width: 100%;
  margin-top: 10px;
  border-top-style: none;
}

.dropdown-link {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 400;
}

.dropdown-link-2 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-3 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-4 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-5 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-6 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-7 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-8 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-9 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-10 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-11 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-12 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-13 {
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-link-14 {
  display: block;
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown-list-3 {
  top: 100%;
  display: none;
  min-width: 200px;
  border-top: 4px solid #2f80ed;
  background-color: #fff;
}

.dropdown-list-3.mobile-list {
  position: static;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.dropdown-link-15 {
  border-top: 4px none #2f80ed;
  font-family: Cabin, sans-serif;
  color: #5c6466;
  font-weight: 500;
}

.dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown.mobile-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
}

.dropdown-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-2.mobile-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-3.mobile-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
}

.paragraph-8 {
  font-family: Cabin, sans-serif;
  line-height: 24px;
  font-weight: 500;
}

.icon-3 {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #2f80ed;
  font-size: 20px;
  line-height: 49px;
  text-align: center;
}

.icon-3:hover {
  opacity: 0.5;
}

.heading-2 {
  font-size: 38px;
}

.heading-2.language-heading {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 4px solid #2f80ed;
  font-size: 30px;
  line-height: 40px;
}

.text-block-8 {
  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;
}

.close-option-section {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(49, 56, 60, 0.2);
}

.mobile-wraperr {
  overflow: auto;
  height: 100%;
  max-height: 100vh;
  padding: 40px 30px 30px;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 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;
  border-bottom: 1px solid rgba(49, 56, 60, 0.2);
  color: #31383c;
  text-decoration: none;
}

.div-block-14:hover {
  color: #2f80ed;
}

.image-14 {
  position: absolute;
  right: 0px;
}

.text-block-9 {
  display: block;
  padding-top: 20px;
  padding-bottom: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Aller gras 700', sans-serif;
  color: #31383c;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-9:hover {
  color: #2f80ed;
}

.right-column {
  display: none;
}

.div-block-16 {
  min-width: 790px;
  padding: 30px 20px;
  border-radius: 32px;
  background-color: #fff;
}

.link-7 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.div-block-17 {
  display: inline-block;
  -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;
  border-radius: 70px;
  background-color: #fff;
}

.div-block-17.app-store {
  display: block;
  background-color: transparent;
  text-align: center;
}

.link-8 {
  display: inline-block;
  margin-left: 20px;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 49px;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  font-family: Cabin, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}

.link-8:hover {
  border-color: #709563;
  background-color: #709563;
}

.image-15 {
  display: inline-block;
  max-width: 64px;
}

.div-block-18 {
  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-19 {
  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-20 {
  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-21 {
  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-22 {
  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-23 {
  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-24 {
  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-25 {
  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-26 {
  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-27 {
  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-28 {
  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-29 {
  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-30 {
  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-31 {
  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-32 {
  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-33 {
  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-34 {
  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-35 {
  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;
}

.military-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/image-45.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-6 {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  text-align: center;
}

.text-block-10 {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #709563;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.div-block-36 {
  width: auto;
  height: auto;
  color: transparent;
  text-align: right;
}

.collection-list-wrapper {
  display: block;
}

.collection-list-2 {
  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;
}

.collection-item-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-37 {
  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-38 {
  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-39 {
  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-40 {
  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-41 {
  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-42 {
  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-43 {
  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;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 35px;
}

@media screen and (min-width: 1920px) {
  .image {
    right: 0px;
    min-width: 960px;
  }

  .container {
    max-width: 1420px;
  }

  .testimonial--container {
    max-width: 1420px;
    padding-top: 120px;
  }

  .heading {
    min-width: 840px;
    font-size: 80px;
    line-height: 88px;
  }

  .image-3 {
    max-width: 335px;
  }

  .image-3.banner-appstore {
    max-width: 248px;
  }

  .heading-main {
    font-size: 70px;
    line-height: 84px;
  }

  .heading-main.white.white-border {
    margin-bottom: 94px;
  }

  .heading-main.white.border-white {
    margin-bottom: 50px;
  }

  .heading-main._w-full {
    margin-bottom: 54px;
  }

  .grid {
    margin-top: 94px;
  }

  .grid.application-grid {
    max-width: 1030px;
  }

  .icons-container {
    max-width: 1420px;
  }

  .image-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-5 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-6 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-7 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-8 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-10 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-11 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .brands-container {
    max-width: 1420px;
    padding-bottom: 250px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-h2.white {
    font-size: 36px;
    line-height: 38px;
  }

  .heading-h2.margin-topff {
    font-size: 20px;
  }

  .heading-h2.font-smaller {
    font-size: 20px;
  }

  .heading-h-copy.white {
    font-size: 42px;
    line-height: 63px;
  }

  .white.test-content {
    font-size: 24px;
    line-height: 36px;
  }

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

  .column {
    right: 90px;
  }

  .left-arrow {
    width: 73px;
    height: 73px;
    line-height: 73px;
  }

  .right-arrow {
    width: 73px;
    height: 73px;
  }

  .icon.slider-icon {
    font-size: 30px;
    line-height: 73px;
  }

  .language-section {
    max-width: 100%;
  }

  .container-2 {
    max-width: 1420px;
  }

  .container-3 {
    max-width: 1420px;
  }

  .container-4 {
    max-width: 1420px;
  }

  .link {
    margin-right: 40px;
  }

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

  .link.nav-buttons.last {
    display: inline-block;
  }

  .dropdown-toggle {
    margin-right: 40px;
  }

  .container-5 {
    max-width: 1420px;
  }

  .text-block-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8 {
    font-size: 18px;
    line-height: 28px;
  }

  .icon-3 {
    font-size: 30px;
    line-height: 73px;
  }

  .heading-2.language-heading.heading-main {
    margin-bottom: 50px;
  }

  .div-block-16 {
    min-width: 960px;
  }

  .link-8 {
    padding: 19px 40px;
    font-size: 24px;
    line-height: 18px;
  }

  .image-15 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 80px;
    line-height: 88px;
  }

  .text-block-10 {
    position: static;
    width: 64px;
    height: 64px;
    float: right;
    clear: none;
    font-size: 32px;
    line-height: 64px;
  }

  .div-block-46 {
    position: static;
    right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .columns {
    display: block;
  }

  .banner-section {
    padding-bottom: 80px;
  }

  .image {
    min-width: 100%;
    margin-top: 0px;
  }

  .container {
    max-width: 100%;
    padding-right: 15px;
  }

  .testimonial--container {
    padding-bottom: 10px;
  }

  .image-2 {
    left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    margin-bottom: 50px;
  }

  .div-block {
    display: none;
  }

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

  .heading-main {
    max-width: 100%;
    border-bottom-style: none;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-main.white.white-border {
    border-bottom-style: none;
  }

  .heading-main.white.border-white {
    border-bottom-style: none;
  }

  .grid.application-grid {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
  }

  .grid.choose-section {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid.first-grid {
    grid-column-gap: 30px;
  }

  .industry-section {
    padding: 70px 0px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 50px auto 50px auto 50px auto 50px auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .grid-3 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .column {
    right: 0px;
  }

  .custom-arrows {
    right: 15px;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .language-section {
    position: relative;
    bottom: -120px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-open-button {
    right: 15px;
    display: block;
  }

  .text-block-3 {
    display: none;
    color: #fff;
    font-size: 28px;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-navigation {
    display: block;
  }

  .nav-menu1 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu1.mobile-navigation {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(49, 56, 60, 0.2);
  }

  .nav-menu1.mobile-menu {
    display: block;
    text-align: center;
  }

  .link {
    display: block;
    margin-right: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
  }

  .link:hover {
    color: #709563;
  }

  .link.nav-buttons {
    display: block;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
  }

  .link.nav-buttons:hover {
    background-color: transparent;
    color: #709563;
    font-weight: 700;
  }

  .link.nav-buttons.last:hover {
    font-weight: 700;
  }

  .link.nav-buttons.last.mobile-link {
    margin-bottom: 0px;
  }

  .link.mobile-link {
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(49, 56, 60, 0.2);
  }

  .link.mobile-link.lastlink {
    margin-bottom: 20px;
  }

  .link.mobile-link.lastlink:hover {
    font-weight: 700;
  }

  .mobile-header {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }

  .header-content {
    margin-top: 60px;
    border-top: 0px none rgba(49, 56, 60, 0);
  }

  .navbar-content {
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px none #000;
    border-top-style: none;
    border-top-color: #fff;
  }

  .menu-close-button {
    position: fixed;
    right: 20px;
  }

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

  .mobile-links {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-links {
    padding-left: 0px;
  }

  .social-links.header-links {
    display: none;
  }

  .text-span-4 {
    display: none;
  }

  .div-block-7 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-8 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-9 {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-10 {
    display: block;
  }

  .grid-5 {
    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;
  }

  .text-block-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .dropdown-link {
    font-weight: 500;
  }

  .dropdown-link:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-2:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-3:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-4:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-5 {
    color: #5c6466;
    font-weight: 500;
  }

  .dropdown-link-5:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-6 {
    color: #5c6466;
    font-weight: 500;
  }

  .dropdown-link-6:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-7 {
    color: #5c6466;
    font-weight: 500;
  }

  .dropdown-link-7:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-8:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-9:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-10:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-11:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-12:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-13:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-link-14:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown-list-3.mobile-list {
    border-top-style: none;
  }

  .dropdown-link-15 {
    border-top-style: none;
  }

  .dropdown-link-15:hover {
    color: #2f80ed;
    font-weight: 700;
  }

  .dropdown.mobile-link {
    border-bottom: 1px solid rgba(49, 56, 60, 0.2);
  }

  .dropdown-2.mobile-link {
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(49, 56, 60, 0.2);
  }

  .dropdown-3.mobile-link {
    border-bottom: 1px solid rgba(49, 56, 60, 0.2);
  }

  .paragraph-8 {
    max-width: 66%;
  }

  .heading-2.language-heading {
    max-width: 100%;
  }

  .heading-2.language-heading.heading-main {
    border-bottom-style: none;
  }

  .close-option-section {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .mobile-wraperr {
    max-height: 93vh;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-14 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Cabin, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-9:hover {
    font-weight: 700;
  }

  .column-2 {
    text-align: center;
  }

  .right-column {
    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;
    text-align: center;
  }

  .div-block-15 {
    display: block;
    height: 4px;
    min-width: 50%;
    border-bottom: 1px solid #2f80ed;
  }

  .div-block-16 {
    min-width: 100%;
  }

  .div-block-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 50px;
  }

  .div-block-44 {
    display: block;
    max-width: 100%;
    min-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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-45 {
    display: block;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .image {
    right: auto;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-main {
    font-size: 38px;
    line-height: 42px;
  }

  .grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid.application-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid.choose-section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid.first-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .icons-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .image-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-8 {
    margin-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-9 {
    max-width: 50%;
    margin-top: 50px;
  }

  .image-10 {
    max-width: 50%;
    margin-top: 50px;
  }

  .image-11 {
    max-width: 38%;
    margin-top: 50px;
  }

  .image-12 {
    max-width: 44%;
    margin-top: 50px;
  }

  .brands-container {
    padding-bottom: 120px;
  }

  .custom-arrows {
    display: none;
  }

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

  .container-4 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header-logo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobile-header {
    min-width: 320px;
    opacity: 0;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }

  .paragraph-2 {
    margin-bottom: 0px;
  }

  .paragraph-3 {
    margin-bottom: 0px;
  }

  .paragraph-4 {
    margin-bottom: 0px;
  }

  .paragraph-5 {
    margin-bottom: 0px;
  }

  .paragraph-6 {
    margin-bottom: 0px;
  }

  .paragraph-7 {
    margin-bottom: 0px;
  }

  .paragraph-8 {
    display: none;
    max-width: 100%;
  }

  .military-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .collection-item {
    display: block;
    padding: 20px;
  }

  .image {
    min-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .image-2 {
    left: 0px;
    max-width: 120px;
  }

  .heading {
    min-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 45px;
    letter-spacing: -4px;
  }

  .image-3 {
    max-width: 200px;
  }

  .image-3.banner-appstore {
    max-width: 110px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-main {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-main._w-full {
    font-size: 38px;
    line-height: 42px;
  }

  .grid.application-grid {
    float: left;
    clear: none;
    grid-auto-flow: row dense;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid.choose-section {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .grid.first-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .icons-container {
    margin-bottom: -35px;
    padding-top: 70px;
  }

  .image-4 {
    max-width: 44%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-5 {
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-6 {
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-7 {
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-8 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-10 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-11 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .brands-container {
    padding-bottom: 100px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-3 {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .column {
    left: 0px;
    right: 0px;
    z-index: 1;
  }

  .text-block-2 {
    font-size: 13px;
  }

  .sign-up-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .menu-open-button {
    top: 17px;
    right: 12px;
    overflow: visible;
  }

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

  .nav-menu1 {
    display: none;
    overflow: visible;
  }

  .nav-menu1.mobile-menu {
    overflow: visible;
  }

  .link {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 20px;
    line-height: 25px;
  }

  .link.nav-buttons {
    font-size: 20px;
    line-height: 25px;
  }

  .loader {
    display: none;
  }

  .mobile-header {
    opacity: 0;
    -webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }

  .footer {
    padding-bottom: 60px;
  }

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

  .link-8 {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 10px;
  }

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

  .heading-3 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-10 {
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
  }

  .back-to-top {
    right: 10px;
    bottom: 10px;
  }

  .div-block-44 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
}

#w-node-_5619bc55-51a0-8eea-9d1d-75cd6deb2d74-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5619bc55-51a0-8eea-9d1d-75cd6deb2d78-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5619bc55-51a0-8eea-9d1d-75cd6deb2d7c-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5619bc55-51a0-8eea-9d1d-75cd6deb2d80-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5619bc55-51a0-8eea-9d1d-75cd6deb2d84-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5619bc55-51a0-8eea-9d1d-75cd6deb2d88-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6eb5b9ba-8c9f-7706-4f97-a5ac09df7b4a-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6eb5b9ba-8c9f-7706-4f97-a5ac09df7b4e-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6eb5b9ba-8c9f-7706-4f97-a5ac09df7b52-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6eb5b9ba-8c9f-7706-4f97-a5ac09df7b56-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6eb5b9ba-8c9f-7706-4f97-a5ac09df7b5a-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6eb5b9ba-8c9f-7706-4f97-a5ac09df7b5e-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1fd1bef4-2741-3bdd-c083-5f95d5ae3b5d-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a70f26be-35ef-60ea-e835-43e8c9ae73e4-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dc234674-dee3-619b-c9f6-f309ac12db42-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e8bb053b-b6cb-3ac2-49bb-a280a25c4e7c-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-aa1983da-6c90-f2b2-a7c7-b70dd1f52698-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_78dc82cf-ef53-fc30-42d8-6ec1cc1f6bcf-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81a5e654-3507-17a3-e024-ba7646f93174-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81a5e654-3507-17a3-e024-ba7646f93178-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81a5e654-3507-17a3-e024-ba7646f9317c-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81a5e654-3507-17a3-e024-ba7646f93180-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81a5e654-3507-17a3-e024-ba7646f93184-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81a5e654-3507-17a3-e024-ba7646f93188-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_06840140-7f1e-6a4b-b44b-5d01e5e87f78-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bdd1a3e5-7bf3-1a8f-23e6-3863d937d134-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3e93d9e1-476a-027b-fe9c-110e1af53e60-7a201763 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Aller gras 700';
  src: url('../fonts/Aller-Gras-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}