@import "reset.css";
@import "variables.css";

* {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/*@font-face {*/
/*    font-family: "Codec Cold";*/
/*    src: url("../fonts/Codec Cold/CodecCold-Regular.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*    font-family: "Codec Cold Light";*/
/*    src: url("../fonts/Codec Cold Light/CodecCold-Light.woff") format("woff");*/
/*}*/

/*@font-face {*/
/*    font-family: "Codec Cold Bold";*/
/*    src: url("../fonts/CodecCold-Bold.otf") format("opentype");*/
/*}*/

body {
  font-family: "Montserrat", sans-serif;
  background: var(--light-gray);
  width: 100vw;
  margin: 0 auto;
  /*background-image: url("../assets/images/background.webp");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 0 0;*/
  /*background-size: cover;*/
  overflow-x: hidden;
}

button:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: unset;
}

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

.container-page {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.large-header {
  line-height: 42px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.big-header {
  font-size: 40px;
  font-weight: bold;
}

.mid-header {
  font-size: 20px;
  font-weight: bold;
}

.small-header {
  font-size: 20px;
  font-weight: bold;
}

.site-logo-mobile {
  width: 140px;
}

.hero-header__banner {
  display: none;
}

.hero-header .container-page {
  position: relative;
}

.hero-header__banner-mobile {
  background: var(--light-gray);
  width: 100vw;
  position: fixed;
  z-index: 200;
  padding: 10px 0;
}

.hero-header__banner-mobile .container-page {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hero-header__banner-mobile-content {
  position: fixed;
  width: 100vw;
  height: calc(100% - 60px);
  background: var(--light-gray);
  z-index: 100;
  transition: 0.3s;
  display: flex;
  transform: translateX(-100vw);
  top: 61px;
  overflow: auto;
  align-content: center;
  align-items: center;
}

.content-active {
  transform: translateX(0px);
}

.hero-header__banner-mobile-content .container-page {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  top: -6vh;
  justify-content: center;
  height: 100%;
}

.hamburger-toggle.toggler-active span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 11px;
}

.hamburger-toggle.toggler-active span:nth-child(2) {
  transform: rotate(-45deg);
}

.hamburger-toggle.toggler-active span:nth-child(3) {
  opacity: 0;
}

.hamburger-toggle {
  width: 41px;
  height: 42px;
  transition: 0.3s;
}

.hero-header__banner-mobile__menu ol {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-header__banner-mobile__menu .hero-header__banner-mobile__menu--option {
  font-size: 30px;
  padding: 7px 0;
}

.hero-header__banner-mobile__social-icons {
  position: absolute;
  bottom: -3px;
  display: flex;
}

.hero-header__banner-mobile__social-icons .hero-header__banner-mobile__social-icons--icon .social-icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.hero-header__content .hero-header__content-left .large-header {
  color: var(--blue);
  line-height: 50px;
}

.hero-header__content-right {
  display: none;
}

.hero-header {
  overflow: hidden;
}

.hero-header__content-left__button {
  border: none;
  background: var(--blue);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  width: 200px;
  height: 57px;
  font-size: 20px;
  margin-top: 260px;
}

.hero-header__content {
  margin-top: 120px;
}

/*.hero-header__banner__menu .hero-header__banner__menu--option:first-child a {*/
/*    font-weight: 900;*/
/*    color: var(--blue);*/
/*}*/
.hero-header__particles {
  position: absolute;
  top: 420px;
  left: -220px;
  z-index: -1;
  display: none;
}

.hero-header__gradient {
  position: absolute;
  top: -400px;
  left: -220px;
  z-index: -1;
  opacity: 0;
  transition: all 2000ms;
}

.hero-image, .hero-mobile-image img {
  transition: all 1000ms;
}

.hero-image.active, .hero-mobile-image.active img {
  transform: scale(1) !important;
  opacity: 1 !important;
}


.hero-header__gradient.active {
  opacity: 1;
}

.hero-header__content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-header__content-left__description {
  line-height: 32px;
  margin-top: 40px;
}

.hero-header__banner__social-icons .hero-header__banner__social-icons--icon,
.sixth-section__banner__social-icons--icon {
  transition: 0.3s;
}

.hero-header__banner__social-icons .hero-header__banner__social-icons--icon:hover,
.sixth-section__banner__social-icons--icon:hover {
  filter: invert(29%) sepia(69%) saturate(1965%) hue-rotate(193deg) brightness(94%) contrast(107%);
}

.hero-header__partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 0 0;
  margin-top: 100px;
}

.first-section {
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 800px;
  margin-top: 50px;
}

.first-section__header {
  color: var(--blue);
}

.first-section .mid-header {
  margin-top: 50px;
  line-height: 30px;
}

.first-section__description {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.6em;
  text-align: justify;
}

.first-section__content-right {
  margin-top: 0;
  vertical-align: top;
}

.first-section__content-right-features--numbers {
  font-weight: bold;
  font-size: 70px;
  color: var(--blue);
  margin-top: 60px;
}

.star-image {
  position: absolute;
  top: 65%;
  right: -200px;
  width: 700px;
  z-index: -1;
}

.first-section__particles {
  display: none;
}

.second-section {
  margin-top: 20vh;
  text-align: center;
}

.second-section__arrows__arrow {
  padding: 30px 30px 0 30px;
  cursor: pointer;
  transition: all 300ms;
}

.second-section__arrows__arrow:hover {
  opacity: 0.8;
}

.second-section .big-header {
  color: var(--blue);
}

.second-section__content {
  margin-top: 50px;
  /*height: 300px;*/
  margin-left: -20px;
  width: calc(100% + 40px);
  /*margin-top: 50px;*/

}

.second-section__content-box > .inner {
  background: var(--white);
  padding: 20px;
  height: 368px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 30px 0;
}

.second-section__content-box .small-header {
  font-weight: normal;
  font-size: 30px;
  color: var(--blue);
}

.third-section {
  margin-top: 180px;
  text-align: left;
  position: relative;
}

.third-section .big-header {
  font-size: 40px;
}

.third-section__header {
  color: var(--blue);
}

.third-section .mid-header {
  margin-top: 48px;
}

.third-section__description {
  margin-top: 48px;
  text-align: justify;
}

.third-section p {
  text-align: left;
  font-size: 18px;
  line-height: 22px;
}

.third-section__content {
  margin-top: 82px;
}

body.overflow, html.overflow {
  overflow: hidden;
}

.third-section__content-element .container-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
}

.third-section__content-element .container-page p {
  margin-top: 40px;
  margin-bottom: 60px;
}

.third-section__content-element .container-page .big-header {
  text-align: left;
}

.third-section__content-element:first-child {
  border-top: 2px solid var(--line-gray);
}

.third-section__content-element:nth-child(even) {
  border-top: 2px solid var(--line-gray);
  border-bottom: 2px solid var(--line-gray);
}

.third-section__content-element:last-child {
  border-bottom: 2px solid var(--line-gray);
  background: #006BD5;
}


.third-section__content-element {
  padding: 20px 0;
}


.third-section__gradient {
  position: absolute;
  top: -100px;
  right: -1300px;


}

.fourth-section {
  text-align: left;
  margin-top: 50px;
}

.fourth-section__header {
  color: var(--blue);
}

.fourth-section .mid-header:first-child {
  margin-top: 25px;
}

.fourth-section__description {
  margin-top: 25px;
}

.fourth-section p {
  text-align: justify;
  font-size: 18px;
  line-height: 22px;
}

.fourth-section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*.slick-slide {*/
/*    !*margin: 0 27px;*!*/
/*    width: 300px!important;*/
/*}*/
.fourth-section .container-page {
  position: relative;
}

.fourth-section__sub-header {
  margin-top: 50px;
  width: 340px;
}

.fourth-section .fourth-section__description {
  margin-top: 40px;
  font-size: 22px;
  line-height: 32px;
  width: 330px;
}

.fourth-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.fourth-section__content .large-header {
  margin-bottom: 60px;
}

.fourth-section__content-box {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.fourth-section__content-box .large-header {
  font-size: 120px;
  color: var(--blue);
}

.fourth-section__content-box p {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin-top: 40px;
  width: 90%;
}

.fourth-section__particles {
  position: absolute;
  top: 150px;
  right: -100px;
  display: none;
}

.fifth-section {
  margin-top: 152px;
  background: url("../assets/images/banner.jpeg") no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--white);
  padding-top: 250px;
  height: 802px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.fifth-section .container-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fifth-section p {
  font-size: 20px;
  line-height: 32px;
  width: 310px;
  margin-top: 60px;
}

.sixth-section {
  padding-top: 30px;
  /*box-sizing: border-box;*/
  height: 416px;
}

.sixth-section .container-page {
  position: relative;
}

.sixth-section__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sixth-section__content-left .mid-header {
  color: var(--blue);
}

.sixth-section__content-left p {
  line-height: 38px;
  font-size: 22px;
  margin-top: 28px;
}

.sixth-section__content-right .small-header {
  font-size: 22px;
}

.sixth-section__content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.sixth-section__particles {
  position: absolute;
  top: -55px;
  left: 500px;
  z-index: -1;
}

.sixth-section__social-icons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100px;
  margin-top: 62px;
}

footer {
  background: var(--white);
  height: 160px;
  display: flex;
  align-items: center;
}

.hero-header__banner__menu--option, .hero-header__banner-mobile__menu--option {
  font-weight: 400;
}

.footer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer__content-left img {
  width: 112px;
}

.site-logo {
  width: 250px;
}

.footer__content-right p {
  font-size: 18px;
  margin-top: 20px;
}

.hamburger-toggle span {
  height: 4px;
  display: block;
  background-color: rgb(0, 107, 213);
  margin: 7px 0;
  transition: all 300ms;
  position: relative;
  opacity: 1;
  transform: rotate(0);
}

.second-section__content-box img {
  height: 70px;
  margin-bottom: 35px;
}

@media screen and (min-width: 1400px) {
  .third-section__content-element {
    padding-top: 40px !important;
    margin-top: 20px !important;
    opacity: 0;
    transition: all 2000ms;
  }

  .third-section__content.active .third-section__content-element {
    opacity: 1;
    padding-top: 20px !important;
    margin-top: 0px !important;
  }

  .fourth-section__content-box {
    transition: all 800ms;
    opacity: 0;
    position: relative;
    top: 20px;
  }

  .fourth-section__content-box.active {
    opacity: 1 !important;
    top: 0;
  }

  .second-section__content-box > .inner {
    margin: 0 0 30px 0;
  }

}

@media screen and (max-width: 769px) {

  .hero-header__gradient {
    display: none;
  }

  .first-section {
    margin-top: 100px;
  }

  .hero-header__content-left .large-header {
    font-size: 40px;
    font-family: "Montserrat", serif;
    font-weight: 600;
  }

  .hero-header__content-left {
    display: block;
    padding-top: 20px;
  }

  .hero-header__content-left__header p:nth-child(2) {
    position: relative;
    top: -16px;
  }

  .hero-header__content-left__button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: "Montserrat", sans-serif;
    margin-top: -33px !important;
    font-weight: 300;
  }

  .hero-header {
    background-image: url(../assets/images/gradient.svg);
    background-size: 800px;
    background-position: -373px -70px;
    background-repeat: no-repeat;
  }

  .hero-header__content-left__description {
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
    line-height: 1.3em !important;
    margin-top: 0 !important;
    font-weight: 300;
  }

  .hero-header__partners .slick-slide img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .ibm-logo {
    position: relative;
    top: 12px;
  }

  .hero-header__partners {
    height: auto !important;
    margin-top: 0;
  }

  .big-header {
    font-family: "Montserrat", serif;
    font-size: 30px !important;
    font-weight: 600;
  }

  .mid-header {
    margin-top: 10px !important;
    line-height: 1.3em !important;
    font-size: 19px;
  }

  .first-section__content-right-features {
    font-family: "Montserrat", serif;
    font-weight: 600;
  }

  .first-section__content-right-features--numbers {
    margin-top: 40px !important;
    font-size: 55px !important;
  }

  .first-section__content-right-features .small-header {
    font-size: 16px;
    font-family: "Montserrat", serif;
  }

  .star-image {
    display: none;
  }

  .first-section__content {
    background-image: url(../assets/images/star-mobile.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .first-section__content-right {
    margin-top: 30px;
    padding-bottom: 59px;
  }

  .first-section__description {
    line-height: 1.25em;
  }

  .first-section {
    height: auto !important;
  }

  .second-section {
    margin-top: 40px;
    text-align: left;
  }

  .second-section__top {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .second-section__top .second-section__arrows {
    display: flex;
  }

  .second-section__top .second-section__arrows__arrow {
    padding: 0 !important;
    width: 45px;
    display: block;

  }

  .second-section__arrows__arrow--prev {
    margin-right: 10px;
  }

  .second-section__content {
    margin-top: 35px !important;
  }

  .second-section__content-box .small-header {
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
    margin-top: -13px;
    margin-bottom: 15px;
  }

  .second-section__content-box img {
    margin-bottom: 30px;
  }

  .second-section__content-box > .inner {
    text-align: center;
    font-size: 13px;
    line-height: 1.3em;
    font-family: "Montserrat", sans-serif;
    height: 270px !important;
    font-weight: 300;
    margin: 0 20px 30px 20px;
  }

  .second-section__content-box > .inner p {
    height: 150px;
  }

  .third-section {
    margin-top: 40px;
  }

  .third-section__gradient {
    z-index: -1;
  }

  .third-section p {
    font-size: 13px !important;
    line-height: 1.25em !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .third-section__content {
    margin-top: 30px !important;
  }

  .third-section__content-element:first-child {
    border-top: 1px solid var(--line-gray) !important;
  }

  .third-section__content-element .container-page {
    padding-top: 8px !important;
    display: block !important;
  }

  .third-section__content-element:nth-child(even) {
    border-top: 1px solid var(--line-gray) !important;
    border-bottom: 1px solid var(--line-gray) !important;
  }

  .third-section__content-element p {
    font-family: "Montserrat", serif;
    font-size: 12px !important;
  }

  .fourth-section__sub-header {
    width: auto !important;
  }

  .fourth-section .fourth-section__description {
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
    margin-top: 20px !important;
    line-height: 1.3em !important;
    width: auto !important;
    font-weight: 300;
  }

  .fourth-section__content, .fourth-section__content-box, .fourth-section__content-box p {
    text-align: left !important;
    display: block !important;
  }

  .fourth-section__content-box .large-header {
    font-size: 85px !important;
  }

  .fourth-section__content-box .mid-header {
    font-family: "Montserrat", serif;
    margin-top: 0 !important;
    font-weight: 600;
  }

  .fourth-section__content-box > p {
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
    line-height: 1.25em !important;
    display: block;
    margin-top: 15px !important;
    font-weight: 300;
  }

  .fourth-section__content {
    background-image: url(../assets/images/triangle-mobile.svg);
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: 70%;
    overflow: visible;
    padding-top: 1px;
    margin-top: 20px;
  }

  .fourth-section__content-box:nth-child(2), .fourth-section__content-box:nth-child(3) {
    margin-top: 30px;
  }

  .fifth-section {
    margin-top: 30px !important;
    height: auto !important;
  }

  .fifth-section .big-header {
    line-height: 1.2em !important;
  }

  .fifth-section p {
    font-size: 12px !important;
    font-family: "Montserrat", sans-serif;
    line-height: 1.3em !important;
    margin-top: 20px !important;
    padding-bottom: 30px !important;
    width: auto !important;
    font-weight: 300;
  }

  .sixth-section {
    height: auto !important;
  }

  .sixth-section__content {
    display: block;
    text-align: left;
  }

  .sixth-section__content-left .mid-header {
    font-size: 23px !important;
    font-family: "Montserrat", serif;
    font-weight: 600;
  }

  .sixth-section__content-left p {
    line-height: 1.35em !important;
    font-size: 15px !important;
    margin-top: 14px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }

  .sixth-section__content-left {
    background-image: url(../assets/images/footer-mobile.svg);
    padding-bottom: 133px;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 50px;
  }

  .sixth-section__social-icons {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .footer__content-right p {
    text-align: center;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
  }

  .hero-header__banner__menu ol li {
    font-size: 14px !important;
  }

  .hero-mobile-image {
    display: block;
    margin-top: 35px;
  }

  .hero-mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .third-section__content-element {
    opacity: 0;
    transition: all 2000ms;
    margin-top: 30px !important;
  }

  .hero-header__content {
    margin-top: 70px !important;
  }

  .third-section__content.active .third-section__content-element {
    opacity: 1 !important;
    margin-top: 0px !important;
  }

  .fourth-section__content-box {
    transition: all 800ms;
    opacity: 0;
    position: relative;
    top: 20px;
  }

  .fourth-section__content-box.active {
    opacity: 1 !important;
    top: 0;
  }

}

@media screen and (max-width: 1364px) {
  .fourth-section__content .large-header {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1365px) {

  .container-page {
    width: 95% !important;
  }

  .fifth-section {
    height: auto !important;
  }

  .hero-header__partners {
    flex-direction: row !important;
    height: auto !important;
  }

  .hero-header__partners .hero-header__partners__image {
    width: 20% !important;
  }

  .hero-header__partners .hero-header__partners__image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .star-image {
    display: none !important;
  }

  .first-section {
    height: auto !important;
  }

  .sixth-section__particles {
    display: none !important;
  }

  .second-section__content-box p {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    height: 140px;
    padding-top: 31px;
  }

  .third-section__content-element .container-page {
    text-align: left;
    display: block !important;
  }

  .third-section__content-element .container-page p {
    margin-top: 20px !important;
  }

  .fourth-section__content {
    flex-direction: row !important;
    align-items: flex-start !important;
    margin-top: 0 !important;
  }

  .fourth-section__content-box .large-header {
    font-size: 110px !important;
  }

  .fourth-section__content-box p {
    font-size: 17px !important;
    margin-top: 20px !important;
    line-height: 25px !important;
  }

  .fourth-section__content-box {
    margin-top: 50px !important;
  }

  .fifth-section {
    margin-top: 60px !important;
  }

  .hero-header__content-right {
    display: block !important;
  }

  .hero-header__content-left {
    width: 45%;
  }

  .hero-header__content {
    display: flex;
    flex-direction: row;
    margin-top: 70px !important;
    position: relative;
    z-index: 1;
  }

  .hero-header__content-right img {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-top: 30px !important;
  }

  .hero-header__content-left__button {
    margin-top: 50px !important;
  }

  .hero-header__content .hero-header__content-left .large-header {
    margin-top: 20px !important;
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .hero-header__content-left__description {
    width: 500px !important;
    font-size: 20px !important;
  }

  .hero-header__partners {
    margin-top: 0px !important;
  }

}
