@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 594.98px) {
  .header {
    padding: 20px;
  }
}
@media (min-width: 595px) and (max-width: 991.98px) {
  .header {
    padding: 20px 50px;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 20px 100px;
  }
}
@media (min-width: 1240px) {
  .header {
    padding: 20px 150px;
  }
}
.header__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__logo {
  width: auto;
  height: 35px;
}
.header__link {
  text-decoration: none;
}
.header__mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .header__mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(9, 10, 54, 0.5254901961);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: right 0.3s ease-in-out;
  }
  .header__mobile.show {
    right: 0;
    transition: right 0.3s ease-in-out;
    z-index: 100;
  }
  .header__mobile--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}
.header__menu {
  width: 25px;
  height: 25px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu svg {
  width: 100%;
  height: 100%;
}
.header__nav {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 20px;
}

.nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .nav__list {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .nav__item {
    flex: 1 1 calc(100% - 40px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.nav__link {
  font-size: 14px;
  color: #F9FAFB;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
.nav__link:hover {
  color: #D946EF;
  transition: 0.2s;
}
.nav__contact {
  flex: 1 1 calc(33.3333333333% - 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .nav__contact {
    display: none;
  }
}
.nav__desc {
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 768px) {
  .nav__desc {
    display: none;
  }
}

.nav__link2 {
  color: #F9FAFB;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 5px;
  background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
}

.nav__link1 {
  color: white;
  text-decoration: none;
}

.nav__link3 {
  color: white;
  text-decoration: none;
}

.nav__link4 {
  color: white;
  text-decoration: none;
}

.nav__link5 {
  color: white;
  text-decoration: none;
}

.nav__link6 {
  color: white;
  text-decoration: none;
}

.nav__link1:hover {
  color: #D946EF;
}

.nav__link3:hover {
  color: #D946EF;
}

.nav__link4:hover {
  color: #D946EF;
}

.nav__link5:hover {
  color: #D946EF;
}

.nav__link6:hover {
  color: #D946EF;
}

@media screen and (min-width: 1400px) {
  .main_page {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
  }
  .main_page h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 84px; /* 144.828% */
    letter-spacing: 1.16px;
    background: linear-gradient(88deg, #2563EB 0%, #D946EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main_page p {
    color: #E5E7EB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
    opacity: 0.8;
  }
  .main_page a {
    color: #F9FAFB;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 20px 40px;
    align-items: flex-start;
    gap: 10px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    border-radius: 4px;
    margin-top: 50px;
    float: left;
    box-shadow: 0 0px 36px rgba(37, 100, 235, 0.2862745098), 0px 0px 30px rgba(216, 70, 239, 0.3019607843);
  }
  .main_page img {
    float: left;
    margin-left: 600px;
    margin-top: -500px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px) {
  .main_page {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
  }
  .main_page h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 144.828% */
    letter-spacing: 1.16px;
    background: linear-gradient(88deg, #2563EB 0%, #D946EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main_page p {
    color: #E5E7EB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
    opacity: 0.8;
  }
  .main_page a {
    color: #F9FAFB;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 20px 40px;
    align-items: flex-start;
    gap: 10px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    border-radius: 4px;
    margin-top: 50px;
    float: left;
    box-shadow: 0 0px 36px rgba(37, 100, 235, 0.2862745098), 0px 0px 30px rgba(216, 70, 239, 0.3019607843);
  }
  .main_page img {
    float: right;
    margin-left: 600px;
    margin-top: -450px;
    width: 600px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1100px) {
  .main_page {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
  }
  .main_page h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 144.828% */
    letter-spacing: 1.16px;
    background: linear-gradient(88deg, #2563EB 0%, #D946EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
  }
  .main_page p {
    color: #E5E7EB;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
    opacity: 0.8;
    float: left;
    margin-top: 100px;
    margin-left: -335px;
  }
  .main_page a {
    color: #F9FAFB;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 20px 40px;
    align-items: flex-start;
    gap: 10px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    border-radius: 4px;
    margin-top: 150px;
    float: left;
    margin-left: -385px;
    box-shadow: 0 0px 36px rgba(37, 100, 235, 0.2862745098), 0px 0px 30px rgba(216, 70, 239, 0.3019607843);
  }
  .main_page img {
    float: right;
    margin-left: 600px;
    margin-top: -250px;
    width: 400px;
  }
}
@media screen and (min-width: 444px) and (max-width: 849px) {
  .main_page {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
  .main_page h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 144.828% */
    letter-spacing: 1.16px;
    background: linear-gradient(88deg, #2563EB 0%, #D946EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
  }
  .main_page p {
    color: rgba(229, 231, 235, 0.8);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
    float: left;
    z-index: 1;
  }
  .main_page a {
    color: #F9FAFB;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 20px 40px;
    align-items: flex-start;
    gap: 10px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    border-radius: 4px;
    margin-top: 50px;
    float: left;
    margin-left: -385px;
    box-shadow: 0 0px 36px rgba(37, 100, 235, 0.2862745098), 0px 0px 30px rgba(216, 70, 239, 0.3019607843);
  }
  .main_page img {
    margin-left: 10vw;
    width: 70vw;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 443px) {
  .main_page {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
  .main_page h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 144.828% */
    letter-spacing: 1.16px;
    background: linear-gradient(88deg, #2563EB 0%, #D946EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .main_page p {
    color: rgba(229, 231, 235, 0.7960784314);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 200% */
  }
  .main_page a {
    color: #F9FAFB;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    padding: 20px 40px;
    align-items: flex-start;
    gap: 10px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    border-radius: 4px;
    margin-top: 50px;
    float: left;
    box-shadow: 0 0px 36px rgba(37, 100, 235, 0.2862745098), 0px 0px 30px rgba(216, 70, 239, 0.3019607843);
  }
  .main_page img {
    width: 90vw;
    max-width: 400px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .second_page {
    margin-top: 250px;
    padding-top: 1px;
    width: 1180px;
    border: rgba(216, 70, 239, 0) solid 2px;
    margin-left: auto;
    margin-right: auto;
  }
  .second_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 200px;
  }
  .second_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 30px;
  }
  .block1 {
    width: 370px;
    margin-top: 50px;
    height: 336px;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block1 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block1 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block1 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block1 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block1 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block2 {
    width: 370px;
    margin-top: 50px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    margin-left: 30px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block2 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block2 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block2 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block2 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block2 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block3 {
    width: 370px;
    margin-top: 50px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    margin-left: 30px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block3 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block3 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block3 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block3 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block3 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block4 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block4 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block4 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block4 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block4 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block4 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block5 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    margin-left: 30px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block5 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block5 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block5 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block5 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block5 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block6 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    margin-left: 30px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block6 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block6 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block6 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block6 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block6 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .second_page {
    margin-top: 300px;
    padding-top: 150px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .second_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .second_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 30px;
  }
  .block1 {
    width: 370px;
    margin-top: 50px;
    height: 336px;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block1 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block1 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block1 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block1 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block1 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block2 {
    width: 370px;
    margin-top: 50px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    margin-left: 30px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block2 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block2 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block2 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block2 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block2 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block3 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block3 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block3 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block3 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block3 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block3 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block4 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    margin-left: 30px;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block4 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block4 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block4 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block4 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block4 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block5 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block5 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block5 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block5 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block5 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block5 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block6 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    margin-left: 30px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block6 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block6 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block6 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block6 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block6 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
}
@media screen and (max-width: 799px) and (min-width: 400px) {
  .second_page {
    padding-top: 15vw;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .second_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .second_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 30px;
  }
  .block1 {
    width: 370px;
    margin-top: 50px;
    height: 336px;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block1 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block1 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block1 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block1 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block1 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block2 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block2 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block2 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block2 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block2 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block2 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block3 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block3 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block3 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block3 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block3 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block3 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block4 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block4 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block4 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block4 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block4 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block4 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block5 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block5 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block5 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block5 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block5 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block5 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block6 {
    width: 370px;
    margin-top: 30px;
    height: 336px;
    flex-shrink: 0;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    float: left;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block6 img {
    margin-left: 148px;
    margin-top: 50px;
  }
  .block6 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
  }
  .block6 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 15px;
  }
  .block6 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-decoration: none;
    margin-top: 5px;
    margin-left: 135px;
    margin-top: 25px;
    float: left;
    transition: 0.2s;
  }
  .block6 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
}
@media screen and (max-width: 439px) and (min-width: 1px) {
  .second_page {
    padding-top: 25vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .second_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .second_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-top: 30px;
  }
  .block1 {
    width: 90vw;
    margin-top: 50px;
    height: 100vw;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block1 img {
    margin-left: 35vw;
    margin-top: 10vw;
    width: 20vw;
  }
  .block1 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 5vw;
  }
  .block1 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw; /* 162.5% */
    margin-top: 5vw;
  }
  .block1 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400; /* 162.5% */
    text-decoration: none;
    margin-left: 26.5vw;
    margin-top: 10vw;
    float: left;
    transition: 0.2s;
    width: 40vw;
  }
  .block1 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block2 {
    width: 90vw;
    margin-top: 50px;
    height: 100vw;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block2 img {
    margin-left: 35vw;
    margin-top: 10vw;
    width: 20vw;
  }
  .block2 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 5vw;
  }
  .block2 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw; /* 162.5% */
    margin-top: 5vw;
  }
  .block2 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400; /* 162.5% */
    text-decoration: none;
    margin-left: 26.5vw;
    margin-top: 10vw;
    float: left;
    transition: 0.2s;
    width: 40vw;
  }
  .block2 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block3 {
    width: 90vw;
    margin-top: 50px;
    height: 100vw;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block3 img {
    margin-left: 35vw;
    margin-top: 10vw;
    width: 20vw;
  }
  .block3 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 5vw;
  }
  .block3 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw; /* 162.5% */
    margin-top: 5vw;
  }
  .block3 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400; /* 162.5% */
    text-decoration: none;
    margin-left: 26.5vw;
    margin-top: 10vw;
    float: left;
    transition: 0.2s;
    width: 40vw;
  }
  .block3 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block4 {
    width: 90vw;
    margin-top: 50px;
    height: 100vw;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block4 img {
    margin-left: 35vw;
    margin-top: 10vw;
    width: 20vw;
  }
  .block4 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 5vw;
  }
  .block4 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw; /* 162.5% */
    margin-top: 5vw;
  }
  .block4 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400; /* 162.5% */
    text-decoration: none;
    margin-left: 26.5vw;
    margin-top: 10vw;
    float: left;
    transition: 0.2s;
    width: 40vw;
  }
  .block4 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block5 {
    width: 90vw;
    margin-top: 50px;
    height: 100vw;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block5 img {
    margin-left: 35vw;
    margin-top: 10vw;
    width: 20vw;
  }
  .block5 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 5vw;
  }
  .block5 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw; /* 162.5% */
    margin-top: 5vw;
  }
  .block5 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400; /* 162.5% */
    text-decoration: none;
    margin-left: 26.5vw;
    margin-top: 10vw;
    float: left;
    transition: 0.2s;
    width: 40vw;
  }
  .block5 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
  .block6 {
    width: 90vw;
    margin-top: 50px;
    height: 100vw;
    flex-shrink: 0;
    float: left;
    border: solid 1px rgba(255, 255, 255, 0.0392156863);
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
  }
  .block6 img {
    margin-left: 35vw;
    margin-top: 10vw;
    width: 20vw;
  }
  .block6 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-top: 5vw;
  }
  .block6 p {
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5vw; /* 162.5% */
    margin-top: 5vw;
  }
  .block6 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 400; /* 162.5% */
    text-decoration: none;
    margin-left: 26.5vw;
    margin-top: 10vw;
    float: left;
    transition: 0.2s;
    width: 40vw;
  }
  .block6 a:hover {
    color: #D946EF;
    transition: 0.2s;
  }
}
@media screen and (min-width: 1320px) {
  .third_page {
    margin-top: 800px;
    padding-top: 200px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .third1 img {
    float: left;
    margin-top: -200px;
  }
  .third1 h1 {
    float: right;
    margin-right: 180px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .third1 p {
    float: right;
    margin-top: 120px;
    margin-right: -610px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
  .third1 a {
    float: right;
    margin-top: 300px;
    margin-right: -110px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1319px) {
  .third_page {
    margin-top: 1000px;
    padding-top: 200px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
  .third1 img {
    float: left;
    margin-top: 0px;
    width: 400px;
  }
  .third1 h1 {
    float: right;
    color: #FFF;
    font-family: DM Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 50px;
  }
  .third1 p {
    float: right;
    margin-top: 160px;
    margin-right: -425px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
  }
  .third1 a {
    float: right;
    margin-top: 340px;
    margin-right: -110px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 919px) {
  .third_page {
    float: left;
    width: 90vw;
    margin-left: 5vw;
  }
  .third1 img {
    margin-top: 0px;
    width: 70vw;
    margin-left: 10vw;
  }
  .third1 h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40vw;
    text-align: center;
  }
  .third1 p {
    margin-top: 5vw;
    text-align: center;
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw; /* 162.5% */
  }
  .third1 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 6px 5vw;
    text-align: center;
    margin-left: 27vw;
    margin-top: 10vw;
    float: left;
  }
}
@media screen and (min-width: 1320px) {
  .third2 h1 {
    margin-top: 500px;
    float: left;
    margin-left: -500px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .third2 p {
    margin-top: 620px;
    float: left;
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: -535px;
  }
  .third2 img {
    margin-top: 400px;
    float: right;
  }
  .third2 a {
    float: left;
    margin-top: 800px;
    margin-left: -610px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 950px) and (max-width: 1319px) {
  .third2 h1 {
    margin-top: 500px;
    float: left;
    margin-left: -400px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .third2 p {
    margin-top: 620px;
    float: left;
    color: #FFF;
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: -425px;
  }
  .third2 img {
    margin-top: 350px;
    float: right;
    width: 400px;
  }
  .third2 a {
    float: left;
    margin-top: 800px;
    margin-left: -425px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 920px) and (max-width: 949px) {
  .third2 h1 {
    margin-top: 365px;
    float: left;
    margin-left: -400px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .third2 p {
    margin-top: 485px;
    float: left;
    color: #FFF;
    font-family: DM Sans;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-left: -425px;
  }
  .third2 img {
    margin-top: 350px;
    float: right;
    width: 400px;
  }
  .third2 a {
    float: left;
    margin-top: 665px;
    margin-left: -425px;
    color: #FFF;
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 1px) and (max-width: 919px) {
  .third2 {
    margin-bottom: 200px;
  }
  .third2 h1 {
    margin-top: 30vw;
    float: left;
    color: #FFF;
    font-family: DM Sans;
    font-size: 7vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 5vw;
  }
  .third2 p {
    text-align: center;
    color: #FFF;
    font-family: DM Sans;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw; /* 162.5% */
  }
  .third2 img {
    margin-top: 5vw;
    margin-left: 5vw;
    width: 70vw;
  }
  .third2 a {
    color: #FFF;
    font-family: DM Sans;
    font-size: 5vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    text-decoration: none;
    padding: 6px 5vw;
    text-align: center;
    margin-left: 27vw;
    margin-top: 10vw;
    float: left;
  }
}
@media screen and (min-width: 1225px) {
  .fourth_page {
    margin-top: 1000px;
    padding-top: 200px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .fourth_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .fourth_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
  }
  .fir {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 70px;
  }
  .fir img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .fir h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .fir p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .fir .icon {
    margin-left: 81px;
  }
  .sec {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
  }
  .sec img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .sec h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .sec p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .sec .icon {
    margin-left: 81px;
  }
  .thr {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
  }
  .thr img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .thr h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .thr p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .thr .icon {
    margin-left: 81px;
  }
  .for {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
  }
  .for img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .for h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .for p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .for .icon {
    margin-left: 81px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1224px) {
  .fourth_page {
    margin-top: 800px;
    padding-top: 200px;
    width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .fourth_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .fourth_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
  }
  .fir {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 70px;
  }
  .fir img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .fir h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .fir p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .fir .icon {
    margin-left: 81px;
  }
  .sec {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
  }
  .sec img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .sec h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .sec p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .sec .icon {
    margin-left: 81px;
  }
  .thr {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
  }
  .thr img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .thr h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .thr p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .thr .icon {
    margin-left: 81px;
  }
  .for {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
  }
  .for img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .for h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .for p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .for .icon {
    margin-left: 81px;
  }
}
@media screen and (min-width: 800px) and (max-width: 919px) {
  .fourth_page {
    margin-top: 1800px;
    padding-top: 200px;
    width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .fourth_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .fourth_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
  }
  .fir {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 70px;
  }
  .fir img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .fir h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .fir p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .fir .icon {
    margin-left: 81px;
  }
  .sec {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
  }
  .sec img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .sec h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .sec p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .sec .icon {
    margin-left: 81px;
  }
  .thr {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
  }
  .thr img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .thr h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .thr p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .thr .icon {
    margin-left: 81px;
  }
  .for {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
  }
  .for img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .for h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .for p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .for .icon {
    margin-left: 81px;
  }
}
@media screen and (min-width: 625px) and (max-width: 799px) {
  .fourth_page {
    margin-top: 2800px;
    padding-top: 200px;
    width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .fourth_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .fourth_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
  }
  .fir {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 70px;
  }
  .fir img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .fir h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .fir p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .fir .icon {
    margin-left: 81px;
  }
  .sec {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
  }
  .sec img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .sec h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .sec p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .sec .icon {
    margin-left: 81px;
  }
  .thr {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
  }
  .thr img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .thr h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .thr p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .thr .icon {
    margin-left: 81px;
  }
  .for {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
  }
  .for img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .for h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .for p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .for .icon {
    margin-left: 81px;
  }
}
@media screen and (min-width: 1px) and (max-width: 624px) {
  .fourth_page {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .fourth_page h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 200px;
  }
  .fourth_page p {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
  }
  .fir {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 70px;
  }
  .fir img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .fir h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .fir p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .fir .icon {
    margin-left: 81px;
  }
  .sec {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
  }
  .sec img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .sec h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .sec p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .sec .icon {
    margin-left: 81px;
  }
  .thr {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
  }
  .thr img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .thr h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .thr p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .thr .icon {
    margin-left: 81px;
  }
  .for {
    width: 270px;
    border-radius: 34px;
    background: linear-gradient(268deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.02) 100%);
    height: 270px;
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    border: rgba(255, 255, 255, 0.1098039216) solid 1px;
    float: left;
    margin-top: 30px;
  }
  .for img {
    margin-left: 71px;
    margin-top: 30px;
  }
  .for h1 {
    color: #FFF;
    font-family: DM Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -30px;
  }
  .for p {
    color: rgba(255, 255, 255, 0.4588235294);
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .for .icon {
    margin-left: 81px;
  }
}
@media screen and (min-width: 1225px) {
  .fifth_page {
    border-radius: 34px;
    background: var(--bg, linear-gradient(180deg, rgba(254, 254, 255, 0.01) 0%, rgba(255, 255, 255, 0.02) 100%));
    /* Shadow */
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    width: 1170px;
    height: 295px;
    flex-shrink: 0;
    margin-top: 500px;
    border: solid 1px rgba(255, 255, 255, 0.171);
    margin-left: auto;
    margin-right: auto;
  }
  .fifth_page h1 {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }
  .fifth_page p {
    color: rgba(255, 255, 255, 0.4784313725);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
  }
  .fifth_page input {
    border-radius: 70px;
    background: linear-gradient(180deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: none;
    width: 860px;
    height: 80px;
    flex-shrink: 0;
    color: white;
    padding-left: 30px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    margin-left: 155px;
    margin-top: 30px;
  }
  .fifth_page ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page ::placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page a {
    border-radius: 70px;
    opacity: 0.9;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    padding: 20px;
    color: #FFF;
    text-decoration: none;
    margin-left: -125px;
  }
}
@media screen and (max-width: 1224px) and (min-width: 844px) {
  .fifth_page {
    border-radius: 34px;
    background: var(--bg, linear-gradient(180deg, rgba(254, 254, 255, 0.01) 0%, rgba(255, 255, 255, 0.02) 100%));
    /* Shadow */
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    width: 90vw;
    height: 295px;
    flex-shrink: 0;
    margin-top: 700px;
    border: solid 1px rgba(255, 255, 255, 0.171);
    margin-left: auto;
    margin-right: auto;
  }
  .fifth_page h1 {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }
  .fifth_page p {
    color: rgba(255, 255, 255, 0.4784313725);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
  }
  .fifth_page input {
    border-radius: 70px;
    background: linear-gradient(180deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: none;
    height: 80px;
    flex-shrink: 0;
    color: white;
    padding-left: 30px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    margin-left: 10vw;
    margin-top: 30px;
    width: 70vw;
  }
  .fifth_page ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page ::placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page a {
    border-radius: 70px;
    opacity: 0.9;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    padding: 20px;
    color: #FFF;
    text-decoration: none;
    margin-left: -125px;
  }
}
@media screen and (max-width: 843px) and (min-width: 625px) {
  .fifth_page {
    border-radius: 34px;
    background: var(--bg, linear-gradient(180deg, rgba(254, 254, 255, 0.01) 0%, rgba(255, 255, 255, 0.02) 100%));
    /* Shadow */
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    width: 90vw;
    height: 295px;
    flex-shrink: 0;
    margin-top: 700px;
    border: solid 1px rgba(255, 255, 255, 0.171);
    margin-left: auto;
    margin-right: auto;
  }
  .fifth_page h1 {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }
  .fifth_page p {
    color: rgba(255, 255, 255, 0.4784313725);
    text-align: center;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-top: 20px;
  }
  .fifth_page input {
    border-radius: 70px;
    background: linear-gradient(180deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: none;
    height: 80px;
    flex-shrink: 0;
    color: white;
    padding-left: 30px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    margin-left: 10vw;
    margin-top: 30px;
    width: 70vw;
  }
  .fifth_page ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page ::placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page a {
    border-radius: 70px;
    opacity: 0.9;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    padding: 20px;
    color: #FFF;
    text-decoration: none;
    margin-left: -125px;
  }
}
@media screen and (max-width: 624px) and (min-width: 1px) {
  .fifth_page {
    border-radius: 34px;
    background: var(--bg, linear-gradient(180deg, rgba(254, 254, 255, 0.01) 0%, rgba(255, 255, 255, 0.02) 100%));
    /* Shadow */
    box-shadow: 0px 22px 18px 0px rgba(0, 0, 0, 0.05);
    width: 90vw;
    height: 295px;
    flex-shrink: 0;
    margin-top: 1400px;
    border: solid 1px rgba(255, 255, 255, 0.171);
    margin-left: auto;
    margin-right: auto;
  }
  .fifth_page h1 {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 30px;
  }
  .fifth_page p {
    color: rgba(255, 255, 255, 0.4784313725);
    text-align: center;
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 7vw; /* 187.5% */
    margin-top: 20px;
  }
  .fifth_page input {
    border-radius: 70px;
    background: linear-gradient(180deg, rgba(254, 254, 255, 0.03) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: none;
    height: 80px;
    flex-shrink: 0;
    color: white;
    padding-left: 30px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    margin-left: 10vw;
    margin-top: 30px;
    width: 70vw;
  }
  .fifth_page ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page ::placeholder {
    color: rgba(255, 255, 255, 0.5137254902);
    font-weight: 100;
  }
  .fifth_page a {
    border-radius: 70px;
    opacity: 0.9;
    background: var(--gardient, linear-gradient(91deg, #2563EB 0%, #D946EF 100%));
    padding: 20px;
    color: #FFF;
    text-decoration: none;
    margin-left: -125px;
  }
}
:root {
  --white:#FFF;
  --black:#000;
  --dark:#1E1E1E;
  --gray:rgba(1,1,1,0.6);
  --lite:rgba(255,255,255,0.6);
  --primary:#002347;
  --secondary:#fdc632;
}

/***************************
            DEFAULT
****************************/
body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

a, button {
  transition: 0.5s;
}

a, p {
  font-size: 14px;
}

.loc {
  margin-top: -3px;
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary);
  font-weight: 600;
}

a, button, input, textarea, select {
  outline: none !important;
}

fieldset {
  border: 0;
}

.title {
  color: var(--primary);
}

.gog {
  width: 150px;
}

.flex, .fixed_flex {
  display: flex;
}

.flex-content {
  width: 100%;
  position: relative;
}

.padding_1x {
  padding: 1rem;
}

.padding_2x {
  padding: 2rem;
}

.padding_3x {
  padding: 3rem;
}

.padding_4x {
  padding: 4rem;
}

.btn {
  padding: 0.8rem 2rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.btn_1 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--secondary);
}

.btn_1:hover {
  background-color: transparent;
  color: var(--primary);
}

.btn_2 {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: var(--primary);
}

.btn_2:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--secondary);
}

@media (max-width: 920px) {
  .flex {
    flex-wrap: wrap;
  }
  .padding_1x, .padding_2x, .padding_3x, .padding_4x {
    padding: 1rem;
  }
  .btn {
    padding: 0.5rem 1rem;
  }
  footer a, p {
    font-size: 12px;
  }
}
/***************************
               FOOTER
****************************/
footer {
  color: var(--lite);
  margin-top: 200px;
}

footer h3 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

footer a {
  color: var(--lite);
  display: block;
  margin: 15px 0;
}

footer a:hover {
  color: #D946EF;
}

footer fieldset {
  padding: 0;
}

footer fieldset input {
  background-color: #334f6c;
  border: 0;
  color: var(--lite);
  padding: 1rem;
}

footer fieldset .btn {
  border-radius: 0;
  border: 0;
}

footer fieldset .btn_2:hover {
  background-color: var(--secondary);
  border: 0;
  color: var(--primary);
}

footer .flex:last-child {
  align-items: center;
}

footer .flex:last-child .flex-content:last-child {
  text-align: right;
}

footer .flex:last-child p {
  color: var(--white);
}

footer .flex:last-child a {
  width: 40px;
  display: inline-block;
  border: rgba(255, 255, 255, 0.2039215686) solid 1px;
  border-radius: 5px;
  color: white;
  padding: 0.5rem;
  margin-right: 3px;
  text-align: center;
}

footer .flex:last-child a:hover {
  color: #D946EF;
  border: #D946EF solid 1px;
}

@media (max-width: 1100px) {
  footer .flex:first-child {
    flex-wrap: wrap;
  }
  footer .flex:first-child .flex-content {
    flex: 1 1 40%;
  }
}
@media (max-width: 920px) {
  footer .flex:last-child .flex-content:last-child {
    text-align: left;
  }
}
@media (max-width: 320px) {
  footer .flex:first-child .flex-content {
    flex: 1 1 100%;
  }
}
body {
  background-image: url(bg/bg2.png);
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 3000px;
  background-color: #051123;
  font-family: "DM Sans", sans-serif;
  font-family: "Urbanist", sans-serif;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 12px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: rgba(15, 50, 102, 0.2745098039);
  border-radius: 9em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #0f3266;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Стрелки *//*# sourceMappingURL=styles.css.map */