@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto";
    src: url("/fonts/Roboto.ttf");
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: "Roboto";
    src: url("/fonts/Robotomedium.ttf");
    font-display: swap;
}

@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: "Roboto";
    src: url("/fonts/Robotobold.ttf");
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
    background: #0c0c0c;
}

button,
button:active,
button:focus {
    outline: none;
}

input,
input:active,
input:focus {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

a:hover {
    text-decoration: none;
}

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

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

a+p {
    margin-top: 20px;
}

ul li,
ol li {
    font-size: 16px;
    line-height: 1.55;
}

h1 {
    font-size: 36px;
    margin: 0 0 6px 0;
    color: #fff;
    font-weight: 400;
}

h2 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

body {
    color: #fff;
    background: #081d36 url(/images/back.jpg) 50% no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.section-head {
    min-height: 100vh;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;*/
    padding: 20px 0;
    position: relative;
}

.container {
    width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}

.head-logo {
    margin-bottom: 70px;
    position: relative;
}

.head-logo-link {
    display: block;
    max-width: 175px;
}

.head-logo-link-img {
    width: 175px;
    height: 83px;
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.head-text p {
    width: 590px;
    font-size: 18px;
    margin: 0 0 30px 0;
    line-height: 1.1;
}

.head-banner {
    width: 590px;
    margin-bottom: 30px;
}

.head-banner a {
    display: block;
}

.head-btn {
    width: 590px;
    margin-bottom: 30px;
}

.button {
    width: 435px;
    height: 48px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: #c40;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px rgba(255, 85, 0, 0.64);
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(435px + 12px);
    min-height: calc(48px + 12px);
    border: 6px solid #ff6800;
    color: #fff;
    box-shadow: 0 0 60px rgba(255, 85, 0, 0.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

.button::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #c40;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
    z-index: 1;
}

.button:hover,
.button:focus {
    transform: translateY(-6px);
}

.button:hover::before,
.button:focus::before {
    opacity: 1;
}

.button:hover::after,
.button:focus::after {
    animation: none;
    display: none;
}

@-webkit-keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

.head-lang {
    position: absolute;
    top: 30px;
    right: -100px;
}

.head-lang-content {
    position: relative;
}

.head-lang-link {
    display: block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: relative;
}

.lang-en {
    background-image: url(/images/lang/eng.svg);
}

.lang-es {
    background-image: url(/images/lang/esp.svg);
}

.lang-de {
    background-image: url(/images/lang/de.svg);
}

.lang-fi {
    background-image: url(/images/lang/fin.svg);
}

.lang-fr {
    background-image: url(/images/lang/fra.svg);
}

.lang-nb {
    background-image: url(/images/lang/nor.svg);
}

.lang-pl {
    background-image: url(/images/lang/pol.svg);
}

.lang-it {
    background-image: url(/images/lang/ita.svg);
}

.lang-pt {
    background-image: url(/images/lang/por.svg);
}

.lang-se {
    background-image: url(/images/lang/swe.svg);
}

.lang-el {
    background-image: url(/images/lang/el.svg);
}

.lang-dk {
    background-image: url(/images/lang/dk.svg);
}

.lang-cs {
    background-image: url(/images/lang/cs.svg);
}

.lang-bn {
    background-image: url(/images/lang/bn.svg);
}

.lang-hu {
    background-image: url(/images/lang/hu.svg);
}
.lang-tl {
    background-image: url(/images/lang/ph.svg);
}
#languages {
    position: absolute;
    background: #edf1f3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.21);
    width: 142px;
    z-index: 100;
    top: 35px;
    right: -20px;
    border-radius: 8px;
    display: none;
}

.languages-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.languages-item:hover {
    background-color: #0fa810;
}

.languages-item:last-child {
    margin-bottom: 0;
}

.languages-item-icon {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: relative;
    margin-left: 8px;
}

.languages-item-text {
    display: block;
    color: #6e82a2;
    padding: 0 10px;
    font-size: 12px;
}

.languages-item:hover .languages-item-text {
    color: #fff;
}

.head-downloads {
    background: #0fa810;
    height: 100px;
    border-radius: 60px;
    display: flex;
    flex-direction: row;
    padding: 10px;
    position: relative;
    margin-bottom: 100px;
}

.download-buttons {
    display: flex;
    align-items: center;
}

.download-btn {
    background: #000;
    border-radius: 10px;
    display: flex;
    width: 200px;
    align-items: center;
    padding: 10px;
    margin-left: 31px;
    height: 70px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.download-btn span {
    display: block;
    padding-left: 20px;
}

.head-phone {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.head-phone:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: translate(-50%);
    width: 350px;
    height: 350px;
    background: #000;
    z-index: 2;
}

.head-phone:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    border-radius: 50%;
    transform: translate(-50%);
    width: 500px;
    height: 500px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.head-phone-img {
    position: relative;
    z-index: 4;
    width: 333px;
    height: 698px;
    background-image: url(/images/20bet-phone.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.head-icons {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    margin-bottom: 50px;
    margin-left: -39px;
    padding: 0 10px;
}

.head-item-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.head-item-icon-img {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 15px;
}

.head-item-icon span {
    display: block;
    text-align: center;
}

.head-copyright {
    text-align: center;
}

.section-main {
    position: relative;
    background-color: #cacfd9;
    z-index: 10;
    align-items: center;
    top: 0;
    display: flex;
    left: 0;
    min-height: 100vh;
    color: #072443;
    overflow: hidden;
    padding: 20px 10px;
    padding-bottom: 200px;
}

.section-main::before {
    position: absolute;
    content: '';
    width: 120vw;
    height: 120vw;
    border-radius: 50%;
    background-color: #e8ecf1;
    z-index: -1;
    left: -50vw;
}

.section-main::after {
    position: absolute;
    content: '';
    width: 93vw;
    height: 93vw;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
    left: -39vw;
}

.main-block {
    display: flex;
}

.ios-block-left {
    margin-right: 100px;
    width: calc(100% - 290px);
}

.ios-block-right {
    width: 290px;
    overflow: hidden;
}

.ios-block-logo {
    width: 180px;
    margin-bottom: 70px;
}

.ios-block-logo a {
    display: block;
}

.ios-block-text-p {
    font-size: 16px;
    font-weight: 400;
    width: 590px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.ios-block-text-p.after {
    font-size: 18px;
}

.button.light {
    box-shadow: none;
    margin-bottom: 20px;
}

.ios-block-qr {
    display: flex;
    margin-bottom: 20px;
}

.qr-block-left {
    width: 150px;
    margin-right: 15px;
}

.qr-block-right {
    display: flex;
}

.qr-block-arrows {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
}

.qr-arrow {
    height: 51px;
}

.qr-arrow.left {
    transform: rotate(180deg);
}

.qr-arrow.right {
    transform: rotateX(180deg);
}

.qr-block-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    font-size: 22px;
    line-height: 30px;
}

.qr-block-scan {
    position: relative;
    padding-right: 45px;
}

.qr-block-scan::after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(/images/qr-icon.svg) 50%/30px no-repeat;
}

.qr-block-text {
    line-height: 1.1;
}

.qr-block-text a {
    color: #0fa810;
    text-decoration: underline;
}

.ios-block-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}

.ios-block-list {
    padding-left: 15px;
    margin: 0;
}

.ios-block-item {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.share-btn::after {
    content: "";
    position: absolute;
    background-image: url(/images/share-apple.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.ios-block-item span {
    font-weight: 700;
}

.section-main.footer {
    background: #e8ecf1;
}

.section-main.footer::before {
    display: none;
}

.section-main.footer::after {
    display: none;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
    width: 28px !important;
    height: 28px !important;
    margin: 10px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #072443 !important;
}

@media screen and (max-width: 1280px) {
    .head-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head-lang {
        position: relative;
        top: 0;
        right: 0;
    }
    .head-phone {
        right: 10%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0;
    }
    .head-logo {
        justify-content: center;
        margin-bottom: 40px;
    }
    .head-lang {
        right: -30%;
    }
    .head-banner {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        margin-bottom: 15px;
    }
    .head-text {
        text-align: center;
    }
    .head-text p,
    #toc-div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .head-btn {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 435px;
    }
    .head-downloads {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 15px;
        border-radius: 0;
        z-index: 99;
        margin: 0;
        height: auto;
        justify-content: center;
    }
    body footer .content {
        padding-bottom: 175px;
    }
    .download-buttons {
        flex-direction: column;
    }
    .download-btn {
        margin: 0;
        width: 500px;
        margin-bottom: 15px;
        height: 60px;
        justify-content: center;
    }
    .download-btn:last-child {
        margin-bottom: 0;
    }
    .download-btn span {
        padding-left: 15px;
    }
    .head-phone {
        position: relative;
        right: 0;
        transform: none;
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        margin-top: 50px;
    }
    .head-icons {
        max-width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    .main-block {
        flex-direction: column;
    }
    .ios-block-left {
        margin-right: 0;
        width: 100%;
    }
    .ios-block-logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .ios-block-text {
        text-align: center;
    }
    .ios-block-text-p {
        width: 100%;
    }
    .button.light {
        margin-left: auto;
        margin-right: auto;
    }
    .ios-block-qr {
        justify-content: center;
    }
    .ios-block-install {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ios-block-title {
        margin-bottom: 20px;
    }
    .ios-block-right {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .ios-block-right .android-slide-item .video {
        width: 236px!important;
    }
    .ios-block-right .iphone-slide-item .video-iphone {
        width: 275px!important;
    }
    .ios-block-right.android {
        width: 272px;
    }
    .section-main.footer {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 640px) {
    .ios-block-qr {
        flex-direction: column;
        align-items: center;
    }
    .qr-block-left {
        margin-right: 0;
    }
    .qr-block-arrows {
        display: none;
    }
    .qr-block-buttons {
        align-items: center;
    }
    .qr-block-scan {
        margin-bottom: 15px;
    }
    .section-main.footer {
        padding: 20px 10px 140px 10px;
    }
    .section-main {
        padding: 20px 10px 200px 10px;
    }
    .download-btn {
        width: 300px;
        height: 40px;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .download-btn img {
        height: 22px;
    }
    .head-downloads {
        padding: 5px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 25px;
    }
    .head-lang {
        right: -27%;
    }
}

@media screen and (max-width: 520px) {
    .head-lang {
        right: -18%;
    }
    .head-btn {
        max-width: 100%;
    }
    .button {
        width: 300px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }
    .button::before {
        min-width: calc(300px + 12px);
    }
    .head-phone:after {
        width: 300px;
        height: 300px;
    }
    .head-phone-img {
        width: 300px;
        height: 629px;
    }
    .head-phone:before {
        display: none;
    }
    .head-icons {
        flex-wrap: wrap;
    }
    .head-item-icon {
        width: 50%;
        margin-bottom: 20px;
    }
    body {
        background-size: contain;
    }
}

@media screen and (max-width: 380px) {
    .head-lang {
        right: -15%;
    }
    #languages {
        right: 0;
    }
}

ol {
    padding-left: 20px;
}

ol,
ul {
    list-style: none;
}

ol>li:first-child {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

ol>li {
    counter-increment: ol;
    background-color: #d5dae0;
    padding: 5px 45px 5px 55px;
    position: relative;
    min-height: 75px;
    border: 1px solid #cc4400;
}

li {
    display: flex;
    display: -webkit-box;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
}

.ios-block-install li::before {
    background-color: #cc4400;
}

ol>li::before {
    content: counter(ol);
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 2.1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

p+p,
li+li {
    margin-top: 25px;
}

@media screen and (max-width: 570px) {
    ol>li {
        padding: 5px 10px 5px 35px;
    }
    ol>li:before {
        width: 45px;
        height: 45px;
        line-height: 1.9;
    }
    p+p,
    li+li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 760px) {
    p+p,
    li+li {
        margin-top: 15px;
    }
}

.table-device-text-caption {
    display: inline-block;
    width: 100%;
}


/*** Table Styles **/

.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

th {
    color: #D5DDE5;
    ;
    background: #1f6b5a;
    border-bottom: 4px solid #77c68a;
    border-right: 1px solid #77c68a;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

th:first-child {
    border-top-left-radius: 3px;
}

th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color: black;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
    background: #4E5066;
    color: #FFFFFF;
    border-top: 1px solid #22262e;
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    background: #FFFFFF;
    padding: 5px 5px 5px 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 380;
    font-size: 15px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1;
}

td:last-child {
    border-right: 0px;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.ios-block-right.section2 {
    transform: translateY(20%);
}

@media screen and (max-width: 570px) {
    .ios-block-right.section2 {
        transform: unset;
    }
}

.ios-block-right.section2 .android-slide-item {
    top: 4.3%;
    left: 2%;
    right: 2%;
    bottom: 4%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ios-block-right .android-slide-item .video2 {
    position: absolute;
    z-index: 3;
}

.ios-block-right .android-slide-item .video {
    top: 7.5%;
    left: 4.1%;
    width: 92.7%;
    height: 84.8%;
    position: absolute;
}

.ios-block-right.section2 .iphone-slide-item {
    top: 4.3%;
    left: 2%;
    right: 2%;
    bottom: 4%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ios-block-right .iphone-slide-item .video2 {
    position: absolute;
    z-index: 3;
}

.ios-block-right .iphone-slide-item .video-iphone {
    top: 11%;
    left: 4.1%;
    width: 91.7%;
    height: 78.8%;
    position: absolute;
}

.ios-block-right .phone_andr {
    z-index: 6;
}

.ios-block-right .phone {
    position: relative;
    z-index: 5;
    pointer-events: none;
}

footer {
    width: 100%;
    background: #111;
}

footer .content {
    max-width: 1350px;
    margin: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .content p,
a {
    color: #fff;
}

footer .content .box {
    width: 33%;
    transition: all 0.4s ease;
}

footer .content .topic {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

footer .content p {
    text-align: justify;
}

footer .content .lower .topic {
    margin: 24px 0 5px 0;
}

footer .content .lower i {
    padding-right: 16px;
}

footer .content .middle {
    padding-left: 80px;
}

footer .content .middle a {
    line-height: 32px;
}

footer .content .right input[type="text"] {
    height: 45px;
    width: 100%;
    outline: none;
    color: #d9d9d9;
    background: #000;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 17px;
    border: 2px solid #222222;
}

footer .content .right input[type="submit"] {
    height: 42px;
    width: 100%;
    font-size: 18px;
    color: #d9d9d9;
    background: #eb2f06;
    outline: none;
    border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 12px;
    border: 2px solid #eb2f06;
    transition: all 0.3s ease-in-out;
}

.content .right input[type="submit"]:hover {
    background: none;
    color: #eb2f06;
}

footer .content .media-icons a {
    font-size: 16px;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    border: 2px solid #222222;
    margin: 30px 5px 0 0;
    transition: all 0.3s ease;
}

.content .media-icons a:hover {
    border-color: #eb2f06;
}

footer .bottom {
    width: 100%;
    text-align: right;
    color: #d9d9d9;
    padding: 0 40px 5px 0;
}

footer .bottom a {
    color: #eb2f06;
}

footer a {
    transition: all 0.3s ease;
}

footer a:hover {
    color: #eb2f06;
}

@media (max-width:1100px) {
    footer .content .middle {
        padding-left: 50px;
    }
}

@media (max-width:950px) {
    footer .content .box {
        width: 50%;
    }
    .content .right {
        margin-top: 40px;
    }
}

@media (max-width:560px) {
    footer {
        position: relative;
    }
    footer .content .box {
        width: 100%;
        margin-top: 30px;
    }
    footer .content .middle {
        padding-left: 0;
    }
}

.footer-icons {
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    margin-top: 10px;
}