html {
  #scroll-snap-type: y proximity;
}

section {
  #scroll-snap-align: start;
}

.header {
  padding-right: 510px !important;
  height: calc(100vh - 118px); }

.header__content {
  display: flex;
  justify-content: space-between;
  padding-top: 77px;
  height: 100%; }

.header__content__text {
  margin-top: 203px;
  max-width: 464px; }
  .header__content__text h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 100%; }
  .header__content__text p {
    font-size: 30px;
    margin-top: 20px;
    line-height: 119%; }

.header__content__image {
  z-index: 10;
  height: 100%; }
  .header__content__image img {
    height: 100%;
    transform: scale(0.9);
  }

.EUTOP {
  top:30px;
  left:40px;
  position:absolute;
  display:inline-block;
  width: auto; /* Set an explicit width */
  height: auto; /* Set an explicit height */
  z-index: 1;
  cursor: pointer;
}

.EUTOP img {
  width: 388px; /* Ensures the image fills the container */
  height: 47px; /* Preserves aspect ratio */
}

.EUTOPNAV img {
  height: 0px;
}

@media screen and (max-width: 750px) {
  .EUTOP img {
    height:0px;
  }
  .EUTOPNAV img {
    height: auto;
    padding-top: 20px;
  }
}

.EUFOOTER {
  width: 100%;
  min-height: 50px;
  #background-color: #1a1a1a;
}

.EUFOOTER_mid {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  min-height: 50px;
}

.EUFOOTER_mid img {
  padding: 10px 50px 10px 50px;
  height: 70px;
  float: left;
}


@media screen and (max-width: 1850px) {
  .header {
    padding-right: 410px !important;
    height: calc(100vh - 99px); }
  .header__content {
    padding-top: 62px; }
  .header__content__text {
    margin-top: 170px; }
    .header__content__text h1 {
      font-size: 68px; }
    .header__content__text p {
      font-size: 26px;
      margin-top: 18px; } }

@media screen and (max-width: 1440px) {
  .header {
    padding-right: 290px !important;
    height: calc(100vh - 99px); } }

@media screen and (max-width: 1360px) {
  .header {
    padding-right: 290px !important;
    height: calc(100vh - 99px); } }

@media screen and (max-width: 1280px) {
  .header {
    padding-right: 20px !important;
    height: calc(100vh - 74px); }
  .header__content {
    display: flex;
    justify-content: center;
    padding-top: 159px;
    height: 100%; }
  .header__content__text {
    margin-top: 0;
    max-width: 356px;
    margin-right: 50px; }
    .header__content__text h1 {
      font-size: 60px; }
    .header__content__text p {
      font-size: 24px;
      margin-top: 16px; } }

@media screen and (max-width: 750px) {
  .header {
    padding-right: 20px !important;
    height: 100vh; }
  .header__content {
    padding-top: 114px;
    flex-direction: column; }
  .header__content__text {
    margin-top: 0;
    max-width: 100%;
    margin-right: 0; }
    .header__content__text h1 {
      font-size: 40px; }
    .header__content__text p {
      font-size: 20px;
      margin-top: 13px; }
  .header__content__image {
    width: 213px;
    height: auto;
    margin: auto; }
    .header__content__image img {
      height: auto;
      width: 100%; } }

.nav {
  width: 100%;
  background-color: #EDF1F5;
  position: sticky;
  top: 0;
  padding: 30px 40px;
  z-index: 5;
  transition: 0.3s;
  /* Transition effect when sliding down (and up) */
  transform-origin: top; }
  .nav #header-link {
    display: flex;
    align-items: left; }
  .nav.hidden {
    top: -118px; }
  .nav .burger {
    display: none; }
  .nav--min {
    padding-top: 15px;
    padding-bottom: 10px; }
    .nav--min #header-link img:first-of-type {
      transform: scale(0.75);
      -webkit-transform: scale(0.75);
      transform-origin: 0px 0px;
      -webkit-transform-origin: 0px 80%;
      transition-duration: 0s;
      -webkit-transition-duration: 0s;
    }

.nav__content {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.nav__content__logo img {
  transition: .35s; }

.nav__content__logo img:last-of-type {
  display: none; }

.nav__content__links {
  max-width: 409px;
  width: 100%; }
  .nav__content__links ul {
    display: flex;
    list-style: none;
    justify-content: space-between; }
    .nav__content__links ul li {
      font-size: 20px; }

.nav__content__links__contact {
  display: none; }

@media screen and (max-width: 1850px) {
  .nav {
    padding: 26px 40px; }
    .nav.hidden {
      top: -99px; }
    .nav--min {
      padding-top: 15px;
      padding-bottom: 10px; }
      .nav--min #header-link img:first-of-type {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0px 0px;
        -webkit-transform-origin: 0px 80%;
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
      }
  .nav__content img {
    width: 80%; }
  .nav__content__links {
    max-width: 285px; }
    .nav__content__links ul li {
      font-size: 18px; } }

@media screen and (max-width: 1280px) {
  .nav {
    padding: 20px 20px;
    z-index: 10;
  }
  .nav.hidden {
      top: -74px;
  }
  .nav__content__logo img {
    display: none;
  }
  .nav__content__logo img:last-of-type {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .nav {
    padding: 20px 20px;
    position: fixed;
    top: 0;
    max-width: 100vw;
  }
  .nav.hidden {
    top: -74px;
  }
  .nav .burger {
      display: block;
  }
  .nav__content {
    position: relative;
  }
  .nav__content__logo {
    z-index: 3;
  }
  .nav__content__logo img {
      display: none;
  }
  .nav__content__logo img:last-of-type {
      display: block;
  }
  .nav__content__links {
    position: absolute;
    top: 53px;
    background-color: #EDF1F5;
    padding-top: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #43e8bc;
    min-width: 100vw;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s;
    z-index: 2;
  }
  .nav__content__links--active {
    opacity: 1;
    pointer-events: all;
  }
  .nav__content__links ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
  }
  .nav__content__links ul li {
      font-size: 16px;
      margin-right: 33px;
  }
  .nav__content__links__contact {
    display: flex;
    flex-direction: column;
    margin-top: 46px;
  }
  .nav__content__links__contact .title {
    font-size: 13px;
    font-family: 'effraRegular';
    opacity: 0.6;
  }
  .nav__content__links__contact a {
    font-size: 13px;
    opacity: 0.6;
  }
  .nav__content__links__contact a:first-of-type {
    margin-top: 26px;
    margin-bottom: 4px;
  }
}

.burger {
  display: flex;
  outline: none;
  height: 20px;
  width: 21px;
  border: 0px;
  padding: 0px;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
  margin-right: 12px; }

.burger:before,
.burger:after {
  content: '';
  width: 21px;
  height: 1px;
  position: absolute;
  background: #000;
  transition: all 250ms ease-out;
  will-change: transform; }

.burger:before {
  transform: translateY(-3px);
}

.burger:after {
  transform: translateY(3px);
}

.active.burger:before {
  transform: translateY(0) rotate(45deg);
}

.active.burger:after {
  transform: translateY(0) rotate(-45deg);
}

.driver {
  margin-top: 153px;
}

.driver__content {
  padding-right: 311px !important;
  display: flex;
  justify-content: space-between;
}

.driver__content__image {
  display: flex;
  align-items: flex-end;
  height: fit-content;
}
.driver__content__image .image {
  transform: scale(0.9);
}

.driver__content__image__logo {
  margin-top: auto;
  margin-bottom: 69px;
  margin-right: 110px; }
  .driver__content__image__logo p {
    margin-bottom: 15px; }

.driver__content__text {
  max-width: 344px; }
  .driver__content__text p:first-of-type {
    font-size: 16px; }
  .driver__content__text p:nth-of-type(2) {
    margin-top: 33px;
    font-family: 'effraRegular', sans-serif;
    font-size: 20px; }
  .driver__content__text p:nth-of-type(3) {
    margin-top: 30px;
    font-size: 20px; }
  .driver__content__text p:nth-of-type(4) {
    margin-top: 30px;
    font-size: 20px; }
  .driver__content__text ul {
    list-style: none;
    margin-top: 8px; }
    .driver__content__text ul li {
      font-size: 20px;
      margin-bottom: 4px; }
  .driver__content__text .cta-button {
    margin-top: 58px; }

.cta-button--mobile {
  display: none; }

@media screen and (max-width: 1850px) {
  .driver {
    margin-top: 136px; }
  .driver__content {
    padding-right: 160px !important; }
  .driver__content__image .image {
    width: 390px; }
  .driver__content__image__logo {
    margin-top: auto;
    margin-bottom: 69px;
    margin-right: 90px; }
    .driver__content__image__logo .logo {
      width: 190px; }
    .driver__content__image__logo p {
      margin-bottom: 13px;
      font-size: 15px; }
  .driver__content__text {
    max-width: 344px; }
    .driver__content__text p:first-of-type {
      font-size: 16px; }
    .driver__content__text p:nth-of-type(2) {
      margin-top: 26px;
      font-family: 'effraRegular', sans-serif;
      font-size: 17px; }
    .driver__content__text p:nth-of-type(3) {
      margin-top: 24px;
      font-size: 17px; }
    .driver__content__text p:nth-of-type(4) {
      margin-top: 24px;
      font-size: 17px; }
    .driver__content__text ul {
      list-style: none;
      margin-top: 8px; }
      .driver__content__text ul li {
        font-size: 17px;
        margin-bottom: 4px; }
    .driver__content__text .cta-button {
      margin-top: 58px; } }

@media screen and (max-width: 1360px) {
  .driver__content {
    padding-right: 120px !important; }
  .driver__content__image .image {
    width: 350px; } }

@media screen and (max-width: 1280px) {
  .driver {
    margin-top: 248px; }
  .driver__content {
    padding-right: 20px !important;
    display: flex;
    justify-content: center; }
  .driver__content__image {
    display: flex;
    align-items: flex-start;
    height: fit-content;
    margin-right: 70px;
    flex-direction: column-reverse; }
    .driver__content__image .image {
      width: 326px; }
  .driver__content__image__logo {
    margin-top: 30px;
    margin-top: 69px;
    margin-right: 0; }
    .driver__content__image__logo p {
      margin-bottom: 8px;
      font-size: 16px;
      opacity: 0.6; }
    .driver__content__image__logo .logo {
      width: 163px; }
  .driver__content__text {
    max-width: 279px; }
    .driver__content__text p:first-of-type {
      font-size: 13px; }
    .driver__content__text p:nth-of-type(2) {
      margin-top: 26px;
      font-family: 'effraRegular', sans-serif;
      font-size: 16px; }
    .driver__content__text p:nth-of-type(3) {
      margin-top: 7px;
      font-size: 16px; }
    .driver__content__text p:nth-of-type(4) {
      margin-top: 16px;
      font-size: 16px; }
    .driver__content__text ul {
      list-style: none;
      margin-top: 5px; }
      .driver__content__text ul li {
        font-size: 16px;
        margin-bottom: 4px; }
    .driver__content__text .cta-button {
      margin-top: 33px; } }

@media screen and (max-width: 750px) {
  .driver {
    margin-top: 90px; }
  .driver__content {
    padding-right: 20px !important;
    display: flex;
    flex-direction: column-reverse; }
  .driver__content__image {
    display: flex;
    align-items: flex-end;
    height: fit-content;
    width: 100%;
    margin-top: 35px; }
    .driver__content__image .image {
      width: 100%;
      margin: auto;
      width: 265px; }
  .driver__content__image__logo {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: auto; }
    .driver__content__image__logo p {
      margin-bottom: 7px;
      font-size: 13px; }
    .driver__content__image__logo img {
      width: 176px; }
  .driver__content__text {
    max-width: 100%; }
    .driver__content__text p:first-of-type {
      font-size: 13px; }
    .driver__content__text p:nth-of-type(2) {
      margin-top: 16px;
      font-family: 'effraRegular', sans-serif;
      font-size: 15px; }
    .driver__content__text p:nth-of-type(3) {
      margin-top: 20px;
      font-size: 15px; }
    .driver__content__text p:nth-of-type(4) {
      margin-top: 22px;
      font-size: 15px; }
    .driver__content__text ul {
      list-style: none;
      margin-top: 7px; }
      .driver__content__text ul li {
        font-size: 15px;
        margin-bottom: 4px; }
    .driver__content__text .cta-button {
      margin-top: 58px;
      display: none; }
  .cta-button--mobile {
    display: block;
    margin: auto;
    margin-top: 63px; } }

.footer__top {
  padding-top: 84px;
  padding-bottom: 84px;
  display: flex;
  align-items: flex-end; }

.footer__top__text {
  max-width: 587px;
  margin-right: 195px; }
  .footer__top__text h2 {
    font-weight: 400;
    font-size: 60px; }
  .footer__top__text p {
    margin-top: 19px;
    font-size: 20px; }

.footer__top__contact {
  display: flex; }

.footer__top__contact__single:first-of-type {
  margin-right: 57px; }

.footer__top__contact__single h3 {
  font-weight: 400;
  font-size: 25px;
  font-family: 'effraRegular'; }

.footer__top__contact__single a {
  color: #000;
  opacity: 0.6;
  transition: opacity .2s;
  font-size: 25px; }
  .footer__top__contact__single a:first-of-type {
    display: block;
    margin-top: 29px; }
  .footer__top__contact__single a:hover {
    opacity: 1; }

.footer__bottom {
  display: flex;
  padding: 40px 35px 40px 42px;
  background-color: #1a1a1a;
  display: flex; }
  .footer__bottom p {
    color: #fff;
    opacity: 0.6;
    font-style: normal; }
  .footer__bottom a,
  .footer__bottom span {
    color: #fff; }

.footer__bottom__logo {
  margin-right: 168px; }
  .footer__bottom__logo .footer__bottom__group {
    margin-top: 29px;
    margin-right: 0; }
  .footer__bottom__logo .tm-container {
    position: relative;
    width: fit-content; }
    .footer__bottom__logo .tm-container span {
      position: absolute;
      height: fit-content;
      display: block;
      right: -16px;
      top: -5px; }

.footer__bottom__group {
  margin-top: 80px;
  margin-right: 130px;
  font-size: 18px; }
  .footer__bottom__group .title {
    font-weight: 600;
    margin-bottom: 27px;
    font-family: 'effraLight';
    opacity: 1; }
  .footer__bottom__group p:not(.no-hover) {
    transition: opacity .2s; }
    .footer__bottom__group p:not(.no-hover):hover {
      opacity: 1; }

.footer__bottom__links {
  display: flex;
  margin-right: 120px; }

.footer__bottom__info {
  display: flex; }

@media screen and (max-width: 1850px) {
  .footer__top {
    padding-top: 72px;
    padding-bottom: 72px; }
  .footer__top__text {
    max-width: 587px;
    margin-right: 195px; }
    .footer__top__text h2 {
      font-weight: 400;
      font-size: 51px; }
    .footer__top__text p {
      margin-top: 15px;
      font-size: 18px; }
  .footer__top__contact {
    display: flex; }
  .footer__top__contact__single:first-of-type {
    margin-right: 50px; }
  .footer__top__contact__single h3 {
    font-weight: 400;
    font-size: 18px; }
  .footer__top__contact__single a {
    color: #000;
    opacity: 0.6;
    transition: opacity .2s;
    font-size: 18px; }
    .footer__top__contact__single a:first-of-type {
      display: block;
      margin-top: 29px; }
    .footer__top__contact__single a:hover {
      opacity: 1; }
  .footer__bottom p {
    color: #fff;
    opacity: 0.6;
    font-style: normal; }
  .footer__bottom a,
  .footer__bottom span {
    color: #fff; }
  .footer__bottom__logo {
    margin-right: 148px; }
    .footer__bottom__logo .footer__bottom__group {
      margin-top: 24px;
      margin-right: 0; }
  .footer__bottom__group {
    margin-top: 75px;
    margin-right: 100px;
    font-size: 16px; }
    .footer__bottom__group .title {
      font-weight: 600;
      margin-bottom: 22px; }
  .footer__bottom__links {
    display: flex;
    margin-right: 102px; }
  .footer__bottom__info {
    display: flex; } }

@media screen and (max-width: 1440px) {
  .footer__bottom p {
    color: #fff;
    opacity: 0.6;
    font-style: normal; }
  .footer__bottom a,
  .footer__bottom span {
    color: #fff; }
  .footer__bottom__logo {
    margin-right: 120px; }
    .footer__bottom__logo .footer__bottom__group {
      margin-top: 24px;
      margin-right: 0; }
  .footer__bottom__group {
    margin-top: 75px;
    margin-right: 80px;
    font-size: 16px; }
    .footer__bottom__group .title {
      font-weight: 600;
      margin-bottom: 22px; }
  .footer__bottom__links {
    display: flex;
    margin-right: 80px; }
  .footer__bottom__info {
    display: flex; } }

@media screen and (max-width: 1280px) {
  .footer__top {
    padding-top: 59px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-start;
    padding-left: 95px !important;
    justify-content: space-between; }
  .footer__top__text {
    max-width: 354px;
    margin-right: 40px; }
    .footer__top__text h2 {
      font-size: 32px; }
    .footer__top__text p {
      margin-top: 13px; }
  .footer__top__contact {
    display: flex;
    flex-direction: column; }
  .footer__top__contact__single:first-of-type {
    margin-right: 0;
    margin-top: 90px; }
  .footer__top__contact__single:last-of-type {
    margin-top: 36px; }
  .footer__top__contact__single h3 {
    font-size: 18px; }
  .footer__top__contact__single a {
    font-size: 18px; }
    .footer__top__contact__single a:first-of-type {
      display: block;
      margin-top: 15px; }
  .footer__bottom {
    display: flex;
    padding: 35px 20px 50px 20px;
    background-color: #1a1a1a;
    display: flex;
    flex-wrap: wrap; }
    .footer__bottom p {
      color: #fff;
      opacity: 0.6;
      font-style: normal; }
    .footer__bottom a,
    .footer__bottom span {
      color: #fff; }
  .footer__bottom__logo {
    margin-right: 100px; }
    .footer__bottom__logo img {
      width: 47px; }
    .footer__bottom__logo .footer__bottom__group {
      margin-top: 25px;
      margin-right: 0; }
  .footer__bottom__group {
    margin-top: 67px;
    margin-right: 50px;
    font-size: 14px; }
    .footer__bottom__group .title {
      font-weight: 600;
      margin-bottom: 27px; }
  .footer__bottom__links {
    display: flex;
    margin-right: 0px; }
  .footer__bottom__info {
    display: flex; } }

@media screen and (max-width: 992px) {
  .footer__bottom__info {
    display: flex; }
    .footer__bottom__info .footer__bottom__group:first-of-type {
      margin-right: 136px; } }

@media screen and (max-width: 750px) {
  .footer__top {
    padding-top: 82px;
    padding-bottom: 86px;
    display: flex;
    align-items: flex-start;
    padding-left: 20px !important;
    padding-right: 20px !important;
    justify-content: space-between;
    flex-direction: column; }
  .footer__top__text {
    max-width: 100%;
    margin-right: 0; }
    .footer__top__text h2 {
      font-size: 32px; }
    .footer__top__text p {
      margin-top: 13px;
      font-size: 20px; }
  .footer__top__contact {
    display: flex;
    flex-direction: column; }
  .footer__top__contact__single:first-of-type {
    margin-right: 0;
    margin-top: 42px; }
  .footer__top__contact__single:last-of-type {
    margin-top: 34px; }
  .footer__top__contact__single h3 {
    font-size: 18px; }
  .footer__top__contact__single a {
    font-size: 18px; }
    .footer__top__contact__single a:first-of-type {
      display: block;
      margin-top: 15px; }
  .footer__bottom {
    display: flex;
    padding: 35px 6px 50px 20px;
    background-color: #1a1a1a;
    display: flex;
    flex-wrap: wrap; }
    .footer__bottom p {
      color: #fff;
      opacity: 0.6;
      font-style: normal; }
    .footer__bottom a,
    .footer__bottom span {
      color: #fff; }
  .footer__bottom__logo {
    margin-right: 14px; }
    .footer__bottom__logo img {
      width: 47px; }
    .footer__bottom__logo .footer__bottom__group {
      margin-top: 25px;
      margin-right: 0; }
  .footer__bottom__group {
    margin-top: 67px;
    margin-right: 14px;
    font-size: 14px;
    width: 160px; }
    .footer__bottom__group .title {
      font-weight: 600;
      margin-bottom: 27px; }
  .footer__bottom__links {
    display: flex;
    margin-right: 40px; }
  .footer__bottom__info {
    display: flex; } }

.features {
  margin-top: 234px; }

.features__content h2 {
  font-size: 60px;
  font-weight: 400;
  max-width: 1141px; }

.feature__content__group {
  margin-top: 120px; }

.feature__content__group__row {
  display: flex;
  justify-content: space-between; }
  .feature__content__group__row:last-of-type {
    margin-top: 56px; }

.feature__content__group__single {
  max-width: 276px;
  width: 100%; }
  .feature__content__group__single .title {
    margin-top: 25px;
    font-size: 22px;
    opacity: 0.35;
    transition: opacity .35s;
    font-family: 'effraMedium', sans-serif; }
  .feature__content__group__single .description {
    font-size: 20px;
    margin-top: 25px;
    opacity: 0;
    transition: opacity .35s; }
  .feature__content__group__single__icon {
    transition: opacity .35s;
    opacity: 0.35; }
  .feature__content__group__single:hover .title {
    opacity: 1; }
  .feature__content__group__single:hover .description {
    opacity: 1; }
  .feature__content__group__single:hover .feature__content__group__single__icon {
    opacity: 1; }
  .feature__content__group__single#default .title {
    opacity: 1; }
  .feature__content__group__single#default .description {
    opacity: 1; }
  .feature__content__group__single#default .feature__content__group__single__icon {
    opacity: 1; }

.feature__content__group__single__icon {
  height: 108px;
  width: 152px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

@media screen and (max-width: 1850px) {
  .features {
    margin-top: 180px;
    padding-right: 100px !important; }
  .features__content h2 {
    font-size: 51px;
    max-width: 1000px; }
  .feature__content__group {
    margin-top: 105px; }
  .feature__content__group__row:last-of-type {
    margin-top: 50px; }
  .feature__content__group__single {
    max-width: 250px;
    width: 100%; }
    .feature__content__group__single .title {
      margin-top: 22px;
      font-size: 17px; }
    .feature__content__group__single .description {
      font-size: 17px;
      margin-top: 22px; }
    .feature__content__group__single__icon {
      transition: opacity .35s;
      opacity: 0.35; }
  .feature__content__group__single__icon {
    height: 97px;
    width: 137px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }

@media screen and (max-width: 1280px) {
  .features {
    margin-top: 121px; }
  .features__content h2 {
    font-size: 32px;
    font-weight: 400;
    width: 100%;
    max-width: 575px; }
  .feature__content__group {
    margin-top: 73px;
    display: flex; }
  .feature__content__group__row {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .feature__content__group__row:last-of-type {
      margin-top: 0; }
    .feature__content__group__row:first-of-type {
      margin-right: 15px; }
      .feature__content__group__row:first-of-type .feature__content__group__single:nth-of-type(1) img {
        width: 78px; }
      .feature__content__group__row:first-of-type .feature__content__group__single:nth-of-type(2) img {
        width: 51px; }
      .feature__content__group__row:first-of-type .feature__content__group__single:nth-of-type(3) img {
        width: 59px; }
      .feature__content__group__row:first-of-type .feature__content__group__single:nth-of-type(4) img {
        width: 67px; }
    .feature__content__group__row:last-of-type .feature__content__group__single:nth-of-type(1) img {
      width: 80px; }
    .feature__content__group__row:last-of-type .feature__content__group__single:nth-of-type(2) img {
      width: 74px; }
    .feature__content__group__row:last-of-type .feature__content__group__single:nth-of-type(3) img {
      width: 60px; }
    .feature__content__group__row:last-of-type .feature__content__group__single:nth-of-type(4) img {
      width: 51px; }
  .feature__content__group__single {
    max-width: 1000px;
    width: 100%;
    display: flex;
    height: 135px; }
    .feature__content__group__single .title {
      margin-top: 0;
      font-size: 14px;
      opacity: 1; }
    .feature__content__group__single .description {
      font-size: 14px;
      margin-top: 16px;
      opacity: 1; }
    .feature__content__group__single__icon {
      opacity: 1; }
  .feature__content__group__single__icon {
    height: fit-content;
    max-width: 80px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 31px; } }

@media screen and (max-width: 750px) {
  .features {
    margin-top: 119px;
    padding-right: 20px !important; }
  .features__content h2 {
    font-size: 32px;
    font-weight: 400;
    max-width: 100%;
    margin-bottom: 42px; }
  .feature__content__group {
    margin-top: 0;
    flex-direction: column; }
  .feature__content__group__row {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .feature__content__group__row:last-of-type {
      margin-top: 0; }
  .feature__content__group__single {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 135px; }
    .feature__content__group__single .title {
      margin-top: 0;
      font-size: 14px;
      opacity: 1; }
    .feature__content__group__single .description {
      font-size: 14px;
      margin-top: 16px;
      opacity: 1; }
    .feature__content__group__single__icon {
      opacity: 1; } }

.ml {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  background-color: black; }
  .ml img {
    max-height: 100%;
    object-fit: cover;
    opacity: 1;
    -webkit-animation: breathing 5s infinite;
    animation: breathing 5s infinite; }
  .ml .basic-image {
    width: 100%; }
  .ml .overlay {
    position: absolute;
    filter: grayscale(100%);
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    transition: width 2s; }
    .ml .overlay img {
      object-fit: contain; }
    .ml .overlay--animate {
      width: 0%; }

.ml__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.ml__content__image {
  position: relative; }

.ml__content__text {
  max-width: 470px;
  color: #fff;
  z-index: 2;
  margin-top: 107px; }
  .ml__content__text h2 {
    font-size: 60px;
    font-weight: 400; }
  .ml__content__text p {
    font-size: 22px;
    margin-top: 15px; }

@-webkit-keyframes breathing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.65; }
  100% {
    opacity: 1; } }

@keyframes breathing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.65; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 1850px) {
  .ml__content__image {
    position: relative; }
  .ml__content__text {
    max-width: 400px;
    color: #fff;
    z-index: 2;
    margin-top: 107px; }
    .ml__content__text h2 {
      font-size: 51px;
      font-weight: 400; }
    .ml__content__text p {
      font-size: 17px;
      margin-top: 15px; } }

@media screen and (max-width: 1280px) {
  .ml img {
    max-height: 100%;
    object-fit: cover; }
  .ml .basic-image {
    width: 1051px; }
  .ml .overlay img {
    object-fit: contain; }
  .ml__content__image {
    position: relative;
    left: -258px; }
  .ml__content__text {
    max-width: 354px;
    z-index: 2;
    margin-top: auto;
    margin-bottom: 107px; }
    .ml__content__text h2 {
      font-size: 32px; }
    .ml__content__text p {
      font-size: 18px;
      margin-top: 12px; } }

@media screen and (max-width: 750px) {
  .ml {
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    background-color: black;
    display: flex;
    flex-direction: column-reverse; }
    .ml .ml-br {
      display: none; }
    .ml img {
      max-height: 100%;
      object-fit: cover; }
    .ml .basic-image {
      width: 155%; }
    .ml .overlay {
      position: absolute;
      filter: grayscale(100%);
      z-index: 1;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 100%;
      transition: width 2s; }
      .ml .overlay img {
        object-fit: contain; }
      .ml .overlay--animate {
        width: 0%; }
  .ml__content {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column; }
  .ml__content__image {
    position: relative;
    left: 0;
    top: 0; }
  .ml__content__text {
    max-width: 100%;
    color: #fff;
    z-index: 2;
    margin-top: 66px;
    margin-bottom: 100px; }
    .ml__content__text h2 {
      font-size: 32px; }
    .ml__content__text p {
      font-size: 18px;
      margin-top: 8px; } }

.adas {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  margin-top: 120px; }
  .adas img {
    width: 100%;
    object-fit: cover; }
  .adas::after {
    content: "";
    width: 100%;
    height: 244px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 31.77%); }
  .adas::before {
    content: "";
    width: 800px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 31.77%);
    opacity: 1; }

.adas__content {
  position: absolute;
  padding-top: 176px;
  z-index: 2;
  top: 0; }

.adas__content__text {
  color: #fff;
  max-width: 470px; }
  .adas__content__text h2 {
    font-size: 60px;
    font-family: effraLight, sans-serif;
    font-weight: 400; }
  .adas__content__text p:first-of-type {
    font-size: 30px;
    font-size: 22px;
    margin-top: 17px; }
  .adas__content__text p {
    margin-top: 12px;
    font-size: 22px;
    font-size: 17px; }

@media screen and (max-width: 1850px) {
  .adas {
    margin-top: 100px; }
    .adas img {
      width: 100%;
      object-fit: cover; }
    .adas::after {
      height: 144px; }
    .adas::before {
      width: 800px; }
  .adas__content {
    padding-top: 126px; }
  .adas__content__text {
    max-width: 470px;
    z-index: 8;
    position: relative; }
    .adas__content__text h2 {
      font-size: 51px; }
    .adas__content__text p:first-of-type {
      font-size: 22px;
      margin-top: 17px; }
    .adas__content__text p {
      margin-top: 12px;
      font-size: 17px; } }

@media screen and (max-width: 1280px) {
  .adas::after {
    height: 118px; }
  .adas::before {
    width: 800px; }
  .adas__content {
    padding-top: 52px;
    z-index: 3; }
  .adas__image {
    justify-content: flex-end;
    display: flex;
    height: 518px; }
    .adas__image img {
      height: 100%;
      width: 100%; }
  .adas__content__text {
    color: #fff;
    max-width: 335px; }
    .adas__content__text h2 {
      font-size: 32px; }
    .adas__content__text p:first-of-type {
      font-size: 18px;
      margin-top: 11px; }
    .adas__content__text p {
      margin-top: 12px;
      font-size: 16px; } }

@media screen and (max-width: 926px) {
  .adas__image img {
    width: auto; } }

@media screen and (max-width: 750px) {
  .adas {
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    background-color: #1E1E1E; }
    .adas img {
      width: 100%;
      object-fit: cover; }
    .adas::after {
      content: "";
      width: 100%;
      height: 50px;
      position: absolute;
      z-index: 2;
      bottom: 0px;
      left: 0;
      background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 31.77%);
      display: none; }
    .adas::before {
      display: none; }
  .adas__image {
    width: 100%;
    height: auto; }
    .adas__image img {
      width: 125%; }
  .adas__content {
    position: relative;
    padding-top: 65px;
    padding-bottom: 75px;
    z-index: 2;
    top: 0;
    z-index: 5; }
    .adas__content::after {
      content: "";
      width: 100%;
      height: 50px;
      position: absolute;
      z-index: 2;
      top: -50px;
      left: 0;
      background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 31.77%); }
  .adas__content__text {
    color: #fff;
    max-width: 100%; }
    .adas__content__text h2 {
      font-size: 32px;
      font-family: effraLight, sans-serif;
      font-weight: 400; }
    .adas__content__text p:first-of-type {
      font-size: 18px;
      margin-top: 11px; }
    .adas__content__text p {
      margin-top: 12px;
      font-size: 16px; } }

.action {
  background-color: #000; }

.action__content {
  padding-right: 80px !important;
  display: flex;
  justify-content: space-between;
  padding-top: 128px;
  padding-bottom: 213px;
  align-items: flex-end; }

.action__content__text {
  color: #fff;
  max-width: 249px;
  padding-bottom: 100px;
  }

.action__content__aboutus {
padding: 40px 35px 40px 42px;
  display: flex;
  justify-content: space-between;
  padding-top: 128px;
  padding-bottom: 153px;
  align-items: flex-end; }

  .action__content__text__aboutus {
    color: #fff;
    max-width: 49%;
  }
  .action__content__text__caption{
    margin-bottom:1.5em;
    opacity:0.5;
  }

  .action__content__text__aboutus img {
    display:block;
    width:100%;
    padding-bottom :1em;
  }
  .aboutustext {
    font-size: 17px;
    min-height:300px;
    width:90%;
    margin-bottom: 1.5em;
  }
  .aboutustext_left {
    font-size: 17px;
    font-family: effraRegular, sans-serif;
    min-height:300px;
    width:90%;
    margin-bottom: 1.5em;
    float:right;
  }

  .action__content__text h2 {
    font-size: 60px;
    font-family: effraLight, sans-serif;
    font-weight: 400; }
  .action__content__text p {
    font-size: 20px;
    margin-top: 17px; }

.action__content__thumbnail {
  position: relative; }

.action__content__thumbnail__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #43e8bc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .action__content__thumbnail__button:hover img {
    transform: scale(1.2); }
  .action__content__thumbnail__button img {
    margin-left: 5px;
    transition: transform .2s; }

@media screen and (max-width: 1850px) {
  .action__content {
    padding-right: 80px !important;
    display: flex;
    justify-content: space-between;
    padding-top: 112px;
    padding-bottom: 160px;
    align-items: flex-end; }
  .action__content__text {
    color: #fff;
    max-width: 226px;
    padding-bottom: 100px; }
    .action__content__text h2 {
      font-size: 51px; }
    .action__content__text p {
      font-size: 18px;
      margin-top: 14px; }
  .action__content__thumbnail {
    position: relative;
    width: 905px; }
    .action__content__thumbnail .thumbnail {
      width: 100%; }
  .action__content__thumbnail__button {
    width: 72px;
    height: 72px; }
    .action__content__thumbnail__button:hover img {
      transform: scale(1.2); }
    .action__content__thumbnail__button img {
      width: 30px; } }

@media screen and (max-width: 1360px) {
  .action__content__thumbnail {
    position: relative;
    width: 800px; }
    .action__content__thumbnail .thumbnail {
      width: 100%; } }

@media screen and (max-width: 1280px) {
  .action__content__aboutus {
    padding-top:70px;
    padding-bottom:70px;
    display: block;
    max-width:100%;
  }
  .action__content__text__aboutus {
    max-width: 100%;
  }
  .aboutustext_left {
    min-height:25vh;
    width:90%;
    margin-bottom: 1.5em;
    float:left;
  }
  .action {
    background-color: #000; }
  .action__content {
    padding-right: 72px !important;
    padding-left: 72px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding-top: 106px;
    padding-bottom: 64px;
    align-items: flex-start; }
  .action__content__text {
    max-width: 332px;
    padding-bottom: 0px;
    margin-left: 23px;
    margin-top: 39px; }
    .action__content__text h2 {
      font-size: 32px;
      font-family: effraLight, sans-serif;
      font-weight: 400; }
    .action__content__text p {
      font-size: 18px;
      margin-top: 12px; }
  .action__content__thumbnail {
    position: relative;
    width: 100%; }
    .action__content__thumbnail img {
      width: 100%; }
  .action__content__thumbnail__button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #43e8bc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .action__content__thumbnail__button:hover img {
      transform: scale(1.2); }
    .action__content__thumbnail__button img {
      margin-left: 5px;
      transition: transform .2s;
      width: 16px; } }

@media screen and (max-width: 750px) {
  .action {
    background-color: #000; }
  .action__content {
    padding-right: 20px !important;
    padding-left: 20px !important;
    display: flex;
    justify-content: flex-start;
    padding-top: 0px;
    padding-bottom: 97px;
    align-items: flex-start; }
  .action__content__text {
    color: #fff;
    max-width: 100%;
    padding-bottom: 0;
    margin-left: 0; }
    .action__content__text h2 {
      font-size: 32px;
      font-family: effraLight, sans-serif;
      font-weight: 400; }
    .action__content__text p {
      font-size: 18px;
      margin-top: 10px; }
  .action__content__thumbnail {
    position: relative; }
  .action__content__thumbnail__button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #43e8bc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .action__content__thumbnail__button:hover img {
      transform: scale(1.2); }
    .action__content__thumbnail__button img {
      margin-left: 5px;
      width: 19px;
      transition: transform .2s; } }

.scheme {
  margin-top: 169px;
  padding-bottom: 183px;
  overflow: hidden; }

.scheme__content {
  padding-right: 82px !important; }
  .scheme__content h2 {
    font-size: 60px;
    font-family: effraLight, sans-serif;
    font-weight: 400;
    max-width: 1177px; }

.scheme__content__main {
  margin-top: 65px;
  display: flex;
  justify-content: space-between; }

.scheme__content__main__text {
  max-width: 341px;
  padding-top: 30px;
  margin-right: 78px;
  width: 100%; }

.scheme__content__main__text__single {
  padding-bottom: 21px;
  padding-top: 21px;
  cursor: pointer; }
  .scheme__content__main__text__single h3 {
    font-size: 22px;
    opacity: 0.3;
    transition: opacity .2s;
    font-family: 'effraRegular', sans-serif;
    position: relative;
    width: fit-content; }
    .scheme__content__main__text__single h3::before {
      content: url("../assets/images/title-before.svg");
      position: absolute;
      left: -40px;
      bottom: -11px;
      opacity: 0;
      transition: opacity .2s; }
    .scheme__content__main__text__single h3::after {
      content: '';
      width: 0%;
      height: 1px;
      background-color: #43e8bc;
      position: absolute;
      bottom: -7px;
      left: -20px;
      transition: width .75s; }
  .scheme__content__main__text__single .desc {
    height: 0;
    overflow: hidden;
    transition: height .2s linear;
    margin-top: 10px;
    will-change: height; }
  .scheme__content__main__text__single p {
    font-size: 20px; }
  .scheme__content__main__text__single.active {
    cursor: initial; }
    .scheme__content__main__text__single.active h3 {
      opacity: 1; }
      .scheme__content__main__text__single.active h3::before {
        opacity: 1; }
      .scheme__content__main__text__single.active h3::after {
        width: 110%; }
    .scheme__content__main__text__single.active .desc {
      height: 120px; }

.fixed-container {
  position: sticky;
  top: 118px;
  height: fit-content; }

.scheme__content__main__scheme {
  position: relative; }
  .scheme__content__main__scheme img {
    width: 100%;
    max-width: 1210px;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .45s;
    opacity: 0;
    will-change: opacity; }
    .scheme__content__main__scheme img:first-of-type {
      position: static; }
    .scheme__content__main__scheme img.active {
      opacity: 1; }

@media screen and (max-width: 1850px) {
  .scheme {
    margin-top: 140px;
    padding-bottom: 153px; }
  .scheme__content {
    padding-right: 82px !important; }
    .scheme__content h2 {
      font-size: 51px;
      max-width: 1177px; }
  .scheme__content__main {
    margin-top: 58px; }
  .scheme__content__main__text {
    max-width: 341px;
    padding-top: 22px;
    margin-right: 70px; }
  .scheme__content__main__text__single {
    padding-bottom: 16px;
    padding-top: 16px;
    cursor: pointer; }
    .scheme__content__main__text__single h3 {
      font-size: 17px; }
      .scheme__content__main__text__single h3::after {
        content: '';
        width: 0%;
        height: 1px;
        background-color: #43e8bc;
        position: absolute;
        bottom: -8px;
        left: -20px;
        transition: width .75s; }
    .scheme__content__main__text__single p {
      font-size: 17px;
      max-width: 305px !important; }
  .fixed-container {
    top: 99px; } }

@media screen and (max-width: 1280px) {
  .scheme {
    margin-top: 91px;
    padding-bottom: 149px; }
  .scheme__content {
    padding-right: 52px !important;
    padding-left: 95px !important; }
    .scheme__content h2 {
      font-size: 32px;
      width: 100%;
      max-width: 578px; }
  .scheme__content__main {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start; }
  .scheme__content__main__text {
    max-width: 297px;
    min-width: 297px;
    padding-top: 74px;
    margin-right: 27px; }
  .scheme__content__main__text__single {
    padding-bottom: 8px;
    padding-top: 8px;
    cursor: pointer; }
    .scheme__content__main__text__single h3 {
      font-size: 14px; }
      .scheme__content__main__text__single h3::before {
        content: url("../assets/images/title-before.svg");
        position: absolute;
        left: -40px;
        bottom: -11px;
        opacity: 0;
        transition: opacity .2s; }
      .scheme__content__main__text__single h3::after {
        content: '';
        width: 0%;
        height: 1px;
        background-color: #43e8bc;
        position: absolute;
        bottom: -7px;
        left: -20px;
        transition: width .75s; }
    .scheme__content__main__text__single .desc {
      height: 0;
      overflow: hidden;
      transition: height .2s linear;
      margin-top: 10px; }
    .scheme__content__main__text__single p {
      font-size: 14px;
      max-width: 269px !important; }
    .scheme__content__main__text__single.active {
      cursor: initial; }
      .scheme__content__main__text__single.active h3 {
        opacity: 1; }
        .scheme__content__main__text__single.active h3::before {
          opacity: 1; }
        .scheme__content__main__text__single.active h3::after {
          width: 110%; }
      .scheme__content__main__text__single.active .desc {
        height: 70px; }
  .fixed-container {
    position: sticky;
    top: 99px;
    height: fit-content;
    align-self: center; }
  .scheme__content__main__scheme {
    position: relative;
    height: 508px; }
    .scheme__content__main__scheme img {
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity .5s;
      opacity: 0; }
      .scheme__content__main__scheme img:first-of-type {
        position: static; }
      .scheme__content__main__scheme img.active {
        opacity: 1; } }

@media screen and (max-width: 750px) {
  .scheme {
    margin-top: 48px;
    padding-bottom: 59px; }
  .scheme__content {
    padding-right: 20px !important;
    padding-left: 20px !important; }
    .scheme__content h2 {
      font-size: 32px;
      max-width: 100%; }
  .scheme__content__main {
    margin-top: 42px;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse; }
  .scheme__content__main__text {
    max-width: 100%;
    padding-top: 30px;
    margin-right: 0; }
  .scheme__content__main__text__single {
    padding-bottom: 8px;
    padding-top: 8px;
    cursor: pointer;
    padding-left: 38px; }
    .scheme__content__main__text__single h3 {
      font-size: 14px;
      width: fit-content; }
      .scheme__content__main__text__single h3::before {
        content: url("../assets/images/title-before.svg");
        position: absolute;
        left: -40px;
        bottom: -11px;
        opacity: 0;
        transition: opacity .2s; }
      .scheme__content__main__text__single h3::after {
        content: '';
        width: 0%;
        height: 1px;
        background-color: #43e8bc;
        position: absolute;
        bottom: -7px;
        left: -20px;
        transition: width .75s; }
    .scheme__content__main__text__single .desc {
      height: 0;
      overflow: hidden;
      transition: height .2s linear;
      margin-top: 10px; }
    .scheme__content__main__text__single p {
      font-size: 14px; }
  .fixed-container {
    position: static; }
  .scheme__content__main__scheme {
    position: relative;
    height: auto; }
    .scheme__content__main__scheme img {
      width: calc(100% + 40px);
      max-width: 100%;
      max-width: none;
      height: auto;
      position: absolute;
      top: 0;
      left: -15px;
      transition: opacity .5s;
      opacity: 0; }
      .scheme__content__main__scheme img:first-of-type {
        position: relative; }
      .scheme__content__main__scheme img.active {
        opacity: 1; } }

.video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .2s;
  opacity: 0;
  pointer-events: none; }
  .video.active {
    opacity: 1;
    pointer-events: all; }

.video__content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .video__content button {
    position: absolute;
    right: 80px;
    top: 80px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer; }

@media screen and (max-width: 750px) {
  .video__content button {
    right: 50%;
    transform: translateX(50%);
    bottom: 80px;
    top: initial; } }

.communication {
  padding-top: 182px;
  overflow: hidden;
  background-color: #1a1a1a0d; }

.communication__content {
  display: flex;
  justify-content: flex-end;
  padding-right: 175px;
  padding-bottom: 140px;
  position: relative; }
  .communication__content .product-image {
    margin-right: 449px;
    z-index: 2; }

.communication__content__animation {
  margin-top: 284px; }
  .communication__content__animation h2 {
    font-size: 60px;
    font-family: 'effraLight';
    font-weight: 400; }

.communication__content__animation__group {
  display: flex;
  margin-top: 50px; }

.communication__content__animation__group__single {
  display: flex;
  flex-direction: column;
  transform: scale(0.93);
  transition: transform .2s;
  -webkit-transform: scale(0.93);
  -webkit-transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
  cursor: pointer;
  opacity: 0.5; }
  .communication__content__animation__group__single:first-of-type {
    margin-right: 62px; }
  .communication__content__animation__group__single p {
    width: 214px;
    padding-left: 0;
    margin-top: 18px;
    font-size: 16px;
    opacity: 0;
    transition: opacity .2s; }
  .communication__content__animation__group__single p:first-of-type {
    font-family: 'effraRegular';
    margin-bottom: -10px; }
  .communication__content__animation__group__single .frame,
  .communication__content__animation__group__single .gif {
    opacity: 0.5;
    transition: opacity .2s; }
  .communication__content__animation__group__single--active {
    transform: none;
    cursor: default;
    pointer-events: none;
    opacity: 1; }
    .communication__content__animation__group__single--active p {
      opacity: 0.6; }
    .communication__content__animation__group__single--active .frame,
    .communication__content__animation__group__single--active .gif {
      opacity: 1; }
    .communication__content__animation__group__single--active .communication__content__animation__group__single__image .mask {
      opacity: 0; }

.communication__content__animation__group__single__image {
  width: 214px;
  position: relative; }
  .communication__content__animation__group__single__image .frame {
    width: 100%; }
  .communication__content__animation__group__single__image .gif {
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    width: 205px; }
  .communication__content__animation__group__single__image .mask {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    width: 207px;
    transition: opacity .2s;
    will-change: opacity; }

@media screen and (max-width: 1850px) {
  .communication {
    padding-top: 140px; }
  .communication__content__animation h2 {
    font-size: 51px; } }

@media screen and (max-width: 1745px) {
  .communication__content {
    padding-left: 197px;
    padding-right: 80px;
    justify-content: space-between; }
    .communication__content .product-image {
      margin-right: 0;
      z-index: 2;
      height: 740px; }
  .communication__content__animation h2 {
    font-size: 51px; } }

@media screen and (max-width: 1280px) {
  .communication {
    padding-top: 125px;
    overflow: hidden; }
  .communication__content {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 72px;
    padding-bottom: 68px;
    position: relative; }
    .communication__content .product-image {
      height: 500px; }
  .communication__content__animation {
    margin-top: 140px; }
    .communication__content__animation h2 {
      font-size: 32px; }
  .communication__content__animation__group {
    display: flex;
    margin-top: 22px; }
  .communication__content__animation__group__single:first-of-type {
    margin-right: 34px; }
  .communication__content__animation__group__single p {
    width: 178px;
    padding-left: 0;
    margin-top: 13px;
    font-size: 12px; }
  .communication__content__animation__group__single__image {
    width: 178px;
    position: relative; }
    .communication__content__animation__group__single__image .frame {
      width: 100%; }
    .communication__content__animation__group__single__image .gif {
      top: 4px;
      width: 169px; }
    .communication__content__animation__group__single__image .mask {
      width: 171px; } }

@media screen and (max-width: 750px) {
  .communication {
    padding-top: 137px; }
  .communication__content {
    display: flex;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 82px;
    position: relative;
    flex-direction: column; }
    .communication__content .product-image {
      height: 568px;
      align-self: center; }
  .communication__content__animation {
    margin-top: 93px; }
  .communication__content__animation__group {
    display: flex;
    margin-top: 21px;
    position: relative;
    transition: transform .2s; }
    .communication__content__animation__group--active {
      transform: translateX(-20vw); }
  .communication__content__animation__group__single:first-of-type {
    margin-right: 34px; }
  .communication__content__animation__group__single p {
    width: 178px;
    padding-left: 0;
    margin-top: 13px;
    font-size: 12px; }
  .communication__content__animation__group__single__image {
    width: 178px;
    position: relative; }
    .communication__content__animation__group__single__image .frame {
      width: 100%; }
    .communication__content__animation__group__single__image .gif {
      top: 4px;
      width: 169px; } }

#login-page {
  overflow-x: hidden; }
  #login-page main {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-bottom: 178px;
    position: relative; }
  #login-page .logo {
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s; }
  #login-page .form {
    margin-top: 50px; }
    #login-page .form--error .error-message {
      opacity: 1 !important; }
    #login-page .form--error .form__field input {
      border-bottom: 1px solid #ff9696 !important; }
  #login-page .form__field {
    width: 274px;
    margin-bottom: 24px;
    position: relative; }
    #login-page .form__field label {
      font-size: 16px;
      opacity: 0.6; }
    #login-page .form__field input,
    #login-page .form__field input:-webkit-autofill,
    #login-page .form__field input:-webkit-autofill:hover,
    #login-page .form__field input:-webkit-autofill:focus {
      width: 100%;
      border: none;
      background: none !important;
      font-size: 20px;
      outline: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      padding-bottom: 16px;
      padding-top: 16px;
      padding-right: 41px;
      margin-top: 6px;
      font-family: effraLight, sans-serif;
      box-shadow: 0 0 0 30px #EDF1F5 inset !important;
      -webkit-box-shadow: 0 0 0 30px #EDF1F5 inset !important; }
      #login-page .form__field input:focus,
      #login-page .form__field input:-webkit-autofill:focus,
      #login-page .form__field input:-webkit-autofill:hover:focus,
      #login-page .form__field input:-webkit-autofill:focus:focus {
        border-bottom: 1px solid rgba(0, 0, 0, 0.7); }
    #login-page .form__field .clear {
      position: absolute;
      right: 14px;
      bottom: 16px;
      border: none;
      outline: none;
      cursor: pointer;
      opacity: 0;
      transition: opacity .2s; }
      #login-page .form__field .clear--active {
        opacity: 1; }
    #login-page .form__field .error-message {
      position: absolute;
      color: #ff9696;
      font-size: 16px;
      left: 50%;
      transform: translateX(-50%);
      bottom: -36px;
      width: 100%;
      text-align: center;
      opacity: 0;
      pointer-events: none; }
  #login-page .submit-container {
    position: relative;
    margin-top: 78px; }
    #login-page .submit-container::before {
      content: "";
      width: 52px;
      height: 52px;
      transform: rotate(45deg);
      position: absolute;
      background-color: #EDF1F5;
      left: -26px;
      top: -26px;
      z-index: 5;
      transition: .35s; }
    #login-page .submit-container:hover #submit {
      background-color: #19ce9d; }
    #login-page .submit-container:hover::before {
      content: "";
      width: 0px;
      height: 0px; }
  #login-page #submit {
    width: 250px;
    height: 56px;
    background-color: #43e8bc;
    overflow: hidden;
    transition: .35s;
    font-family: 'effraRegular', sans-serif;
    color: #000;
    font-size: 18px;
    border: none;
    opacity: 0.5;
    pointer-events: none; }
    #login-page #submit.active {
      opacity: 1;
      pointer-events: all;
      cursor: pointer; }
  #login-page .copyrights {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 14px;
    opacity: 0.3;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 1440px) {
      #login-page .copyrights {
        font-size: 12px;
        bottom: 35px; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@font-face {
  font-family: effraLight;
  src: url(../assets/fonts/EffraLight-Regular.woff);
  font-display: swap;
   }

@font-face {
  font-family: 'effraMedium';
  src: url(../assets/fonts/EffraMedium-Regular.woff);
  font-display: swap;}

@font-face {
  font-family: 'effraRegular';
  src: url(../assets/fonts/Effra-Regular.woff);
  font-display: swap;}

* {
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }



body,
html {
  margin: 0px auto;
  width: 100%;
  background-color: #EDF1F5;
  font-family: effraLight, sans-serif;
  scroll-behavior: smooth; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3 {
  line-height: 108%; }

p {
  line-height: 125%; }

sup {
    font-size: 0.45em;
}
.grid {
  width: 100%;
  padding-left: 197px;
  padding-right: 197px; }

.cta-button {
  width: 250px;
  height: 56px;
  background-color: #43e8bc;
  position: relative;
  overflow: hidden;
  transition: background-color .35s;
  font-family: 'effraRegular', sans-serif; }
  .cta-button::before {
    content: "";
    width: 52px;
    height: 52px;
    transform: rotate(45deg);
    position: absolute;
    background-color: #EDF1F5;
    left: -26px;
    top: -26px;
    z-index: 5;
    transition: .35s; }
  .cta-button:hover {
    background-color: #19ce9d; }
    .cta-button:hover::before {
      content: "";
      width: 0px;
      height: 0px; }
  .cta-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 18px; }

@media screen and (max-width: 1850px) {
  .cta-button {
    width: 207px;
    height: 50px; }
    .cta-button::before {
      content: "";
      width: 47px;
      height: 47px;
      transform: rotate(45deg);
      position: absolute;
      background-color: #EDF1F5;
      left: -26px;
      top: -26px;
      z-index: 5;
      transition: .35s; }
    .cta-button a {
      font-size: 16px; } }

@media screen and (max-width: 1440px) {
  .grid {
    padding-left: 127px;
    padding-right: 127px; } }

@media screen and (max-width: 1360px) {
  .grid {
    padding-left: 90px;
    padding-right: 90px; } }

@media screen and (max-width: 1280px) {
  .grid {
    padding-left: 20px;
    padding-right: 20px; }
  .cta-button a {
    font-size: 16px; } }
