html {
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

body * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
    background: #141B2A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
}


body.lock{
    overflow-y: hidden;
}

* img {
    pointer-events: none;
    user-select: none;
}

*,*::before, *::after{
    box-sizing: inherit;
}

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

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

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    font-size: inherit;
}

::-webkit-scrollbar-track
{
    border-radius: 8px;
    background-color: transparent;
}

::-webkit-scrollbar
{
    width: 10px;
    height: 5px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    background-color: #18293F;
}

.global__wrapper {
    width: 100%;
    overflow-x: hidden;
}

.container {
    max-width: 1264px;
    padding: 0 24px;
    margin: 0 auto;
}

.link {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    padding: 14px 40px;
    border-radius: 10px;
    background: linear-gradient(90deg, #4646ff 0%, #104593 55%) var(--x, 0) / 200%;
    transition: background 0.5s ease-in-out;
    user-select: none;
}

.link:hover {
    --x: 50%;
}

.grey-link {
    padding: 20px 43px;
    background-color: #3b414e;
    border-radius: 10px;
    position: relative;
}

.grey-link span {
    position: relative;
}

.grey-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #1b74f9 0%, #104593 100%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
    user-select: none;
}

.grey-link:hover:before {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF !important;
    transition: opacity .3s ease-in-out;
}

@media (max-width: 850px) {
    .title {
        font-size: 45px;
        line-height: normal;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 18px;
    }

    .title {
        font-size: 35px !important;
    }
}
/*
     FILE ARCHIVED ON 15:19:53 Apr 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:36:34 May 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.804
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.084
  esindex: 0.012
  cdx.remote: 6.625
  LoadShardBlock: 40.524 (3)
  PetaboxLoader3.datanode: 55.777 (4)
  load_resource: 49.326
  PetaboxLoader3.resolve: 20.353
*/