/* -- charset -- */
@charset "UTF-8"; /**/
/*
// - - - - - - - - - - - - - - - - - - - - - - -
// NOMADE TEMPLATED V001
// - - - - - - - - - - - - - - - - - - - - - - -
// a BACK2BASICS
// https://back2basics.com.br
// - - - - - - - - - - - - - - - - - - - - - - -
// deploy > v.00bond a wizardfly (//wfly.rf.gd)
// #wf-202201120936
// #wf-202201121458
// - - - - - - - - - - - - - - - - - - - - - - -
*/
html, body, div, section, ul, li, a, p, strong, h1, h2, h3, h4, h5, h6, nav, img, header, footer, form, fieldset, label, input, i, figure {
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: 0;
    font-family: 'Roboto', sans-serif;
}

body {
    background: #FFFFFF;
}

.error {
    color: #fff!important;
    background-color: rgba(255,0,2,.6)!important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.grid {
    width: 95%;
    max-width: 1180px;
    min-width: 280px;
    margin: 0 auto;
}

.section {
    width: 100%;
    float: left;
}

.afterClear:after {
    content: '';
    clear: both;
    display: block;
}

.btn {
    display: inline-block;
    background: #c75234;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 25px;
    border-radius: 30px;
    margin: 20px 0 0;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #c75234;
    font-weight: 700;
    transition: color 0.4s, background 0.4s;
}

.btn:hover, .btn:focus {
    color: #c75234;
    background: none;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 46px;
    font-weight: 900;
    color: #0b1f39;
    display: block;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.title:before {
    content: '';
    width: 100vw;
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    border-top: 5px solid #0b1f39;
    border-bottom: 5px solid #0b1f39;
}

/* -- sliders -- */
.sldForm {
    width: 100%;
    background: #FFFFFF;
}

.sldForm .item {
    float: left;
}

.sldForm .owl-item img {
    width: 120% !important;
}

.sldGallery {
    width: 100%;
}

.sldGallery .item {
    float: left;
    margin: 0 10px 20px;
    width: calc(100% - 20px);
}

.sldGallery .item figure {
    padding: 13px 13px 50px 13px;
    background: linear-gradient(45deg, #d6d6d6, #fefefe);
    position: relative;
}

.sldGallery .item figure:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 6px 9px 0px rgb(11 31 57 / 52%);
    width: 100%;
    height: 5px;
    display: block;
    z-index: -1;
}

.sldGallery .item figure p {
    display: block;
    color: #0b1f39;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.sldGalleryVote {
    margin: 50px auto 0;
    width: 100%;
}

.sldGalleryVote .item {
    position: relative;
    margin: 0 10px;
}

.sldGalleryVote .item figure {
    padding: 18px;
    background: linear-gradient(45deg, #d6d6d6, #fefefe);
    position: relative;
    display: block;
    box-shadow: 0px 7px 10px rgb(11 31 57 / 52%);
}

.section.comingSoon .sldGalleryVote .item p {
    color: #b316c5;
    display: block;
    margin: 20px auto 0;
    width: 100%;
    text-align: left;
    font-weight: 700;
}

.section.comingSoon .sldGalleryVote .item p strong {
    color: #343434;
}

.section.comingSoon .sldGalleryVote .item p a {
    display: inline-block;
    margin: 10px 0 0;
    background: linear-gradient(to right, rgb(116 29 245 / 60%), rgb(246 36 176 / 60%));
    color: #FFFFFF;
    padding: 20px 80px;
    transition: background 0.4s;
}

.section.comingSoon .sldGalleryVote .item p a:hover, .section.comingSoon .sldGalleryVote .item p a:focus {
    background: linear-gradient(to left, rgb(116 29 245 / 60%), rgb(246 36 176 / 60%));
}

.section.comingSoon .sldGalleryVote .owl-nav {
    position: absolute;
    top: 35%;
    left: -5%;
    width: 110%;
    z-index: 1;
}

.section.comingSoon .sldGalleryVote button.owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    font-size: 50px;
    background: none !important;
    color: #858585 !important;
}

.section.comingSoon .sldGalleryVote button.owl-next {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    font-size: 50px;
    background: none !important;
    color: #858585 !important;
}

.section.comingSoon .sldGalleryVote button.owl-next {
    position: absolute;
    right: 0;
    font-size: 50px;
    top: 0;
}

.section.comingSoon .sldGalleryVote button.owl-prev span, .section.comingSoon .sldGalleryVote button.owl-next span {
    font-size: 50px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: block;
}

/* -- modalVote -- */
.section.comingSoon .modalVote {
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transition: top 0.4s;
}

.section.comingSoon .modalVote.active {
    top: 0;
}

.section.comingSoon .modalVote .mask {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    backdrop-filter: blur(8px);
}

.section.comingSoon .modalVote a.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    display: block;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color 0.4s;
}

.section.comingSoon .modalVote a.close:hover, .section.comingSoon .modalVote a.close:focus {
    color: #91318f;
}

.section.comingSoon .modalVote form {
    width: 100%;
    margin: calc(50vh - (322px / 2)) auto 0;
    padding: 80px 0 60px;
    background: linear-gradient(to right, #772fef, #c545c1);
    cursor: default;
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.section.comingSoon .modalVote form fieldset {
    margin: 0 auto;
    width: 335px;
}

.section.comingSoon .modalVote form fieldset p {
    display: block;
    text-align: center;
    width: auto;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.section.comingSoon .modalVote form fieldset p b {
}

.section.comingSoon .modalVote form fieldset label {
    width: calc(100% - 4px);
    display: block;
    margin: 0 0 5px;
    border: 2px solid #c344c1;
    background: #FFFFFF;
    position: relative;
    pointer-events: all;
}

.section.comingSoon .modalVote form fieldset label:last-child {
    border: 0;
    background: none;
    pointer-events: none;
}

.section.comingSoon .modalVote form fieldset label i {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #c344c1;
    margin: 11px;
}

.section.comingSoon .modalVote form fieldset label input[type="text"] {
    display: block;
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 14px;
    padding: 10px 40px;
}

.section.comingSoon .modalVote form fieldset label input[type="email"] {
    display: block;
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 14px;
    padding: 10px 40px;
}

.section.comingSoon .modalVote form fieldset label input[type="submit"] {
    display: block;
    width: 80%;
    font-size: 14px;
    text-transform: lowercase;
    line-height: 14px;
    padding: 10px 40px;
    margin: 0 auto;
    background: #c344c1;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    line-height: 14px;
    pointer-events: all;
    transition: background 0.4s;
}

.section.comingSoon .modalVote form fieldset label input[type="submit"]:hover, .section.comingSoon .modalVote form fieldset label input[type="submit"]:focus {
    background: #91318f;
}

/* -- header -- */
.section.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 30px 0;
    transition: background 0.4s;
}

.section.header.active, .section.header.pageRules {
    background: rgb(11 30 56 / 85%);
    backdrop-filter: blur(8px);
}

.section.header.pageRules nav {
    background: none;
}

.section.header > .grid {
    position: relative;
    z-index: 2;
}

.section.header .brand {
    float: left;
}

.section.header .brand img {
    display: block;
    pointer-events: none;
}

.section.header nav {
    margin: 36px 0;
    position: absolute;
    width: 100%;
    padding: 5px 0;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background 0.4s;
}

.section.header.active nav {
    background: none;
}

.section.header nav .grid {
    position: relative;
}

.section.header nav ul {
    text-align: right;
    font-size: 0;
}

.section.header nav ul li {
    display: inline-block;
}

.section.header nav ul li:first-child {
    margin: 0;
}

.section.header nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background: #0b1f39;
    padding: 17px;
    font-weight: 700;
    border: 1px solid #0b1f39;
    border-right: 0;
    transition: background 0.4s, color 0.4s;
}

.section.header nav ul li:last-child a {
    border-left: 0;
    border-right: 1px solid #0b1f39;
}

.section.header.active nav ul li a {
    background: none;
    border-color: transparent;
}

.section.header nav.active ul li a {
    background: #0b1f39 !important;
    color: #FFFFFF !important;
}

.section.header nav ul li a:hover, .section.header nav ul li a:focus {
    background: none !important;
}

.section.header.active nav ul li a:hover, .section.header.active nav ul li a:focus {
    color: #c75234;
}

.section.header .btnMenu {
    float: right;
    display: block;
    font-size: 27px;
    line-height: 35px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 10px 0;
    width: 35px;
    text-align: center;
    display: none;
    position: relative;
}

.section.header .btnMenu:before {
    content: 'menu';
    position: absolute;
    top: 0;
    right: 100%;
    font-size: 11px;
}

.section.header .btnMenu nav {
    pointer-events: none;
}

/* -- rules -- */
.section.rules {
    padding: 140px 0 90px;
}

.section.rules .content {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    margin: 20px;
    padding: 20px;
    overflow: auto;
}

.section.rules .content h3 {
    display: block;
    margin: 0 0 15px;
    text-align: left;
    color: #0b1f39;
}

.section.rules .content p {
    display: block;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #0b1f39;
}

.section.rules .content p:last-of-type {
    margin: 0;
}

.section.rules .content p strong {
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px;
}

/* -- form -- */
.section.form {
    padding: 35vh 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.section.form .grid {
}

.section.form .left {
    width: 100%;
    max-width: 825px;
    float: left;
    position: relative;
}

.section.form .left h1 {
    color: #ffffff;
    width: 100%;
    line-height: 55px;
    font-weight: 700;
}

.section.form .left h1:before {
    display: none;
}

.section.form .left h1 strong {
    font-weight: 700;
}

.section.form .left h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    width: 100%;
}

.section.form .left h3 em {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.section.form .right {
    width: 40%;
}

.section.form .right img {
    display: block;
    margin: 30% auto 0;
    width: 100%;
    max-width: 222px;
}

/* -- new box form -- */
.section.newBoxForm {
    padding: 200px 0;
}

.section.newBoxForm .grid {
}

.section.newBoxForm form {
}

.section.newBoxForm form fieldset {
}

.section.newBoxForm form fieldset label {
    display: block;
}

.section.newBoxForm form fieldset label em {
    display: block;
    font-style: normal;
    margin: 0 0 10px;
}

.section.newBoxForm form fieldset label input[type="text"] {
    padding: 5px;
    border: 1px solid #363636;
}

.section.newBoxForm form fieldset label input[type="submit"] {
}

/* -- company -- */
.section.company {
}

.section.company .grid {
    background: url(../img/bg-plane.jpg) no-repeat center right / auto 50%;
    padding: 30px 0;
}

.section.company .left {
    width: 52%;
    padding: 0 0 0 5%;
}

.section.company .left h2 {
    font-weight: normal;
}

.section.company .left h2:before {
    display: none;
}

.section.company .left h2 strong {
    font-weight: 700;
}

.section.company .left p {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #6c6c6c;
    margin: 0 0 30px;
}

.section.company .left p em {
    display: block;
    margin: 0 0 20px;
    font-style: normal;
}

.section.company .left p em b {
}

.section.company .left p strong {
    display: block;
    margin: 0 0 20px;
}

/* -- apps -- */
.section.apps {
    margin: 80px 0 0;
}

.section.apps .grid {
}

.section.apps .left {
    width: 70%;
}

.section.apps .left ul {
}

.section.apps .left ul li {
    float: left;
    width: 16.5%;
    margin: 1%;
}

.section.apps .left ul li:nth-child(3) {
    width: 24%;
}

.section.apps .left ul li p {
    font-size: 18px;
    line-height: 22px;
    color: #606060;
}

.section.apps .left ul li p img {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    max-width: 185px;
}

.section.apps .left ul li:nth-child(3) img {
    margin: -52% auto 20px;
}

.section.apps .left ul li p strong {
    display: block;
}

.section.apps .right {
    width: 28%;
}

.section.apps .right ul {
}

.section.apps .right ul li {
    margin: 0 0 25px;
}

.section.apps .right ul li p {
    color: #0b1f39;
    font-size: 23px;
    line-height: 23px;
    display: block;
}

.section.apps .right ul li p a {
    color: #0b1f39;
    font-weight: 700;
    text-decoration: underline;
}

.section.apps .right ul li a {
}

.section.apps .right ul li a img {
    display: block;
    margin: 20px auto 0;
}

/* -- texts -- */
.section.texts {
}

.section.texts .grid {
}

.section.texts .boxTitle {
    color: #0b1f39;
    font-size: 23px;
    line-height: 26px;
    display: block;
    margin: 0 0 45px;
    width: 60%;
}

.section.texts .boxTitle h3 {
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.section.texts .boxTitle p {
    display: block;
    color: #848484;
}

.section.texts .boxHost {
    color: #0b1f39;
    font-size: 23px;
    line-height: 26px;
    display: block;
    margin: 0 0 35px;
    text-align: center;
    margin: 0 auto;
    width: 65%;
}

.section.texts .boxHost h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 38px;
}

.section.texts .boxHost p {
    display: block;
    color: #848484;
    font-size: 16px;
}

/* -- participate -- */
.section.participate {
    margin: 0 0 45px;
}

.section.participate .grid {
}

.section.participate .left {
    width: 49%;
    position: relative;
}

.section.participate .left:before {
    content: '';
    width: 100%;
    height: 30%;
    display: none;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: 1;
    background: #d56048;
    background: linear-gradient(45deg, #d56048, #794e51, #2e4058);
}

.section.participate .left img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.section.participate .right {
    width: 45%;
    padding: 15px 0;
}

.section.participate .right h2 {
    margin: 0 0 30px;
    font-weight: normal;
}

.section.participate .right h2:before {
    display: none;
}

.section.participate .right ul {
}

.section.participate .right ul li {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 12px;
    font-weight: 700;
    color: #002a45;
    text-transform: uppercase;
    position: relative;
}

.section.participate .right ul li:last-child {
    margin: 0;
}

.section.participate .right ul li i {
    color: #ed210b;
}

.section.participate .right > ul li:before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #c75234;
    margin: 0 8px 0 0;
    display: none;
}

.section.participate .right .steps {
    margin: 35px 0 0;
}

.section.participate .right .steps strong {
    text-align: center;
    display: block;
    color: #0b1f39;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 10px;
}

.section.participate .right .steps ul {
}

.section.participate .right .steps ul li {
    margin: 0 0 10px;
    float: left;
}

.section.participate .right .steps ul li:before {
}

.section.participate .right .steps ul li img {
    float: left;
    margin: 0 10px 0 0;
}

.section.participate .right .steps ul li p {
    float: left;
    width: calc(100% - 96px);
    font-size: 16px;
    line-height: 16px;
    display: block;
    text-transform: none;
    font-weight: normal;
    color: #6c6c6c;
}

.section.participate .right .steps ul li p strong {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    display: block;
    color: #0b1f39;
}

/* -- data -- */
.section.data {
    padding: 0 0 32%;
    overflow: hidden;
}

.section.data .grid {
    text-align: center;
}

.section.data .title {
    font-weight: normal;
    border-top: 0;
    border-bottom: 0;
    padding: 30px 0;
    margin: 0;
}

.section.data ul {
    margin: 0 0 50px;
    float: left;
    border-bottom: 5px solid #b316c5;
    padding: 15px 0;
}

.section.data ul li {
    float: left;
    min-height: 120px;
    margin: 1%;
    border-left: 2px solid #cecece;
    padding: 2%;
}

.section.data ul li:nth-child(1) {
    width: calc(24% - 2px);
}

.section.data ul li:nth-child(2) {
    width: calc(64% - 2px);
}

.section.data ul li:nth-child(3) {
    width: calc(24% - 2px);
}

.section.data ul li:nth-child(4) {
    width: calc(64% - 2px);
}

.section.data ul br {
    width: 100%;
    float: left;
}

.section.data ul li p {
    text-align: left;
}

.section.data ul li p i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    margin: 0 10px 0 0;
}

.section.data ul li p strong {
    color: #c75234;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}

.section.data ul li p em {
    display: block;
    font-style: normal;
    color: #0b1f39;
    font-size: 18px;
    line-height: 23px;
}

.section.data p {
    display: block;
    text-align: center;
    clear: left;
}

.section.data p a {
    color: #0b1f39;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    margin: 0;
    border-radius: unset;
    background: none;
}

.section.data p a:hover, .section.data p a:focus {
    text-decoration: underline;
}

.section.data a {
    float: none;
}

/* -- award -- */
.section.award {
    background: url('../img/bg-award.png') no-repeat top center / cover;
    margin: 8% 0 23%;
    padding: 0 0 8%;
}

.section.award .grid {
    position: relative;
    padding: 400px 0 60px;
}

.section.award h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
}

.section.award .left {
    width: 100%;
    text-align: center;
}

.section.award .left h2 {
    color: #c75234;
    text-transform: uppercase;
    background: linear-gradient(to right, rgb(116 29 245 / 60%), rgb(246 36 176 / 60%));
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: normal;
}

.section.award .left h2:before {
    display: none;
}

.section.award .left p {
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #ffffff;
    background: linear-gradient(to right, rgb(116 29 245 / 60%), rgb(246 36 176 / 60%));
    padding: 20px 20%;
}

.section.award .left a {
}

.section.award .gallery {
    width: 100%;
    position: absolute;
}

.section.award .gallery ul {
}

.section.award .gallery ul li {
    float: left;
    width: 31.3%;
    margin: 1%;
}

.section.award .gallery ul li img {
    display: block;
    width: 100%;
}

/* -- comingSoon -- */
.section.comingSoon {
    padding: 100px 0;
    overflow: hidden;
}

.section.comingSoon .grid {
    width: 90%;
    text-align: center;
}

.section.comingSoon h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
    color: #0b1f39;
    display: block;
    margin: 0 0 10px;
    font-weight: normal;
    padding: 30px 0;
    text-align: left;
}

.section.comingSoon h2 strong {
    display: block;
}

.section.comingSoon h2:before {
    display: none;
}

.section.comingSoon p {
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #b316c5;
    width: 80%;
    margin: 0 auto;
}

.section.comingSoon p strong {
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin: 30px 0 5px;
}

.section.comingSoon img {
    display: block;
    width: 100%;
    max-width: 1101px;
}

/* -- about -- */
.section.about {
    padding: 30px 0 130px;
    overflow: hidden;
}

.section.about .grid {
}

.section.about .left {
    width: 62%;
    padding: 0 0 0 5%;
}

.section.about .left h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
    color: #0b1f39;
    display: block;
    margin: 0 0 20px;
    font-weight: normal;
    padding: 30px 0;
}

.section.about .left p {
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #6c6c6c;
}

.section.about .right {
    width: 33%;
    position: relative;
}

.section.about .right:before {
    content: '';
    width: 100%;
    height: 40%;
    display: none;
    position: absolute;
    bottom: -8%;
    right: -8%;
    z-index: 1;
    background: #d56048;
    background: linear-gradient( 45deg, #d56048, #794e51, #2e4058);
}

.section.about .right img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

/* -- equip -- */
.section.equip {
    padding: 0 0 50px;
}

.section.equip .grid {
}

.section.equip .title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
    color: #0b1f39;
    display: block;
    margin: 0 0 30px;
    font-weight: normal;
    padding: 30px 0;
    text-align: center;
}

.section.equip .smallList {
    display: block;
}

.section.equip .smallList li {
    float: left;
    width: 24%;
    margin: 0.5%;
}

.section.equip ul li .box {
    border-radius: 50px;
    border: 1px solid #b7b7b7;
    min-height: 445px;
    overflow: hidden;
}

.section.equip ul li .box h3 {
    color: #0b1f39;
    font-size: 47px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0 10px;
}

.section.equip ul li .box h4 {
    display: block;
    font-size: 18px;
    color: #6c6c6c;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    padding: 0 10px;
}

.section.equip ul li .box img {
    display: block;
    max-width: 163px;
    margin: 20px auto;
    width: 100%;
}

.section.equip .bigList li .box img {
    max-width: 121px;
}

.section.equip ul li .box p {
}

.section.equip ul li .box p strong {
    display: block;
    font-size: 17px;
    color: #6c6c6c;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 0 10px;
}

.section.equip ul li .box p em {
    display: block;
    font-size: 18px;
    color: #6c6c6c;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    padding: 0 10px;
}

.section.equip .bigList {
    display: block;
    width: 100%;
    float: left;
}

.section.equip .bigList li {
    float: left;
    width: 13.2%;
    margin: 0.5%;
}

.section.equip .bigList li .box {
    min-height: 465px;
    border-radius: 33px;
}

.section.equip .bigList li .box h3 {
    font-size: 12px;
    height: 50px;
    line-height: 55px;
    overflow: hidden;
    margin: 0;
}

.section.equip .bigList li .box h4 {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0 10px;
}

.section.equip ul li .box h4.color01 {
    background: #2bfec0;
}

.section.equip ul li .box h4.color02 {
    background: #71fd7c;
}

.section.equip ul li .box h4.color03 {
    background: #c8fd36;
}

.section.equip ul li .box h4.color04 {
    background: #eafd3a;
}

.section.equip ul li .box h4.color05 {
    background: #fc24a8;
}

.section.equip ul li .box h4.color06 {
    background: #fed038;
}

.section.equip ul li .box h4.color07 {
    background: #fda42e;
}

.section.equip ul li .box h4.color08 {
    background: #fd6f28;
}

.section.equip ul li .box h4.color09 {
    background: #fc511f;
}

.section.equip ul li .box h4.color10 {
    background: #fc371f;
}

.section.equip ul li .box h4.color11 {
    background: #fc1f57;
}

.section.equip .bigList li .box p em {
    font-size: 17px;
    line-height: 18px;
    text-transform: none;
    padding: 0 10px;
}

/* -- footer -- */
.section.footer {
    background: #0b1f39;
    position: relative;
}

.section.footer .grid {
}

.section.footer .left {
    width: 63%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    background: url('../img/footer.jpg') no-repeat center center / cover;
}

.section.footer:before {
    content: '';
    width: 40%;
    height: 40%;
    display: none;
    position: absolute;
    top: -8%;
    left: -8%;
    z-index: 1;
    background: #d56048;
    background: linear-gradient( 45deg, #d56048, #794e51, #2e4058);
}

.section.footer .left img {
    display: block;
    height: 100%;
}

.section.footer .right {
    width: 34%;
    padding: 5% 2.5%;
    position: relative;
    z-index: 2;
    background: #0b1f39;
}

.section.footer .right ul {
}

.section.footer .right ul li {
    margin: 0 0 20px;
}

.section.footer .right ul li p {
    display: block;
    margin: 0 0 10px;
}

.section.footer .right ul li p strong {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    color: #c75234;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.section.footer .right ul li ul {
}

.section.footer .right ul li ul li {
    width: 100%;
    display: block;
    margin: 0 0 5px;
}

.section.footer .right ul li ul li a {
    display: inline-block;
    color: #FFFFFF;
    text-transform: uppercase;
}

.section.footer .right ul li ul li a i {
    font-size: 25px;
    line-height: 25px;
    color: #c75234;
    float: left;
    margin: 0 10px 0 0;
    min-width: 30px;
}

.section.footer .right ul li ul li a em {
    font-style: normal;
    float: right;
    line-height: 25px;
    text-transform: lowercase;
    transition: color 0.4s;
}

.section.footer .right ul li ul li a:hover em, .section.footer .right ul li ul li a:focus em {
    color: #d56048 ;
}

.section.footer .right .social {
}

.section.footer .right .social strong {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    color: #c75234;
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px;
}

.section.footer .right .social ul {
}

.section.footer .right .social ul li {
    display: inline-block;
}

.section.footer .right .social ul li a {
    display: block;
    font-size: 27px;
    color: #FFFFFF;
    margin: 0 10px 0 0;
    line-height: 27px;
    transition: color 0.4s;
}

.section.footer .right .social ul li a:hover, .section.footer .right .social ul li a:focus {
    color: #c75234;
}

.section.footer .right .social ul li:last-child a {
    margin: 0;
}

.section.footer .right .seal {
    position: absolute;
    top: calc(50% - 75px);
    right: 0;
    max-width: 150px;
}

/* -- message -- */
.section.message {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 20;
    background: rgb(101 194 201 / .95);
    height: 100vh;
    text-align: center;
    transition: left .4s,background .4s;
}

.section.message.errorSend {
    background: #cf6868;
}

.section.message.errorSend h3,.section.message.errorSend p {
    color: #fff;
}

.section.message.successSend {
    background: #70cf68;
}

.section.message.successSend h3,.section.message.successSend p {
    color: #fff;
}

.section.message.active {
    left: 0;
}

.section.message h3 {
    margin: 40vh auto 10px;
    display: block;
    color: #002c43;
    transition: color .4s;
    font-size: 27px;
    line-height: 30px;
}

.section.message h3:before {
    display: none;
}

.section.message p {
    font-size: 18px;
    line-height: 18px;
    color: #002c43;
    display: block;
    transition: color .4s;
}

/* -- media -- */
@media screen and (max-width: 1000px) {
    .section.equip ul li {
    }

    .section.equip .smallList li {
        width: 49%;
    }

    .section.equip .bigList {
        text-align: center;
        clear: both;
    }

    .section.equip .bigList li {
        width: 30%;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 980px) {
    .section.header nav ul li a {
        font-size: 13px;
        line-height: 13px;
        border: 1px solid transparent;
    }
}

@media screen and (max-width: 820px) {
    .section.header {
        background:rgb(255 255 255 / 0.1);
        padding: 10px 0;
    }

    .section.header nav ul {
        text-align: center;
        margin: 20px 0 0;
    }

    .section.header nav ul li {
        width: 100%;
        text-align: center;
        float: left;
        display: block;
        margin: 0 0 10px !important;
    }

    .section.header nav ul li a {
        padding: 10px 0;
    }

    .section.header nav ul li a:hover, .section.header nav ul li a:focus {
        color: #000000;
        background: #1a4883 !important;
    }

    .section.header .brand img {
        width: 140px;
        position: relative;
        z-index: 11;
    }

    .section.header nav {
        display: block;
        position: fixed;
        top: 79px;
        left: 100vw;
        z-index: 10;
        background: rgb(255 255 255 / 75%);
        width: 100%;
        height: calc(100vh - 75px);
        margin: 0;
        transition: left 0.4s;
    }

    .section.header nav.active {
        left: 0;
        background: rgb(255 255 255 / 75%);
    }

    .section.header .btnMenu {
        display: block;
        position: relative;
        z-index: 11;
    }

    .section.header .btnMenu i {
        pointer-events: none;
    }

    .section.company .grid {
        background: none;
    }

    .section.company .left h2, .section.participate .right h2, .section.award .left h2, .section.comingSoon h2, .section.about .left h2, .section.data .title {
        font-size: 35px;
    }

    .section.award .gallery {
        position: relative;
    }

    .section.award .gallery ul li {
        width: 100%;
        float: left;
    }

    .section.form .right {
        width: 100%;
        max-width: 100%;
        text-align: center;
        display: none;
    }

    .section.form .right form {
        margin: 0 auto;
    }

    .section.form .right form fieldset label input[type="text"] {
        text-align: center;
    }

    .section.company .left {
        width: 100%;
        padding: 0;
    }

    .section.apps .left {
        width: 100%;
        margin: 0 0 50px;
    }

    .section.apps .left ul li {
        width: 48%;
        text-align: center;
    }

    .section.apps .left ul li:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    .section.apps .left ul li:nth-child(3) img {
        display: block;
        margin: 0 auto;
    }

    .section.apps .right {
        width: 100%;
        text-align: center;
    }

    .section.participate .left, .section.participate .right {
        width: 100%;
    }

    .section.participate {
        background: none;
    }

    .section.award {
        background-size: auto 100%;
    }

    .section.award .grid {
        padding: 30% 0 10%;
    }

    .section.award .left {
        width: 100%;
        padding: 0;
        margin: 0 0 50px;
    }

    .section.about .left {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }

    .section.about .right {
        width: 100%;
        padding: 0;
    }

    .section.footer .left {
        width: 100%;
        position: relative;
    }

    .section.footer .right {
        width: 100%;
        text-align: center;
        padding: 5% 0;
    }

    .section.footer .right .social {
        width: 100%;
        text-align: center;
    }

    .section.footer .right ul {
        width: 100%;
    }

    .section.footer .right ul li ul, .section.footer .right .social ul {
        padding: 0;
    }

    .section.footer .right .seal {
        display: none;
    }

    .section.footer .grid {
        width: 100%;
    }

    .section.data {
        background: none;
    }

    .section.data ul li {
        width: 96% !important;
        border: 0;
        margin: 0 0 20px;
        height: auto;
        min-height: auto;
    }

    .section.form .right h1 {
        font-size: 40px;
        margin: 0 auto;
    }

    .section.form .right h3 {
        margin: 0 auto;
    }

    .section.about {
        background: none;
    }

    .sldForm .owl-item img {
        width: 1200px !important;
    }

    .section.rules {
        padding: 80px 0;
    }

    .section.texts .boxTitle, .section.texts .boxHost {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .section.equip .smallList li {
        width: 99%;
    }

    .section.equip .bigList li {
        width: 48%;
    }
}
