
#section-1 {
  height: 58rem;
  width: 100%;
  background-position: center;
}
#section-1 > a > button{
  display: none;
}

#section-1 > img {
  padding-top: 7.06rem;
  padding-left: 8.44rem;
  height: 25%;
}

#section-1 > p {
  padding-top: 5rem;
  padding-left: 8.44rem;
  font-size: 3.875rem;
  max-width: 49rem;
}

#section-2 > div {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  gap: 7.5rem;
}

#section-2 > div > p {
  font-size: 3.875rem;
  width: 42.125rem;
}
#section-2 > div > div {
  gap: 1rem;
  display: flex;
}

#section-2 > div > div > div {
  width: 23.345rem;
  height: 14.53556rem;
}

#section-2 > div > div > div > p {
  font-size: 3.875rem;
}

#section-2 > div > div > div :nth-child(2) {
  font-size: 2rem;
}

#section-2 > div > a > button {
  width: 18.75rem;
  padding: 0.9375rem 6.25rem;
}

#section-3 {
  background: var(--0-f-70-f-2, #0f70f2);
  padding: 6rem;
}

#section-3 > div {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  align-items: center;
}

#section-3 > div > p {
  color: #fff;
  font-family: Lato;
  font-size: 3.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 58.25rem;
}

#section-3 > div > p > strong {
  color: #010b44;
}

#section-3 > div > div {
  display: flex;
  justify-content: space-between;
  width: 65%;
}

#section-3 > div > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section-3 > div > div > div > p {
  color: var(--ffffff, #fff);
  text-align: center;
  font-family: Lato;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


#section-3 > div > a > button {
  width: 19rem;
  padding: 1rem 6rem;
  background: var(--010-b-44, #010b44);
  color: #fff;
  border: none;
  cursor: pointer;
}


#section-desktop {
  background-color: #f0f7ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section-desktop > div {
  display: flex;
  align-items: center;
}

#section-desktop > div > div {
  display: flex;
  flex-direction: column;
}

#section-desktop > div > div > p {
  color: var(--23305-a, #23305a);
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#section-desktop > div > div > :nth-child(2) {
  color: var(--0-f-70-f-2, #0f70f2);
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#section-desktop > div > div > div > a > button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--7-fb-0-f-2, #7fb0f2);
  color: white;
  border: none;
  cursor: pointer;
}


#section-desktop {
  padding: 3rem;
  gap: 3rem;
}


#section-desktop > div {
  gap: 2rem;
  max-width: 60rem;
}

#section-desktop > div > iframe {
  width: 37.5rem;
  height: 28.75rem;
}
#section-desktop > div > div {
  gap: 1.5rem;
}


#section-desktop > div > div > p {
  font-size: 2rem;
}

#section-desktop > div > div > :nth-child(2) {
  font-size: 1.25rem;
}

#section-desktop > div > div > div > a > button {
  width: 17rem;
  padding: 0.9375rem 6.25rem;
  gap: 0.625rem;
}


#section-5 {
  margin-left: 9%;
}

#section-5 > div {
  display: flex;
  justify-content: space-between;
  width: 90rem;
}

#section-5 > div > div {
  padding: 3rem;
  gap: 2rem;
}

#section-5 > div > div > p {
  font-size: 3.875rem;
  width: 36.6875rem;
}

#section-5 > div > div > :nth-child(2) {
  font-size: 3rem;
}

#section-5 > div > div > a > button {
  width: 18.75rem;
  padding: 0.9375rem 1.8125rem;
  gap: 0.625rem;
}


#section-6 > div > div > p {
  font-size: 1rem;
}
#section-6 > p {
  font-size: 1rem;
  padding: 0.5rem;
}

#section-tablet, #section-4, #section-4 > div, #section-4 > div > img, #section-4 > div > div, 
#section-4 > div > div > p, #section-4 > div > div > :nth-child(2), 
#section-4 > div :nth-child(3), #section-4 > div > iframe {
  display: none;
}