@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background: #12133d;
  color: #fff;
}

.chromelander {
  min-width: 900px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .chromelander {
    min-width: unset;
  }
}

.main-container {
  max-width: 1150px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 995px) {
  .main-container {
    width: 80%;
  }
}
.main-container .head-wrap {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .main-container .head-wrap {
    align-items: center;
  }
}
.main-container .head-wrap span {
  display: block;
  font-family: Inter;
}
@media only screen and (max-width: 768px) {
  .main-container .head-wrap span {
    font-size: 6px;
  }
}
.main-container .banner-img {
  background-image: linear-gradient(rgba(18, 19, 61, 0.9), rgba(18, 19, 61, 0.9)), url("../images/chrome-banner.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 60vh;
  min-height: 600px;
  width: 100%;
  z-index: 1;
  opacity: 0.65;
}
.main-container .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 995px) {
  .main-container .banner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main-container .banner {
    flex-direction: column;
  }
}
.main-container .banner__left {
  max-width: 550px;
}
.main-container .banner__left-heading {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .main-container .banner__left-heading {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}
.main-container .banner__left-subheading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .main-container .banner__left-subheading {
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 16.8px;
    text-align: center;
  }
}
.main-container .banner__left .install-button {
  width: 300px;
  display: flex;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .main-container .banner__left .install-button {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.main-container .banner__left .install-button img {
  width: 224px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .main-container .banner__left .install-button {
    margin-bottom: 12px;
  }
}
.main-container .banner__left-disclaimer {
  max-width: 399px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .main-container .banner__left-disclaimer {
    max-width: 246px;
    width: 100%;
    margin: 0 auto 24px;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
  }
}
.main-container .banner__left-disclaimer a {
  color: white;
  text-decoration: none;
}
.main-container .banner__left-disclaimer a:hover {
  text-decoration: underline;
}
.main-container .banner__right {
  flex-shrink: 0;
}
.main-container .banner__right img {
  width: 511px;
  height: 511px;
}
@media only screen and (max-width: 768px) {
  .main-container .banner__right img {
    width: 296px;
    height: 296px;
  }
}
@media only screen and (max-width: 768px) {
  .main-container .dwn-arr {
    display: none;
  }
}
.main-container .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 25px;
  height: 28.571px;
}
@media only screen and (max-width: 768px) {
  .main-container .down-arrow {
    top: 100%;
  }
}
.main-container .lander-header {
  min-height: 670px;
  height: 100vh;
  z-index: 2;
  padding-top: 50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-container .lander-header {
    height: auto;
  }
}
.main-container .lander-header .banner-v2 {
  margin-top: 50px;
  text-align: center;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
}
.main-container .lander-header .banner-v2__heading {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.main-container .lander-header .banner-v2__subheading {
  color: #FFF;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-top: 20px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.main-container .lander-header .down-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 25px;
  height: 28.571px;
}
.main-container .section-2 {
  z-index: 2;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 {
    padding-top: 64px;
  }
}
.main-container .section-2 .h2-heading {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 40.8px;
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .h2-heading {
    font-size: 24px;
  }
}
.main-container .section-2 .tab-container {
  width: 800px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.7);
  margin: 40px auto 0 auto;
  background-image: linear-gradient(180deg, #2a2b50, rgba(42, 43, 80, 0));
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .tab-container {
    max-width: 800px;
    width: auto;
    margin-top: 20px;
    overflow-x: scroll;
  }
}
.main-container .section-2 .tab-container__top {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .tab-container__top {
    margin-bottom: 12px;
    width: 100%;
  }
}
.main-container .section-2 .tab-container__top .tabs {
  padding: 25px 50px;
  text-align: center;
  color: #fefefe;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.4px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .tab-container__top .tabs {
    padding: 9.25px 14.06px 7.9px;
    font-size: 6.66px;
    line-height: 8.8px;
  }
}
.main-container .section-2 .tab-container__top .tabs:first-child {
  border-top-left-radius: 20px;
}
.main-container .section-2 .tab-container__top .tabs:last-child {
  border-top-right-radius: 20px;
}
.main-container .section-2 .tab-container__top .tabs.active {
  background-color: white;
  color: #101243;
  font-weight: 500;
  position: relative;
}
.main-container .section-2 .tab-container__top .tabs.active::after {
  content: "";
  width: 23px;
  height: 11px;
  background-image: url("../images/bottom-arrow.svg");
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .tab-container__top .tabs.active::after {
    width: 8.51px;
    height: 4.07px;
    background-size: 8.51px 4.07px;
    bottom: -4px;
  }
}
.main-container .section-2 .tab-container__bottom {
  height: 565px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .tab-container__bottom {
    max-width: 800px;
    height: 198px;
    width: auto;
    overflow-x: scroll;
  }
}
.main-container .section-2 .tab-container__bottom .tab-content-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .main-container .section-2 .tab-container__bottom .tab-content-image {
    width: 100%;
    height: 179.96px;
    padding: 0 18.5px;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: unset;
  }
}
.main-container .section-2 .tab-container__bottom .tab-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-container .section-2 .tab-container__bottom .tab-content.active {
  opacity: 1;
}
.main-container .section-3 {
  z-index: 3;
  margin-top: 130px;
  max-width: 800px;
  margin: 130px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 {
    margin-top: 50px;
  }
}
.main-container .section-3 .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 .box-container {
    margin-bottom: 50px;
  }
}
.main-container .section-3 .box-container .box {
  width: 100%;
  max-width: 380px;
  height: 350px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 100%);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 33px;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 .box-container .box {
    max-width: unset !important;
    height: auto;
    padding: 24px 33px;
  }
}
.main-container .section-3 .box-container .box img {
  max-width: 100%;
  max-height: 100px;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 .box-container .box img {
    width: 40px;
    height: 32px;
  }
}
.main-container .section-3 .box-container .box h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 .box-container .box h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18.2px;
  }
}
.main-container .section-3 .box-container .box p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 .box-container .box p {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.main-container .section-3 .install-button {
  width: 300px;
  display: flex;
  cursor: pointer;
  margin: 0 auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .main-container .section-3 .install-button {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.main-container .section-3 .install-button img {
  width: 224px;
  height: auto;
}
.main-container .section-3 .disclaimer {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  margin-top: 127px;
}
.main-container .section-3 .disclaimer a {
  color: white;
  text-decoration: none;
}
.main-container .section-3 .disclaimer a:hover {
  text-decoration: underline;
}
.main-container .section-4 {
  position: relative;
  z-index: 3;
  margin: 26px auto 114px;
}
.main-container .section-4 iframe {
  min-height: 420px;
}

footer {
  min-width: 900px;
  width: 100%;
  margin-top: 127px;
  text-align: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding: 35px 0;
}
footer .disclaimer {
  max-width: 870px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
footer ul {
  display: flex;
  align-items: center;
  max-width: 740px;
  justify-content: space-between;
  list-style-type: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
footer ul li a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}

footer.unavailable-footer {
  min-width: 100%;
}

.overlay-generic-step1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  align-items: flex-end;
  flex-direction: column;
  overflow: hidden;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
}

.overlay-generic-step1 .arrow-wrap {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 196px;
  margin-right: 120px;
}

.macosx.firefox .overlay-generic-step1 .arrow-wrap {
  margin-top: 200px;
  margin-right: 13px;
}

.overlay-generic-step1 .arrow-wrap img {
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  margin-right: 60px;
  width: 125px;
  height: auto;
}

.overlay-generic-step1 .arrow-text-wrap {
  text-align: center;
  padding: 40px 50px;
  background: #fff;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #000;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}

.overlay-generic-step1 .arrow-text-wrap span {
  font-weight: 700;
}

.overlay-generic-step2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  align-items: flex-end;
  flex-direction: column;
  overflow: hidden;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
}

.overlay-generic-step2 .arrow-wrap {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 220px;
  margin-right: 28px;
}

.macosx.firefox .overlay-generic-step2 .arrow-wrap {
  margin-top: 220px;
  margin-right: 30px;
}

.overlay-generic-step2 .arrow-wrap img {
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  margin-right: 60px;
  width: 125px;
  height: auto;
}

.macosx.firefox .overlay-generic-step2 .arrow-wrap img {
  margin-right: 0 !important;
}

.overlay-generic-step2 .arrow-text-wrap {
  text-align: center;
  padding: 40px 50px;
  background: #fff;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #000;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}

.overlay-generic-step2 .arrow-text-wrap span {
  font-weight: 700;
}

.overlay-generic-step3 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  z-index: 99;
  left: 0;
  top: 0;
  display: none;
}

.overlay-generic-step3 .arrow-wrap {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 140px;
  margin-left: 360px;
}

.macosx.firefox .overlay-generic-step3 .arrow-wrap {
  margin-top: 140px;
  margin-left: 410px;
}
@media (min-width: 1686px) {
  .macosx.firefox .overlay-generic-step3 .arrow-wrap {
    margin-left: 450px;
  }
}

.overlay-generic-step3 .arrow-wrap img {
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 125px;
  height: auto;
}

.overlay-generic-step3 .arrow-text-wrap {
  text-align: center;
  padding: 40px 48px;
  background: #fff;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #000;
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
}

.overlay-generic-step3 .arrow-text-wrap span {
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 768px) {
  footer {
    min-width: unset;
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  footer .disclaimer {
    width: 90%;
    font-size: 10px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 768px) {
  footer ul {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  footer ul li a {
    font-size: 12px;
    font-weight: 500px;
  }
}

footer {
  margin-top: 100px;
}

.non-clickable {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}/*# sourceMappingURL=chrome-lander.css.map */