@import "https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap";
* {
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  overflow: auto;
}
body::-webkit-scrollbar {
  display: none;
}
.selected a span {
  color: var(--main-color);
}
button {
  background: 0 0;
  border: none;
  width: 188px;
  max-width: 188px;
  height: 41px;
}
button:hover {
  background: 0 0;
  transition: 0.2s;
  opacity: 0.7;
}
h2 {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
}
a:hover {
  text-decoration: none;
  color: var(--main-color);
}
h4 {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
nav .dropdown {
  position: unset;
}
.navbar {
  background-color: transparent;
  padding-top: 10vh;
  height: auto;
  position: relative;
}
.navbar-expand-lg {
  align-items: start;
  padding: 4vh 3.5vw !important;
}
ul.navbar-nav > li.nav-item {
  font-size: max(2vh, 15pt);
  margin: 0 33px;
}
@media (max-height: 790px) {
  .main {
    height: auto;
    padding-bottom: 4vh;
  }
  .logo-header img {
    height: 3.5vh;
  }
  h4 {
    color: var(--main-color);
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
:root {
  --main-color: #f82b75;
}
#imprint-body {
  background-image: url(../img/bg02.webp);
  background-size: cover;
  width: 100vw;
  position: relative;
  background-color: #0c012d;
}
.page-imprint {
  display: block;
}
#limited {
  width: 70vw;
  margin: 0 auto;
}
.limited h3 {
  color: #e73a7f;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-align: start;
  width: 75vw;
}
.limited-row {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 100vw;
  justify-content: start;
  gap: 25px;
}
.section-limited {
  margin: 5vh 0;
  width: 100vw;
  display: flex;
  flex-direction: row;
}
.limited-info-1 {
  width: auto;
  margin: 0 2vw 0 0;
}
.limited-info-1 h4 {
  margin: 1vh 0;
}
.limited-info-1 p {
  color: #f1f1f1;
  margin: 0;
  letter-spacing: 0.1em;
}
#list-limited {
  width: 70vw;
  height: 100vh;
  margin: 5vh auto 0;
  display: table;
  text-align: justify;
}
#list-limited ol li {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0.1rem;
}
#list-limited p {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 31px;
}
.alternated-footer {
  background-color: #0c012d;
  height: 50vh !important;
}
@media only screen and (max-width: 994px) {
  #limited {
    width: 80vw;
    margin: 0 auto;
  }
  .limited-row {
    width: auto;
  }
  #list-limited {
    width: 80vw;
  }
  .limited-info-1 h4 {
    font-size: max(0.5rem, 10pt);
  }
  ul.nav-ul {
    display: none !important;
  }
  .menu {
    display: unset;
  }
  .menu .nav-link {
    position: absolute;
    right: 2vw;
    top: 1vh;
  }
  a.dropdown-toggle::after {
    display: none !important;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
    text-align: end;
    left: unset;
    right: 0;
  }
  .dropdown-menu a {
    color: #fff;
  }
  .dropdown-menu a:hover {
    color: var(--main-color);
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: flex !important;
    top: 8vh;
  }
  
}
@media (max-width: 780px) {
  .menu a img {
    height: 5vw;
  }
  .dropdown-menu a:hover {
    color: var(--main-color);
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: flex !important;
    top: 7.5vh !important;
  }
  #limited {
    width: 90vw;
    margin: 4vh auto;
  }
  #list-limited {
    width: 90vw;
  }
  .section-limited {
    margin: 0 !important;
    width: auto;
    flex-direction: column !important;
  }
  .limited-row {
    margin: 0;
    display: flex;
    flex-direction: column !important;
    width: auto;
    justify-content: start !important;
    gap: 0 !important;
  }
  .alternated-footer {
    background-color: #0c012d;
    height: auto !important;
  }
  .alternated-footer #info-footer {
    padding: 4vh 0;
  }
}
#privacy-body {
  background-image: url(../img/bg02.webp);
  background-size: cover;
  width: 100vw;
  position: relative;
  background-color: #0c012d;

}
#privacy {
  width: 70vw;
}

.page-privacy {
  display: block;
}
.section-privacy h3 {
  color: var(--main-color);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-align: start;
  width: 70vw;
}
#privacy h4 {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1rem;
  text-align: start;
  width: 70vw;
}
.over-lay-privacy {
  position: relative;
  margin: 7vh auto 0;
  width: 70vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.expanded-all {
  position: absolute;
  right: 0;
}
.expanded-all a {
  color: #ffff;
  font-weight: 700;
}
.expanded-all a:hover {
  color: var(--main-color);
}
#container-readmore {
  height: 100vh;
  width: 80%;
  display: block;
  margin: 6vh auto 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#container-readmore::-webkit-scrollbar {
  background-color: var(--main-color) 48;
  width: 4px;
}
#container-readmore::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--main-color) 83;
  border-radius: 50px;
}
#container-readmore::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}
.title-box {
  text-align: start;
  margin: 0 auto;
  width: 70vw;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
}
.title-box h4 {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
}
#text-box {
  border: 2px solid var(--main-color);
  padding: 0.2rem 1rem;
  width: 70vw;
  margin: 4vh auto;
  position: relative;
  cursor: pointer;
}
#text-box p {
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 100;
}
.list-style {
  list-style-type: none;
}
.list-style h5 {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
}
.list-style li {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 300;
}
.privacy-list-limited {
  width: 70vw;
  margin: 5vh auto;
  width: 70vw;
  margin: 5vh auto;
}
.privacy-list-limited ol li {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0.1rem;
}
.privacy-list-limited p {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 31px;
}
.read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
button {
  color: var(--main-color);
  text-align: start;
}
#footer-privacy {
  height: auto;
  background-image: linear-gradient(to bottom, transparent 0, #0c012d 75%);
  text-align: start;
}
.btn-back-home {
  margin: 2vh auto 5vh;
  width: 100vw;
  text-align: center;
}
h4.custom-size {
  font-size: 20pt;
}
@media only screen and (max-width: 1250px) {
  button#contact {
    display: none;
  }
  button#contact2 {
    display: unset;
  }
  
  .after-nav {
    margin-top: 10vh;
  }
  .text {
    justify-content: center;
    margin-bottom: 20px;
  }
  .text > div:first-child {
    display: flex;
    flex-direction: column;
    gap: max(3vw, 20px);
    align-items: center;
    width: 30vw;
  }
  .text > div:last-child {
    width: 0;
  }
  .text h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 994px) {
  .section-privacy {
    margin-top: 6vh;
  }
  .navbar-brand ul {
    display: none !important;
  }
  .menu {
    display: unset;
  }
  .menu .nav-link {
    position: absolute;
    right: 2vw;
    top: 3.4vh !important;
  }
  a.dropdown-toggle::after {
    display: none !important;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
    text-align: end;
    left: unset;
    right: 0;
  }
  .dropdown-menu a {
    position: relative;
    color: #fff;
  }
  .dropdown-menu a:hover {
    color: var(--main-color);
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: flex !important;
    top: 7vh;
  }
}
@media only screen and (max-width: 780px) {
  .menu a img {
    height: 5vw;
  }
  .dropdown-menu a:hover {
    color: var(--main-color);
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: flex !important;
    top: 5.5vh;
  }
}
#terms {
  width: 70vw;
  height: auto;
  overflow-y: hidden;
  position: relative;
  margin: 0 auto;
}
.page-terms {
  height: auto;
  background-color: #0c012d;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-terms h3 {
  color: #e73a7f;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-align: start;
  width: 70vw;
}
#terms h4 {
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1rem;
  text-align: start;
  width: 70vw;
}
ul li {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
.links a {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 31px;
}
.footer-terms {
  padding: 7vh 0 4vh;
  background-image: linear-gradient(to bottom, transparent 0, #0c012d 75%);
  background-color: #0c012d;
}
#footer .links a:hover {
  color: #f82b75;
  text-decoration: none;
}
#info-footer {
  margin: 5vh auto 0 !important;
}
#info-footer ul h4 {
  color: #e73a7f;
  font-size: 16px;
}
@media only screen and (max-width: 994px) {
  #terms {
    width: 80vw !important;
  }
  .over-lay {
    position: relative;
    margin: 10vh auto 0 !important;
    width: 80vw !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #info-footer {
    padding: 4vh 0 12vh;
    margin: 5vh auto 0 !important;
  }
}
@media only screen and (max-width: 790px) {
  #terms {
    width: 90vw !important;
  }
  .over-lay {
    align-items: start;
  }
}
header {
  background-image: url(../img/bg02.webp);
  height: 100vh !important;
  background-size: cover;
  background-position: center center;
}
#header-index {
  height: 100vh !important;
}
nav a {
  color: #fff;
}
.after-nav {
  margin-top: 17vh;
}
nav button a > img:hover {
  background: 0 0;
  transition: 0.2s;
  opacity: 0.7;
}
.menu {
  display: none;
}
.row {
  margin: 0;
}
.text {
  display: flex;
  justify-content: right;
  width: 60%;
}
.text > div {
  padding-left: 7vw;
}
.text h1 {
  font-size: max(4vw, 18pt);
  color: #fff;
  font-weight: 200;
  margin-top: -60px;
  text-align: start;
}
.connect {
  margin: 10vh 0 5vh;
  position: relative;
}
.connect p {
  transform: rotate(270deg);
  font-size: max(0.6rem, 14px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin: 5vh 0;
}
.connect-bar > .connect p:hover {
  color: var(--main-color);
}
.bar img {
  margin: 2vh 0;
}
.bar img:hover {
  transform: rotateZ(180deg);
}
.text h1 span {
  background-color: var(--main-color);
}
button#contact2 {
  display: none;
}
#scroll-img {
  height: max(20vw, 250px);
  margin: 3vh 0;
}
@media only screen and (max-width: 1090px) {
  button#contact {
    display: none;
  }
  button#contact2 {
    display: unset;
  }
  .text h1 span {
    padding: 0 3vw;
  }
  .after-nav {
    margin-top: 13vh;
  }
  .text {
    justify-content: center;
    margin-bottom: 20px;
  }
  .text > div:first-child {
    display: flex;
    flex-direction: column;
    gap: max(3vw, 20px);
    align-items: center;
    width: 70vw;
  }
  .text > div:last-child {
    width: 0;
  }
  .text h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  .connect p {
    transform: rotate(270deg);
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin: 4vh 0;
  }
  header {
    padding: 0;
  }
  .connect {
    margin: 8vh 0 5vh;
  }
  .bar {
    margin: 0 0 7vh;
  }
  .text {
    display: flex;
    justify-content: right;
    width: 60%;
    margin: 0 auto !important;
  }
  .text h1 {
    font-size: max(4vw, 27pt);
    color: #fff;
    font-weight: 200;
    margin-top: -60px;
  }
  ul.nav-ul {
    display: none !important;
  }
  .menu {
    display: unset;
  }
  .menu > li {
    list-style: none;
  }
  .menu .nav-link {
    position: absolute;
    right: 2vw;
    top: 2vh;
  }
  a.dropdown-toggle::after {
    display: none !important;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
    text-align: center;
    left: unset;
    right: 0;
  }
  .dropdown-menu a {
    color: #fff;
    padding: 0.25rem 1rem;
  }
  .menu a img {
    height: 4vw;
  }
  .dropdown-menu a:hover {
    color: var(--main-color);
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: flex !important;
    top: 8vh;
  }
}
@media only screen and (max-width: 790px) {
  .text {
    display: flex;
    justify-content: right;
    width: 100%;
    margin: 0 auto !important;
  }
  .text > div:first-child {
    display: flex;
    flex-direction: column;
    gap: max(5vw, 30px);
    align-items: center;
    width: 100vw;
    justify-content: space-evenly;
  }
  .menu a img {
    height: 5vw;
  }
  .menu > li {
    list-style: none;
  }
  .dropdown-menu a:hover {
    color: var(--main-color);
    background-color: transparent;
  }
  .dropdown-menu.show {
    display: flex !important;
    top: 8.5vh !important;
  }
}
#s1 {
  background-image: url(../img/stadium.jpg);
  text-align: center;
  height: 117vh !important;
  background-size: cover;
  width: 100vw;
  position: relative;
  padding: 12vh 0 0;
  background-position: center top;
}
#s1 section {
  width: 70vw;
  margin: 0 auto;
}
#s1 h2 {
  font-size: max(2.5vw, 18pt);
  font-weight: 500;
  color: #fff;
  margin: 3vh 0;
}
#s1 h2 span {
  color: var(--main-color);
}
#s1 h3 {
  font-size: max(1.5vw, 12pt);
  font-weight: 200;
  color: #fff;
  line-height: 55px;
  margin: 3vh 0 4vh;
}
#s1 .services {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#s1 .services > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#s1 .services > .icon p {
  font-size: max(1.1vw, 11pt);
  font-weight: 400;
  color: #fff;
  margin: 0 3vw;
}
@media only screen and (max-width: 750px) {
  #s1 {
    width: auto;
    height: 100vh !important;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4vh 0 0;
    background-color: #0c012d;
  }
  #s1 section {
    width: 80vw;
    margin: 0 auto;
  }
  .icon img {
    height: 13vw;
  }
  .icon p {
    font-size: max(1.1vw, 8pt) !important;
    text-align: start !important;
  }
  #s1 .services {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
    height: 30vh;
    padding: 0 15vw;
  }
  #s1 h2 {
    margin: 0;
    font-size: max(3vw, 19pt);
    line-height: 35px;
  }
  #s1 h3 {
    margin: 2vh auto 3vh;
    font-size: max(1.5vw, 12pt);
    line-height: 28px;
    width: 60vw;
  }
  #s1 h4 {
    font-size: 14px !important;
  }
}
#s2 {
  background-image: url(../img/gradient-01.png);
  background-size: cover;
  background-position: inherit;
  background-color: #0a012d;
  height: 120vh !important;
  padding: 7vh 0 0;
}
#s2 h2 {
  font-size: max(2.5vw, 18pt);
  font-weight: 500;
  color: #fff;
  margin: 3vh 0;
}
#s2 h3 {
  font-size: max(3.5vw, 12pt);
  font-weight: 200;
  color: #fff;
  line-height: 55px;
  margin: 3vh 0 4vh;
}
#s2 .full-width {
  width: 55vw !important;
}
#s2 .display {
  margin: 8vh 0;
  position: relative;
}
#s2 #display-1 {
  position: absolute;
  left: 2vw;
  height: 24vw;
  width: auto;
  transition: transform 250ms;
}
#s2 .display:hover #display-1 {
  transform: translate3d(-38px, -20px, 0);
}
#s2 #display-1 img {
  height: 100%;
  width: auto;
}
#s2 #display-2 {
  position: absolute;
  right: 11vw;
  z-index: 10;
  top: 11vh;
  height: 24vw;
  width: auto;
  transition: transform 250ms;
}
#s2 .display:hover #display-2 {
  transform: translate3d(38px, 20px, 0);
}
#s2 #display-2 img {
  height: 100%;
  width: auto;
}
#s2 #logo1 {
  position: absolute;
  right: 3%;
  z-index: 10;
  top: -2rem;
  height: 4.5vw;
}
#s2 #logo1 img {
  height: 100%;
}
#s2 #logo2 {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 3rem;
  height: 1.2vw;
}
#s2 #logo2 img {
  height: 100%;
}
@media only screen and (max-width: 790px) {
  #s2 {
    height: 100vh !important;
    padding: 0;
  }
  #s2 .display {
    width: auto;
    height: 50vh;
    margin: 8vh 0 0;
  }
  #s2 h2 {
    margin: 0;
    font-size: max(3vw, 19pt);
    line-height: 35px;
  }
  #s2 #display-1 {
    position: absolute;
    left: -3vw;
    top: 17vh;
    height: 40vw;
    width: auto;
    transition: transform 250ms;
  }
  #s2 .display:hover #display-1 {
    transform: translate3d(-18px, -13px, 0);
  }
  #s2 #display-2 {
    position: absolute;
    right: -8vw;
    z-index: 10;
    top: 24vh;
    height: 40vw;
    width: auto;
    transition: transform 250ms;
  }
  #s2 .display:hover #display-2 {
    transform: translate3d(4px, 10px, 0);
  }
  #s2 #logo1 {
    position: unset;
    right: 3%;
    z-index: 40;
    height: 12vw;
    margin-bottom: 2vh;
  }
  #s2 #logo2 {
    position: unset;
    right: 0;
    z-index: 1;
    top: 1.5rem;
    height: 3.5vw;
    margin: 0 0 5vh;
  }
  #s2 h4 {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 994px) {
  #s2 .full-width {
    width: 75vw !important;
  }
}
@media (min-width: 1590px) {
  #s2 #logo1 {
    position: absolute;
    right: 3%;
    z-index: 10;
    top: -2rem;
    height: 4.5vw;
  }
  #s2 #logo2 {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 5rem;
    height: 1.2vw;
  }
}
#s3 {
  height: 100vh;
  background-color: #f4f4f4;
}
#s3 section {
  margin: 0 auto;
}
.s3-column {
  width: 95% !important;
}
#s3 h2 {
  font-size: max(2.5vw, 18pt);
  font-weight: 500;
  line-height: max(3.5vw, 55px);
  margin: 3vh 0;
}
#s3 h3 {
  font-size: max(3.5vw, 12pt);
  font-weight: 200;
  line-height: 55px;
  margin: 3vh 0 4vh;
}
.ad-formats a > img:hover {
  background: 0 0;
  transition: 0.2s;
  opacity: 0.7;
}
#s3 .formats {
  height: 50vh;
  width: auto;
  margin: -5vh 5vw 0 0;
  position: relative;
}
#s3 .formats img {
  height: 100%;
  width: auto;
}
#s3 .banner-pink1 {
  position: absolute;
  top: 2vh;
  left: -2vw;
  height: 28vh;
  transition: transform 350ms;
}
#s3 .formats:hover .banner-pink1 {
  transform: translate3d(-20px, -16px, 0);
}
#s3 .banner-pink2 {
  position: absolute;
  top: 13vh;
  right: -5vw;
  height: 42vh;
  transition: transform 350ms;
}
#s3 .formats:hover .banner-pink2 {
  transform: translate3d(20px, 16px, 0);
}
#s3 .ad-formats {
  margin: 10vh 0 0;
}
#s3 .ad-formats h2 {
  color: #110630;
  margin: 2vh 0;
}
@media screen and (max-width: 990px) {
  #s3 .s3-column {
    display: flex;
    flex-direction: column;
  }
  #s3 .formats {
    height: 60vw !important;
  }
  #s3 .ad-formats {
    margin: 2vh 0 5vh;
    text-align: center;
  }
  #s3 .banner-pink1 {
    position: absolute;
    top: 2vh;
    left: 0;
    height: 29vw;
    transition: transform 350ms;
  }
  #s3 .formats:hover .banner-pink1 {
    transform: translate3d(-20px, -16px, 0);
  }
  #s3 .banner-pink2 {
    position: absolute;
    top: 10vh;
    right: 1vw;
    height: 43vw;
    transition: transform 350ms;
  }
}
@media (max-width: 790px) {
  #s3 .s3-column {
    display: flex;
    flex-direction: column;
  }
  #s3 .formats {
    height: 56vw !important;
    width: auto;
    margin: -7vh 0 0 3vw;
    position: relative;
  }
  #s3 .ad-formats {
    margin: 6vh 0;
  }
  #s3 .banner-pink1 {
    position: absolute;
    top: 2vh;
    left: 0;
    height: 29vw;
    transition: transform 350ms;
  }
  #s3 .formats:hover .banner-pink1 {
    transform: translate3d(-20px, -16px, 0);
  }
  #s3 .banner-pink2 {
    position: absolute;
    top: 6vh;
    right: 4vw;
    height: 43vw;
    transition: transform 350ms;
  }
  #s3 .formats:hover .banner-pink2 {
    transform: translate3d(10px, 16px, 0);
  }
  #s3 .ad-formats {
    text-align: center;
  }
  #s3 h2 {
    margin: 2vh 0 4vh !important;
    line-height: 35px;
    font-size: max(2.5vw, 19pt);
  }
  #s3 h3 {
    margin: 0;
  }
}
#s4 {
  height: 80vh ;
  min-height: 80vh !important;
  padding: 7vh 0 5vh;
  margin: 0 auto ;
  background-image: linear-gradient(
    #f4f4f4 10%,
    #f4e9ed 30%,
    #f5e1e8 60%,
    #f5d7e2 80%
  );
}
#s4 .section {
  gap: 10px;
  width: 100%;
}
#s4 .section-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 94vw !important;
}
#s4 h2 {
  font-size: max(4vw, 38pt);
  color: #1b1f5a;
  font-weight: 300;
  line-height: 80px;
}
#s4 .members {
  margin: 3vh auto 0;
  text-align: center;
}
#s4 .sub-members {
  display: flex;
  margin: 3vh 0 0;
  justify-content: space-between;
  height: 5.7vh;
  padding: 0 1vw;
}
#s4 .sub-members > img:hover {
  height: 5.4vh;
}
#s4 .sub-members img {
  height: 100%;
  width: auto;
}
#s4 .section-two {
  margin: 9vh auto 0;
  height: 50vh;
  justify-content: space-evenly;
}
#s4 .brands-full {
  padding: 0 0 2vh;
}
#s4 .brands {
  width: 100%;
  padding: 1rem 0 0 !important
}
#s4 .brands img {
  margin: 2vh 0;
}
#s4 #brand-1 {
  height: 2rem;
  width: auto;
}
#s4 #brand-2 {
  height: 1.8rem;
  width: auto;
}
#s4 #brand-3 {
  height: 2.5rem;
  width: auto;
}
#s4 #brand-4 {
  height: 3rem;
  width: auto;
}
#s4 #brand-5 {
  height: 2.5rem;
  width: auto;
}
#s4 #brand-6 {
  height: 1.5rem;
  width: auto;
}
#s4 #brand-7 {
  height: 1.4rem;
  width: auto;
}
#s4 #brand-8 {
  height: 3rem;
  width: auto;
}
#s4 #brand-9 {
  height: 2rem;
  width: auto;
}
#s4 #brand-10 {
  height: 2rem;
  width: auto;
}
#s4 #brand-11 {
  height: 2rem;
  width: auto;
}
#s4 #brand-12 {
  height: 3.5rem;
  width: auto;
}
@media only screen and (max-width: 990px) {
  #s4 {
    padding: 0;
    height: 110vh;
  }
  #s4 .s4-section-one {
    width: 94vw !important;
  }
  #s4 .sub-members {
    padding: 0 2vw;
    height: 5vh;
  }
  #s4 .section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 0 !important;
  }
  #s4 .statistics-full {
    display: none;
  }
  #s7 h2 {
    line-height: 35px;
  }
  #s4 .section-one h4 {
    text-align: center;
    margin: 3vh 0;
  }
  #s4 .members {
    margin: 2vh 0 3vh;

  }
  .section-two {
    margin: 3vh auto 0 !important;
    text-align: center;
    width: 100% !important;
  }
  .section-two h4 {
    margin: 3vh 0 1vh;
  }
  .section-two .brands-full {
    width: 70vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .brands-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  #s4 .brands-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #s4.brands-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #s4 #brand-1 {
    height: 1.5rem;
    width: auto;
  }
  #s4 #brand-2 {
    height: 1.5rem;
    width: auto;
  }
  #s4 #brand-3 {
    height: 1.8rem;
    width: auto;
  }
  #s4 #brand-4 {
    height: 2rem;
    width: auto;
    margin: 2vh 0;
  }
  #s4 #brand-5 {
    height: 1.5rem;
    width: auto;
    margin: 2vh 0;
  }
  #s4 #brand-6 {
    height: 1rem;
    width: auto;
    margin: 2vh 0;
  }
  #s4 #brand-7 {
    height: 0.8rem;
    width: auto;
  }
  #s4 #brand-8 {
    height: 1.5rem;
    width: auto;
  }
  #s4 #brand-9 {
    height: 1.5rem;
    width: auto;
  }
  #s4 #brand-10 {
    height: 1.5rem;
    width: auto;
  }
  #s4 #brand-11 {
    height: 1.7rem;
    width: auto;
  }
  #s4 #brand-12 {
    height: 3.5rem;
    width: auto;
  }
}
@media (max-width: 790px) {
  #s4 .section {
    gap: 0 !important;
  }
  #s4 .s4-section-one {
    width: 94vw !important;
  }
  #s4 .statistics-full {
    display: none;
  }
  #s4 .section-two {
    margin: 5vh auto 0;
    height: 57vh;
    justify-content: center;
    order: -1;
  }
  .section-two .brands-full {
    width: 94vw;
    margin: 0 auto;
  }
}
#s5 {
  background-color: #110630;
  width: 100vw;
  height: 28vh;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 5vh 0 0;
}
.s5-section {
  width: 90vw;
}
.clients {
  padding: 4vh 0;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}
#client-1 {
  height: 3.2vh;
}
#client-2 {
  height: 3.2vh;
}
#client-3 {
  height: 3.2vh;
}
#client-4 {
  height: 3.5vh;
}
#client-5 {
  height: 6.5vh;
}
@media only screen and (max-width: 990px) {
  .s5-section {
    width: 88vw;
  }
  .clients {
    padding: 4vh 0;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 25px;
  }
  #client-1 {
    height: 2.4vh;
  }
  #client-2 {
    height: 2.4vh;
  }
  #client-3 {
    height: 2.4vh;
  }
  #client-4 {
    height: 3.5vh;
  }
  #client-5 {
    height: 6.5vh;
  }
}
@media only screen and (max-width: 790px) {
  .s5-section {
    padding: 0 10vw;
    max-width: 900px !important;
    width: auto;
  }
  #s5 .clients {
    padding: 2vh 0 6vh;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 25px;
  }
  #s5 .projects_img img{
      width: 200px;
  }
  #client-1 {
    height: 2vh;
  }
  #client-2 {
    height: 2vh;
  }
  #client-3 {
    height: 2vh;
  }
  #client-4 {
    height: 2.4vh;
  }
  #client-5 {
    height: 6.5vh;
  }
}
@media (min-width: 1200px) {
  .clients {
    padding: 4vh 0 7vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }
  .s5-section {
    width: 70vw;
  }
}
#s6 {
  background-image: linear-gradient(to bottom, transparent 0, #0d0030 75%),
    url(../img/teams.jpg);
  background-size: cover;
  background-position: center;
  background-color: #0d0030;
  display: flex;
  flex-direction: column;
  height: 90vh;
  padding: 18vh 0;
  position: relative;
}
.s6-section {
  position: relative;
  display: flex;
  flex-direction: row;
}
#s6 > div {
  padding: 0 3vw;
}
.s6-section-1 h2 {
  margin: 2vh 0 4vh;
  font-size: max(3.5vw, 42pt);
  line-height: max(3.5vw, 60px);
}
.s6-section-1 h4 {
  color: #fff;
}
.s6-section-2 p {
  font-size: max(1.5vw, 1pt);
  color: #fff;
}
.s6-section-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
#linkHere {
  color: #fff;
  font-weight: 600;
}
#linkHere:hover {
  color: var(--main-color);
}
@media only screen and (max-width: 990px) {
  #s6 {
    padding: 15vh 0 4vh;
  }
  .s6-section-2 {
    width: 75vw !important;
    text-align: start;
    margin: 8vh 0 0;
  }
  .s6-section-1 h2 {
    margin: 2vh 0 4vh;
    font-size: max(4vw, 28pt);
    line-height: max(3.5vw, 39px);
  }
  .s6-section-2 p {
    font-size: max(1.5vw, 12pt);
    line-height: max(1.8vw, 18pt);
    color: #fff;
  }
}
#s7 {
  height: 100vh;
  text-align: center;
  background-color: #0d0030;
}
#s7 h2 {
  font-size: max(2.5vw, 18pt);
  line-height: max(3.5vw, 55px);
  font-weight: 500;
  color: #fff;
  margin: 3vh 0;
}
#s7 h2 span {
  color: var(--main-color);
}
#s7 h3 {
  font-size: max(3vw, 12pt);
  font-weight: 200;
  color: #fff;
  line-height: 55px;
  margin: 3vh 0 4vh;
}
.section-2 {
  margin: 6vh auto;
  line-height: 14pt;
  width: 100% !important;
}
.section-2 .row {
  justify-content: center;
}
.section-2 .text-vertical-center {
  text-align: center;
  vertical-align: middle;
}
.section .iam-choice {
  display: flex;
  justify-content: space-around;
}
.section-2 p {
  color: var(--main-color);
  margin: 0;
  font-size: 1.2rem;
}
.section-2 input {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border: 1px solid var(--main-color);
}
.section-2 label {
  color: #f1f1f1;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
#formulario .checked input {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border: 1px solid var(--main-color);
}
#formulario .form-check input {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  border: 1px solid var(--main-color);
}
.iam-choice input:checked {
  border: 8px solid var(--main-color);
}
.form-check input:checked {
  border: 8px solid var(--main-color);
}
#formulario ::placeholder {
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
#formulario input[type="text"] {
  height: 46px;
  color: #ffff;
  padding: 0 1vw;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  background-color: transparent;
  margin: 0 0 4vh;
}
#formulario input[type="email"] {
  height: 46px;
  color: #ffff;
  padding: 0 1vw;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  background-color: transparent;
  margin: 0 0 4vh;
}
form {
  width: 70vw;
  margin: 0 auto;
}
.form-check-input {
  border: 1px solid var(--main-color);
  background-color: transparent;
  margin-left: -1.5rem !important;
  margin-top: 0.2rem;
}
#formulario input[type="checkbox"]:checked {
  background-color: var(--main-color);
}
#formulario .form-check-input:checked {
  color: #ffff;
}
#formulario textarea {
  color: #ffff;
  padding: 1vh 1vw;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  background-color: transparent;
  border-collapse: collapse;
}
textarea:hover {
  color: #ffff;
  padding: 1vh 1vw;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  background-color: transparent;
  border-collapse: collapse;
}
.consent {
  display: flex;
  margin: 2.5vh 2vw;
  align-items: flex-start;
  justify-content: space-around;
  width: auto;
  font-size: 0.8rem;
  font-weight: 100;
  color: #f1f1f1;
  text-align: start;
  letter-spacing: 0.1rem;
}
.consent a {
  color: #f1f1f1;
}
.consent a:hover {
  color: var(--main-color);
}
.s7-container button {
  margin: 3vh 0 0;
}
#send-message {
  margin: 4vh 0;
}
#send-message img:hover {
  background: 0 0;
  transition: 0.2s;
  opacity: 0.7;
}
#alerts {
  position: relative;
  display: flex;
  justify-content: center;
}
#send-email-success {
  margin: 0 auto !important;
  width: 50vw;
  position: absolute;
}
#send-email-error {
  margin: 0 auto !important;
  width: 50vw;
  position: absolute;
}
.alert-primary {
  background-color: transparent !important;
  border: 1px solid var(--main-color) !important;
  color: #f1f1f1;
  font-weight: 500;
  display: none;
}
.alert-primary .bi {
  margin: 0 1vw;
  color: #14d314;
  font-weight: 500;
}
.alert-danger {
  background-color: transparent !important;
  border: 1px solid var(--main-color) !important;
  color: #f1f1f1;
  font-weight: 500;
  display: none;
}
.alert-danger .bi {
  margin: 0 1vw;
  color: #d30f0f;
  font-weight: 500;
}
@media only screen and (max-width: 990px) {
  #s7 {
    height: 150vh;
  }
  .iam {
    width: 100%;
    text-align: start;
  }
  .section-2 .iam-choice {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    gap: 7px;
  }
  .section-2 {
    width: 60vw !important;
  }
  .section-2 .row {
    justify-content: start;
  }
  form {
    width: 75vw;
  }
}
@media (max-width: 790px) {
  #s7 {
    height: auto;
    padding: 2vh 0;
  }
  .s7-section-1 {
    width: 80vw !important;
    margin: 10vh 2vh;
  }
  #s7 h2 {
    margin: 2vh 0 4vh;
    font-size: max(4vw, 19pt);
    line-height: max(3.5vw, 34px);
  }
  .section-2 {
    width: 60vw !important;
  }
  form {
    width: 75vw;
  }
  form .row {
    padding: 0 !important;
  }
  #formulario {
    margin: 0 auto;
    width: 100% !important;
  }
  #formulario input[type="text"] {
    padding: 0 5vw;
  }
  #formulario textarea {
    padding: 2vh 5vw;
  }
  .form-check-input {
    margin-left: -1rem !important;
    margin-top: 0.2rem;
  }
  .consent strong {
    font-size: 12px;
    line-height: 10px;
    letter-spacing: normal;
    margin-left: 0.8rem;
  }
  .consent {
    width: auto;
    margin: 2.5vh 3vw;
  }
  #send-email-success {
    margin: 0 auto !important;
    width: 70vw;
    position: absolute;
  }
  #send-email-error {
    margin: 0 auto !important;
    width: 70vw;
    position: absolute;
  }
}
@media (max-width: 600px) {
  form {
    width: 88vw;
  }
}
footer {
  background-color: #0d0030;
  width: 100vw;
  height: 55vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 7vh 0 3vh;
  overflow-y: hidden;
}
#logo-footer {
  text-align: center;
  margin: 0 auto;
  width: 100vw;
}
#logo-footer img {
  align-self: center;
  width: 259px;
  height: 38px;
}
#info-footer {
  width: 70%;
  margin: 5vh auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer ul li {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
footer a {
  list-style-type: none;
  color: #f1f1f1;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
footer a:hover {
  color: #f82b75;
  text-decoration: none;
}
.links {
  display: flex;
  flex-direction: column;
}
.links a {
  font-size: max(1rem, 16px);
}
footer ul h4 {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 0.05rem;
}
.company {
  bottom: 3vh;
  text-align: center;
  margin: 0 auto;
  width: 50vw;
}
.company p {
  font-size: 15px;
  font-weight: 300;
  color: #f1f1f1;
  margin: 4vh 0 0;
}
#icons-footer {
  text-align: center;
  margin-left: 3vw;
}
#icons-footer img {
  height: 23px;
  width: 23px;
  margin: 0.5vh 0.25vw;
}
#backtotop {
  position: fixed;
  right: 3vw;
  bottom: 1vh;
}
#backtotop img {
  position: absolute;
  right: 2vw;
  bottom: 10vh;
  height: 3rem;
}
.main {
  height: auto !important;
}
@media (max-width: 1200px) {
  footer {
    height: 70vh !important;
    padding: 10vh 0 3vh;
    overflow-y: hidden;
    justify-content: end;
  }
}
@media (max-width: 790px) {
  footer {
    height: auto !important;
    padding: 10vh 0 3vh;
    overflow-y: hidden;
    justify-content: end;
  }
  #info-footer {
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
  }
  .links {
    margin: 2vh 0;
  }
  #icons-footer {
    order: 1;
    margin: 1vh 0 0;
    text-align: start;
  }
  #backtotop {
    position: fixed;
    right: 4vw;
    bottom: 1vh;
  }
  #logo-footer img {
    align-self: center;
    width: 259px;
    height: 26px;
  }
}
.a-coockies {
  color: #fff;
}
