.browser {
  box-sizing: border-box;
}
.browser * {
  box-sizing: border-box;
}

.browser {
  background-image: linear-gradient(180deg, #ffffff 0%, #65b0f6 150%);
  width:100%;
}

.browser .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  position: relative;
  flex: 0 0 auto;
  background-color: transparent;
  margin-right:auto;
  margin-left:auto;
}

.browser .logo {
  position: relative;
  width: 131px;
  height: 60px;
  background-image: url(img/hitgrab-logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.browser .img {
  position: relative;
  flex: 0 0 auto;
}

.browser .hero {
  position: relative;
  max-width: 1400px;
  height: 700px;
  margin-right:auto;
  margin-left:auto;
}

.browser .overlap-group {
  position: relative;
}

.browser .wallmice-transparent {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
}

.browser .herotext-bodycopy {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.browser .hero-text {
  position: relative;
  font-family: var(--b-title-font-family);
  font-weight: var(--b-title-font-weight);
  color: #002a4c;
  font-size: var(--b-title-font-size);
  text-align: center;
  letter-spacing: var(--b-title-letter-spacing);
  line-height: var(--b-title-line-height);
  font-style: var(--b-title-font-style);
  margin-bottom: 40px;
}

.browser .body-copy {
  position: relative;
  width: 608.68px;
  font-family: var(--b-subtitle-1-font-family);
  font-weight: var(--b-subtitle-1-font-weight);
  color: #131313;
  font-size: var(--b-subtitle-1-font-size);
  text-align: center;
  letter-spacing: var(--b-subtitle-1-letter-spacing);
  line-height: var(--b-subtitle-1-line-height);
  font-style: var(--b-subtitle-1-font-style);
}

.browser .content {
  max-width: 1400px;
  margin: 0 auto;
}
.browser .content .contentInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px;
}

.contentBackground.games {
  background-color: #edf6fe;
}

.browser .games {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  gap: 30px;
  
  align-items: flex-start;
  position: relative;
}

.browser .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--b-header-1-font-family);
  font-weight: var(--b-header-1-font-weight);
  color: #002a4c;
  font-size: var(--b-header-1-font-size);
  letter-spacing: var(--b-header-1-letter-spacing);
  line-height: var(--b-header-1-line-height);
  font-style: var(--b-header-1-font-style);
}

.browser .mouse-hunt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 20px;
}

.browser .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browser .gameBanner {
  width: 100%;
  height: 42%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  background-size: 100%;
  background-repeat: no-repeat;
}

.browser .headline {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-header-3-font-family);
  font-weight: var(--b-header-3-font-weight);
  color: #131313;
  font-size: var(--b-header-3-font-size);
  letter-spacing: var(--b-header-3-letter-spacing);
  line-height: var(--b-header-3-line-height);
  font-style: var(--b-header-3-font-style);
  display: flex;
  align-items: center;
  gap: 10px;
}
.browser .headline a {
  font-size: small;
  color: #131313;
  font-variant: small-caps;
}
.browser .headline a:hover {
  text-decoration: underline;
}

.browser .body {
  position: relative;
  align-self: stretch;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .games-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 30px;
  width: 100%;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  margin-top: 30px;
}

.browser .div-2 {
  width: calc(50% - 15px);
  position: relative;
}

.browser .div-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
  margin-top: 10px;
  
}
.browser .highlights .div-3 {
  width: 500px;
  min-width: 500px;
}

.browser .p {
  position: relative;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .contentBackground.highlight {
  position: relative;
  background-color: #ffffff;
}

.browser .header-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-header-1-font-family);
  font-weight: var(--b-header-1-font-weight);
  color: #002a4c;
  font-size: var(--b-header-1-font-size);
  letter-spacing: var(--b-header-1-letter-spacing);
  line-height: var(--b-header-1-line-height);
  font-style: var(--b-header-1-font-style);
}

.browser .highlights {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.browser .devider {
  margin-top: -0.5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.browser .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.browser .text {
  gap: 150px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.browser .div-wrapper {
  position: relative;
  
  height: 24px;
}

.browser .text-wrapper-2 {
  min-width: 240px;
  width: 240px;
  font-family: var(--b-subtitle-1-font-family);
  font-weight: var(--b-subtitle-1-font-weight);
  color: #131313;
  font-size: var(--b-subtitle-1-font-size);
  letter-spacing: var(--b-subtitle-1-letter-spacing);
  line-height: var(--b-subtitle-1-line-height);
  white-space: nowrap;
  font-style: var(--b-subtitle-1-font-style);
}

.browser .frame {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.browser .vector-stroke {
  position: relative;
  width: 13.29px;
  height: 15.62px;
}

.browser .div-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .button {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #075390;
  border-radius: 5px;
  overflow: hidden;
  width: 150px;
  user-select: none;
}
.browser .button:hover {
  filter: brightness(120%);
}
.browser .button:active {
  filter: brightness(80%);
}

.browser .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-button-font-family);
  font-weight: var(--b-button-font-weight);
  color: #ffffff;
  font-size: var(--b-button-font-size);
  letter-spacing: var(--b-button-letter-spacing);
  line-height: var(--b-button-line-height);
  font-style: var(--b-button-font-style);
}

.browser .devider-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}

.browser .text-wrapper-4 {
  position: relative;
  margin-top: -1px;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .span {
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .contentBackground.footer {
  position: relative;
  background-color: #dff4c3;
}

.browser .footer-2 {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex: 0 0 auto;
  gap: 30px;
}

.browser .logo-social {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  align-items: center;
}

.browser .logo-2 {
  position: relative;
  width: 200px;
  height: 91px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.browser .contact-legal {
  gap: 30px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.browser .contact-legal a {
  color: #131313;
}

.browser .div-5 {
  flex-direction: column;
  gap: 20px;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.browser .header-3 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-header-2-font-family);
  font-weight: var(--b-header-2-font-weight);
  color: #002a4c;
  font-size: var(--b-header-2-font-size);
  letter-spacing: var(--b-header-2-letter-spacing);
  line-height: var(--b-header-2-line-height);
  white-space: nowrap;
  font-style: var(--b-header-2-font-style);
}

.browser .tel {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .email {
  position: relative;
  width: fit-content;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  white-space: nowrap;
  font-style: var(--b-body-1-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.browser .address {
  position: relative;
  width: fit-content;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  font-style: var(--b-body-1-font-style);
}

.browser .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: var(--b-body-1-font-family);
  font-weight: var(--b-body-1-font-weight);
  color: #131313;
  font-size: var(--b-body-1-font-size);
  letter-spacing: var(--b-body-1-letter-spacing);
  line-height: var(--b-body-1-line-height);
  white-space: nowrap;
  font-style: var(--b-body-1-font-style);
}

.browser .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #085391;
}

.browser .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--b-body-2-font-family);
  font-weight: var(--b-body-2-font-weight);
  color: #ffffff;
  font-size: var(--b-body-2-font-size);
  letter-spacing: var(--b-body-2-letter-spacing);
  line-height: var(--b-body-2-line-height);
  white-space: nowrap;
  font-style: var(--b-body-2-font-style);
}

@media only screen and (max-width: 960px) {
  .browser .div-2 {
    width: 100%;
  }

  .browser .text-wrapper-2 {
    width: 100%;
  }

  .browser .item {
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .browser .content .contentInner {
    padding: 40px;
  }
  .browser .hero {
    height: 500px;
  }
  .browser .herotext-bodycopy {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    top: 35%;
  }

  .browser .hero-text {
    font-size: 40px;
  }
  .browser .header {
    padding: 20px 15px;
  }
  .browser .body-copy {
    width: 100%;
  }
  .browser .headline {
    font-size: 20px;
  }

  .browser .item {
    justify-content: center;
  }
  .browser .highlights .div-3 {
    width: 100%;
    min-width: 100%;
  }
  .browser .text-wrapper {
    text-align: center;
  }

  .browser .footer .logo-social {
    width: 100%;
  }

  .browser .footer .contact-legal {
    width: 100%;
  }

  .browser .footer .contact-legal .div-5 {
    width: 100%;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .browser .footer .div-3 {
    align-items: center;
  }
}

