/*! 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;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  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;
}

body {
  font-family: "Inter", serif;
  font-style: normal;
  font-display: swap;
  background: #F3FFF8;
}

.body_in.active {
  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: 1250px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 50px 0 10px 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin: 30px 0 10px 0;
    gap: 12px;
  }
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumb a,
  .breadcrumb span,
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb span {
  color: #718096;
}

.main_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #121225;
}
@media (max-width: 1024px) {
  .main_title {
    font-size: 17px;
    line-height: 120%;
  }
}

.section_title {
  font-weight: 590;
  font-size: 48px;
  line-height: 57.6px;
  color: #121225;
}
@media (max-width: 1024px) {
  .section_title {
    font-size: 36px;
    line-height: 44px;
  }
}

.language-select {
  position: relative;
  display: inline-block;
}
.language-select .selected-language {
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #121225;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .language-select .selected-language {
    font-size: 13px;
  }
}
.language-select .language-select_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .language-select .language-select_btn .language_icon {
    display: none;
  }
}
.language-select .language-select_btn:hover .selected-language {
  color: #0071E3;
}
.language-select .language-options {
  display: none;
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.0509803922);
  z-index: 11;
  border-radius: 16px;
  padding: 16px 10px;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .language-select .language-options {
    gap: 5px;
    padding: 5px;
  }
}
.language-select .language-options .language-option {
  text-transform: uppercase;
  width: 61px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121225;
  transition: 0.2s ease;
}
.language-select .language-options .language-option:hover {
  background: rgba(0, 113, 227, 0.1);
}
.language-select .show {
  display: flex;
}

.btn_black {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  background: #121225;
  padding: 7.5px 26px;
  border-radius: 100px;
  color: #FFFFFF;
}

.section_bottom {
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .section_bottom {
    margin-bottom: 60px;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.header {
  padding: 24px 0;
}
@media (max-width: 1024px) {
  .header {
    padding: 14px 0;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .header .container {
    gap: 145px;
  }
}
.header .burger {
  display: none;
}
@media (max-width: 1024px) {
  .header .burger {
    display: flex;
  }
}
.header_logo {
  width: 140px;
  height: 26px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .header_logo {
    width: 127px;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header_left {
  display: flex;
  align-items: center;
  gap: 70px;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header .nav_link {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1024px) {
  .header .nav_link {
    display: none;
  }
}
.header .nav_link a,
.header .nav_link button {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #121225;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .nav_link a:hover,
.header .nav_link button:hover {
  color: #0071E3;
}
.header .nav_link .nav_btn {
  position: relative;
}
.header .nav_link .nav_btn img {
  transition: 0.2s ease;
}
.header .nav_link .nav_btn.active img {
  transform: rotate(180deg);
}
.header .nav_link .nav_content {
  width: 220px;
  position: absolute;
  top: calc(100% + 11px);
  z-index: 2;
  border-radius: 16px;
  padding: 16px 10px;
  background: #FFFFFF;
  display: none;
  z-index: 4;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.05);
}
.header .nav_link .nav_content.active {
  display: flex;
}
.header .nav_link .nav_content a {
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121225;
  transition: 0.2s ease;
}
.header .nav_link .nav_content a:hover {
  background: rgba(0, 113, 227, 0.1);
}
.header_btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .header_btns {
    display: none;
  }
}
.header_btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #121225;
}
.header_btns .btn_black {
  color: #FFFFFF;
}

.main_header {
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
}

.nav_bg {
  position: fixed;
  top: 60px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 37, 0.25);
  z-index: 10;
  transition: 0.2s ease;
}
.nav_bg.active {
  left: 0;
}

.nav_block {
  padding: 30px 0;
  background: rgb(243, 255, 248);
}
.nav_block .header_btns {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 30px;
}
.nav_block .header_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #121225;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.05);
  border: 1px solid #0071E3;
  border-radius: 99px;
  padding: 9px;
  height: 38px;
  flex: 1;
}
.nav_block .header_btns .btn_black {
  height: 38px;
  color: #FFFFFF;
  border: 1px solid transparent;
}
.nav_block .nav_link {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.nav_block .nav_link a,
.nav_block .nav_link button {
  padding: 16px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #121225;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(113, 128, 150, 0.2);
}
.nav_block .nav_link a:hover,
.nav_block .nav_link button:hover {
  color: #0071E3;
}
.nav_block .nav_link .nav_item {
  width: 100%;
}
.nav_block .nav_link .nav_btn_two {
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.nav_block .nav_link .nav_btn_two img {
  transition: 0.2s ease;
}
.nav_block .nav_link .nav_btn_two.active img {
  transform: rotate(180deg);
}
.nav_block .nav_link .nav_content_two {
  width: 100%;
  padding: 10px 0 20px 0;
  display: none;
  padding-left: 20px;
  flex-direction: column;
  gap: 10px;
}
.nav_block .nav_link .nav_content_two.active {
  display: flex;
}
.nav_block .nav_link .nav_content_two a {
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121225;
  transition: 0.2s ease;
  border: none;
}
.nav_block .nav_link .nav_content_two a:hover {
  background: rgba(0, 113, 227, 0.1);
}

.home {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .home {
    padding-top: 20px;
  }
}
.home .container {
  max-width: 1480px;
  position: relative;
}
.home .circle_blue {
  position: absolute;
  top: 12px;
  left: -240px;
  width: 1083px;
  height: 681px;
  background: rgba(212, 254, 255, 0.6);
  filter: blur(100px);
  transform: rotate(9.55deg);
}
@media (max-width: 1024px) {
  .home .circle_blue {
    width: 343px;
    height: 215px;
    left: -130px;
    bottom: -38px;
    filter: blur(30px);
    top: auto;
  }
}
.home .circle_pink {
  position: absolute;
  top: 47px;
  right: 39px;
  width: 811px;
  height: 511px;
  background: rgba(249, 212, 255, 0.6);
  filter: blur(100px);
  transform: rotate(9.55deg);
}
@media (max-width: 1024px) {
  .home .circle_pink {
    width: 256px;
    height: 161px;
    right: -42px;
    bottom: 17px;
    filter: blur(30px);
    top: auto;
  }
}
.home_in {
  position: relative;
  z-index: 2;
}
.home h1 {
  font-weight: 700;
  font-size: 68px;
  line-height: 68px;
  text-align: center;
  margin-bottom: 30px;
  color: #121225;
}
@media (max-width: 1024px) {
  .home h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.home p {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  color: #121225;
  max-width: 604px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .home p {
    font-size: 14px;
  }
}
.home_btns {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .home_btns {
    margin: 30px 0 15px 0;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .home_btns {
    flex-direction: column;
  }
}
.home_btns .blue_btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFFFFF;
  padding: 16.5px 28px;
  display: flex;
  justify-content: center;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 768px) {
  .home_btns .blue_btn {
    width: 223px;
    font-size: 14px;
  }
}
.home_btns .btn_two {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14.5px 28px;
  border-radius: 99px;
  border: 1px solid #0071E3;
}
@media (max-width: 768px) {
  .home_btns .btn_two {
    width: 223px;
    font-size: 14px;
    white-space: nowrap;
  }
}
.home_imgs {
  height: 378px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .home_imgs {
    height: 288px;
  }
}
@media (max-width: 1024px) {
  .home_imgs {
    height: 199px;
  }
}
@media (max-width: 768px) {
  .home_imgs {
    overflow: visible;
    height: 119px;
  }
}
.home_imgs::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 4;
  height: 264px;
  width: 100%;
  background: linear-gradient(180deg, rgba(243, 255, 248, 0) 0%, #F3FFF8 100%);
}
@media (max-width: 1024px) {
  .home_imgs::before {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .home_imgs::before {
    height: 83px;
    left: -74px;
    width: calc(100% + 146px);
  }
}
.home_imgs .img_one {
  width: 851px;
  height: 378px;
  border-radius: 16px 16px 0 0;
  position: absolute;
  left: 221px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .home_imgs .img_one {
    width: 651px;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .home_imgs .img_one {
    width: 451px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .home_imgs .img_one {
    width: 269px;
    height: 119px;
    border-radius: 5px 5px 0 0;
  }
}
@media (max-width: 480px) {
  .home_imgs .img_one {
    margin: 0;
  }
}
.home_imgs .img_two {
  width: 354px;
  height: 161px;
  border-radius: 16px;
  position: absolute;
  left: 25px;
  top: 97px;
}
@media (max-width: 1024px) {
  .home_imgs .img_two {
    left: 0;
    height: auto;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .home_imgs .img_two {
    width: 112px;
    height: 51px;
    border-radius: 5px;
    left: -66px;
    top: 31px;
    opacity: 80%;
  }
}
.home_imgs .img_five {
  position: absolute;
  right: 0;
  top: 84px;
  width: 304px;
  height: 173px;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .home_imgs .img_five {
    height: auto;
    width: 200px;
  }
}
@media (max-width: 768px) {
  .home_imgs .img_five {
    width: 96px;
    height: 55px;
    border-radius: 5px;
    right: -55px;
    top: 26px;
    opacity: 80%;
  }
}
.home_imgs_block {
  width: 441px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 145px;
  top: 47px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .home_imgs_block {
    width: 160px;
    height: 95px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .home_imgs_block {
    right: -10px;
    width: 139px;
    height: 79px;
    gap: 3px;
    top: 14px;
  }
}
.home_imgs_block img {
  width: 380px;
  bottom: 120px;
  box-shadow: 0px 0px 20px 0px rgba(42, 71, 54, 0.05);
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .home_imgs_block img {
    height: 45px;
  }
}
@media (max-width: 768px) {
  .home_imgs_block img {
    width: 120px;
    height: 38px;
    border-radius: 5px;
  }
}
.home_imgs_block img:last-child {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .home_imgs_block img:last-child {
    transform: translateX(20px);
  }
}

.partner {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .partner {
    padding: 30px 0;
  }
}
.partner .main_title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .partner .main_title {
    margin-bottom: 20px;
  }
}
.partner_in {
  max-width: 832px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .partner_in {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .partner_in {
    gap: 14px;
  }
}
.partner_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_logo img {
  width: 90px;
  height: 50px;
}
@media (max-width: 640px) {
  .partner_logo img {
    width: 72px;
    height: 40px;
  }
}
.partner_bottom {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.partner_bottom svg {
  display: flex;
  flex-shrink: 0;
}
.partner_bottom p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
}
@media (max-width: 640px) {
  .partner_bottom p {
    font-size: 13px;
    align-items: start;
  }
}

.follower {
  margin-bottom: 20px;
}
.follower .container {
  max-width: 1480px;
  padding: 0;
}
.follower .main_title {
  position: relative;
  z-index: 2;
  text-align: center;
}
.follower .tabs {
  position: relative;
  z-index: 2;
  margin: 20px auto 50px auto;
  max-width: 669px;
  height: 52px;
  border: 1px solid #718096;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .follower .tabs {
    margin: 20px auto 30px auto;
  }
}
@media (max-width: 768px) {
  .follower .tabs {
    padding: 14px;
    border-radius: 26px;
    height: 171px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .follower .tabs {
    max-width: 100%;
  }
}
.follower .tabs_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  position: relative;
}
@media (max-width: 768px) {
  .follower .tabs_in {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.follower .tabs .tab {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .follower .tabs .tab {
    width: 100%;
    color: #718096;
    text-align: center;
  }
}
.follower .tabs .tab:last-child::after {
  display: none;
}
.follower .tabs .tab::after {
  display: none;
  content: "";
  position: absolute;
  height: 1px;
  bottom: -11.5px;
  width: calc(100% + 28px);
  background: #718096;
  opacity: 20%;
}
@media (max-width: 768px) {
  .follower .tabs .tab::after {
    display: flex;
  }
}
.follower .tabs .tab.active {
  color: #0071E3;
}
.follower .tabs .tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -17px;
  width: 60px;
  height: 3px;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 768px) {
  .follower .tabs .tab.active::before {
    display: none;
  }
}
.follower_in {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 70px 20px;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.05);
}
@media (max-width: 768px) {
  .follower_in {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.follower_block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 1024px) {
  .follower_block {
    flex-direction: column;
    gap: 30px;
  }
}
.follower_text_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  max-width: 595px;
}
@media (max-width: 1024px) {
  .follower_text_in {
    gap: 30px 20px;
  }
}
.follower_text h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #121225;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .follower_text h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.follower_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
}
@media (max-width: 1024px) {
  .follower_text p {
    font-size: 13px;
  }
}
.follower_text a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-top: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFFFFF;
  padding: 16.5px 20.5px;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 1024px) {
  .follower_text a {
    padding: 11px 33.5px;
    font-size: 13px;
    margin: 20px auto 0 auto;
  }
}
.follower_img {
  max-width: 598px;
  flex-shrink: 0;
  position: relative;
}
.follower_img .circle_blue {
  width: 508px;
  height: 397px;
  background: rgba(212, 254, 255, 0.6);
  filter: blur(100px);
  position: absolute;
  left: -20px;
  top: -40px;
}
@media (max-width: 1024px) {
  .follower_img .circle_blue {
    left: 0;
    top: 0;
    width: 238px;
    height: 164px;
    filter: blur(41px);
  }
}
.follower_img .circle_pink {
  width: 380px;
  height: 299px;
  background: rgba(249, 212, 255, 0.6);
  filter: blur(100px);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .follower_img .circle_pink {
    width: 179px;
    height: 123px;
    filter: blur(41px);
  }
}
.follower_img img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.leaders .container {
  max-width: 1480px;
  padding: 0;
}
.leaders_in {
  background: rgb(18, 18, 37);
  overflow: hidden;
  position: relative;
  border-radius: 40px;
  padding: 70px 20px;
}
@media (max-width: 768px) {
  .leaders_in {
    padding: 30px 20px;
    border-radius: 30px;
  }
}
.leaders_in .circle_one {
  position: absolute;
  left: -1225px;
  bottom: -441px;
  transform: rotate(15deg);
  width: 2081px;
  height: 1100px;
  background: rgb(47, 6, 53);
  filter: blur(100px);
}
@media (max-width: 1024px) {
  .leaders_in .circle_one {
    left: -717px;
    top: -201px;
    bottom: auto;
    width: 1084px;
    height: 573px;
    filter: blur(50px);
  }
}
.leaders_in .circle_two {
  position: absolute;
  right: -481px;
  bottom: -748px;
  transform: rotate(162deg);
  width: 1380px;
  height: 641px;
  background: rgb(47, 6, 53);
  filter: blur(100px);
}
@media (max-width: 1024px) {
  .leaders_in .circle_two {
    display: none;
    right: -370px;
    left: auto;
    top: auto;
    bottom: 39px;
    width: 719px;
    height: 334px;
    filter: blur(50px);
  }
}
.leaders_in .circle_three {
  position: absolute;
  right: -740px;
  bottom: -490px;
  transform: rotate(162deg);
  width: 1628px;
  height: 757px;
  background: rgb(47, 6, 53);
  filter: blur(100px);
}
@media (max-width: 1024px) {
  .leaders_in .circle_three {
    right: -717px;
    left: auto;
    top: auto;
    bottom: 172px;
    width: 848px;
    height: 394px;
    filter: blur(50px);
    transform: rotate(30deg);
  }
}
.leaders .main_title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
}
.leaders .tabs {
  position: relative;
  z-index: 2;
  margin: 20px auto;
  max-width: 352px;
  height: 52px;
  border: 1px solid #718096;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .leaders .tabs {
    margin: 20px auto 30px auto;
  }
}
@media (max-width: 768px) {
  .leaders .tabs {
    padding: 14px;
    border-radius: 26px;
    height: 89px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .leaders .tabs {
    max-width: 100%;
  }
}
.leaders .tabs_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  position: relative;
}
@media (max-width: 768px) {
  .leaders .tabs_in {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.leaders .tabs_in::before {
  display: none;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 28px);
  background: #718096;
}
@media (max-width: 768px) {
  .leaders .tabs_in::before {
    display: flex;
  }
}
.leaders .tabs .tab {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
  height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.leaders .tabs .tab.active {
  color: #0071E3;
}
.leaders .tabs .tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -17px;
  width: 60px;
  height: 3px;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 768px) {
  .leaders .tabs .tab.active::before {
    display: none;
  }
}
.leaders_block {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 1024px) {
  .leaders_block {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.leaders_text_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
  max-width: 595px;
}
@media (max-width: 1024px) {
  .leaders_text_in {
    gap: 30px 20px;
  }
}
.leaders_text h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .leaders_text h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.leaders_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
}
@media (max-width: 1024px) {
  .leaders_text p {
    font-size: 13px;
  }
}
.leaders_text a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin-top: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFFFFF;
  padding: 16.5px 20.5px;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 1024px) {
  .leaders_text a {
    padding: 11px 33.5px;
    font-size: 13px;
    margin: 20px auto 0 auto;
  }
}
.leaders_img {
  max-width: 566px;
  flex-shrink: 0;
}
.leaders_img img {
  width: 100%;
}

.influencer {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .influencer {
    padding: 30px 0;
  }
}
.influencer .container {
  max-width: 1480px;
}
.influencer .main_title {
  text-align: center;
}
.influencer .tabs {
  margin: 20px auto 50px auto;
  max-width: 410px;
  height: 52px;
  border: 1px solid #718096;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .influencer .tabs {
    padding: 14px;
    border-radius: 26px;
    height: 89px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .influencer .tabs {
    max-width: 100%;
  }
}
.influencer .tabs_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  position: relative;
}
@media (max-width: 768px) {
  .influencer .tabs_in {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.influencer .tabs_in::before {
  display: none;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 28px);
  background: #718096;
}
@media (max-width: 768px) {
  .influencer .tabs_in::before {
    display: flex;
  }
}
.influencer .tabs .tab {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
  height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.influencer .tabs .tab.active {
  color: #0071E3;
}
.influencer .tabs .tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -17px;
  width: 60px;
  height: 3px;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 768px) {
  .influencer .tabs .tab.active::before {
    display: none;
  }
}
.influencer_link {
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFFFFF;
  padding: 16.5px 20px;
  border-radius: 99px;
  background: linear-gradient(264.21deg, #9C38CB 1.72%, #7EBEFF 89.42%), radial-gradient(25.21% 62.16% at -0.11% 111.45%, #76EBF0 0%, rgba(118, 235, 240, 0) 100%), radial-gradient(25.53% 68.37% at 103.19% -3.02%, #E56FFE 0%, rgba(229, 111, 254, 0) 100%);
}
@media (max-width: 768px) {
  .influencer_link {
    margin: 0 auto;
    font-size: 13px;
    padding: 11px 20px;
  }
}
.influencer_block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .influencer_block {
    gap: 30px;
    flex-direction: column;
  }
}
.influencer_text {
  position: relative;
  z-index: 2;
  max-width: 595px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .influencer_text {
    gap: 30px;
  }
}
.influencer_text_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .influencer_text_block {
    gap: 10px;
  }
}
.influencer_text h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #121225;
}
@media (max-width: 768px) {
  .influencer_text h6 {
    font-size: 14px;
  }
}
.influencer_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
}
@media (max-width: 768px) {
  .influencer_text p {
    font-size: 13px;
  }
}
.influencer_img {
  flex-shrink: 0;
  max-width: 592px;
  position: relative;
}
.influencer_img .circle_pink {
  position: absolute;
  bottom: 0;
  right: 27px;
  width: 380px;
  height: 299px;
  background: rgba(249, 212, 255, 0.6);
  filter: blur(100px);
}
@media (max-width: 768px) {
  .influencer_img .circle_pink {
    top: 0;
    margin: auto;
    right: 27px;
    width: 179px;
    height: 123px;
    filter: blur(41px);
  }
}
.influencer_img .circle_blue {
  position: absolute;
  top: 4px;
  left: -69px;
  width: 508px;
  height: 397px;
  background: rgba(212, 254, 255, 0.6);
  filter: blur(100px);
}
@media (max-width: 768px) {
  .influencer_img .circle_blue {
    top: -5px;
    left: -31px;
    width: 239px;
    height: 164px;
    filter: blur(41px);
  }
}
.influencer_img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.clients {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .clients {
    padding: 30px 0;
  }
}
.clients .main_title {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .clients .main_title {
    margin-bottom: 0;
  }
}
.clients .main_title span {
  background: linear-gradient(264.21deg, #9C38CB 1.72%, #7EBEFF 89.42%), radial-gradient(25.21% 62.16% at -0.11% 111.45%, #76EBF0 0%, rgba(118, 235, 240, 0) 100%), radial-gradient(25.53% 68.37% at 103.19% -3.02%, #E56FFE 0%, rgba(229, 111, 254, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .clients .main_title span {
    display: block;
  }
}
.clients .clientsSwiper {
  padding: 30px 0;
  overflow: visible;
}
@media (max-width: 1024px) {
  .clients .clientsSwiper {
    padding: 20px 0;
  }
}
.clients .swiper-slide {
  height: auto;
}
.clients_block {
  height: 100%;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.0509803922);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .clients_block {
    padding: 16px;
  }
}
.clients_block img {
  width: 90px;
  height: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .clients_block img {
    margin-bottom: 10px;
  }
}
.clients_block p {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #121225;
}
.clients_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .clients_bottom {
    flex-direction: column;
  }
}
.clients_bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
}
@media (max-width: 768px) {
  .clients_bottom p {
    font-size: 13px;
    text-align: center;
  }
}
.clients_star {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 6px;
  background-color: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
}
.clients_star .starts {
  display: flex;
  align-items: center;
}
.clients_star span {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
}

.business {
  padding: 70px 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .business {
    padding: 30px 0;
  }
}
.business .main_title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 768px) {
  .business .main_title {
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.business .main_title span {
  color: #0071E3;
}
.business .tabs {
  padding: 14px 24px;
  margin: 0 auto;
  max-width: 278px;
  height: 52px;
  border: 1px solid #718096;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .business .tabs {
    padding: 14px;
    border-radius: 26px;
    height: 89px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .business .tabs {
    max-width: 100%;
  }
}
.business .tabs_in {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  position: relative;
}
@media (max-width: 768px) {
  .business .tabs_in {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.business .tabs_in::before {
  display: none;
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 28px);
  background: #718096;
}
@media (max-width: 768px) {
  .business .tabs_in::before {
    display: flex;
  }
}
.business .tabs .tab {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
  height: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.business .tabs .tab.active {
  color: #0071E3;
}
.business .tabs .tab.active::before {
  content: "";
  position: absolute;
  bottom: -17px;
  width: 100%;
  height: 3px;
  border-radius: 99px;
  background: #0071E3;
}
@media (max-width: 768px) {
  .business .tabs .tab.active::before {
    display: none;
  }
}
.business .tabs .tab span {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  padding: 4px 12px;
  border-radius: 99px;
  background: rgb(217, 254, 236);
  color: #21934F;
  white-space: nowrap;
}
.business_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .business_cards {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .business_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.business_cards_btn {
  margin: 30px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
  border-radius: 99px;
  border: 1px solid #0071E3;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .business_cards_btn {
    margin: 20px 0;
    font-size: 13px;
    height: 38px;
  }
}
.business_card_block {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(113, 128, 150, 0.2);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .business_card_block {
    padding: 16px;
  }
}
.business_card_block_in {
  position: relative;
  z-index: 2;
}
.business_card_block_bg {
  position: absolute;
  width: 531px;
  height: 405px;
  filter: blur(100px);
  right: -243px;
  bottom: -286px;
}
.business_card_block .green_bg {
  background: rgba(215, 255, 212, 0.4);
}
.business_card_block .blue_bg {
  background: rgba(212, 254, 255, 0.4);
}
.business_card_block .pink_bg {
  background: rgba(254, 212, 255, 0.4);
}
.business_card_block .business_icon {
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .business_card_block .business_icon {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .business_card_block .business_icon_two {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.business_card_block h3 {
  margin: 20px 0 4px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #121225;
}
@media (max-width: 768px) {
  .business_card_block h3 {
    margin: 0 0 4px 0;
  }
}
.business_card_block span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.business_card_block span.blue_text {
  color: #0071E3;
}
.business_card_block span.green_text {
  color: #21934F;
}
.business_card_block span.blue_dark_text {
  color: #1C51FF;
}
.business_card_block span.pink_text {
  color: #9C38CB;
}
.business_card_block h6 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  -moz-column-rule-color: #121225;
       column-rule-color: #121225;
  display: flex;
  gap: 5px;
  margin: 30px 0 12px 0;
}
.business_card_block h6 sup {
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #121225;
  transform: translateY(5px);
}
.business_card_block h6 sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #121225;
}
.business_card_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFFFFF;
  padding: 10.5px;
  border-radius: 100px;
}
.business_card_block a.btn_blue {
  background: #0071E3;
}
.business_card_list {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .business_card_list {
    display: none;
  }
}
.business_card_list h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #0071E3;
  margin-bottom: 20px;
}
.business_card_list h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
  margin-bottom: 20px;
}
.business_card_list .list_two {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(113, 128, 150, 0.2);
}
.business_card_list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.business_card_list ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.business_card_list ul li img {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.business_card_list ul li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #121225;
}
.business_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .business_bottom {
    flex-direction: column;
  }
}
.business_bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
  max-width: 509px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .business_bottom p {
    font-size: 13px;
    align-items: start;
  }
}
.business_bottom p svg {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.business_logo {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 30px 0 50px 0;
  }
}
.news_title {
  margin-bottom: 50px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_title {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .news_title_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news_title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .news_title p {
    font-size: 13px;
  }
}
.news_title a {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .news_title a {
    display: none;
  }
}
.news_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .news_cards {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .news_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .news_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news_card img {
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.0509803922);
}
@media (max-width: 480px) {
  .news_card img {
    height: 164px;
  }
}
.news_card h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin: 30px 0 16px 0;
}
@media (max-width: 768px) {
  .news_card h6 {
    margin: 16px 0;
    font-size: 14px;
  }
}
.news_card p {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #121225;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .news_card p {
    font-size: 13px;
    line-height: 140%;
  }
}
.news_card a {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
  padding: 10.5px 20px;
  border-radius: 99px;
  border: 1px solid #0071E3;
}
@media (max-width: 768px) {
  .news_card a {
    font-size: 13px;
    padding: 11px 20px;
  }
}

.blog {
  position: relative;
}
.blog .blue_circle {
  position: absolute;
  top: 6px;
  left: 370px;
  width: 808px;
  height: 508px;
  background: rgba(212, 254, 255, 0.6);
  filter: blur(75px);
  transform: rotate(-9.55deg);
}
@media (max-width: 768px) {
  .blog .blue_circle {
    display: none;
  }
}
.blog .pink_circle {
  position: absolute;
  top: 94px;
  right: 362px;
  width: 539px;
  height: 278px;
  background: rgba(249, 212, 255, 0.6);
  filter: blur(75px);
  transform: rotate(-9.55deg);
}
@media (max-width: 768px) {
  .blog .pink_circle {
    display: none;
  }
}
.blog .main_title {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #121225;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .blog .main_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.blog .tab_title {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #718096;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog .tab_title {
    font-size: 14px;
  }
}
.blog .tabs {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .blog .tabs {
    margin-bottom: 30px;
    overflow-x: scroll;
  }
}
.blog .tabs::-webkit-scrollbar {
  display: none;
}
.blog .tabs_in {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .blog .tabs_in {
    gap: 6px;
  }
}
.blog .tabs .tab {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #121225;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border: 1px solid rgba(113, 128, 150, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.0509803922);
  border-radius: 99px;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .blog .tabs .tab {
    padding: 9.5px 16px;
    gap: 6px;
    font-size: 14px;
  }
}
.blog .tabs .tab:hover {
  background: #FFFFFF;
  color: #0071E3;
  border: 1px solid transparent;
}
.blog .tabs .tab.active {
  background: #FFFFFF;
  color: #0071E3;
  border: 1px solid transparent;
}
.blog .tabs .tab span {
  color: #0071E3;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
}
.blog .news {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .blog .news {
    padding-bottom: 50px;
  }
}
.blog .news_card_in {
  padding: 0 10px;
}
.blog .news_card h6 {
  margin: 16px 0;
}
.blog .news_card_date {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .blog .news_card_date {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .blog .news_card_date {
    display: none;
  }
}
.blog .news_card_date span {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
}
.blog .news_card_date p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #718096;
}
.blog .pagination {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .blog .pagination {
    gap: 6px;
    margin-top: 50px;
  }
}
.blog .pagination a {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #121225;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #718096;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .blog .pagination a {
    width: 42px;
    height: 42px;
  }
}
.blog .pagination a:hover {
  color: #FFFFFF;
  background: #121225;
  border: 1px solid transparent;
}
.blog .pagination a.active {
  color: #FFFFFF;
  background: #121225;
  border: 1px solid transparent;
}

.post {
  position: relative;
}
@media (max-width: 640px) {
  .post .breadcrumb_in {
    overflow-x: scroll;
  }
}
.post .breadcrumb {
  overflow-x: scroll;
}
.post .blue_circle {
  position: absolute;
  top: 6px;
  left: 370px;
  width: 808px;
  height: 508px;
  background: rgba(212, 254, 255, 0.6);
  filter: blur(75px);
  transform: rotate(-9.55deg);
}
@media (max-width: 768px) {
  .post .blue_circle {
    width: 447px;
    height: 281px;
    filter: blur(41px);
    top: 102px;
    left: -148px;
  }
}
.post .pink_circle {
  position: absolute;
  top: 94px;
  right: 362px;
  width: 539px;
  height: 278px;
  background: rgba(249, 212, 255, 0.6);
  filter: blur(75px);
  transform: rotate(-9.55deg);
}
@media (max-width: 768px) {
  .post .pink_circle {
    width: 298px;
    height: 153px;
    filter: blur(41px);
    top: 101px;
    right: -148px;
  }
}
.post .container {
  max-width: 1056px;
}
.post_title {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .post_title {
    margin-top: 30px;
  }
}
.post_title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #718096;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .post_title .main_title {
    font-size: 22px;
  }
}
.post_top {
  position: relative;
  position: relative;
  z-index: 3;
}
.post_head {
  margin: 40px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .post_head {
    margin: 20px 0;
  }
}
.post_head_left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.post_head_left a {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
}
@media (max-width: 768px) {
  .post_head_left a {
    font-size: 13px;
  }
}
.post_head_right {
  position: relative;
}
@media (max-width: 640px) {
  .post_head_right {
    position: absolute;
    right: 20px;
    top: -10px;
  }
}
.post .share_btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #0071E3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  padding: 9px 12px;
  border-radius: 99px;
}
@media (max-width: 640px) {
  .post .share_btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}
.post .share_links {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  display: none;
  padding: 16px 10px;
  border-radius: 16px;
  background: #FFFFFF;
  width: 202px;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.05);
}
.post .share_links.active {
  display: flex;
}
.post .share_links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #121225;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 6px;
  transition: 0.2s ease;
}
.post .share_links a:hover {
  background: rgba(0, 113, 227, 0.1);
}
@media (max-width: 768px) {
  .post .post_container {
    max-width: 100%;
    padding: 0;
  }
}
.post_in {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  box-shadow: 0px 10px 30px 0px rgba(42, 71, 54, 0.05);
  padding: 50px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .post_in {
    border-radius: 30px;
    padding: 30px 20px;
  }
}
.post_in p {
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
  color: #121225;
}
.post_in p a {
  color: #0071E3;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .post_in p {
    font-size: 14px;
  }
}
.post_in ul {
  padding-left: 20px;
}
.post_in li {
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
  color: #121225;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .post_in li {
    font-size: 14px;
  }
}
.post_in blockquote {
  padding: 20px 30px 20px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #121225;
  position: relative;
}
@media (max-width: 768px) {
  .post_in blockquote {
    font-size: 13px;
    padding: 12px 12px 12px 20px;
  }
}
.post_in blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 2px;
  background: #718096;
}
.post_in h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
  color: #121225;
}
@media (max-width: 768px) {
  .post_in h2 {
    font-size: 24px;
  }
}
.post_in h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #121225;
}
@media (max-width: 768px) {
  .post_in h3 {
    font-size: 22px;
  }
}
.post_in h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #121225;
}
@media (max-width: 768px) {
  .post_in h4 {
    font-size: 20px;
  }
}
.post_in h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #121225;
}
@media (max-width: 768px) {
  .post_in h5 {
    font-size: 18px;
  }
}
.post_in h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #121225;
}
@media (max-width: 768px) {
  .post_in h6 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .news_post .news_title_text {
    align-items: start;
  }
}

.footer {
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
}
.footer .blue_circle {
  position: absolute;
  bottom: -616.18px;
  left: 0;
  width: 1083px;
  height: 681px;
  filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  background: rgba(212, 254, 255, 0.6);
  transform: rotate(-9.55deg);
}
@media (max-width: 1024px) {
  .footer .blue_circle {
    width: 478px;
    height: 301px;
    left: -221px;
    bottom: -232px;
  }
}
.footer .pink_circle {
  position: absolute;
  bottom: -438.98px;
  left: 798px;
  width: 811px;
  height: 511px;
  filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  background: rgba(249, 212, 255, 0.6);
  transform: rotate(-9.55deg);
}
@media (max-width: 1024px) {
  .footer .pink_circle {
    width: 358px;
    height: 225px;
    left: auto;
    right: -162px;
    bottom: -153px;
  }
}
.footer_logo {
  width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer_logo {
    width: 140px;
    height: 26px;
    margin-bottom: 20px;
  }
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer_social {
    margin-bottom: 20px;
  }
}
.footer_social a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_social a span {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #718096;
}
.footer_top {
  position: relative;
  z-index: 2;
  padding: 70px 0 50px 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer_top {
    padding: 30px 0;
    flex-direction: column;
  }
}
.footer_top_left span {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #718096;
  margin-bottom: 4px;
  display: block;
}
.footer_top_left a {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #121225;
}
.footer_top_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 104px;
}
@media (max-width: 1280px) {
  .footer_top_right {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer_top_right {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .footer_top_right {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer_block {
  width: 208px;
}
@media (max-width: 1024px) {
  .footer_block {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .footer_block {
    width: auto;
  }
}
.footer_block h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #121225;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer_block h6 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}
.footer_block ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_block ul a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #121225;
}
.footer_bottom {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(113, 128, 150, 0.2);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .footer_bottom {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .footer_bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .footer_bottom {
    align-items: start;
  }
}
.footer_bottom_link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer_bottom span {
  font-weight: 300;
  font-size: 13px;
  line-height: 100%;
  color: #121225;
}
.footer_bottom a {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  color: #121225;
}/*# sourceMappingURL=style.css.map */