@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Roboto Flex";
  font-style: normal;
  font-weight: 400;
  background: #0E0734;
  color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Roboto Flex";
  color: #FFFFFF;
}

p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  /* color: #0A1D2E; */
}

a:hover {
  color: #FF5F00;
}

img {
  max-width: 100%;
  height: auto;
}

span.focus {
  color: #FF5F00;
}

.main-bg {
  position: absolute;
  width: 100%;
  height: 55%;
  background: linear-gradient(rgba(15, 7, 55, 0.1) 15%, rgba(15, 7, 55, 0.7) 90%, rgba(15, 7, 55, 1) 100%), url(../images/home-bg-mob.webp);
  background-position: 64% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding-left: 17px;
  padding-right: 17px;
  max-width: 1362px;
}

.section-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.section-content p {
  color: #FFFFFF;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.section-content p:not(:last-of-type) {
  margin-bottom: 24px;
}

.terms-privacy-section {
  padding: 40px 0;
}

.terms-privacy-container h2,
.terms-privacy-container h3,
.terms-privacy-container h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  color: inherit;
}

.terms-privacy-container ul {
  list-style: square;
  margin-left: 30px;
}

.terms-privacy-container p,
.terms-privacy-container ul li {
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.terms-privacy-container p:last-of-type,
.terms-privacy-container ul:last-of-type {
  margin-bottom: 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  width: fit-content;
  min-width: 120px;
  padding: 0 23px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #FFF;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(1.7deg, #FF5F00 58.65%, #C14E0A 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.33);
}

.btn:hover {
  color: #FF5F00;
  background: #FFF;
  border: 1px solid #FF5F00;
}


.desktop-only {
  display: none;
}

.about-section {
  margin-bottom: 40px;
}

.faq-title,
.about-title,
.terms-privacy-title {
  display: flex;
  align-items: flex-start;
}

.faq-title svg,
.about-title svg,
.terms-privacy-title svg {
  display: inline-block;
  margin-right: 20px;
  width: 24px;
  height: 24px;
}

.container-bg {
  background: linear-gradient(180deg, rgba(53, 27, 94, 0.92) 0%, rgba(31, 17, 66, 0.92) 100%);
  padding: 20px;
  border: none;
  border-radius: 15px;
}

.faq-item:not(:last-of-type) {
  border: none;
  border-bottom: 1.3px solid #5F5F5F;
  padding-bottom: 15px;
}

.faq-item h2,
.faq-item h3,
.faq-item h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 9px;
  text-transform: uppercase;
  border: none;
  border-left: 2px solid #FD5E01;
}

.terms-privacy-container h2,
.terms-privacy-container h3,
.terms-privacy-container h4 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 9px;
  border: none;
  border-left: 2px solid #FD5E01;
}

.faq-item p {
  color: #CDCDCD;
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.benefit-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
}

.benefit-item:not(:last-of-type) {
  margin-bottom: 23px;
}

.benefit-item img {
  width: 44px;
  height: 44px;
}

@media (min-width: 600px) {}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .main-bg {
    height: 45%;
    background-position: 58% 15%;
  }

  .desktop-only {
    display: block;
  }

  .mob-only {
    display: none;
  }

  .section-title {
    font-size: 28px;
  }

  .legals-section .section-title {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .faq-item h2,
  .faq-item h3,
  .faq-item h4 {
    font-size: 22px;
  }

  .terms-privacy-container h2,
  .terms-privacy-container h3,
  .terms-privacy-container h4 {
    font-size: 22px;
  }

  .about-container {
    flex-direction: row;
  }

  .about-content,
  .about-benefits {
    width: 50%;
  }

  .about-section {
    margin-bottom: 60px;
  }

}

@media (min-width: 900px) {
  .about-content {
    width: 100%;
    max-width: 900px;
    padding: 34px 21px 28px 27px;
  }

  .about-benefits {
    width: 100%;
    max-width: 367px;
  }
}

@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }

  .legals-section .section-title {
    font-size: 24px;
    padding: 4px 24px;
    margin-bottom: 24px;
  }

 .terms-privacy-container {
    padding: 20px 24px;
  }
  .terms-privacy-section {
    padding: 40px 0 60px;
  }

  .faq-title svg,
  .about-title svg,
  .terms-privacy-title svg {
    margin-right: 40px;
    width: 34px;
    height: 34px;
  }

  .faq-container {
    padding: 42px 33px;
    margin-left: 55px;
  }

  .about-section {
    margin-bottom: 84px;
  }

  .about-container {
    margin-left: 55px;
  }

  .faq-item p {
    font-size: 20px;
  }

  .about-content p {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
  }

  .benefit-item p {
    font-size: 18px;
    line-height: 21px;
  }

  .faq-item {
    padding-bottom: 24px;
  }

  .faq-item h2,
  .faq-item h3,
  .faq-item h4 {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .terms-privacy-container h2,
  .terms-privacy-container h3,
  .terms-privacy-container h4 {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .btn {
    font-size: 19px;
    line-height: 30px;
    border-radius: 20px;
    padding: 4px 20px;
  }
}


@media (min-width: 1280px) {
  .main-bg {
    height: 75%;
    background: linear-gradient(rgba(15, 7, 55, 0.1) 15%, rgba(15, 7, 55, 0.95) 90%, rgba(15, 7, 55, 1) 95%, rgba(15, 7, 55, 1) 100%), url(../images/home-bg-desktop.webp);
    background-position: 18% 15%;
    background-size: cover;
  }

  .wrapper.inner {
    padding-left: 0;
    padding-right: 0;
  }

  .terms-privacy-container {
    padding: 55px 33px 55px;
  }
  .terms-privacy-section {
    padding: 80px 0 80px;
  }

  .factors-section {
    padding: 40px 0 100px;
  }

  .section-title {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .section-content p:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .legals-section {
    padding: 60px 0;
  }

 .terms-privacy-container h2,
 .terms-privacy-container h3,
 .terms-privacy-container h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

 .terms-privacy-container p,
 .terms-privacy-container ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }

 .terms-privacy-container p:last-of-type,
 .terms-privacy-container ul:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 1362px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
