.body {
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 900;
}

.section {
  background-color: #000001;
}

.section.strate-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f1f3f6;
}

.section.strate-3 {
  position: relative;
  overflow: hidden;
  background-color: #090a09;
}

.wrapper {
  position: relative;
  z-index: 1;
  overflow: visible;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4vw;
  padding-left: 4vw;
}

.section-content.color-white {
  overflow: visible;
  padding-top: 5vw;
  padding-bottom: 5vw;
  color: #fff;
}

.section-content.color-white.s-1 {
  overflow: hidden;
  padding-top: 0vw;
}

.brand-name {
  font-weight: 600;
}

.main-title {
  margin-bottom: 70px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}

.main-title.off {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

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

.block-2-col.vertical-align {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.intro {
  position: relative;
  max-width: 400px;
}

.intro.img-container {
  width: 50%;
  max-width: none;
  margin-top: -25px;
  margin-right: -23px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
}

.h2.centered {
  position: relative;
  z-index: 2;
  text-align: center;
}

.h2.off {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.separator {
  width: 90px;
  height: 1px;
  margin-bottom: 40px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
}

.separator.off {
  opacity: 0;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.paragraph {
  margin-bottom: 20px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph.m-top {
  font-size: 15px;
}

.paragraph.off {
  opacity: 0;
}

.strat-1-top {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-image: url('../images/wave-top.png');
  background-position: 50% 50%;
  background-size: cover;
}

.strat-1-bottom {
  position: relative;
}

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

.wave-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 800ms cubic-bezier(.988, .81, .579, 1.716);
  transition: all 800ms cubic-bezier(.988, .81, .579, 1.716);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.wave-block.middle {
  margin-top: 16vw;
}

.wave-block.off {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.wave-text {
  margin-top: 23px;
  font-weight: 400;
  text-align: center;
}

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

.on-title {
  margin-bottom: 10px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  color: #3263ad;
  text-transform: uppercase;
}

.on-title.off {
  opacity: 0;
}

.strat-2 {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.circle-container {
  position: relative;
  display: block;
  padding-top: 10vw;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 620px;
  height: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  text-align: center;
}

.circle.second {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.circle.second.off {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.circle.off {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.circle-title {
  color: #3263ad;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.circle-text {
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.bottom-text {
  display: block;
  max-width: 490px;
  margin-top: 5vw;
  margin-right: auto;
  margin-left: auto;
  border-style: dotted;
  border-width: 4px;
  border-color: #3263ad;
  border-radius: 12px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #3263ad;
  text-align: center;
}

.strat-3 {
  position: relative;
  margin-bottom: 10vw;
}

.strat-3-2 {
  margin-bottom: 5vw;
}

.quote-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 20px;
  -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;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
}

.quote-block.off {
  opacity: 0;
}

.quote {
  display: inline-block;
}

.quote-separator {
  display: inline-block;
  width: 17px;
  height: 1px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color: #fff;
}

.altavia-logo {
  padding-bottom: 0px;
}

.quote-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.quote-image {
  position: absolute;
  left: -50px;
  top: 0px;
  z-index: 0;
}

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

.circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 800ms cubic-bezier(.988, .81, .503, 1.787);
  transition: all 800ms cubic-bezier(.988, .81, .503, 1.787);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.circle-small.middle {
  margin-top: 16vw;
}

.circle-small.second {
  margin-top: 5vw;
}

.circle-small.off {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.circle-small-text {
  margin-top: 10px;
  font-weight: 400;
  text-align: center;
}

.text-block {
  margin-top: 20px;
  color: #3263ad;
  text-transform: uppercase;
}

.three-circle-p {
  margin-bottom: 0px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  font-weight: 400;
  text-align: center;
}

.three-circle-p.off {
  opacity: 0;
}

.strat-4 {
  padding-top: 5vw;
  padding-bottom: 10vw;
}

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

.contact-item {
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  color: #000;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.contact-item.off {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

.contact-text {
  display: inline-block;
  margin-left: 25px;
  font-size: 12px;
  line-height: 18px;
}

.logo {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 800ms cubic-bezier(.988, .81, .579, 1.716);
  transition: all 800ms cubic-bezier(.988, .81, .579, 1.716);
}

.logo.mobile {
  display: none;
}

.logo.off {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bottom-text-container {
  position: relative;
  display: block;
  max-width: 490px;
  margin-top: 5vw;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 45px;
  border-style: dotted;
  border-width: 4px;
  border-color: #3263ad;
  border-radius: 12px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
}

.bottom-text-container.off {
  opacity: 0;
}

.line {
  position: absolute;
  left: auto;
  top: -10px;
  right: -5px;
  bottom: auto;
  width: 90%;
  height: 20px;
  background-color: #f1f3f6;
}

.line.bottom {
  left: -5px;
  top: auto;
  right: auto;
  bottom: -10px;
}

.line-vertical {
  position: absolute;
  left: auto;
  top: -5px;
  right: -10px;
  bottom: auto;
  width: 20px;
  height: 72%;
  background-color: #f1f3f6;
}

.line-vertical.bottom {
  left: -10px;
  top: auto;
  right: auto;
  bottom: -5px;
}

.courbe {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 0;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.courbe.s-3 {
  top: 37%;
  -webkit-transform: scale3d(1none, 1none, 1none) translate(0px, -50%);
  transform: scale3d(1none, 1none, 1none) translate(0px, -50%);
  -webkit-transition: opacity 1200ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 1200ms cubic-bezier(.455, .03, .515, .955);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.courbe.s-3.off {
  opacity: 0;
  -webkit-transform: scale(1.1) translate(0px, -50%);
  -ms-transform: scale(1.1) translate(0px, -50%);
  transform: scale(1.1) translate(0px, -50%);
}

.courbe.s-4 {
  top: auto;
  bottom: -170px;
  -webkit-transform: translate(0px, 0px) rotate(-5deg);
  -ms-transform: translate(0px, 0px) rotate(-5deg);
  transform: translate(0px, 0px) rotate(-5deg);
  -webkit-transition: all 3000ms cubic-bezier(.455, .03, .515, .955);
  transition: all 3000ms cubic-bezier(.455, .03, .515, .955);
}

.courbe.s-4.off {
  -webkit-transform: translate(0px, 100px) rotate(-5deg);
  -ms-transform: translate(0px, 100px) rotate(-5deg);
  transform: translate(0px, 100px) rotate(-5deg);
}

.ondes {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 520px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wave-content {
  position: relative;
  z-index: 1;
}

.italic-text {
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 12px;
  line-height: 16px;
}

.neon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: auto;
  z-index: -1;
  max-width: 250px;
}

.neon.mobile {
  display: none;
}

.on-title-1 {
  margin-bottom: 10px;
  -webkit-transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  transition: all 800ms cubic-bezier(.455, .03, .515, .955);
  color: #3263ad;
  text-transform: uppercase;
}

.on-title-1.off {
  opacity: 0;
}

.product-img {
  max-width: 110%;
  margin-top: -60px;
  margin-bottom: 250px;
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
}

.product-img.off {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .wrapper.strat-1 {
    overflow: hidden;
  }

  .main-title {
    font-size: 40px;
    line-height: 50px;
  }

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

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

  .intro {
    max-width: none;
  }

  .intro.img-container {
    width: 70%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: -37px;
  }

  .separator {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph.mobile {
    margin-top: 30px;
  }

  .paragraph.desktop {
    display: none;
  }

  .paragraph.m-top {
    margin-top: 30px;
  }

  .strat-1-top {
    text-align: center;
  }

  .wave-block.third {
    display: none;
  }

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

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

  .circle {
    width: 340px;
    height: 340px;
  }

  .circle.second {
    position: relative;
    width: 340px;
    height: 340px;
  }

  .circle-title {
    font-size: 15px;
  }

  .bottom-text {
    max-width: none;
  }

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

  .strat-3-2 {
    text-align: center;
  }

  .quote-block {
    height: auto;
    -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;
  }

  .quote-separator {
    display: none;
  }

  .altavia-logo {
    margin-bottom: 20px;
  }

  .quote-container {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quote-image {
    position: static;
    width: 40px;
    margin-top: 20px;
  }

  .three-circle-container {
    margin-top: 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;
  }

  .circle-small.second {
    margin-top: 0vw;
  }

  .strat-4 {
    text-align: center;
  }

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

  .contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 21px;
    padding-bottom: 21px;
    -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-decoration: none;
  }

  .contact-text {
    margin-top: 15px;
    margin-left: 0px;
  }

  .logo {
    display: none;
  }

  .logo.mobile {
    display: block;
    width: 190px;
    margin: 30px auto;
  }

  .bottom-text-container {
    max-width: none;
  }

  .line {
    right: -8px;
    width: 96%;
  }

  .line-vertical.bottom {
    bottom: -4px;
  }

  .courbe.s-4 {
    bottom: -90px;
  }

  .neon {
    position: static;
    left: 25%;
    top: -501%;
    right: auto;
    width: 350px;
  }

  .product-img {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .section-content.color-white {
    padding-top: 10vw;
    padding-bottom: 14vw;
  }

  .main-title {
    font-size: 25px;
    line-height: 35px;
  }

  .intro.img-container {
    width: 100%;
    margin-left: 0px;
  }

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

  .paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  .strat-1-bottom {
    margin-top: 40px;
  }

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

  .wave-block {
    width: 300px;
    height: 300px;
  }

  .wave-block.middle {
    width: 300px;
    height: 300px;
  }

  .image {
    width: 40px;
  }

  .strat-2 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

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

  .circle {
    width: 300px;
    height: 300px;
  }

  .circle.second {
    width: 300px;
    height: 300px;
    margin-top: -60px;
  }

  .quote-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .quote-separator {
    display: none;
  }

  .altavia-logo {
    margin-bottom: 20px;
  }

  .quote-image {
    position: static;
    width: 40px;
    margin-top: 20px;
  }

  .three-circle-container {
    margin-top: 50px;
  }

  .circle-small {
    width: 320px;
    height: 320px;
  }

  .circle-small.second {
    width: 300px;
    height: 300px;
  }

  .strat-4 {
    padding-top: 10vw;
    padding-bottom: 40vw;
  }

  .image-2 {
    width: 30px;
  }

  .image-3 {
    width: 30px;
  }

  .image-4 {
    width: 30px;
  }

  .line {
    width: 91%;
  }

  .line-vertical {
    height: 87%;
  }

  .courbe.s-4 {
    bottom: -30px;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  .neon {
    left: 0%;
    top: -191%;
  }

  .product-img {
    width: 100%;
    margin-bottom: 0px;
  }
}

