/*!*************************************************************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!../../node_modules/sass-loader/dist/cjs.js!./index.scss ***!
  \*************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Medium.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "MonaSans";
  src: url(fonts/MonaSans-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}
.logo {
  display: flex;
  flex-direction: column;
}
.logo--horizontal {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.logo--horizontal .logo__top-el {
  width: 79px;
  pointer-events: all;
}
.logo--horizontal .logo__bottom-el {
  width: 99px;
}
@media screen and (min-width: 800px) {
  .logo--horizontal {
    flex-direction: column;
  }
  .logo--horizontal .logo__top-el {
    width: 109px;
  }
  .logo--horizontal .logo__bottom-el {
    width: 103px;
  }
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.preload {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -10;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.layout {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "MonaSans", sans-serif;
  overflow: hidden;
  background-color: rgb(0, 128, 255);
}
.layout .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
}
@media screen and (min-width: 800px) {
  .layout .bg {
    height: 1240px;
  }
}
@media screen and (min-width: 1200px) {
  .layout .bg {
    height: 1494px;
  }
}

canvas {
  width: 100%;
  height: 100%;
  display: block;
}

h1 {
  line-height: 44px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1.2px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
  h1 {
    font-size: 61px;
    line-height: 67px;
      margin: auto;
      max-width: 491px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 76px;
    line-height: 83px;
      max-width: 600px;
  }
}

h2 {
    font-size: 28px;
    line-height: 33px;
  font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  h2 {
      font-size: 24px;
      line-height: 28px;
      margin: 36px auto 0;
      width: 418px;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
      font-size: 28px;
      line-height: 33px;
      margin-top: 48px;
      width: 100%;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: rgb(0, 128, 255);
    background-color: rgb(0, 19, 114);
    margin-top: 48px;
    padding: 24px;
}

h3 b, h3 strong{
    color:#fff;
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 28px;
    line-height: 33px;
  }
}

ul{
    list-style-type: disc;
    margin-left:25px;
    margin-top: 40px;
    font:inherit;
}
p, li {
    font-size: 22px;
    line-height: 28px;
    color: rgba(255, 255, 255);
    font-family: inherit;
}
p{
    margin-top: 40px;
}
p a{
    color:#b3b3b3;
    text-decoration: none;
}
p a:hover{
    color:#f5f5f5;
}
@media screen and (min-width: 800px) {
  p, li {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  p, li {
    font-size: 28px;
    line-height: 33px;
  }
}
.page-container{
    padding-bottom: 40px;
    position: relative;
}
@media screen and (min-width: 800px) {
    .page-container {
        margin: 0px auto;
        max-width: 700px;
        padding-bottom: 26px;
    }
}
@media screen and (min-width: 1200px) {
    .page-container {

        max-width: 1000px;
        padding-bottom: 44px;
    }
}

h1{

}

.mm {
  position: fixed;
  top: 48px;
  width: 100%;
  background-color: #fff;
  z-index: 8;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 800px) {
  .mm {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.mm.open {
  max-height: 520px;
  opacity: 1;
}
.mm__container {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.mm__navigation {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.mm__link {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 34px;
  color: rgb(0, 128, 255);
}
.mm__social {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(0, 19, 114);
}
.mm__social-text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}
.mm__social-list {
  display: flex;
  justify-content: space-between;
}
.mm__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(0, 128, 255);
}
.mm__social-link path {
  fill: rgb(0, 128, 255);
}
.mm__social-icon {
  width: 36px;
  height: 36px;
}
.mm__social-icon svg {
  width: 100%;
  height: 100%;
}
.mm__footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.mm__tracker {
  width: 304px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  background-color: rgb(0, 128, 255);
  color: #fff;
  text-decoration: none;
}
.mm__locale {
  padding: 11px;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .mm__locale {
    background-color: #fff;
  }
}
.mm__locale-select {
  appearance: none;
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
}
.mm__locale-label {
  width: 100%;
  height: 100%;
  display: block;
}
.mm__locale-label svg {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9;
}
@media screen and (min-width: 800px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    height: 100px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 1200px) {
  .header:hover {
    background-color: #fff;
  }
}
.header > .container {
  padding-inline: 16px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .header > .container {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header > .container {
    padding-inline: 20px;
    max-width: 1000px;
  }
}
.header__logo {
  --logo-top-el: rgb(0, 128, 255);
  --logo-bottom-el: rgb(0, 128, 255);
  width: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 800px) {
  .header__logo {
    --logo-bottom-el: rgb(0, 19, 114);
    width: auto;
    pointer-events: all;
  }
}
.header__burger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 800px) {
  .header__burger {
    display: none;
  }
}
.header__navigation {
  display: none;
}
@media screen and (min-width: 800px) {
  .header__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 800px) {
  .header__navigation-link {
    color: rgb(0, 128, 255);
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1200px) {
  .header__navigation-link {
    font-size: 16px;
  }
}
.header__navigation-link:hover {
  color: rgb(0, 19, 114);
}
.header__right-nav {
  display: none;
}
@media screen and (min-width: 800px) {
  .header__right-nav {
    margin-left: auto;
    display: flex;
    gap: 10px;
  }
}
.header__locale {
  padding: 11px;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .header__locale {
    background-color: #fff;
  }
}
.header__locale-select {
  appearance: none;
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
}
.header__locale-label {
  width: 100%;
  height: 100%;
  display: block;
}
.header__locale-label svg {
  width: 100%;
  height: 100%;
}
.header__tracker {
  padding: 4px;
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgb(0, 128, 255);
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .header__tracker {
    width: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
  }
}
.header__tracker span {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__tracker span {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .header__tracker svg {
    display: none;
  }
}

.main {
  padding-top: 78px;
  position: relative;
}
@media screen and (min-width: 800px) {
  .main {
    padding-top: 124px;
  }
}
@media screen and (min-width: 1200px) {
  .main {
    padding-top: 150px;
  }
}
.main__title, .index_page h1, .main>h1, .main>h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.main.trackers_page h3{
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}
.main p a{
    color:#b3b3b3;
    text-decoration: none;
}
.main p a:hover{
    color:#f5f5f5;
}

@media screen and (min-width: 800px) {
  .main__title, .index_page h1, .main>h1, .main>h2{
    margin: auto;
    max-width: 491px;
  }
}
@media screen and (min-width: 1200px) {
  .main__title, .index_page h1, .main>h1, .main>h2 {
    max-width: 600px;
  }
}
.main__subtitle, .index_page>h3, .main>h3, .main>h2 {
  margin-top: 32px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  .main__subtitle, .index_page>h3, .main>h3 {
    margin: 36px auto 0;
    width: 418px;
  }
}
@media screen and (min-width: 1200px) {
  .main__subtitle, .index_page>h3, .main>h3 {
    margin-top: 48px;
    width: 100%;
  }
}
.main__info-block, .index_page>h3:last-child {
  margin-top: 32px;
  padding: 16px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: rgb(0, 128, 255);
  background-color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .main__info-block, .index_page>h3:last-child {
    margin-top: 36px;
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .main__info-block, .index_page>h3:last-child {
    margin-top: 48px;
  }
}
.main__info-block span, .index_page>h3:last-child {
  color: #fff;
}
.main__globe {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 800px) {
  .main__globe {
    height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .main__globe {
    margin-top: 80px;
    height: 800px;
  }
}
.main__decore {
  position: absolute;
  pointer-events: none;
}
.main__decore-1 {
  top: 1234px;
  width: 560px;
}
@media screen and (min-width: 800px) {
  .main__decore-1 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main__decore-1 {
    top: 2250px;
    left: 300px;
    width: 1516px;
    display: block;
  }
}
.main__decore-2 {
  top: 1340px;
  left: -200px;
  width: 560px;
}
@media screen and (min-width: 800px) {
  .main__decore-2 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main__decore-2 {
    top: 2540px;
    left: 0;
    width: 1516px;
    display: block;
  }
}

.burger {
  position: relative;
  padding: 5px;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  background-color: rgb(0, 128, 255);
}
.burger__line {
  width: 18px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transition: transform 500ms ease, opacity 200ms ease;
  will-change: transform;
}
.burger.active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.active .burger__line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.burger.active .burger__line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.globe {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  background-image: url(/public/images/globe.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 800px) {
  .globe {
    width: 650px;
    height: 650px;
  }
}
@media screen and (min-width: 1200px) {
  .globe {
    width: 900px;
    height: 900px;
  }
}
.globe__point {
  position: absolute;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 800px) {
  .globe__point {
    width: 96px;
    height: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .globe__point:hover::after, .globe__point:hover::before {
    animation: none;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .globe__point:hover .globe__point-text {
    display: flex;
  }
  .globe__point:hover .globe__point-name {
    background-color: #fff;
    color: rgb(0, 19, 114);
  }
}
.globe__point::before, .globe__point::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 94.1723%, rgba(255, 255, 255, 0.12) 100%);
  border-radius: inherit;
  animation: circleScale 1000ms infinite;
  border-radius: 50%;
}
.globe__point::before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.globe__point::after {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.globe__point-name {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 128, 255);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .globe__point-name {
    font-size: 22px;
  }
}
.globe__point.start {
  top: 160px;
  right: 100px;
}
@media screen and (min-width: 800px) {
  .globe__point.start {
    top: 270px;
    right: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .globe__point.start {
    top: 415px;
    right: 130px;
  }
}
.globe__point.finish {
  top: 90px;
  left: 100px;
}
@media screen and (min-width: 800px) {
  .globe__point.finish {
    top: 175px;
    left: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .globe__point.finish {
    top: 240px;
    left: 130px;
  }
}
.globe__point-text {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  display: none;
}
.globe__point-text * {
  color: #fff;
}
.globe__point-text h2 {
    font-size: 22px;
    margin:0;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}
.globe__point-text p {
  font-size: 16px;
    margin:0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.globe__line {
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 41px;
}
@media screen and (min-width: 800px) {
  .globe__line {
    top: 225px;
    width: 253px;
    height: 72px;
  }
}
@media screen and (min-width: 1200px) {
  .globe__line {
    top: 310px;
    width: 388px;
    height: 110px;
  }
}
.globe__line .stroke-path {
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  animation: slideLine 3.5s linear infinite;
}

@keyframes circleScale {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  75% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes slideLine {
  0% {
    stroke-dashoffset: 100;
  }
  70% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: -100;
  }
}
.section {
  position: relative;
}
.section-1__iframe {
  margin-top: 96px;
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #fff;
}
@media screen and (min-width: 800px) {
  .section-1__iframe {
    margin: 28px auto 0;
    width: 700px;

  }
}
@media screen and (min-width: 1200px) {
  .section-1__iframe {
    margin-top: 56px;
    width: 1000px;

  }
}
.section-2 {
  margin-top: 64px;
  padding-bottom: 40px;
}
@media screen and (min-width: 800px) {
  .section-2 {
    margin: 96px auto 0;
    max-width: 700px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .section-2 {
    margin-top: 275px;
    max-width: 1000px;
    padding-bottom: 44px;
  }
}
.section-2__title, .section-2-description h2 {
  padding-inline: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .section-2__title, .section-2-description h2 {
    padding-inline: 0;
  }
}
.section-2__title-2, .section-2-description h2:last-child {
  margin-top: 64px;
  color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .section-2__title-2, .section-2-description h2:last-child {
    margin-top: 96px;
  }
}
.section-2__description, .section-2-description p {
  margin: 36px auto 0;
  text-align: center;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  .section-2__description, .section-2-description p {
    max-width: 100%;
  }
}
.section-2__description p, .section-2-description p {
  margin-top: 40px;
}
.section-2__description p:first-child {
  margin-top: 0;
}
.section-2__description-sub {
  margin-top: 700px;
}
@media screen and (min-width: 1200px) {
  .section-2__description-sub {
    margin-top: 200px;
  }
}
.section-2__mate-cards {
  position: relative;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 54px;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  .section-2__mate-cards {
    margin-top: 96px;
    gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .section-2__mate-cards {
    gap: 148px;
  }
  .section-2__mate-cards .mate-card:nth-child(even) {
    margin-left: auto;
  }
  .section-2__mate-cards .mate-card:nth-child(odd) {
    margin-right: auto;
  }
}
.section-2__boat {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -1280px);
}
@media screen and (max-width: 800px) {
  .section-2__boat {
    max-width: 390px;
    will-change: transform;
    opacity: 1;
    transform: translate(-50%, -150px);
  }
}
@media screen and (max-width: 1199px) {
  .section-2__boat {
    transform: translate(-50%, -350px);
  }
}
.section-3 {
  padding-block: 64px 96px;
  background-color: rgb(0, 19, 114);
  background-image: url(/public/images/mesh.svg);
  background-size: cover;
}
@media screen and (min-width: 800px) {
  .section-3 {
    padding-block: 136px 196px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3 {
    padding-block: 76px 122px;
  }
}
.section-3__logo {
  margin: 0 auto;
  position: relative;
  height: 83px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .section-3__logo {
    width: 317px;
    height: 212px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3__logo {
    width: 341px;
    height: 229px;
  }
}
.section-3__logo-border1 {
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(19px);
  -webkit-filter: brightness(1.04);
  backdrop-filter: blur(19px);
  background-color: rgba(255, 255, 255, 0.0588235294);
  filter: brightness(1.04);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
@media screen and (min-width: 800px) {
  .section-3__logo-border1 {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
  }
}
@media screen and (min-width: 1200px) {
  .section-3__logo-border1 {
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
  }
}
.section-3__logo-border2 {
  position: absolute;
  inset: 3px;
  background-color: rgba(0, 19, 114, 0.5019607843);
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
@media screen and (min-width: 800px) {
  .section-3__logo-border2 {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 2px;
    inset: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3__logo-border2 {
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
  }
}
.section-3__logo-image {
  position: absolute;
  inset: 8px;
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 800px) {
  .section-3__logo-image {
    -webkit-backdrop-filter: blur(26px);
    backdrop-filter: blur(26px);
    border-radius: 2px;
    inset: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3__logo-image {
    inset: 23px;
    -webkit-backdrop-filter: blur(28px);
    backdrop-filter: blur(28px);
  }
}
.section-3__title {
  margin-top: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .section-3__title {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .section-3__title {
    margin-top: 64px;
  }
}
.section-3__history-info {
  margin-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (min-width: 800px) {
  .section-3__history-info {
    margin-top: 244px;
    gap: 244px;
  }
}
.section-4 {
  padding: 24px 16px 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .section-4 {
    padding: 40px 0 196px;
  }
}
@media screen and (min-width: 1200px) {
  .section-4 {
    padding-block: 36px 264px;
  }
}
.section-4__title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.section-4__supports {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 800px) {
  .section-4__supports {
    margin-top: 64px;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-4__supports {
    margin-top: 48px;
    gap: 24px;
  }
}
.section-4__decore {
  position: absolute;
  bottom: -65px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .section-4__decore {
    bottom: -150px;
  }
}
.section-4__decore div {
  display: flex;
  gap: 64px;
}
@media screen and (min-width: 800px) {
  .section-4__decore div {
    gap: 96px;
  }
}
@media screen and (min-width: 1200px) {
  .section-4__decore div {
    gap: 122px;
  }
}
.section-4__decore div:nth-child(1) {
  transform: translateX(-100px);
}
.section-4__decore div:nth-child(2) {
  transform: translateX(80px);
}
.section-4__decore svg {
  width: 257px;
  height: 77px;
}
@media screen and (min-width: 800px) {
  .section-4__decore svg {
    width: 456px;
    height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .section-4__decore svg {
    width: 697px;
    height: 214px;
  }
}

.statistic {
  display: flex;
  justify-content: center;
}
.statistic__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (min-width: 800px) {
  .statistic__list {
    flex-direction: row;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__list {
    gap: 20px;
  }
}
.statistic__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .statistic__item {
    width: 210px;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__item {
    width: 305px;
  }
}
.statistic__item:nth-child(2)::before, .statistic__item:nth-child(2)::after {
  content: "";
  position: absolute;
  -webkit-filter: brightness(1.06);
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
  filter: brightness(1.06);
  flex: none;
  height: 2px;
  mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
  opacity: 0.25;
  width: 148px;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .statistic__item:nth-child(2)::before, .statistic__item:nth-child(2)::after {
    width: 2px;
    height: 148px;
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 4.4323620495%, rgba(0, 0, 0, 0.65706) 15.7622466216%, rgb(0, 0, 0) 84.3169341216%, rgba(0, 0, 0, 0) 94.6421030405%) add;
  }
}
.statistic__item:nth-child(2)::before {
  top: -22px;
}
@media screen and (min-width: 800px) {
  .statistic__item:nth-child(2)::before {
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__item:nth-child(2)::before {
    left: -10px;
  }
}
.statistic__item:nth-child(2)::after {
  bottom: -22px;
}
@media screen and (min-width: 800px) {
  .statistic__item:nth-child(2)::after {
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__item:nth-child(2)::after {
    right: -10px;
  }
}
.statistic__name {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  .statistic__name {
    line-height: 23px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__name {
    line-height: 28px;
    font-size: 22px;
  }
}
.statistic__count {
  line-height: 76px;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .statistic__count {
    line-height: 88px;
    font-size: 74px;
  }
}
@media screen and (min-width: 1200px) {
  .statistic__count {
    line-height: 115px;
    font-size: 96px;
  }
}

.mate-card {
  position: relative;
  width: 524px;
  height: 263px;
}
@media screen and (max-width: 800px) {
  .mate-card {
    width: 320px;
    height: 196px;
  }
}
.mate-card * {
  transition: all 100ms ease;
}
@media screen and (min-width: 800px) {
  .mate-card:hover .mate-card__borders {
    --border-bottom-width: 0px;
    --border-color: rgba(0, 128, 255, 0.1);
    --border-right-width: 0px;
    --border-style: solid;
    --border-top-width: 0px;
    --border-left-width: 0px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 19, 114, 0.25);
    border-radius: 1px;
    will-change: auto;
    transform: none;
    transform-origin: 50% 50% 0px;
    inset: 4px;
    order: 1;
  }
  .mate-card:hover .mate-card__lines-1 {
    height: var(--framer-aspect-ratio-supported, 639px);
    left: -9px;
    top: 50%;
    width: 378px;
  }
  .mate-card:hover .mate-card__lines-2 {
    left: -48px;
  }
  .mate-card:hover .mate-card__lines-3 {
    left: -208px;
  }
  .mate-card:hover .mate-card__glow {
    order: 3;
  }
  .mate-card:hover .mate-card__glow-item {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 128, 255, 0.9) 45%, rgba(0, 19, 114, 0) 100%);
  }
  .mate-card:hover .mate-card__circle {
    order: 5;
  }
  .mate-card:hover .mate-card__avatar {
    height: unset;
    order: 6;
    top: 0;
    width: var(--framer-aspect-ratio-supported, 400px);
  }
  .mate-card:hover .mate-card__avatar-wrap {
    aspect-ratio: unset;
    bottom: -10px;
    height: 259px;
    position: absolute;
    right: -20px;
    width: 414px;
    z-index: 1;
  }
  .mate-card:hover .mate-card__name {
    color: #fff;
  }
  .mate-card:hover .mate-card__country-flag {
    opacity: 1;
  }
  .mate-card:hover .mate-card__country-name {
    color: rgba(255, 255, 255, 0.8);
  }
  .mate-card:hover .mate-card__full-info {
    opacity: 1;
  }
}
.mate-card__link {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.mate-card__info {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  overflow: visible;
  padding: 24px 24px 36px;
  position: relative;
  width: 1px;
  z-index: 4;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .mate-card__info {
    order: 0;
    padding: 24px 24px 28px;
  }
}
.mate-card__info-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: min-content;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .mate-card__info-text {
    gap: 11px;
  }
}
.mate-card__name {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1.32px;
  line-height: 48px;
  text-transform: uppercase;
  color: rgb(0, 128, 255);
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .mate-card__name {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.mate-card__country {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mate-card__country-flag {
  position: relative;
  height: 23px;
  width: 23px;
  display: block;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .mate-card__country-flag {
    opacity: 1;
  }
}
.mate-card__country-flag svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mate-card__country-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
  color: rgb(0, 128, 255);
}
@media screen and (max-width: 800px) {
  .mate-card__country-name {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
  }
}
.mate-card__borders {
  --border-bottom-width: 1px;
  --border-color: rgba(0, 128, 255, 0.1);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 19, 114, 0.5);
  border-radius: 1px;
  will-change: auto;
  transform: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  inset: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .mate-card__borders {
    order: 1;
  }
}
.mate-card__borders::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
  border-color: var(--border-color, none);
  border-style: var(--border-style, none);
  box-sizing: border-box;
  border-radius: inherit;
  pointer-events: none;
}
.mate-card__lines {
  bottom: 12px;
  flex: none;
  height: 239px;
  left: 12px;
  overflow: hidden;
  position: absolute;
  width: 444px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .mate-card__lines {
    bottom: 8px;
    height: unset;
    left: 8px;
    order: 2;
    top: 8px;
    width: 305px;
  }
}
.mate-card__lines-1 {
  aspect-ratio: 0.5919282511/1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 418px);
  left: 1px;
  position: absolute;
  top: 50%;
  width: 248px;
  z-index: 0;
  opacity: 0.3;
  transform: translateY(-50%);
  transform-origin: 50% 50% 0px;
}
@media screen and (max-width: 800px) {
  .mate-card__lines-1 {
    left: -39px;
  }
}
.mate-card__lines-2 {
  aspect-ratio: 0.5919282511/1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 404px);
  left: -88px;
  position: absolute;
  top: 47%;
  width: 239px;
  z-index: 0;
  opacity: 0.3;
  transform: translateY(-50%);
  transform-origin: 50% 50% 0px;
}
@media screen and (max-width: 800px) {
  .mate-card__lines-2 {
    left: -108px;
  }
}
.mate-card__lines-3 {
  aspect-ratio: 0.5919282511/1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 718px);
  left: -178px;
  position: absolute;
  top: 47%;
  width: 425px;
  z-index: 0;
  opacity: 0.3;
  transform: translateY(-50%);
  transform-origin: 50% 50% 0px;
}
@media screen and (max-width: 800px) {
  .mate-card__lines-3 {
    left: -198px;
  }
}
.mate-card__glow {
  bottom: 12px;
  flex: none;
  height: 239px;
  overflow: hidden;
  position: absolute;
  right: 12px;
  width: 444px;
  will-change: var(--framer-will-change-override, transform);
  z-index: 2;
  border-radius: 1px;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .mate-card__glow {
    bottom: 8px;
    height: unset;
    order: 3;
    right: 8px;
    top: 8px;
    width: 305px;
  }
}
.mate-card__glow-item {
  align-content: flex-start;
  align-items: flex-start;
  bottom: -190px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -337px;
  top: 8px;
  width: 766px;
  z-index: 3;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 128, 255, 0.9) 45%, rgba(0, 19, 114, 0) 100%);
  border-radius: 1px;
  opacity: 1;
  will-change: auto;
}
@media screen and (max-width: 800px) {
  .mate-card__glow-item {
    bottom: -137px;
    flex-wrap: wrap;
    right: -246px;
    width: 530px;
  }
}
@media screen and (max-width: 800px) {
  .mate-card__circle1 {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    justify-content: center;
    inset: 11px;
    overflow: visible;
    padding: 0;
    position: absolute;
    z-index: 3;
    inset: 7px;
    order: 4;
    --border-bottom-width: 1px;
    --border-color: rgba(54, 154, 255, 0.1);
    --border-left-width: 1px;
    --border-right-width: 1px;
    --border-style: solid;
    --border-top-width: 1px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: radial-gradient(72% 75% at 50% 50%, rgba(0, 19, 114, 0) 35%, rgba(0, 128, 255, 0.2) 100%);
    border-radius: 1px;
    opacity: 1;
  }
}
.mate-card__circle2 {
  --border-bottom-width: 1px;
  --border-color: rgba(0, 128, 255, 0.1);
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 19, 114, 0.75);
  border-radius: 1px;
  opacity: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  inset: 11px;
  overflow: visible;
  padding: 0;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  .mate-card__circle2 {
    inset: 7px;
    order: 5;
  }
}
.mate-card__circle2::after {
  content: "";
  border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0);
  border-color: var(--border-color, none);
  border-style: var(--border-style, none);
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border-radius: inherit;
  pointer-events: none;
}
.mate-card__avatar {
  align-content: flex-end;
  align-items: flex-end;
  aspect-ratio: 1.6/1;
  bottom: 12px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: var(--framer-aspect-ratio-supported, 250px);
  justify-content: flex-end;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 12px;
  width: 400px;
  will-change: var(--framer-will-change-override, transform);
  z-index: 3;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-radius: 1px;
  transform: none;
  transform-origin: 50% 50% 0px;
}
@media screen and (max-width: 800px) {
  .mate-card__avatar {
    aspect-ratio: unset;
    bottom: 8px;
    height: unset;
    order: 6;
    right: 8px;
    top: 8px;
    width: 305px;
  }
}
.mate-card__avatar-wrap {
  aspect-ratio: 1.6/1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 250px);
  overflow: visible;
  position: relative;
  width: 400px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .mate-card__avatar-wrap {
    height: var(--framer-aspect-ratio-supported, 176px);
    width: 282px;
  }
}
.mate-card__full-info {
  width: 108px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgba(0, 128, 255, 0.25);
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .mate-card__full-info {
    width: 73px;
    gap: 4px;
    opacity: 1;
    font-size: 12px;
    color: rgb(0, 128, 255);
    background-color: transparent;
  }
}
.mate-card__full-info svg {
  width: 24px;
  height: 24px;
  fill: rgba(255, 255, 255, 0.75);
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 800px) {
  .mate-card__full-info svg {
    fill: rgb(0, 128, 255);
    color: rgb(0, 128, 255);
  }
}

.boat {
  -webkit-filter: saturate(0.9);
  aspect-ratio: 0.9385699899/1;
  filter: saturate(0.9);
  flex: none;
  height: var(--framer-aspect-ratio-supported, 1459px);
  opacity: 0.7;
  position: relative;
  width: 1369px;
}
@media screen and (max-width: 800px) {
  .boat {
    aspect-ratio: 0.9385403329/1;
    height: var(--framer-aspect-ratio-supported, 781px);
    width: 733px;
  }
}
@media screen and (max-width: 1199px) {
  .boat {
    height: var(--framer-aspect-ratio-supported, 1012px);
    width: 950px;
  }
}
.boat svg {
  width: 100%;
  height: 100%;
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (min-width: 800px) {
  .history-info {
    flex-direction: row;
    justify-content: center;
    gap: 96px;
  }
  .history-info:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .history-info {
    gap: 244px;
  }
}
.history-info__data {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.history-info__image {
  position: relative;
  width: 100%;
  height: 123px;
}
.history-info__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 19, 114, 0.3490196078);
}
.history-info__image-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 800px) {
  .history-info__image-info {
    text-align: left;
  }
}
.history-info__image-date {
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
}
.history-info__image-description {
  line-height: 11px;
  font-size: 10px;
  font-weight: 500;
  font-style: italic;
}
.history-info__description {
  max-width: 280px;
  text-align: center;
  color: #fff;
}
.history-info__description strong{
    font-weight: 900;
}
@media screen and (min-width: 800px) {
  .history-info__description {
    max-width: 324px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .history-info__description {
    max-width: 516px;
  }
}
.history-info__description b {
  font-weight: 900;
}
.history-info__description.small {
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 800px) {
  .history-info__description.small {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .history-info__description.small {
    font-size: 22px;
    line-height: 28px;
  }
}
.history-info__button, .history-info .history-info__description a {
  margin-top: 48px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(0, 128, 255);
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1200px) {
  .history-info__button, .history-info .history-info__description a {

  }
}
.history-info__button:hover, .history-info .history-info__description a:hover {
  color: #fff;
  background-color: rgb(0, 128, 255);
}

.support-card {
  padding: 16px;
  width: 100%;
  max-width: 368px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.75);
  color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .support-card {
    padding: 20px;
    max-width: 700px;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card {
    padding: 24px;
    max-width: 1000px;
  }
}
.support-card--head {
  gap: 24px;
  background: linear-gradient(180deg, var(--token-4711561e-b37b-4cba-a8e5-542e868bac83, #001372) 0%, rgba(0, 128, 255, 0.25) 100%);
}
@media screen and (min-width: 1200px) {
  .support-card--head {
    padding: 64px;
  }
}

.support-card--head .support-card__title, .support-card h2 {
  color: #fff;
}
.support-card h2{
    text-align: left;
    margin:0
}
.support-card--head .support-card__description, .support-card.support-card--head p {
  color: rgb(179, 179, 179);
}
.support-card__image {
  position: relative;
  width: 100%;
  max-height: 400px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .support-card__image {
    max-height: 664px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__image {
    max-height: 764px;
  }
}
.support-card__image .label {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 64px;
  height: 36px;
  border-radius: inherit;
}
@media screen and (min-width: 800px) {
  .support-card__image .label {
    top: 6px;
    left: 6px;
    width: 96px;
    height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__image .label {
    top: 8px;
    left: 8px;
    width: 120px;
    height: 68px;
  }
}
.support-card__image.small {
  width: 228px;
}
@media screen and (min-width: 800px) {
  .support-card__image.small {
    width: 261px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__image.small {
    width: 326px;
  }
}
.support-card__title, .support-card h3 {
  text-transform: uppercase;
}
.support-card__description, .support-card p {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .support-card__description, .support-card p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__description, .support-card p {
    font-size: 22px;
    line-height: 28px;
  }
}
.support-card h3{
    color:rgb(0, 19, 114);
    margin:0;
    padding:0;
    background: none;
    text-align: left;
}
.support-card p{
    color:rgb(0, 19, 114);
    margin-top: 0;
    font-weight: 600;

}
@media screen and (min-width: 800px) {
    .support-card p {
        font-size: 18px;
        line-height: 23px;
    }
}
@media screen and (min-width: 1200px) {
    .support-card p {
        font-size: 22px;
        line-height: 28px;
    }
}
.support-card__link {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgb(0, 128, 255);
}
@media screen and (min-width: 800px) {
  .support-card__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__link {
    font-size: 16px;
  }
}
.support-card__link-icon {
  width: 24px;
  height: 24px;
}
.support-card__link-icon path {
  fill: rgb(0, 128, 255);
}
.support-card__logotypes {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 800px) {
  .support-card__logotypes {
    margin-top: 40px;
    justify-content: flex-start;
    gap: 64px;
  }
}
.support-card__logotypes img:nth-child(1) {
  width: 57px;
}
@media screen and (min-width: 800px) {
  .support-card__logotypes img:nth-child(1) {
    width: 96px;
  }
}
.support-card__logotypes img:nth-child(2) {
  width: 90px;
}
@media screen and (min-width: 800px) {
  .support-card__logotypes img:nth-child(2) {
    width: 152px;
  }
}
.support-card__logotypes img:nth-child(3) {
  width: 90px;
}
@media screen and (min-width: 800px) {
  .support-card__logotypes img:nth-child(3) {
    width: 152px;
  }
}
.support-card__button {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 800px) {
  .support-card__button {
    margin-top: 24px;
    width: 196px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__button {
    margin-left: auto;
  }
}
.support-card__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 800px) {
  .support-card__wrap {
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .support-card__wrap {
    flex-direction: row;
    align-items: center;
  }
}

.footer {
  padding-block: 64px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 800px) {
  .footer {
    padding-block: 64px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 64px 24px;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.footer__brand {
  max-width: 320px;
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .footer__brand {
    max-width: 700px;
    gap: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__brand {
    max-width: 1000px;
    gap: 200px;
  }
}
.footer__logo .logo__top-el {
  width: 109px;
  --logo-top-el: rgb(0, 128, 255);
}
@media screen and (min-width: 1200px) {
  .footer__logo .logo__top-el {
    width: 144px;
  }
}
.footer__logo .logo__bottom-el {
  width: 103px;
}
@media screen and (min-width: 1200px) {
  .footer__logo .logo__bottom-el {
    width: 138px;
  }
}
.footer__title {
  color: rgb(0, 128, 255);
    text-align: left;
}
@media screen and (min-width: 1200px) {
  .footer__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 800px) {
  .footer__title br {
    display: none;
  }
}
.footer__social {
  margin-top: 64px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .footer__social {
    margin-top: 64px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__social {
    padding-left: 344px;
    max-width: 1000px;
  }
}
.footer__social-text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}
@media screen and (min-width: 800px) {
  .footer__social-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__social-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer__social-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
    list-style-type: none;
}
@media screen and (min-width: 800px) {
  .footer__social-list {
    gap: 48px;
    flex-direction: row;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(0, 128, 255);
}
@media screen and (min-width: 800px) {
  .footer__social-link span {
    display: none;
  }
}
.footer__social-link path {
  fill: rgb(0, 128, 255);
}
.footer__social-icon {
  width: 29px;
  height: 29px;
}
@media screen and (min-width: 800px) {
  .footer__social-icon {
    width: 48px;
    height: 48px;
  }
}
.footer__social-icon svg {
  width: 100%;
  height: 100%;
}
.footer__marquee {
  margin-top: 36px;
  width: 100%;
}
.footer__info {
  margin-top: 36px;
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(0, 19, 114);
  line-height: 16px;
}
.footer__info p{
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgb(0, 19, 114);
    line-height: 16px;
}
@media screen and (min-width: 800px) {
  .footer__info {
    flex-direction: row;
    gap: 16px;
    max-width: 700px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__info {
    padding-left: 344px;
    max-width: 1000px;
  }
}
.footer__license {
  margin-top: 24px;
  max-width: 320px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 19, 114);
}
@media screen and (min-width: 800px) {
  .footer__license {
    max-width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__license {
    padding-left: 344px;
    max-width: 1000px;
  }
}

.marquee {
  --itemGap: 48px;
  display: flex;
  gap: var(--itemGap);
  overflow: hidden;
  user-select: none;
  background-color: rgb(0, 128, 255);
}
.marquee__wrapper {
  height: 44px;
  display: flex;
  align-items: center;
  gap: var(--itemGap);
  animation: scroll 20s linear infinite;
}
.marquee__item {
  width: max-content;
  height: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
}
.marquee__item.svg {
  width: 52px;
}
.marquee.reverse .marquee__wrapper {
  animation-direction: reverse;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--itemGap)));
  }
}
