/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span,
label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  font-size: 1px;
}
@media (max-width: 1850px) {
  html {
    font-size: 0.95px;
  }
}
@media (max-width: 1780px) {
  html {
    font-size: 0.9px;
  }
}
@media (max-width: 1680px) {
  html {
    font-size: 0.85px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 0.8px;
  }
}
@media (max-width: 1480px) {
  html {
    font-size: 0.75px;
  }
}
@media (max-width: 1380px) {
  html {
    font-size: 0.7px;
  }
}
@media (max-width: 1330px) {
  html {
    font-size: 0.65px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 0.6px;
  }
}
@media (max-width: 1140px) {
  html {
    font-size: 0.55px;
  }
}
@media (max-width: 1030px) {
  html {
    font-size: 0.5px;
  }
}
@media (max-width: 930px) {
  html {
    font-size: 0.45px;
  }
}
@media (max-width: 850px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-display: swap;
  background: linear-gradient(98.51deg, #0b3f77 -1.12%, #021224 93.36%);
}
body.overflow-hidden {
  overflow: hidden;
}

input,
textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul,
ol,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1390rem;
  margin: 0 auto;
  padding: 0 20rem;
}

.section_title {
  font-weight: 700;
  font-size: 38rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #2a2a2a;
}
@media (max-width: 850px) {
  .section_title {
    font-size: 28rem;
  }
}

.sub_title {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.3em;
  color: #4b4b4b;
  text-align: center;
}
.sub_title_blue {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.3em;
  text-align: center;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 850px) {
  .sub_title {
    font-size: 16rem;
  }
}

.header {
  padding: 33rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .header {
    padding: 14rem 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 200rem;
}
.header .logo img {
  width: 100%;
}
@media (max-width: 850px) {
  .header .logo {
    width: 132rem;
  }
}
.header_right {
  display: flex;
  align-items: center;
  gap: 48rem;
}
@media (max-width: 850px) {
  .header_right {
    position: fixed;
    top: 68rem;
    left: -100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24rem 24rem 48rem 24rem;
    background: linear-gradient(98.51deg, #0B3F77 -1.12%, #021224 93.36%);
    z-index: 6;
    transition: 0.3s ease;
  }
}
.header_right.active {
  left: 0;
}
.header_link {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .header_link {
    flex-direction: column;
  }
}
.header_link a {
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.header_btn {
  height: 47rem;
  padding: 14rem 20rem;
  font-weight: 700;
  font-size: 16rem;
  letter-spacing: 0.1em;
  color: #000000;
  border-radius: 100px;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
}
.header .burger {
  display: none;
  width: 40rem;
  height: 40rem;
}
@media (max-width: 850px) {
  .header .burger {
    display: flex;
  }
}
.header .burger img {
  width: 100%;
  height: 100%;
}

.hero {
  padding: 124rem 0 60rem 0;
  position: relative;
}
@media (max-width: 850px) {
  .hero {
    padding: 16rem 0 24rem 0;
  }
}
.hero::after {
  content: "";
  position: absolute;
  top: 100rem;
  right: 0;
  z-index: -1;
  width: 975rem;
  height: 875rem;
  background: radial-gradient(77.95% 41.71% at 100% 41.71%, #0194FE 0%, rgba(1, 148, 254, 0) 100%);
}
.hero .container {
  position: relative;
}
.hero_img {
  position: absolute;
  top: -250rem;
  right: -200rem;
  width: 1014rem;
  height: 981rem;
}
@media (max-width: 850px) {
  .hero_img {
    width: 620rem;
    height: 600rem;
    position: relative;
    top: 20rem;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero_img::before {
  content: "";
  position: absolute;
  bottom: -100rem;
  height: 200rem;
  width: 100%;
  background: rgb(3, 23, 44);
  filter: blur(22px);
  border-radius: 100rem;
}
.hero_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero_text {
  max-width: 750rem;
}
.hero_text h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 52rem;
  line-height: 120%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .hero_text h1 {
    font-size: 28rem;
  }
}
.hero_text p {
  font-weight: 500;
  font-size: 22rem;
  line-height: 140%;
  letter-spacing: 10%;
  color: #E1E1E1;
  max-width: 640rem;
}
@media (max-width: 850px) {
  .hero_text p {
    font-size: 16rem;
  }
}
.hero_contact {
  position: relative;
  z-index: 2;
  width: 1140rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #ededed;
  border-radius: 20rem;
  padding: 50rem 30rem;
  margin-top: 240rem;
}
@media (max-width: 850px) {
  .hero_contact {
    padding: 28rem 10rem;
    width: 100%;
    margin-top: 0;
  }
}
.hero_contact h3 {
  font-weight: 700;
  font-size: 38rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(136deg, #0b3f77 0%, #021224 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40rem;
}
@media (max-width: 850px) {
  .hero_contact h3 {
    font-size: 22rem;
    margin-bottom: 32rem;
  }
}
.hero_contact form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60rem;
}
@media (max-width: 850px) {
  .hero_contact form {
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
  }
}
.hero_contact form input,
.hero_contact form button {
  width: 100%;
  height: 56rem;
  border-radius: 100rem;
}
@media (max-width: 850px) {
  .hero_contact form input,
  .hero_contact form button {
    height: 50rem;
  }
}
.hero_contact form input {
  padding: 14rem 20rem;
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.1em;
  color: #2b3d32;
  background: #FFFFFF;
}
@media (max-width: 850px) {
  .hero_contact form input {
    font-size: 14rem;
  }
}
.hero_contact form button {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  padding: 10rem 20rem;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
}
@media (max-width: 850px) {
  .hero_contact form button {
    font-size: 16rem;
  }
}

.about {
  padding: 60rem 0 100rem 0;
}
@media (max-width: 850px) {
  .about {
    padding: 60rem 0;
  }
}
.about .container {
  display: flex;
  align-items: start;
  gap: 40rem;
}
@media (max-width: 850px) {
  .about .container {
    gap: 0;
    flex-direction: column;
  }
}
.about_imgs {
  width: 540rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14rem;
}
@media (max-width: 850px) {
  .about_imgs {
    width: 100%;
    margin-top: 32rem;
  }
}
.about_imgs img {
  width: 100%;
  height: 324rem;
  border-radius: 12rem;
  border: 1rem solid #00C3FD;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 680px) {
  .about_imgs img {
    height: 220rem;
  }
}
.about_imgs img:nth-child(1) {
  width: 100%;
  grid-column: span 2;
}
.about_mobile_head {
  display: none;
}
@media (max-width: 850px) {
  .about_mobile_head {
    display: block;
  }
}
.about_mobile_head .sub_title_blue {
  text-align: left;
}
.about_mobile_head .section_title {
  color: #FFFFFF;
  text-align: left;
  text-transform: none;
}
.about_text {
  width: 700rem;
}
@media (max-width: 850px) {
  .about_text {
    width: 100%;
  }
}
.about_text .sub_title_blue {
  text-align: left;
}
@media (max-width: 850px) {
  .about_text .sub_title_blue {
    font-size: 16rem;
    display: none;
  }
}
.about_text .section_title {
  color: #FFFFFF;
  font-size: 40rem;
  text-align: left;
  text-transform: none;
  margin-top: 12rem;
}
@media (max-width: 850px) {
  .about_text .section_title {
    font-size: 28rem;
    display: none;
  }
}
.about_text ul {
  display: flex;
  flex-direction: column;
  gap: 32rem;
  margin: 48rem 0;
}
@media (max-width: 850px) {
  .about_text ul {
    gap: 24rem;
    margin: 32rem 0;
  }
}
.about_text ul li {
  font-weight: 400;
  font-size: 22rem;
  line-height: 150%;
  letter-spacing: 10%;
  color: #E1E1E1;
}
@media (max-width: 850px) {
  .about_text ul li {
    font-size: 16rem;
  }
}
.about_text .about_btn {
  font-weight: 700;
  font-size: 18rem;
  line-height: 100%;
  letter-spacing: 10%;
  color: #000000;
  background: linear-gradient(65.84deg, #00C3FD 25.98%, #0194FE 65.48%);
  border-radius: 100rem;
  width: 320rem;
  height: 56rem;
}
@media (max-width: 850px) {
  .about_text .about_btn {
    width: 100%;
  }
}

.video {
  background: #ededed;
  padding: 34rem 0;
}
@media (max-width: 850px) {
  .video .sub_title {
    text-align: left;
  }
}
.video .section_title {
  margin: 12rem 0 48rem 0;
}
@media (max-width: 850px) {
  .video .section_title {
    text-align: left;
  }
}
.video_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem;
}
@media (max-width: 850px) {
  .video_blocks {
    grid-template-columns: repeat(2, 1fr);
    gap: 24rem;
  }
}
@media (max-width: 680px) {
  .video_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.video_block {
  border-radius: 20rem;
  border: 1rem solid #00C3FD;
  overflow: hidden;
  background: #052343;
  position: relative;
}
.video_block-img {
  height: 280rem;
  width: 100%;
  position: relative;
}
@media (max-width: 680px) {
  .video_block-img {
    height: 220rem;
  }
}
.video_block-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video_block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_block-img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  border: 1rem solid #000000;
  background: linear-gradient(65.84deg, rgba(0, 195, 253, 0.5) 25.98%, rgba(1, 148, 254, 0.5) 65.48%);
}
.video_block-img .play img {
  width: 53rem;
  height: 53rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.video_block-text {
  padding: 32rem 24rem 106rem 24rem;
}
@media (max-width: 680px) {
  .video_block-text {
    padding: 32rem 18rem 32rem 18rem;
  }
}
.video_block-text h3 {
  font-weight: 700;
  font-size: 20rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video_block-text ul {
  margin: 16rem 0 32rem 0;
}
.video_block-text ul li {
  font-weight: 400;
  font-size: 16rem;
  line-height: 188%;
  letter-spacing: 0.05em;
  color: #e1e1e1;
}
.video_block-text button {
  position: absolute;
  bottom: 32rem;
  left: 0;
  right: 0;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: auto;
  border: 1rem solid #00c3fd;
  padding: 14rem 48rem;
  border-radius: 100rem;
  font-weight: 400;
  font-size: 16rem;
  letter-spacing: 0.1em;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 680px) {
  .video_block-text button {
    position: static;
  }
}

.course {
  padding: 100rem 0 64rem 0;
}
@media (max-width: 850px) {
  .course {
    padding: 60rem 0;
  }
}
@media (max-width: 850px) {
  .course .sub_title_blue {
    text-align: left;
  }
}
.course .section_title {
  color: #FFFFFF;
  margin: 12rem 0 48rem 0;
}
@media (max-width: 850px) {
  .course .section_title {
    text-align: left;
    margin: 12rem 0 32rem 0;
  }
}
.course_btn {
  display: block;
  margin: auto;
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  padding: 14rem 48rem;
  height: 56rem;
  border-radius: 100rem;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
}
@media (max-width: 850px) {
  .course_btn {
    width: 100%;
  }
}
.course_in {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 40rem;
  gap: 32rem;
}
@media (max-width: 850px) {
  .course_in {
    flex-direction: column;
  }
}
.course_block {
  border-radius: 15rem;
  padding: 20rem 22rem;
  width: 500rem;
}
@media (max-width: 850px) {
  .course_block {
    width: 100%;
    padding: 20rem 12rem;
  }
}
.course_block .line {
  height: 1rem;
  width: 100%;
  background: #BEBEBE;
}
.course_block img {
  width: 24rem;
  height: 24rem;
  display: flex;
  flex-shrink: 0;
}
.course_after {
  background: #FFFFFF;
}
.course_after h3 {
  font-weight: 800;
  font-size: 24rem;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24rem;
}
@media (max-width: 850px) {
  .course_after h3 {
    margin-bottom: 12rem;
  }
}
.course_after ul {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 850px) {
  .course_after ul {
    gap: 12rem;
  }
}
.course_after ul li {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.course_after ul li span {
  font-weight: 400;
  font-size: 20rem;
  color: #263238;
}
@media (max-width: 850px) {
  .course_after ul li span {
    font-size: 16rem;
  }
}
.course_before {
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
}
.course_before h3 {
  font-weight: 800;
  font-size: 24rem;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: linear-gradient(136deg, #0b3f77 0%, #021224 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24rem;
}
@media (max-width: 850px) {
  .course_before h3 {
    margin-bottom: 12rem;
  }
}
.course_before ul {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
@media (max-width: 850px) {
  .course_before ul {
    gap: 12rem;
  }
}
.course_before ul li {
  display: flex;
  align-items: center;
  gap: 12rem;
}
.course_before ul li span {
  font-weight: 700;
  font-size: 20rem;
  color: #263238;
}
@media (max-width: 850px) {
  .course_before ul li span {
    font-size: 16rem;
  }
}

.user {
  padding-bottom: 100rem;
}
.user .container {
  max-width: 1200rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .user .container {
    flex-direction: column-reverse;
    gap: 32rem;
  }
}
.user_img {
  border: 1rem solid #00C3FD;
  border-radius: 24rem;
  overflow: hidden;
  width: 500rem;
  height: 580rem;
}
@media (max-width: 850px) {
  .user_img {
    width: 100%;
    height: 342rem;
  }
}
.user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .user_img img {
    -o-object-position: top;
       object-position: top;
  }
}
.user_text {
  display: flex;
  flex-direction: column;
  gap: 40rem;
  width: 434rem;
}
@media (max-width: 850px) {
  .user_text {
    width: 100%;
    gap: 32rem;
  }
}
.user_text-block-head {
  display: flex;
  align-items: center;
  gap: 20rem;
  margin-bottom: 10rem;
}
.user_text .number {
  width: 42rem;
  height: 42rem;
  background: linear-gradient(65.84deg, #00C3FD 25.98%, #0194FE 65.48%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 700;
  font-style: Bold;
  font-size: 28rem;
  line-height: 100%;
  color: #FFFFFF;
}
.user_text h3 {
  font-weight: 700;
  font-size: 28rem;
  line-height: 100%;
  letter-spacing: 2%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .user_text h3 {
    font-size: 24rem;
  }
}
.user_text p {
  font-weight: 400;
  font-size: 20rem;
  line-height: 120%;
  letter-spacing: 2%;
  color: #E6E6E6;
}

.step {
  padding: 100rem 0 64rem 0;
}
@media (max-width: 850px) {
  .step {
    padding: 0 0 60rem 0;
  }
}
.step .container {
  position: relative;
}
.step .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 975rem;
  height: 875rem;
  background: radial-gradient(42.09% 49.56% at 50.05% 49.56%, #0194FE 0%, rgba(1, 148, 254, 0) 100%);
}
@media (max-width: 850px) {
  .step .sub_title_blue {
    text-align: left;
  }
}
.step .section_title {
  color: #FFFFFF;
  margin: 12rem 0 48rem 0;
}
@media (max-width: 850px) {
  .step .section_title {
    text-align: left;
    margin: 12rem 0 32rem 0;
  }
}
.step_blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20rem;
}
@media (max-width: 680px) {
  .step_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.step_block {
  border-radius: 20rem;
  padding: 32rem 16rem;
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.step_block-head {
  display: flex;
  align-items: center;
  gap: 24rem;
  padding-bottom: 20rem;
  border-bottom: 2rem solid #EDEDED;
}
.step_block-head span {
  font-weight: 600;
  font-size: 44rem;
  line-height: 100%;
  letter-spacing: 5%;
  color: #FFFFFF;
}
.step_block h3 {
  font-weight: 700;
  font-size: 22rem;
  line-height: 130%;
  letter-spacing: 10%;
  max-width: 300rem;
}
.step_block p {
  font-weight: 400;
  font-size: 16rem;
  line-height: 150%;
  letter-spacing: 10%;
  color: #FFFFFF;
}
.step_block ul {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.step_block ul li {
  display: flex;
  align-items: start;
  gap: 8rem;
}
.step_block ul li img {
  width: 20rem;
  height: 20rem;
  display: flex;
  flex-shrink: 0;
}
.step_block ul li span {
  font-weight: 400;
  font-size: 16rem;
  line-height: 150%;
  letter-spacing: 10%;
  color: #FFFFFF;
}
.step .dark {
  border: 1rem solid #0194FE;
  background: #052343;
}
.step .dark h3 {
  color: #FFFFFF;
}
.step .white {
  background: #ededed;
  border: 1rem solid #ededed;
}
.step .white h3 {
  color: #000000;
}
.step .white .step_block-head {
  border-bottom: 2rem solid #000000;
}
.step .white .step_block-head span {
  color: #000000;
}
.step .white p {
  color: #000000;
}
.step .white ul li span {
  font-weight: 200;
  color: #000000;
}

.spiker {
  padding: 60rem 0;
}
.spiker .container {
  display: flex;
  align-items: center;
  gap: 48rem;
  position: relative;
}
@media (max-width: 850px) {
  .spiker .container {
    gap: 0;
  }
}
.spiker .container .circle {
  position: absolute;
  left: 0;
  top: 55rem;
  width: 550rem;
  height: 550rem;
  z-index: -1;
}
@media (max-width: 850px) {
  .spiker .container .circle {
    display: none;
  }
}
.spiker_img {
  width: 524rem;
  height: 524rem;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  box-shadow: -2px 6px 60px 5px rgba(0, 194, 252, 0.6980392157);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65%;
     object-position: 65%;
}
@media (max-width: 850px) {
  .spiker_img.desktop {
    display: none;
  }
}
.spiker_img.mobile {
  display: none;
}
@media (max-width: 850px) {
  .spiker_img.mobile {
    display: block;
    margin: 32rem auto 0 auto;
  }
}
@media (max-width: 680px) {
  .spiker_img.mobile {
    width: 300rem;
    height: 300rem;
  }
}
.spiker_text {
  max-width: 630rem;
}
@media (max-width: 850px) {
  .spiker_text {
    max-width: 100%;
  }
}
.spiker_text .sub_title_blue {
  text-align: left;
}
@media (max-width: 850px) {
  .spiker_text .sub_title_blue {
    font-size: 16rem;
  }
}
.spiker_text .section_title {
  text-align: left;
  color: #FFFFFF;
  margin: 10rem 0 48rem 0;
}
@media (max-width: 850px) {
  .spiker_text .section_title {
    margin: 10rem 0 32rem 0;
  }
}
.spiker_text h4 {
  font-weight: 500;
  font-size: 28rem;
  line-height: 100%;
  letter-spacing: 10%;
  color: #ededed;
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .spiker_text h4 {
    font-size: 20rem;
  }
}
.spiker_text ul {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.spiker_text ul li {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 850px) {
  .spiker_text ul li {
    align-items: start;
  }
}
.spiker_text ul img {
  width: 20rem;
  height: 20rem;
  display: flex;
  flex-shrink: 0;
}
.spiker_text ul span {
  font-weight: 400;
  font-size: 16rem;
  line-height: 140%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #E1E1E1;
}
.spiker_text blockquote {
  position: relative;
  padding: 50rem 20rem;
  font-weight: 400;
  font-size: 18rem;
  line-height: 170%;
  letter-spacing: 10%;
  color: #E1E1E1;
  margin-top: 32rem;
  text-align: justify;
}
@media (max-width: 850px) {
  .spiker_text blockquote {
    font-size: 16rem;
  }
}
.spiker_text blockquote span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 20rem;
  line-height: 100%;
  letter-spacing: 10%;
  color: #FFFFFF;
}
@media (max-width: 850px) {
  .spiker_text blockquote span {
    font-size: 18rem;
  }
}
.spiker_text blockquote img {
  position: absolute;
  width: 40rem;
  height: 32rem;
  display: flex;
  flex-shrink: 0;
}
.spiker_text blockquote img.one {
  top: 0;
  left: 0;
}
.spiker_text blockquote img.two {
  bottom: 0;
  right: 0;
}

.contact {
  padding: 54rem 0;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
}
@media (max-width: 850px) {
  .contact {
    padding: 48rem 0;
  }
}
.contact .container {
  max-width: 1040rem;
}
.contact p {
  margin: 32rem auto 48rem auto;
  font-weight: 500;
  font-size: 24rem;
  line-height: 125%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1a1a1a;
  max-width: 800rem;
}
@media (max-width: 850px) {
  .contact p {
    margin: 24rem auto 32rem auto;
    font-size: 20rem;
  }
}
.contact form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
}
@media (max-width: 850px) {
  .contact form {
    gap: 20rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact form input,
.contact form button {
  height: 56rem;
  border-radius: 100rem;
}
.contact form input {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 15rem;
  letter-spacing: 0.1em;
  color: #2b3d32;
  padding: 16rem 20rem;
  border: 1rem solid #000000;
}
.contact form button {
  background: linear-gradient(136deg, #0b3f77 0%, #021224 100%);
}
.contact form button span {
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy {
  margin: 80rem 0;
}
@media (max-width: 850px) {
  .policy {
    margin: 30rem 0;
  }
}
.policy .container {
  max-width: 1220rem;
}
.policy h1 {
  font-weight: 900;
  font-size: 60rem;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 48rem;
}
@media (max-width: 850px) {
  .policy h1 {
    font-size: 32rem;
    margin-bottom: 32rem;
  }
}
@media (max-width: 420px) {
  .policy h1 {
    font-size: 20rem;
    margin-bottom: 24rem;
  }
}
.policy_in {
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
@media (max-width: 850px) {
  .policy_in {
    gap: 24rem;
  }
}
.policy_block p, .policy_block li {
  font-weight: 300;
  font-size: 22rem;
  line-height: 120%;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy_block p, .policy_block li {
    font-size: 16rem;
  }
}
.policy_block ul {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.policy_block p {
  margin-bottom: 32rem;
}
@media (max-width: 850px) {
  .policy_block p {
    margin-bottom: 16rem;
  }
}
.policy .title {
  display: flex;
  align-items: center;
  gap: 24rem;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .policy .title {
    gap: 12rem;
    margin-bottom: 12rem;
  }
}
.policy .title .number {
  flex-shrink: 0;
  width: 42rem;
  height: 42rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(9deg, #00c3fd 0%, #0194fe 100%);
}
@media (max-width: 850px) {
  .policy .title .number {
    width: 30rem;
    height: 30rem;
  }
}
.policy .title .number span {
  font-weight: 700;
  font-size: 28rem;
  color: #000000;
}
@media (max-width: 850px) {
  .policy .title .number span {
    font-size: 18rem;
  }
}
.policy .title h3 {
  font-weight: 500;
  font-size: 32rem;
  color: #E6E6E6;
}
@media (max-width: 850px) {
  .policy .title h3 {
    font-size: 20rem;
  }
}

.footer {
  background: #ededed;
  padding: 34rem 0;
}
@media (max-width: 850px) {
  .footer {
    padding: 24rem 0;
  }
}
.footer_top {
  padding-bottom: 40rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1rem solid #000000;
  margin-bottom: 16rem;
}
@media (max-width: 850px) {
  .footer_top {
    align-items: center;
    flex-direction: column;
    gap: 24rem;
    text-align: center;
    padding-bottom: 20rem;
  }
}
.footer .logo {
  width: 300rem;
}
@media (max-width: 850px) {
  .footer .logo {
    width: 250rem;
  }
}
.footer .logo img {
  width: 100%;
}
.footer p {
  font-weight: 300;
  font-size: 16rem;
  line-height: 158%;
  letter-spacing: 0.1em;
  color: #1b1b1b;
  max-width: 425rem;
  margin: 14rem 0 40rem 0;
}
@media (max-width: 850px) {
  .footer p {
    text-align: center;
    margin: 18rem 0 24rem 0;
    max-width: 100%;
    font-size: 14rem;
  }
}
.footer_link {
  display: flex;
  align-items: center;
  gap: 40rem;
}
@media (max-width: 850px) {
  .footer_link {
    flex-direction: column;
    gap: 24rem;
  }
}
.footer_link a {
  font-weight: 400;
  font-size: 18rem;
  letter-spacing: 0.1em;
  color: #000000;
  transition: 0.3s ease;
}
.footer_link a:hover {
  color: #0194fe;
}
@media (max-width: 850px) {
  .footer_link a {
    font-size: 16rem;
  }
}
.footer_right {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
@media (max-width: 850px) {
  .footer_right {
    gap: 30rem;
  }
}
.footer_right a {
  font-weight: 400;
  font-size: 16rem;
  color: #1b1b1b;
  transition: 0.3s ease;
}
.footer_right a:hover {
  color: #0194fe;
}
.footer span {
  font-weight: 400;
  font-size: 16rem;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 850px) {
  .footer span {
    display: block;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */