@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth !important;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body *::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
body *::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #232425;
}
body *::-webkit-scrollbar-track:hover {
  background-color: #232425;
}
body *::-webkit-scrollbar-track:active {
  background-color: #232425;
}
body *::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 2px solid #232425;
}
body *::-webkit-scrollbar-thumb:hover {
  background-color: #FFFFFF;
}
body *::-webkit-scrollbar-thumb:active {
  background-color: #FFFFFF;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.strategy .charts > div:first-child > div:nth-child(2) img:first-child {
  opacity: 1;
  display: block;
  transition: all 0.5s linear;
}
.strategy .charts > div:first-child > div:nth-child(2) img:last-child {
  display: none;
  opacity: 0;
  border: 1px solid #181818 !important;
}

body {
  background: #eeeeee;
  color: rgb(33, 37, 41);
  font-family: "Poppins", sans-serif;
}
body .video-dark {
  opacity: 0;
}
body.dark {
  background: #0e0d0e;
  color: #eeeeee;
}
body.dark .video-light {
  opacity: 0;
}
body.dark .video-dark {
  opacity: 0.1;
}
body.dark .strategy .charts > div:first-child > div:nth-child(2) img:first-child {
  opacity: 0;
  display: none;
  transition: all 0.5s linear;
}
body.dark .strategy .charts > div:first-child > div:nth-child(2) img:last-child {
  display: block;
  opacity: 1;
}

a {
  color: #222222;
  text-decoration: none;
}

.dark a {
  color: #eeeeee;
  text-decoration: none;
}

header {
  border-radius: 20px;
  position: absolute;
  top: 20px;
  z-index: 999;
  left: 20px;
  width: calc(100% - 40px);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
}
header .primary {
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: 600;
  background: #4149f1;
  border-radius: 50px;
  transition: all 0.3s linear;
  color: white;
  cursor: pointer;
  align-items: center;
}
header .primary img {
  margin-left: 10px;
  width: 18px;
}
header .primary:hover {
  transform: translateY(-3px);
}
header .main-menu {
  background: white;
  border-radius: 55px;
  display: flex;
  padding: 3px 3px;
  font-size: 15px;
  font-weight: 500;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
header .main-menu li a {
  display: inline-flex;
  padding: 15px 20px;
  border-radius: 50px;
  font-weight: 600;
}
header .main-menu li a:hover {
  background: #4149f1;
  border-radius: 50px;
  transition: all 0.5s linear;
  color: white;
}
header .logo img {
  width: 60px;
}

.main {
  width: calc(100% - 30px);
  border-radius: 30px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  left: 15px;
  height: calc(100vh - 30px);
}
.main .container {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.main .container h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.8;
}
.main .container h1 span {
  text-align: left;
  display: block;
}

.main-promo {
  letter-spacing: -5px;
}
.main-promo .last-line {
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
.main-promo .last-line img {
  margin: 0 20px;
  padding: 25px;
  background: #ffbc00;
}
.main-promo .line-first {
  display: flex;
  align-items: center;
}
.main-promo .line-first > div > span:first-child img.blue-bg {
  margin-right: 20px;
}
.main-promo .line-first > div > span:nth-child(2) {
  margin-top: 10px;
  margin-left: -70px;
  margin-bottom: -20px;
}
.main-promo .line-first > div > span:nth-child(2) i {
  margin: 0 10px;
  color: #4149f1;
}
.main-promo .line-first .laptop-promo {
  margin-left: 30px;
}
.main-promo span {
  font-size: 90px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
.main-promo span b {
  padding: 10px;
}
.main-promo span img {
  width: 100px;
  padding: 13px;
  border-radius: 500px;
  background: #4149f1;
}
.main-promo .white-bg {
  padding: 13px;
  background: white;
  margin-right: -10px;
}

.laptop-promo {
  background-color: #f2f3f5;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  width: 400px;
}
.laptop-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dark .laptop-promo {
  transition: all 0.5s linear;
  background-color: #4149f1;
}

.theme-switch {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  bottom: 100px;
  right: 20px;
  background: white;
  padding: 7px;
  border-radius: 300px;
  cursor: pointer;
  width: 45px;
  height: 80px;
}

.dark .main-menu {
  background: black;
}

video {
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.theme-switch {
  background: #282828;
  transition: background 0.3s ease-in-out;
}

body .light-logo {
  display: none;
  opacity: 0;
}
body .dark-logo {
  display: block;
  opacity: 1;
}
body.dark .light-logo {
  display: block;
  opacity: 1;
}
body.dark .dark-logo {
  display: none;
  opacity: 0;
}

.theme-switch.active {
  background: #000000;
}

.theme-switch img {
  position: absolute;
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.theme-switch .sun {
  top: 7.5px;
  background: #4149f1;
  color: black;
  transform: translateY(0);
}

.theme-switch .moon {
  bottom: 5px;
  background: transparent;
  color: white;
  transform: translateY(0);
}

.theme-switch.active .sun {
  background: transparent;
  color: white;
  transform: translateY(35px);
}

.theme-switch.active .moon {
  background: #4149f1;
  color: black;
  transform: translateY(-35px);
}

.nav-button-more {
  justify-content: center;
  width: 100px;
  height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s linear;
  margin: 0 auto;
  position: absolute;
  display: flex !important;
}
.nav-button-more img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s linear;
  bottom: 0;
  position: absolute;
  background-color: #4149f1;
  border-radius: 99px 99px 0 0;
  padding: 22px 35px 20px 35px;
  margin-bottom: -15px;
  transition: 0.3slinear;
}
.nav-button-more.transformed {
  transition: all 0.5s linear;
}
.nav-button-more.transformed img {
  padding: 10px !important;
  margin-bottom: 0 !important;
  border-radius: 99px !important;
  transition: 0.3slinear;
}

footer {
  padding: 70px 0;
}
footer .container {
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .container .lane-first > img {
  width: 50px;
  margin-bottom: 20px;
}
footer .container .lane-first h3 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .container .lane-first p {
  color: #6b6b6b;
  line-height: 1.4;
  margin-bottom: 20px;
}
footer .container .lane-second {
  display: flex;
  width: 40%;
  justify-content: space-between;
}
footer .container .lane-second > div {
  width: 25%;
  line-height: 1.4;
}
footer .container .lane-second > div p {
  font-size: 17px;
  margin-bottom: 30px;
  font-weight: 700;
}
footer .container .lane-second > div span {
  color: #6b6b6b;
}
footer .container .lane-second > div a {
  color: #6b6b6b;
  margin-bottom: 20px;
  cursor: pointer;
}
footer .container .lane-second > div > * {
  display: block;
}
footer h5 {
  font-size: 14px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
footer .secondary {
  display: inline-flex;
  font-weight: 600;
  color: white;
  cursor: pointer;
  align-items: center;
  padding: 15px 20px;
  background: rgb(33, 37, 41);
  border-radius: 50px;
  transition: 0.3s linear;
  margin-bottom: 45px;
}
footer .secondary img {
  margin-left: 10px;
  width: 18px;
}

.cta {
  background: #212529;
  padding: 100px 0;
  width: calc(100% - 30px);
  margin-left: 15px;
  border-radius: 30px;
}
.cta .container {
  width: 900px;
  margin: 0 auto;
  gap: 50px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-content: flex-end;
  align-items: flex-end;
}
.cta .container h5 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}
.cta .container a {
  color: white;
  display: inline-flex;
  align-items: center;
}
.cta .container a img {
  width: 60px;
  padding: 18px;
  border-radius: 70px;
  border: 1px solid white;
  margin-left: 18px;
}

.marquee-wrapper {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 40s linear infinite;
}

.marquee span {
  display: inline-block;
  padding: 0 40px;
  font-size: 102px;
  font-weight: bold;
  color: #dedede;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.about {
  padding: 50px 0;
}
.about .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.about .grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about .card {
  position: relative;
  padding: 20px;
  background: transparent;
  border: 1px solid #cccccc;
  text-align: left;
  transition: 0.3s;
  width: 280px;
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  height: 280px;
  border-bottom: 5px solid #212529;
  flex-shrink: 0;
}
.about .card:nth-child(2) {
  height: 220px;
}
.about .card:nth-child(3) {
  height: 220px;
}
.about .card:nth-child(4) {
  height: 240px;
}
.about .card p {
  font-size: 28px;
  font-weight: 600;
}
.about .card:hover {
  background: #212529;
  color: white;
  transform: scale(1.3);
  z-index: 2;
  border-color: transparent;
  box-shadow: 30px 60px 107px 0px rgba(0, 0, 0, 0.1882352941);
}
.about .card:hover .number {
  color: white;
}
.about .card:hover::after {
  content: "→";
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  font-size: 24px;
}
.about .card .number {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #212529;
}
.about .text-block {
  margin-top: 70px;
  font-size: 32px;
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
.about .text-block p:first-child {
  max-width: 400px;
  margin-right: 30px;
}
.about .text-block p:last-child {
  font-size: 16px;
  line-height: 1.4;
}

.gdpr-banner {
  position: fixed;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 900px;
  padding: 20px;
  animation-duration: 0.3s;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  display: none;
  border-radius: 10px;
  background: white;
  box-shadow: 30px 60px 107px 0px rgba(0, 0, 0, 0.1882352941);
  border: 1px solid rgba(255, 255, 255, 0.7294117647);
}
.gdpr-banner .gdpr-text p {
  color: #7a7a7a;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.75rem;
}
.gdpr-banner .gdpr-text p:first-child {
  margin-bottom: 5px;
}
.gdpr-banner .buttons {
  display: flex;
  gap: 10px;
}
.gdpr-banner .buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
}
.gdpr-banner .buttons .accept-btn {
  background-color: #4149f1;
  color: white;
  transition: all 0.5s ease;
}
.gdpr-banner .buttons .accept-btn:hover {
  background-color: #2e36e0;
  transition: all 0.5s linear;
}
.gdpr-banner .buttons .decline-btn {
  background-color: #f44336;
  color: white;
}

.dark .gdpr-banner {
  background: #181818;
  border-color: #181818;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #212529;
  z-index: 9999;
  color: white;
  display: flex;
  padding: 100px;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  text-align: left;
  animation-duration: 0.5s;
  justify-content: space-between;
}
.overlay #overlayContent {
  display: flex;
}
.overlay #overlayContent > div > ul:not(.promo-partners) > li {
  margin-bottom: 30px;
}
.overlay #overlayContent > div > ul:not(.promo-partners) > li:before {
  color: #6b6b6b;
  content: "—";
  margin-right: 10px;
}
.overlay h2 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-right: 100px;
}
.overlay h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.overlay h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.overlay p {
  margin-bottom: 30px;
  line-height: 1.5;
  width: 60%;
}

.fixed {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
}

#overlayContent {
  height: 100%;
  overflow-y: hidden;
}
#overlayContent > div {
  overflow-y: auto;
}
#overlayContent > div .headline {
  font-size: 23px;
  font-weight: 500;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
  cursor: pointer;
}

.hidden-content {
  display: none;
}

.feedback {
  padding: 100px 35px;
  background: #f9f9f9;
  margin: 50px 0 70px 0;
}
.feedback .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feedback .container .testimonial-intro p {
  font-size: 14px;
  color: #333333;
  width: 200px;
  line-height: 1.5;
}
.feedback .testimonial-container {
  border-radius: 10px;
  max-width: 600px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.feedback .testimonial-container.active {
  opacity: 1;
  transform: translateY(0);
}
.feedback .quote {
  font-size: 50px;
  color: #333;
  min-height: 250px;
  position: relative;
}
.feedback .quote:after {
  content: "";
  background: url(../img/quote.svg) no-repeat;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  left: -55px;
  top: 0;
  background-size: cover;
}
.feedback .author {
  margin-top: 20px;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 5px;
}
.feedback .position {
  color: #777;
  font-size: 0.9rem;
}
.feedback .nav-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.feedback .nav-buttons button {
  border: none;
  background: #4149f1;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}
.feedback .nav-buttons button:hover {
  background: #3138d9;
}

.contact-btn {
  cursor: pointer;
}

.promo-partners {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.promo-partners li {
  width: 200px;
  background: #191d20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  height: 80px;
}
.promo-partners img {
  width: 150px;
}

.dark .promo-partners li {
  background: #141314;
}

.strategy .container {
  width: 1200px;
  margin: 0 auto 30px auto;
}
.strategy .container:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strategy .container:last-child > div:last-child {
  width: 60%;
  margin: 10px auto 100px auto;
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.strategy .container:last-child > div:last-child p:first-child {
  font-size: 24px;
  white-space: nowrap;
}
.strategy .container:last-child > div:last-child p:nth-child(2) {
  font-size: 70px;
  font-weight: 600;
}
.strategy .container:last-child > div:last-child p:last-child {
  font-size: 14px;
  line-height: 1.5;
}
.strategy .container h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.strategy .charts {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  gap: 40px;
}
.strategy .charts > div:first-child {
  background: white;
  border-radius: 30px;
  overflow: hidden;
  align-items: flex-end;
  display: flex;
}
.strategy .charts > div:first-child > div:first-child {
  padding: 60px 40px;
}
.strategy .charts > div:first-child > div:nth-child(2) img {
  width: 250px;
  margin-right: -5px;
  margin-bottom: -5px;
  border: 1px solid #dadada;
  border-top-left-radius: 20px;
}
.strategy .charts > div:first-child h6 {
  background: #ffbc00;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 30px;
  display: inline-flex;
}
.strategy .charts > div:first-child h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.strategy .charts > div:first-child p {
  font-size: 14px;
  line-height: 1.4;
  max-width: 770px;
}
.strategy .charts > div:last-child {
  background: #212529;
  border-radius: 30px;
  color: white;
  padding: 40px 0 40px 0;
  text-align: center;
}
.strategy .charts > div:last-child h5 {
  font-size: 28px;
  margin-bottom: 20px;
}
.strategy .charts > div:last-child p {
  font-size: 14px;
  line-height: 1.4;
}
.strategy .charts > div:last-child a {
  border-radius: 20px;
  border: 1px solid #494c4e;
  display: flex;
  flex-direction: column;
  align-content: center;
  background: #272c30;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  color: white;
  margin: 20px auto 0 auto;
}
.strategy .charts > div:last-child a img {
  width: 45px;
  margin-bottom: 10px;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(15px);
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}

.contact-form {
  position: fixed;
  top: 0;
  right: -850px;
  width: 850px;
  height: 100%;
  background: white;
  padding: 50px;
  z-index: 99999;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.contact-form h2 {
  margin-bottom: 50px;
  max-width: 50%;
  color: black;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-form label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 20px 20px;
  margin-top: 5px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  border-radius: 5px;
  background: #f8f8f8;
}

.contact-form textarea {
  height: 100%;
  resize: none;
  font-family: "Poppins", sans-serif;
}

.submit-btn {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 30px;
  background: #242424;
  color: white;
  border: none;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 40px;
  right: 45px;
  border: none;
  cursor: pointer;
  font-size: 32px;
  background: #f1f1f1;
  width: 45px;
  height: 45px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.field-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
}
.field-container > div {
  width: 50%;
}
.field-container > div input {
  width: 100%;
}

.dark .contact-form {
  background: #0e0d0e;
}
.dark .contact-form h2 {
  color: white;
}
.dark .contact-form .submit-btn {
  background: white;
  color: #0e0d0e;
}
.dark .contact-form input, .dark .contact-form textarea {
  background: #1c1c1c;
  color: white;
}
.dark .contact-form .close-btn {
  background: black;
  color: white;
}
.dark .marquee span {
  color: #161616;
}
.dark .about .card {
  border-bottom: 5px solid white;
}
.dark .about .card .number {
  color: white;
}
.dark .feedback .author {
  color: #4149f1;
  margin-top: 20px;
  font-weight: 600;
}
.dark .strategy .charts > div:first-child {
  background: #000000;
}
.dark .cta {
  background: #181818;
}
.dark .strategy .charts > div:first-child h6 {
  color: black;
}
.dark .feedback {
  background: #181818;
  color: white;
}
.dark .about .card:hover {
  background: #181818;
}
.dark .overlay, .dark footer .secondary {
  background: #181818;
}
.dark .feedback .container .testimonial-intro p, .dark .feedback .quote {
  color: white;
}
.dark .strategy .charts > div:last-child {
  background: #181818;
}
.dark .strategy .charts > div:last-child a {
  background: #202020;
  border: 1px solid #383838;
}

@media (min-width: 601px) and (max-width: 1000px) {
  footer .container .lane-second {
    width: 50%;
  }
  .main-promo {
    zoom: 0.7;
  }
  footer .container .lane-first p {
    max-width: 70%;
  }
}
@media (min-width: 1001px) and (max-width: 1400px) {
  .main-promo {
    zoom: 0.7;
  }
  footer .container .lane-second {
    width: 60%;
  }
  footer .container .lane-first p {
    max-width: 70%;
  }
  .container {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .main-promo {
    zoom: 0.8;
  }
  footer .container .lane-second {
    width: 60%;
  }
  footer .container .lane-first p {
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .strategy .container:first-child {
    flex-direction: column;
  }
  .strategy .container:first-child h3 {
    margin-bottom: 30px;
  }
  .dark .strategy .charts > div:last-child {
    padding: 20px;
  }
  .cta .container a {
    font-size: 24px;
  }
  .cta .container h5 {
    font-size: 27px !important;
  }
  .strategy .charts {
    flex-direction: column;
  }
  footer .container {
    padding: 0 20px;
    flex-direction: column;
  }
  footer .container .lane-second {
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  footer .container .lane-second > div {
    width: 50%;
  }
  footer .container .lane-second > div:nth-child(2) {
    display: none;
  }
  .cta .container {
    width: 100%;
    margin: 0 auto;
    gap: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
  }
  .cta .container h5 {
    font-size: 38px;
  }
  .feedback {
    padding: 40px 0;
  }
  .feedback .quote {
    min-height: 200px;
  }
  .strategy .container:last-child > div:last-child {
    width: 60%;
    margin: 10px auto 100px auto;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strategy .charts > div:first-child {
    flex-direction: column;
  }
  .testimonial-intro {
    margin-bottom: 35px;
  }
  .feedback .quote {
    font-size: 35px;
  }
  .feedback .container {
    flex-direction: column;
  }
  .about .grid {
    flex-wrap: wrap;
  }
  .about .grid .card {
    width: calc(50% - 5px);
    height: 200px;
    margin-bottom: 10px;
  }
  .about .grid .card p {
    font-size: 22px;
  }
  .about .grid .card:hover {
    color: white;
    transform: scale(1);
    z-index: 2;
    border-color: transparent;
    box-shadow: none;
  }
  .overlay {
    padding: 40px 20px;
  }
  .overlay #overlayContent {
    flex-direction: column;
  }
  .overlay p {
    width: 100%;
    padding-right: 10px;
  }
  .field-container {
    flex-direction: column;
  }
  .field-container > div {
    width: 100%;
  }
  .strategy .charts > div:first-child h5 {
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .strategy .charts > div:first-child > div {
    width: 100% !important;
  }
  .strategy .charts > div:first-child > div img {
    width: 100% !important;
  }
  .promo-partners {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .promo-partners li {
    width: 45%;
  }
  .container {
    max-width: 100% !important;
    padding: 0 20px;
  }
  header .main-menu {
    display: none;
  }
  .main-promo {
    max-width: 100%;
  }
  .main-promo .laptop-promo {
    display: none;
  }
  .main-promo .line-first > div > span:nth-child(2) {
    margin: 0 !important;
  }
  .main-promo img {
    width: 70px !important;
  }
  .main-promo span {
    font-size: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-promo i {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .main-promo .last-line {
    justify-content: center;
  }
  .main-promo .last-line img {
    display: none;
  }
  .main-promo .last-line b {
    color: #ffbc00;
  }
  .strategy .charts > div:first-child > div:first-child {
    padding: 30px 25px;
  }
  .dark .strategy .charts > div:last-child {
    padding: 50px 25px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form h2 {
    margin-bottom: 50px;
    max-width: 77%;
    color: black;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
  }
  .gdpr-banner {
    width: calc(100% - 40px);
    left: 0px;
    bottom: 0px;
    text-align: center;
    flex-direction: column;
  }
  .gdpr-banner p {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }
  .gdpr-banner .buttons {
    margin-top: 20px;
  }
}
.text {
  padding: 180px 100px 10px 100px;
}
.text > div > ul:not(.promo-partners) > li {
  margin-bottom: 30px;
}
.text > div > ul:not(.promo-partners) > li:before {
  color: #6b6b6b;
  content: "—";
  margin-right: 10px;
}
.text h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-right: 100px;
}
.text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.text h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.text p {
  margin-bottom: 30px;
  line-height: 1.5;
  width: 60%;
}

/*# sourceMappingURL=style.css.map */
