* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #141414;
}

.container {
  margin: 0px auto;
  max-width: 1060px;
  padding: 0px 10px;
}

a {
  text-decoration: none;
}

.mt8 {
  margin-top: 80px;
}

button {
  border: none;
  cursor: pointer;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
  border-radius: 20px;
  background: #FF154F;
}

textarea {
  resize: none;
}

section {
  padding: 80px 0px;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0px;
  }
}

.mt05 {
  margin-top: 5px;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mt4 {
  margin-top: 40px;
}

.mt5 {
  margin-top: 50px;
}

.mt6 {
  margin-top: 60px;
}

.mt7 {
  margin-top: 70px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.mb4 {
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 50px;
}

.mb6 {
  margin-bottom: 60px;
}

.mb7 {
  margin-bottom: 70px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fjc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col1 {
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.col2 {
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.col3 {
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

.col4 {
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.col5 {
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.col16 {
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.col24 {
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

.gap16 {
  gap: 24px;
}

.gap24 {
  gap: 24px;
}

.row1 {
  row-gap: 10px;
}

.row2 {
  row-gap: 20px;
}

.row3 {
  row-gap: 30px;
}

.row4 {
  row-gap: 40px;
}

.row5 {
  row-gap: 50px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz24 {
  font-size: 24px;
}

.fz28 {
  font-size: 28px;
}

.fz32 {
  font-size: 32px;
}

.fw300 {
  font-weight: 400;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.tac {
  text-align: center;
}

.pv10 {
  padding: 10px 0px;
}

.pv20 {
  padding: 20px 0px;
}

.pv40 {
  padding: 40px 0px;
}

.pv60 {
  padding: 60px 0px;
}

.pv24 {
  padding: 24px 0px;
}

.pv12 {
  padding: 12px 0px;
}

.pg10 {
  padding: 0px 10px;
}

.pg20 {
  padding: 0px 20px;
}

.pg40 {
  padding: 0px 40px;
}

.pg60 {
  padding: 0px 60px;
}

.radius1 {
  border-radius: 10px;
}

.radius2 {
  border-radius: 20px;
}

.radius3 {
  border-radius: 30px;
}

.radius4 {
  border-radius: 40px;
}

.radius5 {
  border-radius: 50px;
}

.radius6 {
  border-radius: 60px;
}

h1 {
  color: #00FFD5;
  text-align: center;
  font-family: "Jersey 25";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 1070px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  color: #00FFD5;
  text-align: center;
  font-family: "Jersey 25";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-size: 38px;
}

h4 {
  color: #00FFD5;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h5 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

h6 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}

@media (max-width: 1070px) {
  .mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}

@media (max-width: 1070px) {
  .mobc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .wrapper img {
    width: 100%;
  }
}

.footer {
  margin-top: 80px;
}

.bg__black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 54px;
          column-gap: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  background-color: transparent;
  margin-top: 50px;
  position: absolute;
  top: 0;
  z-index: 4;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

header .container {
  padding: 17px 24px;
  border-radius: 16px;
  gap: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  border-radius: 56px;
  background: #FF154F;
  width: 100%;
}

@media (max-width: 1070px) {
  header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1070px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

header .logo a {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

header .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
          column-gap: 32px;
  border-radius: 8px;
  display: flex;
  padding: 8px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}

@media (max-width: 1070px) {
  header .link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
}

header .link .active {
  color: #EBFF00;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header .link a {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.content_bottom_cookies {
  position: fixed;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  row-gap: 20px;
  opacity: 0;
  -webkit-transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  padding: 40px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #404040;
}

@media (max-width: 1070px) {
  .content_bottom_cookies {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content_bottom_cookies.show {
  bottom: 20px;
  opacity: 1;
}

@media (max-width: 600px) {
  .content_bottom_cookies {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.content_bottom_cookies h5 {
  color: #FFF;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 105% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.content_bottom_cookies p {
  margin-top: 40px;
  color: #FFF;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content_bottom_cookies .content_bottom_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.content_bottom_cookies .content_bottom_btn button {
  background-color: transparent;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 175% */
  border-radius: 0px;
}

.content_bottom_cookies .content_bottom_btn button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.content_bottom_cookies .content_bottom_btn .reject__btn {
  border: 2px solid rgba(114, 114, 114, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 277px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #727272;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 175% */
}

.first__section {
  padding-top: 200px;
  background-image: url("../images/bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 645px;
}

.first__section .bg__black {
  z-index: 2;
}

.first__section .cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.first__section .first__section_wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.first__section .first__section_wrapper button {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .first__section .first__section_wrapper button {
    padding: 24px 10px;
  }
}

.second__section {
  padding-top: 200px;
  background-image: url("../images/cloud2.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.second__section .second__section_wrapper .block__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.second__section .second__section_wrapper .block__wrapper .block {
  max-width: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.second__section .second__section_wrapper .block__wrapper .block button {
  width: 100%;
  padding: 24px 0px;
}

.third__section .third__section_wrapper .block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.third__section .third__section_wrapper .block__wrapper .left {
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.third__section .third__section_wrapper .block__wrapper.blog {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.third__section .third__section_wrapper .block__wrapper.blog .block {
  max-width: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.third__section .third__section_wrapper .block__wrapper.blog .block p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.third__section .third__section_wrapper .block__wrapper.blog .block h4 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fourth__section {
  background-image: url("../images/cloud3.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.fourth__section .fourth__section_wrapper .block__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.fourth__section .fourth__section_wrapper .block__wrapper .block {
  max-width: 320px;
  padding: 0px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.fourth__section .fourth__section_wrapper .block__wrapper .block img {
  margin: 0 auto;
  max-width: 238px;
}

.fourth__section .fourth__section_wrapper .block__wrapper .block p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fourth__section .fourth__section_wrapper .block__wrapper .block button {
  padding: 24px 0px;
  margin: 0 auto;
  max-width: 230px;
  width: 100%;
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
}

.five__section {
  background: #FF154F;
}

.five__section .five__section_wrapper .content {
  margin-top: 80px;
}

.five__section .five__section_wrapper .content p {
  margin-top: 10px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.five__section .five__section_wrapper .content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.five__section .five__section_wrapper .content ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.five__section .five__section_wrapper .content2 {
  margin-top: 40px;
}

.five__section .five__section_wrapper .content2 h3 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.five__section .five__section_wrapper .content2 ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.five__section .five__section_wrapper .content2 ul li {
  list-style: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.five__section .five__section_wrapper button {
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 20px;
  background: #00FFD5;
  color: #000;
}

.six__section .six__section_wrapper {
  margin-top: 100px;
}

.six__section .six__section_wrapper form {
  margin: 0 auto;
  max-width: 357px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.six__section .six__section_wrapper form input {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
}

.six__section .six__section_wrapper form input::-webkit-input-placeholder {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.six__section .six__section_wrapper form input:-ms-input-placeholder {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.six__section .six__section_wrapper form input::-ms-input-placeholder {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.six__section .six__section_wrapper form input::placeholder {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.six__section .six__section_wrapper .adressa {
  margin-top: 100px;
}

.six__section .six__section_wrapper .adressa p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.six__section .six__section_wrapper .adressa h5 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.six__section .six__section_wrapper .adressa .adress {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seven__section {
  background-image: url("../images/cloud3.png");
  background-position: center;
  background-size: cover;
  position: relative;
}

.seven__section .seven__section_wrapper {
  margin-top: 67px;
}

.seven__section .seven__section_wrapper .block__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.seven__section .seven__section_wrapper .block__wrapper .block {
  width: 100%;
}

.seven__section .seven__section_wrapper .block__wrapper .block h4 {
  color: #FF154F;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.seven__section .seven__section_wrapper .block__wrapper .block p {
  margin-top: 40px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer {
  margin-top: 67px;
  padding: 53px 0px;
}

.footer .footer__wrapper {
  border-radius: 48px;
  background: #FF154F;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 20px;
  }
}

.footer .footer__wrapper span {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .footer__wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.footer .footer__wrapper .link a {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
  text-transform: uppercase;
}

.privacy .privacy__wrapper h2 {
  color: #00FFD5;
  text-align: center;
  font-family: "Jersey 25";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .privacy .privacy__wrapper h2 {
    font-size: 32px;
  }
}

.privacy .privacy__wrapper p {
  text-align: left;
  margin-top: 10px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.privacy .privacy__wrapper ul, .privacy .privacy__wrapper ol {
  margin-top: 10px;
  padding-left: 30px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.six__section_wp {
  background-image: url("../images/cloud3.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
/*# sourceMappingURL=style.css.map */