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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Roboto, sans-serif;
  color: #096ad0;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3em;
  font-weight: 300;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}

a {
  color: #096ad0;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  letter-spacing: 1px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #000;
}

li {
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 1px solid #096ad0;
  font-size: 23px;
  line-height: 32px;
  font-weight: 300;
}

.section-services {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #f0960e;
}

.section-services.grid {
  z-index: -1;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-services.bo-bottom-padding {
  padding-bottom: 0px;
}

.section-services.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section-services.blue {
  background-color: #f0960e;
  color: #096ad0;
}

.section-services.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-services.full-screen.background-image-side {
  background-color: rgba(9, 106, 208, 0.2);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-services.full-screen.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-services.light-blue {
  border-style: none;
  background-color: rgba(9, 106, 208, 0.04);
}

.section-services.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-services.wider-padding.dark-blue {
  display: block;
  padding-bottom: 60px;
  background-color: #096ad0;
}

.section-services.wider-padding.dark-blue.tarifs {
  display: none;
}

.section-services.wider-padding.dark-blue.a-propos {
  display: none;
}

.section-services.wider-padding.dark-blue.contact {
  display: none;
}

.section-services.wider-padding.background-image {
  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;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.section-services.wider-padding.map {
  padding-top: 240px;
  padding-bottom: 240px;
  background-position: 50% 50%;
}

.section-services.light-blue {
  background-color: rgba(9, 106, 208, 0.08);
}

.section-services.blue {
  background-color: #096ad0;
  color: #096ad0;
}

.section-services.background-image {
  height: 600px;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-services.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0px 50%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.section-services.half-screen-background-image.right {
  background-position: 100% 50%;
}

.section-services.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-services.page-header.image {
  padding-bottom: 160px;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-services.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-services.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section-services.legowerk-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-services.bg-custom {
  background-color: #fff;
}

.section-services.bg-custom.padding-upgrade {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section-services.bg-custom.padding-upgrade:hover {
  border: 0px none #000;
}

.section-services.bg-custom.padding-upgrade.header {
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 30px;
}

.section-services.bg-gray {
  display: block;
  background-color: #f3f3f3;
}

.section-services.bg-gray.hide {
  display: none;
}

.section-services.bg-gray.blacksearch {
  padding-top: 60px;
}

.section-services.orange {
  display: none;
  background-color: #096ad0;
}

.section-services.gray {
  background-color: #f1f1f1;
}

.section-services.dialonce {
  display: none;
}

.section-services.bg {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section-services._2 {
  padding-top: 20px;
  background-color: transparent;
}

.section-services.services {
  display: none;
}

.section-services.equipe {
  margin-top: 20px;
}

.section-services.equipe.en {
  margin-top: 0px;
}

.section-services.contact {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-services.tarifs {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-services.frais {
  display: none;
  margin-top: 40px;
  background-color: #fafafa;
}

.section-services.r-putation {
  padding-top: 0px;
}

.section-services.r-putation.a-propos {
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-services.r-putation.talk-about-us {
  margin-top: 60px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-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;
}

.wrapper.grid-container {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
}

.wrapper.space-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
}

.wrapper.lg-negative-margins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: -80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -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;
}

.wrapper.padding-top {
  padding: 0px;
  border-radius: 0px;
  background-color: #f0960e;
}

.wrapper.padding-bottom {
  padding-bottom: 20px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: -15px;
  margin-left: -15px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.block.lg-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(9, 106, 208, 0.05);
  border-left: 1px solid rgba(9, 106, 208, 0.05);
}

.column-overlay.white {
  border-right-color: hsla(0, 0%, 100%, 0.08);
  border-left-color: hsla(0, 0%, 100%, 0.08);
}

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

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.centre-align.black {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 500;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-5 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-5.align-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.lg-5.align-bottom.md-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-5.sm-2.lg-vertical-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-5.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-5.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-5.center.questions {
  width: 41.66%;
  padding-right: 25px;
  padding-left: 25px;
}

.col.lg-5.center.questions.c {
  width: 70%;
}

.col.lg-5.emails {
  margin-top: 10px;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.md-4.nopaddingleft {
  left: -47px;
  top: -8px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-3.sm-2 {
  min-height: 350px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 25px;
  -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-radius: 10px;
  background-color: #fafafa;
  box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.08);
}

.col.lg-3.md-1.sm-1 {
  width: 16.666%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  display: block;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.centre-align {
  -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;
}

.col.lg-6.centre-align-vertical {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-2.md-1.sm-1.xs-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.lg-2.md-1.sm-1.armadai-france {
  bottom: 0px;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-7.centre-align-vertical {
  z-index: 2;
  width: 45%;
  padding-right: 0px;
  padding-left: 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;
}

.col.lg-7.centre-align-vertical.hide {
  display: none;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-12 {
  width: 100%;
  padding-left: 0px;
}

.col.lg-4 {
  width: 33.333333333333336%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.col.lg-4.flex-vertical-align-center {
  padding: 30px;
  -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: #75194a;
}

.col.lg-4.flex-vertical-align-center.gray {
  background-color: #1f2c3d;
}

.col.lg-4.flex-vertical-align-center.red {
  background-color: #e22803;
  color: transparent;
}

.col.lg-4.flex-vertical-align-center.green {
  background-color: #019b5b;
}

.col.lg-4.flex-vertical-align-center.clair {
  background-color: #b1aeae;
}

.col.lg-4.sm-2 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px;
}

.col.lg-4.sm-2.bg-gray {
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fafafa;
  box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
}

.col.lg-4.sm-2.bg-gray.margin-bottom {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.col.lg-4.sm-2.bg-gray.margin-bottom.fonctionnement {
  height: 400px;
}

.col.lg-4.sm-2.bg-gray.margin-bottom.nuage {
  height: 400px;
}

.col.lg-4.sm-2.flex-vertical-center-align {
  min-height: 340px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px;
  -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-radius: 10px;
  background-color: #fafafa;
  box-shadow: 2px 2px 16px 1px rgba(0, 0, 0, 0.13);
}

.col.lg-4.md-2.xs-2 {
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 20px;
}

.col.lg-4.md-2.xs-2.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col.lg-4.md-2.xs-2.top._50 {
  width: 50%;
}

.col.lg-vertical-align.sm-2.lg-5 {
  z-index: 2;
  width: 70%;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.lg-vertical-align.sm-2.lg-5.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-vertical-align.sm-2.lg-5.center.plaque {
  width: 1170px;
  padding-top: 60px;
  padding-bottom: 110px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 87.3%, 0.19);
  border-radius: 20px;
  background-image: url('../images/MAIN-DASHBOARD-SIDE-CONTAINER-NO-TOP.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.col.lg-vertical-align.sm-2.lg-5.center.plaque.home {
  height: 450px;
  padding: 40px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/MAIN-DASHBOARD-SIDE-CONTAINER-NO-TOP.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/MAIN-DASHBOARD-SIDE-CONTAINER-NO-TOP.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.paragraph-small {
  font-family: Poppins, sans-serif;
  color: #1f2c3d;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0px;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-right: 8px;
  margin-left: 8px;
}

.paragraph-small.no-bottom-margins.justified {
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}

.paragraph-small.no-bottom-margins.justified.justified-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
}

.paragraph-small.no-bottom-margins.justified.justified-paragraph.english {
  margin-top: 0px;
}

.paragraph-small.short-paragraph {
  width: auto;
  font-family: Gotham, sans-serif;
  color: #1f2c3d;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

.paragraph-small.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-small.footer {
  margin-bottom: 0px;
  color: #000;
  font-size: 13px;
}

.paragraph-small.color-black {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph-small.color-black.justified-paragraph {
  position: relative;
  bottom: -30px;
  padding-top: 0px;
  clear: none;
}

.paragraph-small.align-left {
  text-align: left;
}

.paragraph-small.align-left.black {
  font-size: 16px;
}

.paragraph-small.justify {
  text-align: justify;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.row.flex-horizontal {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0px;
}

.row.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.row.centre-align.padding {
  margin-right: -30px;
  margin-left: -30px;
}

.row.sm-reverse {
  margin-top: 0px;
}

.row.sm-reverse.margin-top {
  margin-top: 40px;
}

.row.sm-reverse.margin-top.wrap {
  position: relative;
  height: auto;
  max-height: 575px;
  margin-top: 0px;
  padding: 130px 60px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: linear-gradient(95deg, #096ad0, #1f2c3d 72%);
}

.row.sm-reverse.margin-top.wrap.role-management {
  height: auto;
  max-height: 575px;
}

.row.sm-reverse.margin-top.wrap.everest {
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/Panoramique_mont_Everest_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/Panoramique_mont_Everest_2.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
}

.row.sm-reverse.margin-top.wrap.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.row.align-centre {
  -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;
}

.row.align-centre.flex-vertical-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.trust {
  display: none;
}

.row.contact {
  margin-top: 30px;
}

.button {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 25px;
  border: 1px none transparent;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Gotham, sans-serif;
  color: #096ad0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  border: 1px none #096ad0;
  background-color: #03f;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.button.ghost {
  border: 1px solid #096ad0;
  background-color: transparent;
  box-shadow: none;
  color: #096ad0;
}

.button.ghost:hover {
  background-color: #096ad0;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ghost.reversed {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.ghost.reversed:hover {
  background-color: #fff;
  color: #096ad0;
}

.button.reversed {
  background-color: #fff;
  color: #096ad0;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  width: 100%;
  text-align: center;
}

.button.margin-left {
  margin-right: 20px;
}

.button.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.button.form-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  font-size: 14px;
}

.button.blue {
  background-color: #096ad0;
  color: #fff;
}

.button.blue.left {
  display: inline-block;
  width: auto;
  text-align: center;
}

.button.blue.left.vitesse {
  display: none;
}

.button.blue.left.hide {
  display: none;
}

.button.left {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.button.test-gratuit {
  font-family: Roboto, sans-serif;
}

.button.abs {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #1f2c3d;
}

.margin-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

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

.margin-bottom.centre-align {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.margin-bottom.centre-align.sur-site {
  margin-top: 0px;
}

.margin-bottom.centre-align.appliances {
  margin-top: 0px;
}

.margin-bottom.center {
  min-height: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  text-align: center;
}

.margin-bottom.center.padding-bottom {
  margin-bottom: 20px;
}

.margin-bottom.center.padding-bottom.header {
  font-size: 26px;
}

.margin-bottom.outline {
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px none #096ad0;
  box-shadow: 2px 2px 16px 0 rgba(31, 44, 61, 0.14);
}

.margin-bottom.outline.big {
  position: relative;
  min-height: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.margin-bottom.outline.same-size {
  height: 350px;
  padding: 36px;
}

.margin-bottom.outline.same-size._850px {
  height: 850px;
}

.form {
  width: 100%;
}

.form.cta-consulting {
  width: 100%;
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border: 1px solid #096ad0;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #096ad0;
  text-align: center;
}

.form-field::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field:-ms-input-placeholder {
  color: #096ad0;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-right: 16px;
  margin-left: 16px;
}

.text-area {
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  font-family: Poppins, sans-serif;
  color: #096ad0;
}

.text-area::-webkit-input-placeholder {
  color: #096ad0;
}

.text-area:-ms-input-placeholder {
  color: #096ad0;
}

.text-area::-ms-input-placeholder {
  color: #096ad0;
}

.text-area::placeholder {
  color: #096ad0;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-table-container.link {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  text-decoration: none;
}

.price-table-container.link:hover {
  border-color: #096ad0;
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.rel.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

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

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
}

.footer-link.spacing.last {
  margin-right: 0px;
}

.footer-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  max-width: 40px;
  padding: 8px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  padding: 60px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  background-color: #fff;
  box-shadow: 10px 0 80px 0 rgba(31, 44, 61, 0.1);
}

.contact-form-container.card.white-background {
  border: 1px solid #096ad0;
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  width: 64px;
  height: 64px;
  max-width: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

.icon.server {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.light-blue {
  background-color: rgba(9, 106, 208, 0.04);
}

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

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 0px;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.answer._2 {
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container.transparent {
  margin-bottom: 16px;
  padding: 10px 0px;
  border-style: none;
  background-color: transparent;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -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: 1px solid #096ad0;
  border-radius: 50%;
  color: #096ad0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.service-icon._2 {
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-color: #096ad0;
  color: #096ad0;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-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: #fff;
}

.nav-link-2 {
  position: relative;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 20px 18px;
  font-family: Helvetica, sans-serif;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
  font-weight: 300;
}

.nav-link-2.w--current {
  width: 140px;
  border-top: 2px solid #096ad0;
  border-bottom: 2px solid #096ad0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Helvetica, sans-serif;
  color: #096ad0;
  font-weight: 600;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-2.border.cta {
  padding-right: 20px;
  padding-left: 20px;
  border-style: none;
  border-radius: 2px;
  background-color: #096ad0;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link-2.border.cta:hover {
  background-color: #03f;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.nav-link-2.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-2.full-opacity {
  padding-right: 20px;
  padding-left: 20px;
  opacity: 1;
  font-family: Helvetica, sans-serif;
  color: #096ad0;
  font-weight: 300;
}

.nav-link-2.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: rgba(9, 106, 208, 0.6);
  text-decoration: none;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.sous-pages {
  width: 140px;
  border-top: 2px solid #096ad0;
  border-bottom: 2px solid #096ad0;
  font-weight: 600;
}

.nav-link-2.fr {
  font-weight: 600;
}

.nav-link-2.fr.w--current {
  width: auto;
  border-top-style: none;
  border-bottom-style: none;
  color: #096ad0;
  font-weight: 600;
}

.nav-link-2.en {
  width: auto;
  border-top-style: none;
  border-bottom-style: none;
  font-weight: 600;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -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;
  background-color: #fff;
}

.nav-bar.sample-website {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.nav-bar.sample-website.no-shadow {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: none;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: #096ad0;
}

.partner-logo {
  width: 120px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

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

.no-bottom-margins {
  margin-bottom: 0px;
  color: #096ad0;
}

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

.sm-align-centre {
  margin-left: 10px;
}

.column-image {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.column-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

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

.slide {
  background-color: transparent;
}

.slide.small {
  width: 70%;
  margin-right: 10px;
  margin-left: 10px;
}

.slider-arrow {
  color: #096ad0;
}

.slide-nav {
  color: #096ad0;
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  display: block;
  margin-right: 16px;
  float: left;
}

.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flex-horizontal-justify-start-align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tick-icon {
  margin-right: 8px;
}

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

.flex-horizontal.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-thumbnail-container {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.blog-thumbnail-container:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.padding {
  height: auto;
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.padding.r-putation {
  height: 250px;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link {
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  color: #096ad0;
  text-align: center;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  font-weight: 700;
}

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

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

.nav-link-with-icon-containr {
  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;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dark-blue {
  background-color: #1f2c3d;
}

.nav-link {
  padding: 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  background-color: #096ad0;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  padding: 8px 14px;
  border-radius: 90px;
  background-color: #1f2c3d;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.hover.hover-on-image {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  padding: 30px;
  background-color: #e4f1fd;
  opacity: 1;
}

.portrait-container {
  position: relative;
  margin-bottom: 30px;
}

.team-small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.div-block-29 {
  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 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  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;
}

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.testimonial-container.border {
  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;
  border: 1px none #096ad0;
  border-radius: 10px;
  background-color: #fff;
}

.quotation-mark {
  margin-right: 24px;
  opacity: 0.1;
}

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

.slide-nav-2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  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;
}

.horizontal-short-line {
  height: 1px;
  margin-right: -50px;
  margin-left: -50px;
  background-color: rgba(9, 106, 208, 0.2);
}

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

.social-link {
  display: inline;
  margin-right: 6px;
  margin-left: 6px;
  padding: 8px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  background-color: #096ad0;
}

.team-small-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  display: block;
  margin: 0px auto 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  color: #096ad0;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.section-header.heading-black {
  margin-bottom: 40px;
  color: #000;
  font-size: 38px;
}

.section-header.margin {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
}

.half-screen-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -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;
}

.page-title {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 300;
}

.short-paragraph {
  width: 75%;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  margin-right: 30px;
  float: left;
}

.feature-icon-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.computer-image {
  position: absolute;
  width: 70vw;
  margin-left: 10vw;
}

.computer-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  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;
  background-image: none;
}

.border-to-edge-picture {
  position: relative;
  top: 0px;
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0px;
}

.rich-text-block {
  text-align: left;
}

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-heading {
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-39 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.footer-logo-2 {
  margin-bottom: 40px;
}

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

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.full-width {
  width: 100%;
}

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

.low-opacity {
  font-family: Poppins, sans-serif;
  color: #000;
  text-align: left;
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.video-placeholder {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-link:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  position: absolute;
  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;
}

.dropdown-link-text {
  margin-right: 0px;
  font-family: Poppins, sans-serif;
  color: #096ad0;
  text-decoration: none;
}

.dropdown-chevron {
  display: none;
  margin-right: -1px;
  color: #096ad0;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #000;
  font-size: 15px;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  display: none;
  margin-top: 0px;
  border-color: #096ad0;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
  color: #000;
}

.nav-cta-button-container.demo {
  margin-left: 30px;
}

.small-slide {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}

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

.value-point-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.negative-margin {
  margin-left: 0px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.back-icon {
  margin-right: 8px;
}

.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: 320px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.video-preview {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

.play-icon-1 {
  position: relative;
  z-index: 2;
}

.video-preview-container {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.video-preview-container:hover {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}

.map {
  overflow: hidden;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.lightbox-image:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.how-it-works-line {
  position: absolute;
  top: 400px;
  width: 100vw;
  height: 1px;
  background-color: #03f;
  color: #03f;
}

.step-content {
  text-align: center;
}

.how-it-works-step {
  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;
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #03f;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-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;
  border: 1px none #096ad0;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.how-it-works-tab {
  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;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.no-underline.footer {
  font-family: Roboto, sans-serif;
  color: #096ad0;
}

.heading {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0px;
}

.heading.center {
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 1.1em;
  font-weight: 300;
  text-align: center;
}

.heading-orange {
  margin-top: 0px;
  color: #096ad0;
  font-weight: 700;
  text-align: center;
}

.heading-white {
  font-weight: 700;
}

.heading-2 {
  color: #096ad0;
  font-weight: 700;
}

.black {
  color: #000;
  font-weight: 400;
}

.heading-5 {
  color: #096ad0;
  font-weight: 400;
}

.heading-6 {
  font-family: Poppins, sans-serif;
  color: #03f;
  font-size: 28px;
  text-align: justify;
}

.paragraph {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-align: justify;
}

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

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
}

.div-block-51 {
  background-color: transparent;
}

.navbar-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.wrap {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-14 {
  font-family: Poppins, sans-serif;
  color: #096ad0;
}

.heading-17 {
  font-family: Poppins, sans-serif;
  color: #096ad0;
}

.newsletter-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #096ad0;
  font-size: 56px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 0px;
}

.text-form-field {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px 0px 0px 5px;
}

.text-form-field.newsletter-text-form-field {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  font-family: Gotham, sans-serif;
}

.text-form-field.newsletter-text-form-field:active {
  box-shadow: 2px 2px 16px 0 #7e7e7e;
}

.text-form-field.newsletter-text-form-field:focus {
  box-shadow: 2px 2px 16px 0 #7e7e7e;
}

.text-form-field.newsletter-text-form-field::-webkit-input-placeholder {
  color: #fff;
}

.text-form-field.newsletter-text-form-field:-ms-input-placeholder {
  color: #fff;
}

.text-form-field.newsletter-text-form-field::-ms-input-placeholder {
  color: #fff;
}

.text-form-field.newsletter-text-form-field::placeholder {
  color: #fff;
}

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

.form-block {
  width: 500px;
  margin: 35px auto;
}

.form-block.newsletter-form-block {
  width: 450px;
  margin: 0px;
}

.submit-form-button {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 0px 5px 5px 0px;
  background-color: #0074e4;
  font-weight: 600;
}

.submit-form-button.white-background {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #096ad0;
  background-color: #fafafa;
  font-family: Gotham, sans-serif;
  color: #0074e4;
}

.newsletter-wrapper {
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.calltoaction {
  padding-top: 75px;
  padding-right: 0px;
  padding-bottom: 75px;
  background-color: #fff;
  color: #096ad0;
}

.solo-feature-para {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #1d262c;
  font-size: 16px;
  letter-spacing: 1px;
}

.small-feature-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #096ad0;
  font-size: 34px;
  line-height: 115%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.small-feature-heading.big {
  margin-bottom: 30px;
  color: #096ad0;
  font-size: 36px;
}

.small-feature-heading.headertitle {
  color: #fff;
  font-size: 46px;
  line-height: 40px;
}

.small-feature-heading.padding {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.small-feature-heading.padding.service {
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 36px;
}

.small-feature-heading.padding.service.padding-0 {
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
}

.small-feature-heading.small {
  font-size: 24px;
}

.small-feature-heading.very-big {
  font-size: 44px;
  line-height: 50px;
}

.small-feature-heading.titre-a-propos {
  font-family: Poppins, sans-serif;
}

.small-feature-heading.center {
  text-align: center;
}

.small-feature-heading.padd-bas {
  margin-bottom: 40px;
}

.small-feature-grid {
  margin-bottom: 40px;
  grid-column-gap: 70px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-feature-grid.small-feature-grid-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 70px;
}

.small-feature-grid.small-feature-grid-2.padding-top {
  margin-top: 140px;
}

.small-feature-grid.small-feature-grid-2.margin-0 {
  margin-top: 0px;
}

.small-feature-grid.no-margins {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.small-feature-image {
  position: relative;
  left: 0px;
  max-width: 100%;
}

.small-feature-image.big {
  left: -450px;
  max-width: 240%;
}

.small-feature-image.big.macbook-2 {
  left: 0px;
}

.small-feature-image.big.macbook-4 {
  left: 0px;
}

.small-feature-image.big.macbook-22 {
  left: 0px;
}

.view-all-features-link {
  display: none;
  margin-top: 25px;
  padding-right: 25px;
  background-image: url('../images/right-arrow.png');
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #0074e4;
  text-decoration: none;
}

.solo-feature-block {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  background-image: url('../images/icons8_checkmark_100px.png');
  background-position: 0% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.small-feature-wrapper {
  width: 90%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.small-feature-wrapper.accueil {
  margin-top: 30px;
}

.small-feature-wrapper.margin-30 {
  margin-top: 30px;
}

.small-feature-section {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
}

.small-feature-section.smaller-padding {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.small-feature-section.smaller-padding._2 {
  overflow: hidden;
}

.small-feature-section.smaller-padding._2._2bis {
  display: none;
}

.small-feature-section.smaller-padding._2.fonctionnement.armada {
  display: none;
}

.small-feature-section.smaller-padding._4 {
  overflow: hidden;
}

.small-feature-section.smaller-padding._3 {
  overflow: hidden;
}

.small-feature-section.smaller-padding._4bis {
  display: none;
}

.small-feature-section.smaller-padding.fonctionnement {
  overflow: hidden;
}

.small-feature-section.smaller-padding.no-padding-haut {
  overflow: hidden;
  padding-top: 0px;
}

.small-feature-section.no-padding {
  padding-bottom: 20px;
}

.small-feature-section.no-padding.services {
  display: none;
}

.small-feature-section.no-padding.consulting {
  display: none;
}

.small-feature-section.consulting {
  padding-top: 20px;
  padding-bottom: 0px;
}

.small-feature-section.a-propos {
  padding-top: 0px;
  padding-bottom: 0px;
}

.small-feature-section.padding-20 {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-7 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph-7.white {
  color: #fff;
  letter-spacing: 1px;
}

.paragraph-7.white.title {
  font-size: 30px;
  letter-spacing: 0px;
}

.paragraph-7.padding-bottom {
  margin-bottom: 40px;
}

.paragraph-7.vitesse {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.paragraph-7.consulting {
  font-family: Poppins, sans-serif;
  color: #096ad0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.paragraph-7.padd-gauche {
  padding-left: 32px;
}

.paragraph-7.test {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.paragraph-7.margin-haut {
  margin-top: 48px;
}

.small-feature-content-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  -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-align: left;
}

.small-feature-content-block.cmt-ca-fonctionne {
  margin-top: -75px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.small-feature-content-block.un-clic {
  margin-top: 0px;
  margin-bottom: 65px;
  padding-bottom: 0px;
}

.small-feature-content-block.rentable {
  margin-top: 55px;
}

.small-feature-content-block.center {
  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;
}

.small-feature-content-block.margin-bas-0 {
  margin-bottom: 0px;
}

.small-feature-content-block.gris {
  padding: 12px;
  background-color: rgba(31, 44, 61, 0.06);
}

.bold-text {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
}

.div-block-56 {
  padding-bottom: 60px;
}

.titre {
  font-weight: 500;
}

.light {
  font-weight: 700;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-bottom: 40px;
  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;
}

.sub-how-it-work {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #58769a;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 300;
  text-align: justify;
}

.sub-how-it-work.left {
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  text-align: left;
}

.div-block-des {
  width: 60%;
  padding-top: 30px;
  padding-right: 30px;
  float: left;
}

.div-block-des.login {
  padding-top: 10px;
}

.div-block-des.right {
  width: 60%;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 30px;
  float: right;
}

.div-block-des.right._50 {
  width: 50%;
}

.tab-link-how-it-work {
  display: inline-block;
  width: 250px;
  height: 54px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 16px;
  border-radius: 6px;
  background-color: #525252;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
}

.tab-link-how-it-work:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.tab-link-how-it-work.w--current {
  width: 250px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 8px;
  background-color: #096ad0;
}

.content-wrapper {
  height: 100%;
  text-align: center;
}

.h2-how-it-work {
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
}

.h2-how-it-work.left {
  height: 100%;
  margin-bottom: 20px;
  border-bottom-style: none;
  text-align: left;
}

.tab-link-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.sub-heading {
  margin-bottom: 50px;
  padding-right: 80px;
  padding-left: 80px;
  font-family: Roboto, sans-serif;
  color: #aaa;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.section-presentation {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.section-presentation.comment-ca-marche {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.div-block-img {
  width: 40%;
  padding-top: 40px;
  float: right;
}

.div-block-img.left {
  width: 50%;
  padding-top: 20px;
  float: left;
}

.div-block-img.left.no-img {
  padding-right: 30px;
}

.div-block-img.left._40 {
  width: 40%;
}

.tabsmenu {
  height: auto;
}

.div-block-tab-link {
  display: block;
  background-color: transparent;
}

.text-span-2 {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}

.avis {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.avis.testibg {
  display: none;
  height: 480px;
  background-color: #00427a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 66, 122, 0.8)), to(rgba(0, 66, 122, 0.8))), url('../images/bg-face2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 66, 122, 0.8), rgba(0, 66, 122, 0.8)), url('../images/bg-face2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 294px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

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

.testi-slide1 {
  background-color: transparent;
}

.testimonial {
  display: block;
  width: 90%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.testi-writer {
  display: block;
  width: 80%;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.check-wrap-co2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.check-co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-co2.a-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-18 {
  margin-right: 12px;
}

.text-co2 {
  max-width: 560px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.text-co2.full-size {
  max-width: none;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.text-co2.full-size.test {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-18 {
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.text-span-3 {
  text-align: center;
}

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

.column-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.container1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.tab-pane-tab-1 {
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.section-15 {
  min-height: 0vh;
  margin: 20px auto 60px;
}

.section-15.services {
  margin-top: 80px;
}

.section-15.services.tablet {
  margin-top: 0px;
}

.section-15.no-margin-haut {
  margin-top: 0px;
}

.section-15.no-margin-haut.no-bottom-margins {
  margin-bottom: 0px;
}

.container1230 {
  width: 1230px;
  margin-right: auto;
  margin-bottom: 76px;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container1230.no-padding {
  margin-top: 30px;
  margin-bottom: 0px;
}

.container1230._800 {
  width: 800px;
}

.tabs {
  width: 100%;
  height: 100%;
}

.tab-link-tab-1 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(9, 106, 208, 0.6);
}

.tab-link-tab-1.w--current {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #096ad0;
}

.tab-link-tab-2 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: rgba(9, 106, 208, 0.6);
}

.tab-link-tab-2.w--current {
  background-color: #096ad0;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.text-block-15 {
  font-family: Poppins, sans-serif;
  color: #fff;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.html-embed {
  margin-bottom: 20px;
}

.tab-pane-tab-1-2 {
  margin-top: 60px;
}

.html-embed-2 {
  min-width: 0px;
  margin-bottom: 20px;
}

.tab-pane-tab-2-2 {
  margin-top: 60px;
}

.div-block-57 {
  width: 45%;
  background-color: #096ad0;
  box-shadow: 10px 0 80px 0 rgba(31, 44, 61, 0.1);
}

.link-2 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
  text-decoration: none;
}

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

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-bottom: 0px;
  -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;
  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;
}

.tab-pane-tab-3 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-59 {
  position: relative;
  padding: 0px 50px 50px;
  background-color: #096ad0;
}

.div-block-59.head {
  padding-top: 50px;
}

.heading-19 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.heading-19.small {
  font-size: 18px;
}

.paragraph-8 {
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.paragraph-8.services {
  margin-bottom: 0px;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 28px;
  font-weight: 300;
  text-transform: none;
}

.subheading.small {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
}

.div-block-63 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
}

.link-3 {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.link-3:hover {
  padding-right: 0px;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.div-block-66 {
  position: relative;
  top: -40px;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #096ad0;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/Copie-de-Copie-de-Copie-de-Sans-titre-2.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-25 {
  width: 100%;
  height: 100%;
  max-width: none;
}

.div-block-69 {
  height: 100%;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding: 30px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37))), url('../images/—Pngtree—2.5d-artificial-intelligence-future-technology_4202319.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), url('../images/—Pngtree—2.5d-artificial-intelligence-future-technology_4202319.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-70._2 {
  position: relative;
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/marc-olivier-jodoin-NqOInJ-ttqM-unsplash_compressed.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/marc-olivier-jodoin-NqOInJ-ttqM-unsplash_compressed.jpg');
}

.div-block-70._6 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.47))), url('../images/services.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)), url('../images/services.png');
}

.div-block-70._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/consulting.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/consulting.png');
}

.heading-20 {
  color: #096ad0;
  text-align: left;
}

.heading-21 {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #096ad0;
  text-align: center;
}

.paragraph-10 {
  font-family: Roboto, sans-serif;
  color: #1f2c3d;
  text-align: center;
}

.paragraph-10.questions {
  font-family: Gotham, sans-serif;
  font-size: 30px;
}

.heading-normal {
  color: #096ad0;
  text-align: left;
}

.image-28 {
  max-width: 50%;
}

.image-29 {
  max-width: 50%;
}

.text-block-17 {
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #1f2c3d;
  font-weight: 300;
}

.div-block-71 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: -15%;
  width: 460px;
  height: auto;
  padding: 50px 40px;
  background-color: #096ad0;
}

.list-item {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.link-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 30px 40px;
  font-family: Poppins, sans-serif;
}

.text-span-5 {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
}

.text-span-6 {
  font-weight: 600;
}

.text-span-7 {
  font-weight: 600;
}

.text-span-8 {
  font-weight: 600;
}

.bold-text-3 {
  font-size: 40px;
  font-weight: 300;
}

.div-block-72 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area Area-48"
    "Area-2 Area-6 Area-49"
    "Area-3 Area-7 Area-50"
    "Area-4 Area-8 Area-51"
    "Area-5 Area-9 Area-52"
    "Area-10 Area-11 Area-53"
    "Area-13 Area-12 Area-54"
    "Area-14 Area-15 Area-55"
    "Area-17 Area-16 Area-56"
    "Area-18 Area-19 Area-57"
    "Area-21 Area-20 Area-58"
    "Area-22 Area-23 Area-59"
    "Area-25 Area-24 Area-60"
    "Area-26 Area-27 Area-61"
    "Area-29 Area-28 Area-62"
    "Area-30 Area-31 Area-63"
    "Area-33 Area-32 Area-64"
    "Area-34 Area-35 Area-65"
    "Area-36 Area-37 Area-66"
    "Area-38 Area-39 Area-67"
    "Area-40 Area-41 Area-68"
    "Area-42 Area-43 Area-69"
    "Area-44 Area-45 Area-70"
    "Area-46 Area-47 Area-71";
  -ms-grid-columns: 1fr 0px 0.5fr 0px 0.5fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 0.5fr 0.5fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.grid-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 0px;
  -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: none none solid;
  border-width: 1px;
  border-color: #000;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
}

.grid-center {
  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;
  border-bottom: 1px solid #000;
}

.underline {
  border-bottom: 1px solid #000;
}

._34px {
  font-size: 24px;
  line-height: 115%;
}

.field-label {
  color: #096ad0;
}

.sub-header {
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.close-contact {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 60px;
  -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: #f08b8d;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}

.button-3 {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #096ad0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.button-3:hover {
  background-color: #1f2c3d;
}

.contact-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -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;
}

.contact-form {
  position: relative;
  z-index: 1;
  display: block;
  width: 700px;
  max-width: 98%;
  padding: 20px 50px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.close-contact-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(9, 106, 208, 0.69);
}

.form-block-2 {
  margin-top: 20px;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(25, 103, 117, 0.2);
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.text-field:hover {
  border-color: rgba(25, 103, 117, 0.4);
}

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

.heading-25 {
  font-family: Helvetica, sans-serif;
}

.textarea {
  min-height: 120px;
  font-family: Helvetica, sans-serif;
  color: #096ad0;
}

.text-block-19 {
  color: #000;
}

.success-message {
  background-color: #f8f8f8;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -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;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #096ad0;
}

.faq-plus {
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background-color: #096ad0;
}

.faq-q-text {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer-text {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}

.section-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 500px;
  padding: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  box-shadow: 2px 2px 16px 1px rgba(31, 44, 61, 0.1);
}

.big-heading {
  font-size: 30px;
  text-align: center;
}

.big-heading.black {
  font-size: 28px;
  font-weight: 300;
}

.rich-text-block-2 {
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 1px;
}

.tiny-heading {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 115%;
}

.ul {
  padding-left: 20px;
  color: #fff;
}

.section-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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;
}

.table-section {
  padding-top: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.table-section._5-columns {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-section._5-columns._6columns {
  margin-top: 120px;
  padding-top: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
}

.content-container {
  width: 100%;
  max-width: 1230px;
  padding-right: 30px;
  padding-left: 30px;
}

.table-value {
  font-family: Poppins, sans-serif;
  color: #1d262c;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.table-value.darker {
  font-family: Poppins, sans-serif;
  color: #1d262c;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.table-value.bleu {
  color: #096ad0;
  font-weight: 400;
}

.table-value.grey {
  color: #7e7e7e;
}

.grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  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;
  border-right: 1px solid rgba(0, 0, 0, 0.11);
  border-bottom: 1px solid rgba(120, 115, 56, 0.08);
}

.grid-container.top-align {
  padding-right: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.grid-container._2nd-table {
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-container.left {
  padding: 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.grid-container.grey-bg {
  background-color: #fafafa;
}

.grid-container.grey-bg._2nd-table.left.darker-bg {
  background-color: #e2e5e7;
}

.grid-container.grey-bg._2nd-table.darker-bg {
  background-color: #e2e5e7;
}

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

.p-20 {
  width: 20px;
  height: 20px;
}

.div-block-74 {
  padding: 20px;
}

.slider-4 {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: transparent;
}

.slide-2 {
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}

.p-white {
  color: #fff;
}

.slide-nav-3 {
  display: none;
}

.rich-text-block-3 {
  line-height: 115%;
}

.right-arrow-2 {
  display: block;
}

.left-arrow-2 {
  display: block;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

  .section-services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-services.grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-services.full-screen {
    min-height: 800px;
  }

  .section-services.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-services.half-screen-background-image {
    background-size: 48%;
  }

  .section-services.half-screen-background-image.right {
    background-size: 48%;
  }

  .section-services.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-services.bg-custom.padding-upgrade.header {
    padding-top: 90px;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper.space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.navbar-2 {
    height: 60px;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.padding-top {
    border-radius: 0px;
  }

  .grid {
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.mobile {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-5 {
    width: 50%;
    margin-left: 10px;
  }

  .col.lg-5.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-5.flex-stretch.md-4 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-5.md-33 {
    width: 33.33%;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-4.nopaddingleft {
    left: 0px;
    top: 0px;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-1.empty {
    display: none;
  }

  .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.align-vertically {
    width: 100%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-4.sm-2.bg-gray {
    min-height: 360px;
  }

  .col.lg-4.sm-2.bg-gray.margin-bottom {
    min-height: 0px;
  }

  .col.lg-4.sm-2.bg-gray.margin-bottom.fonctionnement {
    height: 450px;
    min-height: 0px;
  }

  .col.lg-4.sm-2.bg-gray.margin-bottom.nuage {
    height: 450px;
  }

  .col.lg-4.md-2.xs-2 {
    width: 50%;
  }

  .col.lg-vertical-align.sm-2.lg-5.center.plaque {
    width: 100%;
  }

  .col.lg-vertical-align.sm-2.lg-5.center.plaque.home {
    width: 100%;
    margin-left: 0px;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.flex-horizontal.no-bottom-margin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .row.sm-reverse.margin-top.wrap {
    max-height: none;
  }

  .row.sm-reverse.margin-top.wrap.everest {
    padding-right: 40px;
    padding-left: 40px;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.md-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    -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;
  }

  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .margin-bottom.md-centre-align {
    text-align: center;
  }

  .margin-bottom.outline.same-size {
    height: 350px;
  }

  .margin-bottom.outline.same-size._850px {
    height: 1200px;
    padding: 20px;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    margin-bottom: 30px;
    text-align: center;
  }

  .price-table-container.link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }

  .service-icon._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -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;
    background-color: #fff;
  }

  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }

  .nav-link-2.w--current {
    border-top-style: none;
    border-bottom-style: none;
  }

  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-2.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    position: relative;
    display: block;
    padding: 10px;
    color: #2e323c;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    background-color: #fff;
  }

  .nav-bar.sample-website.no-shadow {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .centred-logo-container {
    display: block;
  }

  .hover.hover-on-image {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding-left: 0px;
    background-color: transparent;
    opacity: 1;
  }

  .portrait-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-short-line {
    margin-right: -30px;
    margin-left: -30px;
  }

  .team-small-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

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

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .value-proposition-hero-image {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .computer-image {
    position: relative;
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .side-image.lightbox-video {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-icons-contianer {
    display: block;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }

  .footer-links-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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

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

  .md-align-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

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

  .white-burger {
    color: #fff;
  }

  .menu-button-3 {
    background-color: #1f2c3d;
  }

  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }

  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -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;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }

  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }

  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }

  .dropdown-list {
    background-color: #1f2c3d;
  }

  .dropdown-list.w--open {
    overflow: auto;
    height: 50vh;
  }

  .text-block-2 {
    text-align: left;
  }

  .transparent-overlay {
    position: absolute;
    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;
  }

  .burger-icon {
    color: #000;
  }

  .dropdown-link-text {
    margin-right: 0px;
  }

  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-list-2.w--open {
    position: relative;
    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-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;
  }

  .nav-cta-button-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-cta-button-container.demo {
    margin-left: 0px;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16.6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .date-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    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;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .navbar-2 {
    position: relative;
    z-index: 1;
  }

  .wrap {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-block.newsletter-form-block {
    width: auto;
  }

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

  .small-feature-image {
    max-width: 100%;
  }

  .small-feature-image.big.macbook-1 {
    left: auto;
    max-width: 100%;
  }

  .small-feature-image.big.macbook-2 {
    max-width: 100%;
  }

  .small-feature-image.big.macbook-3 {
    left: auto;
    max-width: 100%;
  }

  .small-feature-image.big.macbook-4 {
    max-width: 100%;
  }

  .small-feature-image.big.macbook-2bis {
    left: 0px;
    max-width: 100%;
  }

  .small-feature-image.big.macbook-4-bis {
    left: 0px;
    max-width: 100%;
  }

  .small-feature-image.big.macbook-11 {
    left: 0px;
    max-width: 100%;
  }

  .small-feature-image.big.macbook-22 {
    max-width: 100%;
  }

  .small-feature-image.big.macbook-33 {
    left: 0px;
    max-width: 100%;
  }

  .small-feature-image.big.mabook-22-bis {
    left: 0px;
    max-width: 100%;
  }

  .small-feature-wrapper.no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-feature-section.smaller-padding._2 {
    display: none;
  }

  .small-feature-section.smaller-padding._2._2bis {
    display: block;
  }

  .small-feature-section.smaller-padding._2.fonctionnement {
    display: none;
  }

  .small-feature-section.smaller-padding._2.fonctionnement.armada {
    display: block;
  }

  .small-feature-section.smaller-padding._4 {
    display: none;
  }

  .small-feature-section.smaller-padding._4bis {
    display: block;
  }

  .small-feature-content-block.cmt-ca-fonctionne {
    margin-top: 0px;
  }

  .tabcontent {
    height: 100%;
    margin-top: 10px;
  }

  .tabs-menu-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-how-it-work {
    width: 90%;
    float: none;
  }

  .sub-how-it-work.left {
    float: none;
  }

  .div-block-des {
    width: 50%;
    padding-right: 2%;
    float: left;
  }

  .tab-link-how-it-work {
    display: block;
    width: 80%;
    height: 60px;
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    padding-top: 20px;
  }

  .tab-link-how-it-work.w--current {
    width: 80%;
  }

  .content-wrapper {
    height: 100%;
  }

  .h2-how-it-work {
    width: 90%;
    float: none;
    font-size: 28px;
  }

  .h2-how-it-work.left {
    float: left;
  }

  .section-presentation {
    padding-bottom: 155px;
  }

  .section-presentation.comment-ca-marche {
    height: auto;
    padding-bottom: 80px;
  }

  .div-block-img {
    margin-top: 0%;
  }

  .div-block-img.left {
    margin-top: 8%;
  }

  .tabsmenu {
    height: auto;
  }

  .avis {
    padding-bottom: 155px;
  }

  .avis.testibg {
    padding-bottom: 80px;
  }

  .testi-slide1 {
    display: inline-block;
    height: 259px;
  }

  .testimonial {
    margin-top: 30px;
  }

  .column-50.t-100 {
    width: 100%;
  }

  .section-15.services.tablet {
    margin-top: 0%;
  }

  .container1230 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container1230._800 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-menu-3 {
    margin-bottom: 40px;
  }

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

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

  .tab-pane-tab-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-71 {
    right: 13%;
    bottom: -45%;
  }

  .content-container {
    width: 90%;
    max-width: none;
  }

  .table-value.darker {
    font-size: 14px;
  }

  .wrap-content.t-vertical {
    -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;
  }

  .heading-26 {
    line-height: 1em;
  }

  .p-white {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  .section-services.full-screen {
    min-height: 600px;
  }

  .section-services.wider-padding.background-image {
    height: 400px;
  }

  .section-services.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-services.half-screen-background-image {
    background-size: cover;
  }

  .section-services.half-screen-background-image.right {
    background-size: cover;
  }

  .section-services.no-vertical-padding.sm-flex-vertical {
    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;
  }

  .wrapper.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .block.lg-50 {
    width: 100%;
  }

  .col.lg-5.sm-2 {
    width: 100%;
  }

  .col.lg-5.sm-2.sm-no-margin-bottom {
    margin-bottom: 0px;
  }

  .col.lg-5.center {
    margin-left: 0px;
  }

  .col.lg-5.center.questions {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    margin-bottom: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.align-vertically {
    margin-left: 0px;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0px;
  }

  .col.lg-7.centre-align-vertical {
    width: 100%;
  }

  .col.lg-8.centre-align.sm-2 {
    width: 100%;
  }

  .col.lg-8.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.bg-gray {
    width: 100%;
    min-height: auto;
    margin-right: 0px;
    margin-left: 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;
  }

  .col.lg-4.sm-2.bg-gray.margin-bottom.fonctionnement {
    height: auto;
  }

  .col.lg-4.sm-2.bg-gray.margin-bottom.nuage {
    height: auto;
  }

  .col.lg-4.sm-2.flex-vertical-center-align {
    width: 100%;
    min-height: 0px;
  }

  .col.lg-4.md-2.xs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-4.md-2.xs-2.top._50 {
    width: 100%;
  }

  .col.lg-4.md-12 {
    width: 100%;
  }

  .col.lg-vertical-align.sm-2.lg-5 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .col.lg-vertical-align.sm-2.lg-5.center {
    padding-right: 0px;
  }

  .col.lg-vertical-align.sm-2.lg-5.center.plaque {
    padding-left: 0px;
  }

  .paragraph-small.no-bottom-margins.justified {
    font-size: 12px;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .paragraph-small.align-left.black {
    margin-bottom: 0px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.flex-horizontal.centre-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.centre-align {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .row.sm-reverse.margin-top.wrap.everest {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.sm-no-wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .button.blue.left {
    margin-bottom: 20px;
    float: none;
  }

  .button.abs {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .margin-bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .margin-bottom.center.padding-bottom.header.small {
    line-height: 1.1em;
  }

  .margin-bottom.outline.same-size {
    height: 350px;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .margin-bottom.outline.same-size._850px {
    height: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin-right: 4px;
    padding: 17px;
    -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;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .phone-image {
    max-width: 60%;
    margin-bottom: 40px;
    border-bottom: 1px solid #096ad0;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    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-align: center;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .padding.r-putation {
    height: auto;
    min-height: 350px;
  }

  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-right: -40px;
    margin-left: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

  .value-proposition-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;
    text-align: center;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .social-media-icons-container-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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -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;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .partner-logo-container {
    width: 33.33333%;
  }

  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-number {
    color: #f0960e;
  }

  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .circle.no-margins {
    margin-right: 0px;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .heading-5 {
    color: #f0960e;
  }

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

  .paragraph {
    font-size: 20px;
  }

  .image-10 {
    max-width: 40%;
  }

  .navbar-2 {
    position: relative;
  }

  .newsletter-heading {
    font-size: 50px;
  }

  .form-block {
    width: auto;
  }

  .form-block.newsletter-form-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .small-feature-heading.big {
    font-size: 32px;
  }

  .small-feature-image-block {
    display: block;
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .small-feature-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .small-feature-grid.small-feature-grid-2 {
    -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;
  }

  .small-feature-image {
    width: 350px;
    margin-top: 25px;
  }

  .small-feature-image.big.macbook-4-bis {
    left: auto;
    max-width: 100%;
  }

  .small-feature-section.smaller-padding._4 {
    display: none;
  }

  .small-feature-section.smaller-padding._4bis {
    display: block;
  }

  .small-feature-content-block {
    margin-top: 20px;
  }

  .tabs-menu-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-how-it-work {
    display: block;
    float: none;
    text-align: left;
  }

  .sub-how-it-work.left {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: left;
  }

  .div-block-des {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    float: none;
  }

  .div-block-des.login {
    padding-top: 30px;
  }

  .div-block-des.right {
    padding-top: 30px;
    float: none;
  }

  .div-block-des.right._50 {
    width: 100%;
    padding-left: 0px;
  }

  .tab-link-how-it-work {
    width: 80%;
  }

  .content-wrapper {
    height: 100%;
  }

  .h2-how-it-work {
    display: block;
    float: none;
    text-align: center;
  }

  .h2-how-it-work.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .sub-heading {
    margin-bottom: 49px;
    padding-right: 29px;
    padding-left: 29px;
  }

  .section-presentation {
    padding-bottom: 0px;
  }

  .div-block-img {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    float: none;
  }

  .div-block-img.left {
    margin-top: auto;
  }

  .div-block-img.left.no-img {
    width: 100%;
    padding-right: 0px;
    float: none;
  }

  .avis {
    padding-bottom: 0px;
  }

  .testi-slide1 {
    height: 100%;
  }

  .testimonial {
    margin-top: 26px;
    font-size: 22px;
  }

  .testi-writer {
    margin-top: 30px;
    font-size: 16px;
  }

  .section-15.services.tablet {
    margin-top: 0%;
  }

  .tabs-menu-3 {
    margin-bottom: 20px;
  }

  .image-20 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-21 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .image-22 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-20 {
    font-size: 17px;
  }

  .div-block-71 {
    right: 0%;
    bottom: -84%;
    width: auto;
  }

  .table-section._5-columns._6columns {
    margin-top: 100px;
  }

  .content-container {
    padding: 0px;
  }

  .table-value {
    font-size: 14px;
  }

  .table-value.darker {
    font-size: 14px;
  }

  .grid-container {
    height: 80px;
    min-height: 0px;
  }

  .grid-container.top-align {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-arrow-2 {
    right: -5%;
  }

  .left-arrow-2 {
    left: -5%;
  }

  .wrap-custom {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section-services.half-screen-background-image {
    background-position: 50% 50%;
  }

  .section-services.half-screen-background-image.right {
    background-position: 50% 50%;
  }

  .section-services.page-header {
    padding-top: 80px;
  }

  .section-services.page-header.image {
    padding-bottom: 80px;
  }

  .section-services.bg-custom.padding-upgrade {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: transparent;
    color: #fff;
  }

  .section-services.bg-custom.padding-upgrade.header {
    padding-top: 80px;
  }

  .section-services._2 {
    margin-top: 19px;
    padding-top: 20px;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.space-around {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper.navbar-2 {
    height: 60px;
    padding: 5px 10px;
  }

  .wrapper.lg-negative-margins {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper.footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .centre-align.black {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    font-weight: 400;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-5 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-5.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-5.xs-1 {
    width: 50%;
  }

  .col.lg-5.md-33.xs-2 {
    width: 100%;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .col.lg-3.md-4.nopaddingleft {
    padding-left: 0px;
  }

  .col.lg-3.md-4.nopaddingleft.p-15 {
    padding-left: 15px;
  }

  .col.lg-3.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.md-2.xs-2 {
    width: 100%;
  }

  .col.lg-3.sm-1.flex-stretch.xs-2 {
    width: 100%;
  }

  .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-3.md-1.sm-1 {
    width: 50%;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-6.padding-bottom {
    margin-bottom: 40px;
  }

  .col.lg-2.md-1.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-2.md-1.sm-1.armadai-france {
    bottom: 0px;
  }

  .col.lg-2.md-33.xs-2 {
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-12 {
    padding-right: 0px;
    letter-spacing: 0px;
  }

  .col.lg-4.flex-vertical-align-center {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col.lg-4.sm-2.bg-gray.margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.sm-2.flex-vertical-center-align.margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-2.xs-2 {
    width: 100%;
  }

  .col.lg-4.md-2.xs-2.top {
    margin-bottom: 0px;
  }

  .col.lg-4.md-12.xs-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-vertical-align.sm-2.lg-5 {
    width: 100%;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .col.lg-vertical-align.sm-2.lg-5.center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col.lg-vertical-align.sm-2.lg-5.center.plaque {
    width: 90%;
    padding-left: 20px;
  }

  .paragraph-small.no-bottom-margins.justified {
    font-size: 14px;
  }

  .paragraph-small.align-left.black {
    text-align: left;
  }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .row.centre-align {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row.sm-reverse.margin-top.wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row.sm-reverse.margin-top.wrap.role-management {
    padding-top: 110px;
  }

  .row.sm-reverse.margin-top.wrap.everest {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row.sm-reverse.margin-top.wrap.pad100 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .button.blue.left {
    width: 100%;
  }

  .button.left {
    margin-right: auto;
    margin-left: auto;
  }

  .button.test-gratuit {
    width: 260px;
  }

  .button.test-gratuit.envoyer {
    width: 200px;
  }

  .button.abs {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .margin-bottom.centre-align.sur-site {
    margin-top: 0px;
  }

  .margin-bottom.centre-align.appliances {
    margin-top: 0px;
  }

  .margin-bottom.center.padding-bottom.header {
    line-height: 1.2em;
  }

  .margin-bottom.center.padding-bottom.header.small {
    font-size: 22px;
  }

  .margin-bottom.outline.same-size {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon {
    max-width: 30px;
    padding: 0px;
  }

  .contact-form-container {
    padding: 0px;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0px;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0px;
  }

  .nav-menu-2 {
    overflow: hidden;
    background-color: #fff;
    white-space: normal;
  }

  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-bar {
    position: relative;
  }

  .nav-bar.sample-website.no-shadow.sous-pages {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .partner-logo {
    width: 70%;
    height: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .sm-align-centre {
    margin-left: 0px;
  }

  .slider-arrow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .padding.r-putation {
    min-height: 0px;
  }

  .tab-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-with-button.inline-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-with-button.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    position: absolute;
    width: 30px;
    margin-top: -30px;
    margin-right: 0px;
    margin-left: -10px;
  }

  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .horizontal-short-line {
    margin-right: -35px;
    margin-left: -35px;
  }

  .team-container {
    margin-bottom: 0px;
  }

  .section-header {
    font-size: 30px;
  }

  .section-header.heading-black {
    font-size: 30px;
    font-weight: 500;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .computer-image {
    width: 110%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .social-media-icons-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .horizontal-footer-links-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;
  }

  .footer-social-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .social-media-icons-contianer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0px;
  }

  .div-block-49 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .low-opacity {
    font-size: 26px;
  }

  .play-icon {
    width: 40px;
  }

  .nav-menu-container {
    overflow: auto;
  }

  .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .nav-cta-button-container.demo {
    margin-left: 0px;
  }

  .small-slide {
    margin-right: 0px;
    margin-left: 0px;
  }

  .partner-logo-container {
    width: 33%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    width: 60px;
  }

  .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-number {
    color: #096ad0;
  }

  .circle {
    margin-right: 0px;
  }

  .how-it-works-tab {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading {
    font-size: 28px;
    font-weight: 500;
  }

  .heading.center {
    font-size: 34px;
  }

  .heading-orange {
    font-weight: 500;
  }

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

  .heading-5 {
    color: #096ad0;
    text-align: center;
  }

  .by {
    padding-left: 10px;
  }

  .paragraph-2.padding {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .navbar-2 {
    overflow: visible;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .newsletter-heading {
    font-size: 40px;
    text-align: center;
  }

  .text-form-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-form-field::-webkit-input-placeholder {
    font-size: 10px;
  }

  .text-form-field:-ms-input-placeholder {
    font-size: 10px;
  }

  .text-form-field::-ms-input-placeholder {
    font-size: 10px;
  }

  .text-form-field::placeholder {
    font-size: 10px;
  }

  .text-form-field.newsletter-text-form-field {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 400;
    text-align: center;
  }

  .hero-form {
    -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;
    border-radius: 5px;
  }

  .submit-form-button.white-background {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 400;
  }

  .newsletter-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .solo-feature-para {
    font-family: Poppins, sans-serif;
    letter-spacing: 0px;
  }

  .small-feature-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .small-feature-heading.big {
    font-size: 30px;
    line-height: 28px;
  }

  .small-feature-heading.headertitle {
    font-size: 38px;
  }

  .small-feature-heading.headertitle.titre-phone {
    font-size: 34px;
  }

  .small-feature-heading.padding.service {
    font-size: 22px;
  }

  .small-feature-heading.very-big {
    font-size: 40px;
  }

  .small-feature-heading.titre-a-propos {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .small-feature-heading.center.small {
    font-size: 20px;
  }

  .small-feature-grid.no-margins {
    margin-bottom: 0px;
  }

  .small-feature-image.big.macbook-2bis {
    left: 0px;
    max-width: 100%;
  }

  .view-all-features-link {
    font-family: Poppins, sans-serif;
  }

  .small-feature-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-feature-section.smaller-padding._2 {
    display: none;
  }

  .small-feature-section.smaller-padding._4bis {
    display: block;
  }

  .paragraph-7 {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .paragraph-7.white {
    text-align: left;
    letter-spacing: 0px;
  }

  .paragraph-7.white.title {
    font-size: 22px;
  }

  .bold-text {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    text-align: left;
  }

  .tabs-menu-2 {
    display: block;
  }

  .sub-how-it-work {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
    float: none;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }

  .sub-how-it-work.left {
    display: block;
    text-align: left;
  }

  .div-block-des {
    margin-top: 0%;
  }

  .div-block-des.login {
    padding-top: 0px;
  }

  .div-block-des.right {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-how-it-work {
    width: 90%;
    margin-bottom: 6px;
    color: #fff;
  }

  .tab-link-how-it-work.w--current {
    width: 90%;
    margin-top: 0px;
    margin-bottom: 4px;
    border-style: none;
    border-width: 0px;
  }

  .content-wrapper {
    height: 100%;
  }

  .h2-how-it-work {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    float: none;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
  }

  .h2-how-it-work.left {
    display: inline;
    float: left;
  }

  .sub-heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .section-presentation {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-img {
    width: 100%;
    margin-top: 8%;
  }

  .div-block-img.left.no-img {
    width: 100%;
  }

  .div-block-img.left._40 {
    width: 100%;
  }

  .div-block-tab-link {
    position: static;
    width: 100%;
    height: auto;
  }

  .text-span-2 {
    font-size: 25px;
    line-height: 20px;
  }

  .avis {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .avis.testibg {
    padding-bottom: 30px;
  }

  .testi-slider {
    height: 100%;
  }

  .testimonial {
    width: 90%;
    margin-top: 20px;
    font-size: 18px;
  }

  .testi-writer {
    width: 90%;
  }

  .testi-slide-nav {
    padding-top: 11px;
  }

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

  .column-50 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-50.t-100 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-15 {
    margin-top: 20px;
  }

  .section-15.services.tablet {
    margin-top: 0%;
  }

  .container1230._800 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-menu-3 {
    margin-bottom: 20px;
  }

  .html-embed-2 {
    width: 100%;
    height: auto;
  }

  .tab-pane-tab-2-2 {
    padding-left: 10px;
  }

  .div-block-58 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-59 {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-19 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .subheading {
    font-size: 22px;
  }

  .div-block-70 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-70._6 {
    height: 550px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .div-block-70._7 {
    height: 550px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .heading-20 {
    font-size: 22px;
  }

  .heading-21.phone {
    font-size: 30px;
  }

  .paragraph-10.questions {
    font-size: 28px;
  }

  .image-28 {
    max-width: 70%;
  }

  .image-29 {
    max-width: 70%;
  }

  .div-block-71 {
    bottom: -100%;
    height: auto;
    padding: 34px;
  }

  .list-item {
    font-size: 12px;
  }

  .link-4 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -2%;
  }

  .bold-text-3 {
    text-align: center;
  }

  .div-block-72 {
    grid-template-areas: ". Area"
      "Area-2 Area-6"
      "Area-3 Area-7"
      "Area-4 Area-8"
      "Area-5 Area-9"
      "Area-10 Area-11"
      "Area-13 Area-12"
      "Area-14 Area-15"
      "Area-17 Area-16"
      "Area-18 Area-19"
      "Area-21 Area-20"
      "Area-22 Area-23"
      "Area-25 Area-24"
      "Area-26 Area-27"
      "Area-29 Area-28"
      "Area-30 Area-31"
      "Area-33 Area-32"
      "Area-34 Area-35"
      "Area-36 Area-37"
      "Area-38 Area-39"
      "Area-40 Area-41"
      "Area-42 Area-43"
      "Area-44 Area-45"
      "Area-46 Area-47";
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .grid-text {
    height: 160px;
  }

  ._34px.m-18 {
    font-size: 18px;
  }

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

  .form-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tiny-heading.white {
    font-size: 18px;
  }

  .table-section._5-columns {
    -ms-grid-columns: 25% 20% 20% 20% 20%;
    grid-template-columns: 25% 20% 20% 20% 20%;
  }

  .table-section._5-columns._6columns {
    margin-top: 80px;
    -ms-grid-columns: 20% 21% 16% 16% 16% 16%;
    grid-template-columns: 20% 21% 16% 16% 16% 16%;
  }

  .content-container {
    width: 90%;
    padding: 0px;
  }

  .table-value {
    font-family: Poppins, sans-serif;
    font-size: 3.5vw;
  }

  .table-value.darker {
    font-family: Poppins, sans-serif;
    font-size: 3.5vw;
  }

  .table-value.bleu {
    font-family: Poppins, sans-serif;
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .grid-container {
    height: 100px;
  }

  .grid-container.top-align {
    padding-right: 0px;
  }

  .slide-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-26 {
    font-size: 26px;
    line-height: 1.1em;
  }

  .p-white {
    line-height: 115%;
    text-align: left;
  }

  .right-arrow-2 {
    right: -40px;
  }

  .left-arrow-2 {
    left: -40px;
  }

  .wrap-custom {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#w-node-ab1ed90d-a6f1-54f6-5a0c-9978d560c7ed-c9c3ca05 {
  -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;
}

#w-node-ab1ed90d-a6f1-54f6-5a0c-9978d560c7ef-c9c3ca05 {
  -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;
}

#w-node-_518f5e5a-b296-03db-7919-2f3649c433bc-c9c3ca05 {
  -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;
}

#w-node-_518f5e5a-b296-03db-7919-2f3649c433ba-c9c3ca05 {
  -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;
}

#w-node-fe26a583-7366-fc5e-bfbd-857af9a44036-c9c3ca05 {
  -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;
}

#w-node-fe26a583-7366-fc5e-bfbd-857af9a4402e-c9c3ca05 {
  -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;
}

#w-node-_75ad2d2f-4f2b-8178-002a-4e190fded985-c9c3ca05 {
  -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;
}

#w-node-_75ad2d2f-4f2b-8178-002a-4e190fded987-c9c3ca05 {
  -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;
}

#w-node-_066928e6-f927-4c0b-f808-9799142ee82c-c9c3ca05 {
  -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;
}

#w-node-_066928e6-f927-4c0b-f808-9799142ee834-c9c3ca05 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_09c36926-18b7-dd1a-38fc-a3dc4f2b6b03-c9c3ca05 {
  -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;
}

#w-node-_09c36926-18b7-dd1a-38fc-a3dc4f2b6afb-c9c3ca05 {
  -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;
}

#w-node-_3da470d5-5952-34b2-5eb3-6045b49cb645-c9c3ca05 {
  -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;
}

#w-node-_24b3685e-0acc-d1dc-f8b1-8c4a708a4d4c-c9c3ca05 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_24b3685e-0acc-d1dc-f8b1-8c4a708a4d4a-c9c3ca05 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0bc-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0c7-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0c9-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0cb-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0cd-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0d2-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0d4-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0d6-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0d8-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0dd-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0df-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0e1-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0e3-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0e9-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0f4-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0f6-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0f8-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0fa-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f0ff-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f101-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f103-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f105-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f10a-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f10c-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f10e-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f110-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f116-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f120-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f121-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f123-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f125-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f12a-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f12b-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f12d-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f12f-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f134-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f135-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f137-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f139-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f13f-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f148-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f149-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f14a-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f14c-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f151-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f152-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f153-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f155-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f15a-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f15b-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f15c-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f15e-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cb661a04-125c-c9cb-b0c0-b95366c9f164-5ac3ca75 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e257302-42d6-501c-9aed-869f1ec92ecd-5ac3ca75 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-_3fe871c9-cb72-c9de-9d52-96c2bcaf6127-5ac3ca75 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-db18cf06-b0a2-977e-f6d0-f87cc9ad7ea3-5ac3ca75 {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: Area-11;
}

#w-node-f526b808-d99b-9712-0bfc-14bdf84ba409-5ac3ca75 {
  -ms-grid-row: 23;
  -ms-grid-column: 1;
  grid-area: Area-22;
}

#w-node-_506075db-f564-3b84-6063-105a8f5855f1-5ac3ca75 {
  -ms-grid-row: 25;
  -ms-grid-column: 1;
  grid-area: Area-25;
}

#w-node-_960fcf4d-d63c-92ee-f6b0-405f36083f37-5ac3ca75 {
  -ms-grid-row: 25;
  -ms-grid-column: 3;
  grid-area: Area-24;
}

#w-node-de3de2e8-baa4-b596-f693-9c3e528fcd0d-5ac3ca75 {
  -ms-grid-row: 29;
  -ms-grid-column: 1;
  grid-area: Area-29;
}

#w-node-_43f2d523-4e47-3bb8-ffa8-4f0833b42200-5ac3ca75 {
  -ms-grid-row: 29;
  -ms-grid-column: 3;
  grid-area: Area-28;
}

#w-node-_9e3f6ff7-ea16-b372-b258-70a36ef0d342-5ac3ca75 {
  -ms-grid-row: 31;
  -ms-grid-column: 3;
  grid-area: Area-31;
}

#w-node-_03ab08c4-d27c-8615-0750-a417dea97d94-5ac3ca75 {
  -ms-grid-row: 33;
  -ms-grid-column: 3;
  grid-area: Area-32;
}

#w-node-_505abf12-5111-c37b-6191-7c21f07a7d59-5ac3ca75 {
  -ms-grid-row: 31;
  -ms-grid-column: 1;
  grid-area: Area-30;
}

#w-node-_1d08b6b3-a0ca-c344-0773-aeac376b2d50-5ac3ca75 {
  -ms-grid-row: 33;
  -ms-grid-column: 1;
  grid-area: Area-33;
}

#w-node-eb40a7ce-e626-d97d-7837-2f614628bf55-5ac3ca75 {
  -ms-grid-row: 35;
  -ms-grid-column: 1;
  grid-area: Area-34;
}

#w-node-_0bc2952e-3067-1b76-d1f0-dad873b851ee-5ac3ca75 {
  -ms-grid-row: 35;
  -ms-grid-column: 3;
  grid-area: Area-35;
}

#w-node-b7d67998-4bcc-c490-b221-d7db65011a03-5ac3ca75 {
  -ms-grid-row: 37;
  -ms-grid-column: 1;
  grid-area: Area-36;
}

#w-node-_7711a59a-f314-5ddf-bd25-1b397a3f414e-5ac3ca75 {
  -ms-grid-row: 39;
  -ms-grid-column: 3;
  grid-area: Area-39;
}

#w-node-bf1e61e0-cf5a-555f-ceea-d0f683ac8c35-5ac3ca75 {
  -ms-grid-row: 41;
  -ms-grid-column: 3;
  grid-area: Area-41;
}

#w-node-ad161ff7-00d8-fef0-0bcc-f3cb5fd9c950-5ac3ca75 {
  -ms-grid-row: 37;
  -ms-grid-column: 3;
  grid-area: Area-37;
}

#w-node-_4c3b6361-629e-e234-fd6e-5a59af5c476d-5ac3ca75 {
  -ms-grid-row: 39;
  -ms-grid-column: 1;
  grid-area: Area-38;
}

#w-node-_6c2cfaab-d540-5715-4376-f1edf07dde4f-5ac3ca75 {
  -ms-grid-row: 41;
  -ms-grid-column: 1;
  grid-area: Area-40;
}

#w-node-fd940541-7ff0-e98b-cb01-8478a276f803-5ac3ca75 {
  -ms-grid-row: 43;
  -ms-grid-column: 1;
  grid-area: Area-42;
}

#w-node-dd30d46c-c621-dd4d-3e8d-b9893f2b6e10-5ac3ca75 {
  -ms-grid-row: 43;
  -ms-grid-column: 3;
  grid-area: Area-43;
}

#w-node-_3819358b-a450-7e1a-dd24-3bfadcf49edd-5ac3ca75 {
  -ms-grid-row: 45;
  -ms-grid-column: 3;
  grid-area: Area-45;
}

#w-node-_8b378899-9962-965f-5b61-b68bfa075ee5-5ac3ca75 {
  -ms-grid-row: 47;
  -ms-grid-column: 3;
  grid-area: Area-47;
}

#w-node-a6359393-33eb-0640-924c-8528b4ef8549-5ac3ca75 {
  -ms-grid-row: 45;
  -ms-grid-column: 1;
  grid-area: Area-44;
}

#w-node-_3be76f59-2105-988a-73cb-bd868932ff97-5ac3ca75 {
  -ms-grid-row: 47;
  -ms-grid-column: 1;
  grid-area: Area-46;
}

#w-node-ea93504b-32c8-f03f-66ca-ecad9ae798b7-5ac3ca75 {
  -ms-grid-row: 27;
  -ms-grid-column: 1;
  grid-area: Area-26;
}

#w-node-c53b4b48-792c-03d5-5809-2f022a0096f4-5ac3ca75 {
  -ms-grid-row: 27;
  -ms-grid-column: 3;
  grid-area: Area-27;
}

#w-node-_26005105-2942-1a0b-4d98-865fdfb3f27c-5ac3ca75 {
  -ms-grid-row: 21;
  -ms-grid-column: 1;
  grid-area: Area-21;
}

#w-node-fe894d9f-577d-12eb-4755-e3ebf616d83d-5ac3ca75 {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
  grid-area: Area-18;
}

#w-node-e9c81fa6-9efe-1ac9-e4be-f70c305409bb-5ac3ca75 {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
  grid-area: Area-19;
}

#w-node-f8be3f9d-a858-c63b-88c6-351e062aba41-5ac3ca75 {
  -ms-grid-row: 21;
  -ms-grid-column: 3;
  grid-area: Area-20;
}

#w-node-_8695c790-baf1-2986-b42e-67b55f8c9cea-5ac3ca75 {
  -ms-grid-row: 23;
  -ms-grid-column: 3;
  grid-area: Area-23;
}

#w-node-_27202f1e-7923-5056-b030-2fcae742c000-5ac3ca75 {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
  grid-area: Area-17;
}

#w-node-f8e6e7ff-a47b-a0ea-8f71-1a7cb931fd6c-5ac3ca75 {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
  grid-area: Area-16;
}

#w-node-_27d175c2-1329-d5f4-3844-8fa11c45bda7-5ac3ca75 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  grid-area: Area-14;
}

#w-node-_68f1442e-a165-fff7-8fbf-30621bccd568-5ac3ca75 {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
  grid-area: Area-15;
}

#w-node-_34562602-2c5d-ce44-d5cc-b43546144ad9-5ac3ca75 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: Area-13;
}

#w-node-_4e2a2ae9-7554-ab4c-7e6b-8fe0c52b74ee-5ac3ca75 {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  grid-area: Area-12;
}

#w-node-_31aee2e0-3e60-2738-49fe-12edac10f299-5ac3ca75 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: Area-10;
}

#w-node-caf26ccb-dfa8-d370-8929-e1498f2f4017-5ac3ca75 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

#w-node-_9853839f-144d-5544-f9da-b9ee35fd60b6-5ac3ca75 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: Area-8;
}

#w-node-_7e6582a0-1a96-79cb-712f-e3b11d36042f-5ac3ca75 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Area-9;
}

#w-node-fd555812-b164-8a26-c0aa-e90991be86b0-5ac3ca75 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-_1d5b3026-00e4-077f-f20e-a937c62de249-5ac3ca75 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

#w-node-bf24da9b-43f3-684a-0af5-0dba1098d69c-5ac3ca75 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-7;
}

#w-node-c5f96974-3b5a-c5c3-93ef-2470ff8265df-5ac3ca75 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

#w-node-_23673f9b-0583-22ef-0319-e023f5e53f91-d5c3ca78 {
  -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;
}

#w-node-d1d31de0-82a4-d10e-6fac-9b81fbe169ea-d5c3ca78 {
  -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;
}

#w-node-_957d4a26-830a-ade6-702e-686828871d6d-d5c3ca78 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_957d4a26-830a-ade6-702e-686828871d6f-d5c3ca78 {
  -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;
}

#w-node-_039dc499-e316-b04c-edfa-f517bfded96f-d5c3ca78 {
  -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;
}

#w-node-_039dc499-e316-b04c-edfa-f517bfded977-d5c3ca78 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9dacba17-e9ea-3e1b-5dbb-d89f1b583b24-d5c3ca78 {
  -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;
}

#w-node-_9dacba17-e9ea-3e1b-5dbb-d89f1b583b16-d5c3ca78 {
  -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;
}

#w-node-_9cba963a-95ce-f02f-737e-85032f2d6d2f-d5c3ca78 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9cba963a-95ce-f02f-737e-85032f2d6d31-d5c3ca78 {
  -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;
}

#w-node-_765d221a-ec93-07b4-55d1-a2fad0c7a379-68c3ca79 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_27c2ff4b-597d-a332-3669-bc502f0baccc-0dc3ca7a {
  -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;
}

#w-node-ab1ed90d-a6f1-54f6-5a0c-9978d560c7ed-1fc3ca80 {
  -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;
}

#w-node-ab1ed90d-a6f1-54f6-5a0c-9978d560c7ef-1fc3ca80 {
  -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;
}

#w-node-_518f5e5a-b296-03db-7919-2f3649c433bc-1fc3ca80 {
  -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;
}

#w-node-_518f5e5a-b296-03db-7919-2f3649c433ba-1fc3ca80 {
  -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;
}

#w-node-fe26a583-7366-fc5e-bfbd-857af9a44036-1fc3ca80 {
  -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;
}

#w-node-fe26a583-7366-fc5e-bfbd-857af9a4402e-1fc3ca80 {
  -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;
}

#w-node-_75ad2d2f-4f2b-8178-002a-4e190fded985-1fc3ca80 {
  -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;
}

#w-node-_75ad2d2f-4f2b-8178-002a-4e190fded987-1fc3ca80 {
  -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;
}

#w-node-_066928e6-f927-4c0b-f808-9799142ee82c-1fc3ca80 {
  -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;
}

#w-node-_066928e6-f927-4c0b-f808-9799142ee834-1fc3ca80 {
  -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;
}

#w-node-_09c36926-18b7-dd1a-38fc-a3dc4f2b6b03-1fc3ca80 {
  -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;
}

#w-node-_09c36926-18b7-dd1a-38fc-a3dc4f2b6afb-1fc3ca80 {
  -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;
}

#w-node-_3da470d5-5952-34b2-5eb3-6045b49cb645-1fc3ca80 {
  -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;
}

#w-node-_24b3685e-0acc-d1dc-f8b1-8c4a708a4d4c-1fc3ca80 {
  -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;
}

#w-node-_24b3685e-0acc-d1dc-f8b1-8c4a708a4d4a-1fc3ca80 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7e257302-42d6-501c-9aed-869f1ec92ecd-2ec3ca82 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area;
}

#w-node-_3fe871c9-cb72-c9de-9d52-96c2bcaf6127-2ec3ca82 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-db18cf06-b0a2-977e-f6d0-f87cc9ad7ea3-2ec3ca82 {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: Area-11;
}

#w-node-f526b808-d99b-9712-0bfc-14bdf84ba409-2ec3ca82 {
  -ms-grid-row: 23;
  -ms-grid-column: 1;
  grid-area: Area-22;
}

#w-node-_506075db-f564-3b84-6063-105a8f5855f1-2ec3ca82 {
  -ms-grid-row: 25;
  -ms-grid-column: 1;
  grid-area: Area-25;
}

#w-node-_960fcf4d-d63c-92ee-f6b0-405f36083f37-2ec3ca82 {
  -ms-grid-row: 25;
  -ms-grid-column: 3;
  grid-area: Area-24;
}

#w-node-de3de2e8-baa4-b596-f693-9c3e528fcd0d-2ec3ca82 {
  -ms-grid-row: 29;
  -ms-grid-column: 1;
  grid-area: Area-29;
}

#w-node-_43f2d523-4e47-3bb8-ffa8-4f0833b42200-2ec3ca82 {
  -ms-grid-row: 29;
  -ms-grid-column: 3;
  grid-area: Area-28;
}

#w-node-_9e3f6ff7-ea16-b372-b258-70a36ef0d342-2ec3ca82 {
  -ms-grid-row: 31;
  -ms-grid-column: 3;
  grid-area: Area-31;
}

#w-node-_03ab08c4-d27c-8615-0750-a417dea97d94-2ec3ca82 {
  -ms-grid-row: 33;
  -ms-grid-column: 3;
  grid-area: Area-32;
}

#w-node-_505abf12-5111-c37b-6191-7c21f07a7d59-2ec3ca82 {
  -ms-grid-row: 31;
  -ms-grid-column: 1;
  grid-area: Area-30;
}

#w-node-_1d08b6b3-a0ca-c344-0773-aeac376b2d50-2ec3ca82 {
  -ms-grid-row: 33;
  -ms-grid-column: 1;
  grid-area: Area-33;
}

#w-node-eb40a7ce-e626-d97d-7837-2f614628bf55-2ec3ca82 {
  -ms-grid-row: 35;
  -ms-grid-column: 1;
  grid-area: Area-34;
}

#w-node-_0bc2952e-3067-1b76-d1f0-dad873b851ee-2ec3ca82 {
  -ms-grid-row: 35;
  -ms-grid-column: 3;
  grid-area: Area-35;
}

#w-node-b7d67998-4bcc-c490-b221-d7db65011a03-2ec3ca82 {
  -ms-grid-row: 37;
  -ms-grid-column: 1;
  grid-area: Area-36;
}

#w-node-_7711a59a-f314-5ddf-bd25-1b397a3f414e-2ec3ca82 {
  -ms-grid-row: 39;
  -ms-grid-column: 3;
  grid-area: Area-39;
}

#w-node-bf1e61e0-cf5a-555f-ceea-d0f683ac8c35-2ec3ca82 {
  -ms-grid-row: 41;
  -ms-grid-column: 3;
  grid-area: Area-41;
}

#w-node-ad161ff7-00d8-fef0-0bcc-f3cb5fd9c950-2ec3ca82 {
  -ms-grid-row: 37;
  -ms-grid-column: 3;
  grid-area: Area-37;
}

#w-node-_4c3b6361-629e-e234-fd6e-5a59af5c476d-2ec3ca82 {
  -ms-grid-row: 39;
  -ms-grid-column: 1;
  grid-area: Area-38;
}

#w-node-_6c2cfaab-d540-5715-4376-f1edf07dde4f-2ec3ca82 {
  -ms-grid-row: 41;
  -ms-grid-column: 1;
  grid-area: Area-40;
}

#w-node-fd940541-7ff0-e98b-cb01-8478a276f803-2ec3ca82 {
  -ms-grid-row: 43;
  -ms-grid-column: 1;
  grid-area: Area-42;
}

#w-node-dd30d46c-c621-dd4d-3e8d-b9893f2b6e10-2ec3ca82 {
  -ms-grid-row: 43;
  -ms-grid-column: 3;
  grid-area: Area-43;
}

#w-node-_3819358b-a450-7e1a-dd24-3bfadcf49edd-2ec3ca82 {
  -ms-grid-row: 45;
  -ms-grid-column: 3;
  grid-area: Area-45;
}

#w-node-_8b378899-9962-965f-5b61-b68bfa075ee5-2ec3ca82 {
  -ms-grid-row: 47;
  -ms-grid-column: 3;
  grid-area: Area-47;
}

#w-node-a6359393-33eb-0640-924c-8528b4ef8549-2ec3ca82 {
  -ms-grid-row: 45;
  -ms-grid-column: 1;
  grid-area: Area-44;
}

#w-node-_3be76f59-2105-988a-73cb-bd868932ff97-2ec3ca82 {
  -ms-grid-row: 47;
  -ms-grid-column: 1;
  grid-area: Area-46;
}

#w-node-ea93504b-32c8-f03f-66ca-ecad9ae798b7-2ec3ca82 {
  -ms-grid-row: 27;
  -ms-grid-column: 1;
  grid-area: Area-26;
}

#w-node-c53b4b48-792c-03d5-5809-2f022a0096f4-2ec3ca82 {
  -ms-grid-row: 27;
  -ms-grid-column: 3;
  grid-area: Area-27;
}

#w-node-_26005105-2942-1a0b-4d98-865fdfb3f27c-2ec3ca82 {
  -ms-grid-row: 21;
  -ms-grid-column: 1;
  grid-area: Area-21;
}

#w-node-fe894d9f-577d-12eb-4755-e3ebf616d83d-2ec3ca82 {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
  grid-area: Area-18;
}

#w-node-e9c81fa6-9efe-1ac9-e4be-f70c305409bb-2ec3ca82 {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
  grid-area: Area-19;
}

#w-node-f8be3f9d-a858-c63b-88c6-351e062aba41-2ec3ca82 {
  -ms-grid-row: 21;
  -ms-grid-column: 3;
  grid-area: Area-20;
}

#w-node-_8695c790-baf1-2986-b42e-67b55f8c9cea-2ec3ca82 {
  -ms-grid-row: 23;
  -ms-grid-column: 3;
  grid-area: Area-23;
}

#w-node-_27202f1e-7923-5056-b030-2fcae742c000-2ec3ca82 {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
  grid-area: Area-17;
}

#w-node-f8e6e7ff-a47b-a0ea-8f71-1a7cb931fd6c-2ec3ca82 {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
  grid-area: Area-16;
}

#w-node-_27d175c2-1329-d5f4-3844-8fa11c45bda7-2ec3ca82 {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  grid-area: Area-14;
}

#w-node-_68f1442e-a165-fff7-8fbf-30621bccd568-2ec3ca82 {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
  grid-area: Area-15;
}

#w-node-_34562602-2c5d-ce44-d5cc-b43546144ad9-2ec3ca82 {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: Area-13;
}

#w-node-_4e2a2ae9-7554-ab4c-7e6b-8fe0c52b74ee-2ec3ca82 {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
  grid-area: Area-12;
}

#w-node-_31aee2e0-3e60-2738-49fe-12edac10f299-2ec3ca82 {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: Area-10;
}

#w-node-caf26ccb-dfa8-d370-8929-e1498f2f4017-2ec3ca82 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

#w-node-_9853839f-144d-5544-f9da-b9ee35fd60b6-2ec3ca82 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: Area-8;
}

#w-node-_7e6582a0-1a96-79cb-712f-e3b11d36042f-2ec3ca82 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Area-9;
}

#w-node-fd555812-b164-8a26-c0aa-e90991be86b0-2ec3ca82 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-_1d5b3026-00e4-077f-f20e-a937c62de249-2ec3ca82 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

#w-node-bf24da9b-43f3-684a-0af5-0dba1098d69c-2ec3ca82 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-7;
}

#w-node-c5f96974-3b5a-c5c3-93ef-2470ff8265df-2ec3ca82 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

@media screen and (max-width: 479px) {
  #w-node-_7e257302-42d6-501c-9aed-869f1ec92ecd-5ac3ca75 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_3fe871c9-cb72-c9de-9d52-96c2bcaf6127-5ac3ca75 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-db18cf06-b0a2-977e-f6d0-f87cc9ad7ea3-5ac3ca75 {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }

  #w-node-f526b808-d99b-9712-0bfc-14bdf84ba409-5ac3ca75 {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }

  #w-node-_506075db-f564-3b84-6063-105a8f5855f1-5ac3ca75 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }

  #w-node-_960fcf4d-d63c-92ee-f6b0-405f36083f37-5ac3ca75 {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }

  #w-node-de3de2e8-baa4-b596-f693-9c3e528fcd0d-5ac3ca75 {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }

  #w-node-_43f2d523-4e47-3bb8-ffa8-4f0833b42200-5ac3ca75 {
    -ms-grid-row: 15;
    -ms-grid-column: 2;
  }

  #w-node-_9e3f6ff7-ea16-b372-b258-70a36ef0d342-5ac3ca75 {
    -ms-grid-row: 16;
    -ms-grid-column: 2;
  }

  #w-node-_03ab08c4-d27c-8615-0750-a417dea97d94-5ac3ca75 {
    -ms-grid-row: 17;
    -ms-grid-column: 2;
  }

  #w-node-_505abf12-5111-c37b-6191-7c21f07a7d59-5ac3ca75 {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }

  #w-node-_1d08b6b3-a0ca-c344-0773-aeac376b2d50-5ac3ca75 {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }

  #w-node-eb40a7ce-e626-d97d-7837-2f614628bf55-5ac3ca75 {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }

  #w-node-_0bc2952e-3067-1b76-d1f0-dad873b851ee-5ac3ca75 {
    -ms-grid-row: 18;
    -ms-grid-column: 2;
  }

  #w-node-b7d67998-4bcc-c490-b221-d7db65011a03-5ac3ca75 {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }

  #w-node-_7711a59a-f314-5ddf-bd25-1b397a3f414e-5ac3ca75 {
    -ms-grid-row: 20;
    -ms-grid-column: 2;
  }

  #w-node-bf1e61e0-cf5a-555f-ceea-d0f683ac8c35-5ac3ca75 {
    -ms-grid-row: 21;
    -ms-grid-column: 2;
  }

  #w-node-ad161ff7-00d8-fef0-0bcc-f3cb5fd9c950-5ac3ca75 {
    -ms-grid-row: 19;
    -ms-grid-column: 2;
  }

  #w-node-_4c3b6361-629e-e234-fd6e-5a59af5c476d-5ac3ca75 {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }

  #w-node-_6c2cfaab-d540-5715-4376-f1edf07dde4f-5ac3ca75 {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }

  #w-node-fd940541-7ff0-e98b-cb01-8478a276f803-5ac3ca75 {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }

  #w-node-dd30d46c-c621-dd4d-3e8d-b9893f2b6e10-5ac3ca75 {
    -ms-grid-row: 22;
    -ms-grid-column: 2;
  }

  #w-node-_3819358b-a450-7e1a-dd24-3bfadcf49edd-5ac3ca75 {
    -ms-grid-row: 23;
    -ms-grid-column: 2;
  }

  #w-node-_8b378899-9962-965f-5b61-b68bfa075ee5-5ac3ca75 {
    -ms-grid-row: 24;
    -ms-grid-column: 2;
  }

  #w-node-a6359393-33eb-0640-924c-8528b4ef8549-5ac3ca75 {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }

  #w-node-_3be76f59-2105-988a-73cb-bd868932ff97-5ac3ca75 {
    -ms-grid-row: 24;
    -ms-grid-column: 1;
  }

  #w-node-ea93504b-32c8-f03f-66ca-ecad9ae798b7-5ac3ca75 {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }

  #w-node-c53b4b48-792c-03d5-5809-2f022a0096f4-5ac3ca75 {
    -ms-grid-row: 14;
    -ms-grid-column: 2;
  }

  #w-node-_26005105-2942-1a0b-4d98-865fdfb3f27c-5ac3ca75 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }

  #w-node-fe894d9f-577d-12eb-4755-e3ebf616d83d-5ac3ca75 {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }

  #w-node-e9c81fa6-9efe-1ac9-e4be-f70c305409bb-5ac3ca75 {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }

  #w-node-f8be3f9d-a858-c63b-88c6-351e062aba41-5ac3ca75 {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }

  #w-node-_8695c790-baf1-2986-b42e-67b55f8c9cea-5ac3ca75 {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }

  #w-node-_27202f1e-7923-5056-b030-2fcae742c000-5ac3ca75 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  #w-node-f8e6e7ff-a47b-a0ea-8f71-1a7cb931fd6c-5ac3ca75 {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }

  #w-node-_27d175c2-1329-d5f4-3844-8fa11c45bda7-5ac3ca75 {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  #w-node-_68f1442e-a165-fff7-8fbf-30621bccd568-5ac3ca75 {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }

  #w-node-_34562602-2c5d-ce44-d5cc-b43546144ad9-5ac3ca75 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_4e2a2ae9-7554-ab4c-7e6b-8fe0c52b74ee-5ac3ca75 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }

  #w-node-_31aee2e0-3e60-2738-49fe-12edac10f299-5ac3ca75 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  #w-node-caf26ccb-dfa8-d370-8929-e1498f2f4017-5ac3ca75 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_9853839f-144d-5544-f9da-b9ee35fd60b6-5ac3ca75 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }

  #w-node-_7e6582a0-1a96-79cb-712f-e3b11d36042f-5ac3ca75 {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }

  #w-node-fd555812-b164-8a26-c0aa-e90991be86b0-5ac3ca75 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_1d5b3026-00e4-077f-f20e-a937c62de249-5ac3ca75 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-bf24da9b-43f3-684a-0af5-0dba1098d69c-5ac3ca75 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  #w-node-c5f96974-3b5a-c5c3-93ef-2470ff8265df-5ac3ca75 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-_7e257302-42d6-501c-9aed-869f1ec92ecd-2ec3ca82 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  #w-node-_3fe871c9-cb72-c9de-9d52-96c2bcaf6127-2ec3ca82 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  #w-node-db18cf06-b0a2-977e-f6d0-f87cc9ad7ea3-2ec3ca82 {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }

  #w-node-f526b808-d99b-9712-0bfc-14bdf84ba409-2ec3ca82 {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }

  #w-node-_506075db-f564-3b84-6063-105a8f5855f1-2ec3ca82 {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }

  #w-node-_960fcf4d-d63c-92ee-f6b0-405f36083f37-2ec3ca82 {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }

  #w-node-de3de2e8-baa4-b596-f693-9c3e528fcd0d-2ec3ca82 {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }

  #w-node-_43f2d523-4e47-3bb8-ffa8-4f0833b42200-2ec3ca82 {
    -ms-grid-row: 15;
    -ms-grid-column: 2;
  }

  #w-node-_9e3f6ff7-ea16-b372-b258-70a36ef0d342-2ec3ca82 {
    -ms-grid-row: 16;
    -ms-grid-column: 2;
  }

  #w-node-_03ab08c4-d27c-8615-0750-a417dea97d94-2ec3ca82 {
    -ms-grid-row: 17;
    -ms-grid-column: 2;
  }

  #w-node-_505abf12-5111-c37b-6191-7c21f07a7d59-2ec3ca82 {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }

  #w-node-_1d08b6b3-a0ca-c344-0773-aeac376b2d50-2ec3ca82 {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }

  #w-node-eb40a7ce-e626-d97d-7837-2f614628bf55-2ec3ca82 {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }

  #w-node-_0bc2952e-3067-1b76-d1f0-dad873b851ee-2ec3ca82 {
    -ms-grid-row: 18;
    -ms-grid-column: 2;
  }

  #w-node-b7d67998-4bcc-c490-b221-d7db65011a03-2ec3ca82 {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }

  #w-node-_7711a59a-f314-5ddf-bd25-1b397a3f414e-2ec3ca82 {
    -ms-grid-row: 20;
    -ms-grid-column: 2;
  }

  #w-node-bf1e61e0-cf5a-555f-ceea-d0f683ac8c35-2ec3ca82 {
    -ms-grid-row: 21;
    -ms-grid-column: 2;
  }

  #w-node-ad161ff7-00d8-fef0-0bcc-f3cb5fd9c950-2ec3ca82 {
    -ms-grid-row: 19;
    -ms-grid-column: 2;
  }

  #w-node-_4c3b6361-629e-e234-fd6e-5a59af5c476d-2ec3ca82 {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }

  #w-node-_6c2cfaab-d540-5715-4376-f1edf07dde4f-2ec3ca82 {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }

  #w-node-fd940541-7ff0-e98b-cb01-8478a276f803-2ec3ca82 {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }

  #w-node-dd30d46c-c621-dd4d-3e8d-b9893f2b6e10-2ec3ca82 {
    -ms-grid-row: 22;
    -ms-grid-column: 2;
  }

  #w-node-_3819358b-a450-7e1a-dd24-3bfadcf49edd-2ec3ca82 {
    -ms-grid-row: 23;
    -ms-grid-column: 2;
  }

  #w-node-_8b378899-9962-965f-5b61-b68bfa075ee5-2ec3ca82 {
    -ms-grid-row: 24;
    -ms-grid-column: 2;
  }

  #w-node-a6359393-33eb-0640-924c-8528b4ef8549-2ec3ca82 {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }

  #w-node-_3be76f59-2105-988a-73cb-bd868932ff97-2ec3ca82 {
    -ms-grid-row: 24;
    -ms-grid-column: 1;
  }

  #w-node-ea93504b-32c8-f03f-66ca-ecad9ae798b7-2ec3ca82 {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }

  #w-node-c53b4b48-792c-03d5-5809-2f022a0096f4-2ec3ca82 {
    -ms-grid-row: 14;
    -ms-grid-column: 2;
  }

  #w-node-_26005105-2942-1a0b-4d98-865fdfb3f27c-2ec3ca82 {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }

  #w-node-fe894d9f-577d-12eb-4755-e3ebf616d83d-2ec3ca82 {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }

  #w-node-e9c81fa6-9efe-1ac9-e4be-f70c305409bb-2ec3ca82 {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }

  #w-node-f8be3f9d-a858-c63b-88c6-351e062aba41-2ec3ca82 {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }

  #w-node-_8695c790-baf1-2986-b42e-67b55f8c9cea-2ec3ca82 {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }

  #w-node-_27202f1e-7923-5056-b030-2fcae742c000-2ec3ca82 {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }

  #w-node-f8e6e7ff-a47b-a0ea-8f71-1a7cb931fd6c-2ec3ca82 {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }

  #w-node-_27d175c2-1329-d5f4-3844-8fa11c45bda7-2ec3ca82 {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }

  #w-node-_68f1442e-a165-fff7-8fbf-30621bccd568-2ec3ca82 {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }

  #w-node-_34562602-2c5d-ce44-d5cc-b43546144ad9-2ec3ca82 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  #w-node-_4e2a2ae9-7554-ab4c-7e6b-8fe0c52b74ee-2ec3ca82 {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }

  #w-node-_31aee2e0-3e60-2738-49fe-12edac10f299-2ec3ca82 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }

  #w-node-caf26ccb-dfa8-d370-8929-e1498f2f4017-2ec3ca82 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }

  #w-node-_9853839f-144d-5544-f9da-b9ee35fd60b6-2ec3ca82 {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }

  #w-node-_7e6582a0-1a96-79cb-712f-e3b11d36042f-2ec3ca82 {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }

  #w-node-fd555812-b164-8a26-c0aa-e90991be86b0-2ec3ca82 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-_1d5b3026-00e4-077f-f20e-a937c62de249-2ec3ca82 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-bf24da9b-43f3-684a-0af5-0dba1098d69c-2ec3ca82 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  #w-node-c5f96974-3b5a-c5c3-93ef-2470ff8265df-2ec3ca82 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

#w-node-_6681341e-d108-2897-fecb-fee55519c618-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c623-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c625-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c627-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c629-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c62e-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c630-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c632-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c634-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c639-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c63b-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c63d-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c63f-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c645-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c650-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c652-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c654-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c656-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c65b-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c65d-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c65f-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c661-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c666-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c668-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c66a-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c66c-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c672-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c67c-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c67d-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c67f-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c681-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c686-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c687-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c689-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c68b-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c690-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c691-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c693-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c695-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c69b-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6a4-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6a5-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6a6-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6a8-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6ad-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6ae-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6af-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6b1-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6b6-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6b7-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6b8-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6ba-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6681341e-d108-2897-fecb-fee55519c6c0-2ec3ca82 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_765d221a-ec93-07b4-55d1-a2fad0c7a379-07c3ca9f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_23673f9b-0583-22ef-0319-e023f5e53f91-8bc3caa0 {
  -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;
}

#w-node-d1d31de0-82a4-d10e-6fac-9b81fbe169ea-8bc3caa0 {
  -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;
}

#w-node-_957d4a26-830a-ade6-702e-686828871d6d-8bc3caa0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_957d4a26-830a-ade6-702e-686828871d6f-8bc3caa0 {
  -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;
}

#w-node-_039dc499-e316-b04c-edfa-f517bfded96f-8bc3caa0 {
  -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;
}

#w-node-_039dc499-e316-b04c-edfa-f517bfded977-8bc3caa0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9dacba17-e9ea-3e1b-5dbb-d89f1b583b24-8bc3caa0 {
  -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;
}

#w-node-_9dacba17-e9ea-3e1b-5dbb-d89f1b583b16-8bc3caa0 {
  -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;
}

#w-node-_9cba963a-95ce-f02f-737e-85032f2d6d2f-8bc3caa0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9cba963a-95ce-f02f-737e-85032f2d6d31-8bc3caa0 {
  -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;
}

#w-node-_27c2ff4b-597d-a332-3669-bc502f0baccc-48c3caa1 {
  -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: 'Urw++ urw din';
  src: url('../images/') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Black-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow';
  src: url('../fonts/GothamNarrow-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow ultra';
  src: url('../fonts/GothamNarrow-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothamnarrow book';
  src: url('../fonts/GothamNarrow-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}