@import url("../../font/Gilroy/Gilroy.css");

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  color: inherit;
}

/* Disable chat */
div#Embed,
#launcher {
  display: none !important;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #011e41;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  width: 100%;
  user-select: none;
  pointer-events: none;
}

ul {
  font-family: "Gilroy", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy", sans-serif;
  margin: 0;
}

p {
  font-family: "Gilroy", sans-serif;
  line-height: 1.5;
  margin: 0;
}

.onm-btn {
  min-width: 22rem;
  font-family: "Gilroy", sans-serif;
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.3;
  padding: 1.6rem 2rem;
  padding: clamp(1.2rem, 1.6vw, 1.6rem) clamp(1.6rem, 1vw, 2rem);
  color: #fff;
  background-image: linear-gradient(45deg, #e0004d, #ff5075, #e0004d, #ff5075);
  background-size: 400% 200%;
  background-position: 0 0;
  border-radius: 8.6rem;
  transition: background 1.6s cubic-bezier(0.55, 0.1, 0.47, 0.94) !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  margin: 0;
  animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite;
  position: relative;
  width: 80%;
}

.onm-btn img {
  width: 3rem;
  width: clamp(2.4rem, 3vw, 3rem);
}

.onm-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8.6rem;
  box-shadow: -2px 0px 6px 2px #fd4c73;
  transition: all 0.3s;
  opacity: 0;
}

.onm-btn:hover::before {
  opacity: 1;
}

@keyframes textura {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

.s04 {
  background: #F5F5F7
}

.onm-btn:hover,
.onm-btn:active,
.onm-btn:focus {
  color: #fff;
  background-position: 100% 0%;
}

.s01 {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
  background: #F5F5F7;
}

.s01-wrap {
  width: min(152rem, 90%);
  margin: 0 auto;
  padding: 3rem 0 12rem;
  padding: 3rem 0 clamp(6rem, 10vw, 12rem);
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.s01-logo img {
  width: 12.8rem;
  width: clamp(9rem, 12vw, 12.8rem);
}

.s01-row {
  display: grid;
  grid-template-columns: 1fr 34vw;
  justify-content: center;
  align-items: center;
}

.s01-img {
}

.s01-img img {
  transform: scale(1.2);
  position: relative;
  top: 80px;
}

.s01-card {
  max-width: 534px;
  border-radius: 1rem;
  position: relative;
  padding-top: 10rem;
}

.s01 p.p01 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #dd004a;
  margin-bottom: 3.2rem; 
}

.s01 h1 {
  width: min(80rem, 100%);
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-left: -0.04em;
  padding: 0rem 0 2.6rem;
  padding: 0rem 0 clamp(1rem, 3vw, 2.6rem);
  color: #fff;
  background: linear-gradient(160deg, #4a84c8, #244e81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.s01 h2 {
  margin-top: 4rem;
  margin-bottom: 3rem;
  color: #161616 !important;
  text-align: left !important;
  -webkit-text-fill-color: unset;
  background: transparent;
  padding: 0;
  font-size: 3.2rem;
  width: min(80rem, 100%);
  font-style: normal;
  font-weight: 700;
  line-height: 3.45rem;
  max-width: 500px;
}

.s01 p.p02 {
  font-size: 1.8rem;
  font-size: clamp(16px, 1.8vw, 1.8rem);
  font-weight: 600;
  padding: 0 0 4rem;
  color: #202020;
}

.s01 p.p03 {
  font-size: 1.8rem;
  font-size: clamp(16px, 1.8vw, 1.8rem);
  font-weight: 600;
  padding: 0 0 4rem;
  color: #202020;
  max-width: 420px;
}

.s01-views {
  display: flex;
  align-items: center;
  gap: 2rem;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 2rem 0 0;
}

.s01-views img {
  width: 15.6rem;
  width: clamp(12rem, 15vw, 15.6rem);
}

.s01-views p {
  font-size: 16px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  line-height: 1.2;
}

.s02 {
  padding: 6rem 0 12rem;
  padding: clamp(2rem, 6vw, 6rem) 0;
  background-color: #fff;
}

.s02-wrap {
  width: min(160rem, 90%);
  margin: 0 auto;
  padding: 3.2rem 15rem;
  border-radius: 2rem;
  background-color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02-info {
  /* width: min(58rem, 100%); */

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h2 {
  font-size: 4vw;
  font-size: clamp(2.8rem, 5.6vw, 5.6rem);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
  color: #2b598f;
  background: linear-gradient(160deg, #4a84c8, #244e81);
  background: linear-gradient(160deg, #4177b7, #275286);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: 960px;
}


.s02 ul {
  list-style: none;
  margin: 16px 0 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  gap: clamp(2rem, 4vw, 4rem);

  /* Roger */

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.s02 li {
  width: 33%;
  font-size: 2rem;
  font-size: clamp(1.6rem,2vw,2.2rem);
  font-weight: 600;
  color: #303030;
  position: relative;
  display: grid;
  /* place-content: center; */
  padding: 2.4rem;
  text-align: center;
  min-height: 220px;
  border-bottom: 2px solid #e91e63;
}

/* .s02 li::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: 0;
  border-radius: 50%;
  transform: translate(-240%, -50%);
  background-color: #dd004a;
} */

.s03 {
  padding: 6rem 0;
  margin: -1px 0 0;
  background-color: #f5f5f7;
}

.s03-wrap {
  width: min(160rem, 90%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4rem;
}

.s03-info {
  width: min(62rem, 100%);
  padding: 4.0rem 4.0rem 4.0rem 9rem;
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
}

.s03 h2 {
  text-align: left;
}

.s03-img {
  flex: 1 1 250px;
}

.s03-info p {
  font-size: 18px;
  font-size: clamp(16px, .875vw, 2.2rem);
  font-weight: 600;
  color: #303030;
}

.s03-info p strong {
  font-weight: 700;
}

.s03 h2 {
  padding: 0 0 3.2rem;
}

.sfooter {
  color: #d1cfc7;
  background: #1a1919;
}

.sfooter-wrap {
  width: min(142rem, 90%);
  margin-inline: auto;
  padding: 2rem 0;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.sfooter img {
  width: 10rem;
}

.sfooter a {
  font-weight: 600;
  text-decoration: none;
  color: #d1cfc7;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1600px) {
  .s01-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 0 28rem;
    padding: 4rem 0 clamp(16rem, 20vw, 20rem);
  }
}

@media screen and (max-width: 750px) {

  .s01 h1 {
    font-size: 3.6rem;
  }

  .s01-row {
    display: flex;
    flex-direction: column;
  }

  .s01-bg {
    position: relative;
  }
  .s01-views {
    position: relative;
    transform: none;
    padding: 2rem 0 0;
    color: #041e42;
  }
  .s02-wrap {
    padding: 0 2.4rem;
  }

  .s02 ul li {
    width: 100%;
    min-height: unset;
  }

  .s02 h2 {
    padding: 0;
  }

  .s02 ul {
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .s01-img img {
    transform: scale(1.2);
    position: relative;
    top: 0;
  }

  .sfooter-wrap {
    padding: 4rem 0;
    flex-direction: column;
    gap: 2rem;
  }
  .sfooter p:first-of-type {
    width: 100%;
    position: relative;
    padding: 2rem 0;
  }
  .sfooter p:first-of-type::before,
  .sfooter p:first-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: rgb(255 255 255 / 25%);
  }
  .sfooter p:first-of-type:before {
    top: 0;
  }
  .sfooter p:first-of-type:after {
    bottom: 0;
  }

  .s03-wrap {
    background: transparent;
  }

  .s03-info {
    background: transparent;
    padding: 0;
  }

  .s03-img {
    position: relative;
    top: 0;
    transform: none;
    padding: 2.4rem;
  }
}
