@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
}

/* new */
body {
    margin: 0;
    position: relative;
    overflow-x: hidden !important;
    -moz-box-sizing: border-box;
    background-color: #0f0000;
    font-family: Inter, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
/* new */

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}


.container--1oG40 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 960px) {
    .container--1oG40 {
        max-width: 940px;
        padding: 0
    }
}

.root--X4UBZ {
    margin: 20px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 150%
}

.item--VKsEg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.link--gKrVC {
    color: inherit;
    text-decoration: none
}

.item--VKsEg:not(:last-child):after {
    opacity: .6;
    margin: 0 10px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: "";
    display: inline-block;
    height: .3em;
    position: relative;
    vertical-align: top;
    width: .3em
}

.header--1Dbwn {
    text-align: center
}

.logo--O6B4T {
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid rgba(233, 235, 240, .1);
    margin: 0 -20px
}

/* new */
.logo--O6B4T a {
    display: inline-block;
}

.root--318v9 a {
    display: inline-block;
}

.list--3j48B > .summary-text {
    color: white;
    text-align: center;
    opacity: .8;
    line-height: 140%;
    padding-top: 1em;
}

.languages-list {
    text-align: center;
    width: 90%;
    padding: 1px 25px 0px 25px;
    margin: auto;
    background: inherit;
    font-size: 0;
}

.languages-list .item {
    position: relative;
    display: inline-block;
    width: 33.3%;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    color: hsla(0, 0%, 100%, .5);
    vertical-align: top;
    white-space: nowrap;
}

.item {
    text-decoration: underline;
    color: inherit;
}

.item:hover {
    text-decoration: none !important;
    color: #fa5365;
    cursor: pointer;
}

.languages-list .item-list {
    position: relative;
    float: left;
    margin-top: 0;
}

.languages-list .item-list:before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.languages-list .item-list .item {
    display: block;
    width: 100%;
}

.rtl {
    text-align: right;
}

/* new */

@media (min-width: 640px) {
    .header--1Dbwn {
        text-align: left
    }

    /* new */
    .languages-list {
        width: 90%;
        padding: 1px 25px 0px 25px;
        margin: auto;
        background: inherit;
        font-size: 0;
    }

    .languages-list .item {
        position: relative;
        display: inline-block;
        width: 33.3%;
        font-size: 13px;
        font-weight: normal;
        line-height: 25px;
        color: hsla(0, 0%, 100%, .5);
        vertical-align: top;
        text-align: center;
    }

    .item {
        text-decoration: underline;
        color: inherit;
    }

    .item:hover {
        text-decoration: none !important;
        color: #fa5365;
        cursor: pointer;
    }

    .languages-list .item-list {
        position: relative;
        float: left;
        margin-top: 0;
    }

    .languages-list .item-list:before {
        z-index: 0;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .languages-list .item-list .item {
        display: block;
        width: 100%;
    }

    /* new */

    .logo--O6B4T {
        margin: 0
    }
}

.footer--2-bAX {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: hsla(0, 0%, 100%, .6);
    text-align: center
}

.disclamer--3s4vk {
    max-width: 620px;
    margin: 0 auto 20px
}

.links--2qwf6 {
    margin: 40px auto;
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.links--2qwf6 a {
    text-decoration: underline;
    color: inherit;
    margin: 5px 10px
}

.links--2qwf6 a:hover {
    text-decoration: none !important;
    color: #fa5365;
    cursor: pointer;
}

.copyright--3jv3c {
    margin-top: 20px
}

.root--318v9 {
    margin: 20px 0;
    color: #fff;
    font-family: Inter, sans-serif;
    text-align: center;
    position: relative
}

.root--318v9:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    position: absolute;
    z-index: -1;
    opacity: .85;
}

.title--1iRrp {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    padding: 0 40px
}

.subtitle--945WF {
    font-size: 14px;
    line-height: 165%
}

@media (min-width: 640px) {
    .root--318v9 {
        text-align: left;
        width: 75%
    }

    .root--318v9:before {
        height: 700px;
        width: 700px;
        -webkit-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%)
    }

    .title--1iRrp {
        font-size: 40px;
        padding: 0
    }
}

@media (min-width: 940px) {
    .root--318v9:before {
        -webkit-transform: translate(-60%, -50%);
        transform: translate(-60%, -50%)
    }
}

.root--3f9AA {
    background-color: hsla(0, 0%, 100%, .01);
    border-radius: 10px;
    padding: 0 20px;
    font-family: Inter, sans-serif;
    color: #fff;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.root--3f9AA + .root--3f9AA {
    margin-top: 20px
}

.root--3f9AA:hover {
    background-color: hsla(0, 0%, 100%, .05)
}

.body--1bdk_, .head--3k3Ty {
    padding: 20px 0
}

.head--3k3Ty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(233, 235, 240, .1);
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    cursor: pointer
}

.body--1bdk_ {
    opacity: .8;
    line-height: 165%
}

.input--_FqVz {
    display: none
}

.chevron--3BiMf {
    font-size: 20px;
    opacity: .6;
    margin: 0 10px;
    left: .05em;
    top: .05em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-style: solid;
    border-width: .05em .05em 0 0;
    display: inline-block;
    height: .3em;
    position: relative;
    vertical-align: top;
    width: .3em
}

.input--_FqVz:checked + .head--3k3Ty .chevron--3BiMf {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.input--_FqVz:checked ~ .body--1bdk_ {
    display: none
}

.input--_FqVz:checked ~ .head--3k3Ty {
    border-bottom: none
}

.root--1hZ9r {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
    color: #fff
}

.icon--1mSmc, .root--1hZ9r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon--1mSmc {
    height: 48px;
    width: 48px
}

.icon--1mSmc img {
    max-width: 100%
}

.text--2ZK_a {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    margin-top: 20px
}

.root--qDoxJ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
    position: relative
}

.item--2JdBm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 20px 0;
    text-align: center;
    padding: 0 20px
}

@media (min-width: 640px) {
    .item--2JdBm {
        -ms-flex-preferred-size: calc(25% - 1px);
        flex-basis: calc(25% - 1px)
    }

    .item--2JdBm:not(:nth-child(4n+4)) {
        border-right: 1px solid rgba(233, 235, 240, .1)
    }

    .item--2JdBm:nth-child(5n+5):before {
        content: "";
        width: 100%;
        position: absolute;
        display: block;
        height: 1px;
        left: 0;
        border-top: 1px solid rgba(233, 235, 240, .1);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.button--3Trn6 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: #1e9b4b;
    border-radius: 32px;
    padding: 0 32px;
    margin: 0 auto;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none
}

.container--uMZHY {
    position: -webkit-sticky;
    position: sticky;
    bottom: 80px;
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.container--uMZHY:after {
    pointer-events: none;
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(180deg, transparent 0, #000);
    z-index: -1
}

.button--3Trn6 svg {
    margin-right: 24px
}

.layout--2oRzg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.image--3d45z, .layout--2oRzg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image--3d45z {
    width: 300px;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50px;
    margin: 10px 0 30px
}

.image--3d45z img {
    width: 100%
}

.content--2V1Ra {
    display: contents
}

.slogan--yhBod {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.list--3j48B {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%
}

.image--3d45z {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 640px) {
    .layout--2oRzg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .content--2V1Ra {
        display: block;
        width: calc(100% - 320px)
    }

    .image--3d45z {
        position: -webkit-sticky;
        position: sticky
    }
}
