* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;

} 

body, td {  
    font-family: "Geologica", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;  
    color: #fff;
}
body {
    font-family: "Geologica", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;  
    color: #fff;
    position: relative;
}
a {    
    color: #383838;   
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.backgroundMain {
    background: #130333;
}

.clear {
    clear: both;
}
.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;       
}

.flexBoxStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;       
}


.layer {
    width: calc(100% - 60px);
    max-width: 1170px;
    margin: 0px auto;
}
.relative {
    position: relative;
}


.header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 12px auto;
    z-index: 2;
}
.headerButton {
    color: #fff; 
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 40px;
    
    border-radius: 50px;
    
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.headerButton::before, .headerButton::after {
      content: "";
      position: absolute;
      inset: 0px;
      border-radius: 50px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(-47deg, #017AE8 11%, #42E6DE 66%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      
      
}
.headerButtonBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-47deg, #42E6DE 11%, #017AE8 66%);    
    
    transition: transform .2s cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    border-radius: 50px;
    
    transform: translate(-100%, 0) rotate(180deg);
}
.headerButton:hover>.headerButtonBackground {
    width: 100%;
    transform: translate(0%, 0) rotate(180deg);
}
.headerButtonText {
    position: relative;
    z-index: 1;
}
.headerMenu {
    width: 445px;
}
.headerMenu a {
    color: #fff; 
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.c-hamburger {
    display: none;
}


.c-hamburger {    
    transform: translate(0%, -2px);
    position: relative;          
    overflow: hidden;  
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;   
    z-index: 2px;
}
 
.c-hamburger:focus {
  outline: none;
}
.backgroundMenu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #130333;
    z-index: 10;
    
    visibility: hidden;
    opacity: 0;
    
}
.backgroundMenu:after {
    content: " ";
    position: absolute;
    top: -25%;
    left: -30%;
    margin: auto;
    width: 350px;
    height: 350px;
    background: linear-gradient(-47deg, rgba(0, 122, 232, 0.53) 20%, #EF61FD 100%); 
    border-radius: 10000px;
    filter: blur(45px);
    opacity: 0.25;
}
.backgroundMenu:before {
    content: " ";
    position: absolute;
    top: 75%;
    right: -30%;
    margin: auto;
    width: 350px;
    height: 350px;
    background: linear-gradient(-47deg, rgba(0, 122, 232, 0.53) 20%, #EF61FD 100%); 
    border-radius: 10000px;
    filter: blur(45px);
    opacity: 0.25;
}


.menuClose {
    position: absolute;
    margin: auto;
    transform: scaleX(1.2);
    top: 30px;
    right: 60px;
}
.menuClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(50deg);
}
.menuClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(-50deg);
} 

.menuShow {
    opacity: 1 !important;
    visibility: visible !important;
} 


.bannerLayer {
    width: 100%;
    min-height: 100%;
    position: absolute;
    background: url(../img/banner.png) 50% 50% no-repeat;
    background-size: cover;
    z-index: 0;
}

.bannerLayer .layer {
    height: 100%;
    position: absolute;
    margin: auto;
    /* width: 100%; */
    left: 0px;
    right: 0px;
    justify-content: flex-start;
}
.bannerTextLayer {
    z-index: 3;
    position: relative;
}
.bannerText {
    text-transform: uppercase;
    
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    letter-spacing: 2%;
    
    
    background: -webkit-linear-gradient(-47deg, #42E6DE 11%, #017AE8 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 780px;
    margin-top: 40px;
    
}
.bannerBrief {
    max-width: 445px;
    
    font-size: 20px;
    line-height: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 64px;
}
.bannerButton {

    color: #fff; 
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 40px;
    
    border-radius: 50px;    
    
    background: linear-gradient(131deg, #42E6DE 11%, #017AE8 66%);   
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
}
.bannerLayer:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    background: linear-gradient(1deg, rgba(21, 2, 60, 0) 15%, rgba(16, 0, 52, 1) 77%); 
    transform: rotate(180deg);
}
.topPadding {
    width: 100%;
    height: 100px;
}
.aboutMan {
    position: relative;
}
.aboutManImg {
    width: 100%;
    position: relative;
}
.aboutManImg img {
    width: 100%;
    max-width: 100%;
}
.aboutManImg:after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    background: linear-gradient(1deg, rgba(21, 2, 60, 0) 15%, rgba(16, 0, 52, 1) 77%);
}
.aboutManImg:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 250px;
    background: linear-gradient(1deg, rgba(21, 2, 60, 0) 15%, rgba(16, 0, 52, 1) 100%);
    transform: rotate(180deg);
    z-index: 2;
}
.aboutAttention {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    bottom: 20%;
    left: 45%;
    margin: auto;
    width: 32%;
    z-index: 2;
}

.aboutAttention span {
    font-weight: bold;
}
.aboutAttention b {
    font-weight: bold;
    color: #007AE8;
}

.aboutLayer {
    position: relative;
    z-index: 2;
    border-radius: 48px;
    padding: 64px 70px;
    
    background: linear-gradient(167deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
}

.aboutLayer::before, .aboutLayer::after {
      content: " ";
      position: absolute;
      inset: 0px;
      border-radius: 50px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      opacity: 0.1;
}
.aboutText {
    color: rgba(255, 255, 255, 0.6); 
    font-size: 16px;
    line-height: normal;
    font-weight: 200;    
    
}
.aboutTitle {
    position: absolute;
    top: -33px;
    left: 70px;
    
    

    z-index: 2;   
    
}
.h2 {    
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    letter-spacing: 2%;
    text-transform: uppercase;
    
    
    background: -webkit-linear-gradient(-47deg, #42E6DE 11%, #017AE8 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    display: inline-block;
}
.advLayer {
    margin-top: 92px;
}
.advH3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 133px;
}
.advH3 span {
    color: #007AE8;
}

.advList {
    align-items: stretch;
}
.advLeft {
    padding: 80px 30px 70px;
    background: linear-gradient(167deg, rgba(255, 255, 255, 0.0925) 9%, rgba(255, 255, 255, 0.025) 25%);
    border-radius: 45px;
    position: relative;
    
    width: calc((100% - 32px) / 2);
    
    
}
.advLeft::before, .advLeft::after {
      content: " ";
      position: absolute;
      inset: 0px;
      border-radius: 45px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      opacity: 0.1;
}
.advItemBackgroundLayer {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 260px;
    height: 142px;
}
.advLeft .advItemBackground  {
    background: url("../img/advList.png") 0% 0% no-repeat;
    opacity: 0.86;
    filter: blur(20px);
    -webkit-filter: blur(8px);
    overflow: hidden;
    width: 260px;
    height: 142px;
      
}

.advLeft .advItemImg  {
      position: absolute;
      top: -68px;
      left: 0px;
      right: 0px;
      margin: auto;
      background: url("../img/advLeft.png") 0% 0% no-repeat;
      width: 136px;
      height: 121px;
      z-index: 2;
}

.advRight {
    padding: 80px 30px 70px;
    background: linear-gradient(154deg, rgba(0, 122, 232, 0.25) 38%, rgba(66, 230, 222, 0.05) 82%);
    border-radius: 45px;
    position: relative;
    
    width: calc((100% - 32px) / 2);
    
    
}
.advRight::before, .advRight::after {
      content: " ";
      position: absolute;
      inset: 0px;
      border-radius: 45px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      opacity: 0.1;
}
.advRight .advItemBackground  {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      background: url("../img/advList2.png") 0% 0% no-repeat;
      width: 260px;
      height: 142px;
      opacity: 0.86;
      filter: blur(20px);
      -webkit-filter: blur(12px);
}

.advRight .advItemImg  {
      position: absolute;
      top: -68px;
      left: 0px;
      right: 0px;
      margin: auto;
      background: url("../img/advRight.png") 0% 0% no-repeat;
      width: 136px;
      height: 121px;
      z-index: 2;
}

.advList>div {
      position: relative;
      mix-blend-mode: plus-lighter;
      
}


.advItemTitle {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
    text-align: center;
}
.advLine {
    margin-top: 16px;
    text-align: center;
}
.advLine span {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 20px;
    display: block;
}
.advLine div {
    color: rgba(255, 255, 255, 0.5);
    
    font-weight: 200;
    font-size: 16px;
}
.forLayer {
    margin-top: 104px;
    position: relative;
}
.forTitle {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    margin-bottom: 52px;
}
.forBrief {
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 52px;
}
.forList {
    align-items: stretch;    
}
.forItem {
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    
    padding: 36px 36px 36px 92px;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    
    
    
    width: calc((100% - 66px) / 3);
    
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    border-radius: 40px; 
    position: relative;
}

.forItem::before {
      content: " ";
      position: absolute;
      inset: 0px;
      border-radius: 40px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      opacity: 0.1;
}
.forItem img {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 36px;
    margin: auto;
    background: url("../img/forItem.svg") 50% 50% no-repeat;
}
.forItem::after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 48px;
    height: 48px;
    
}
.forItem:nth-child(1)::after {
    background: url("../img/forItem1.svg") 50% 50% no-repeat;  
    top: -5px;
    bottom: 0px;
    left: 33px;  
}
.forItem:nth-child(2)::after {
    background: url("../img/forItem2.svg") 50% 50% no-repeat;  
    top: 0px;
    bottom: 0px;
    left: 33px;  
}
.forItem:nth-child(3)::after {
    background: url("../img/forItem3.svg") 50% 50% no-repeat;  
    top: -2px;
    bottom: 0px;
    left: 33px;  
}
.twoLayer {
    position: relative;
    height: 585px;
    margin-top: 160px;
}
.twoText {
    width: 445px;
    position: absolute;
}
.twoText div {
    font-size: 40px;
    line-height: 68px;
    font-weight: bold;
    letter-spacing: 2%;
    text-transform: uppercase;
    
    
    background: -webkit-linear-gradient(-47deg, #42E6DE 11%, #017AE8 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    display: inline-block; 
    margin-bottom: 8px;  
}
.twoText span {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
}

.twoText2 {
    right: 0px;
    bottom: 0px;
}
.twoImg {
    position: absolute;
    padding: 19px 18px;
    border-radius: 9px;
    
    background: linear-gradient(167deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    backdrop-filter: blur(5px);
}

.twoImg::before, .twoImg::after {
      content: " ";
      position: absolute;
      inset: 0px;
      border-radius: 9px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      opacity: 0.1;
}


.twoImg1 {
    top: 0px;
    right: 0px;
}
.twoImg2 {
    bottom: 0px;
    left: 0px;
}
    
    
.solLayer {
    margin-top: 240px;
}
.solH3 {    
    font-size: 28px;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    max-width: 720px;
    margin-bottom: 16px;
}
.solBrief {
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    max-width: 720px;
    margin-bottom: 144px;
}
.item {            
    padding: 32px;
    border-radius: 40px;
    
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    position: relative;
}
.item span {
    content: " ";
    position: absolute;
    top: 32px;  
    left: 32px;
    margin: auto;
    background: url(../img/forItem.svg) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
}
.itemTitle {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    margin-top: 56px;
}
.itemBrief {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: normal;
    font-weight: 200;
}
.item::before {
    content: " ";
    position: absolute;
    inset: 0px;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.1;
}
.item::after {
    width: 48px; 
    height: 48px;   
    content: " ";
    display: block;
    position: absolute;
}
.owl-stage .owl-item:nth-child(1) .item::after { background: url(../img/i1.svg) 50% 50% no-repeat; top: 32px;  left: 31px;  }     
.owl-stage .owl-item:nth-child(2) .item::after { background: url(../img/i2.svg) 50% 50% no-repeat; top: 31px;  left: 32px;  }     
.owl-stage .owl-item:nth-child(3) .item::after { background: url(../img/i3.svg) 50% 50% no-repeat; top: 32px;  left: 32px;  }     
.owl-stage .owl-item:nth-child(4) .item::after { background: url(../img/i4.svg) 50% 50% no-repeat; top: 32px;  left: 32px;  }     
.owl-stage .owl-item:nth-child(5) .item::after { background: url(../img/i5.svg) 50% 50% no-repeat; top: 32px;  left: 32px;  }     
.owl-stage .owl-item:nth-child(6) .item::after { background: url(../img/i6.svg) 50% 50% no-repeat; top: 32px;  left: 31px;  }     
.owl-stage .owl-item:nth-child(7) .item::after { background: url(../img/i7.svg) 50% 50% no-repeat; top: 32px;  left: 31px;  }     
.owl-stage .owl-item:nth-child(8) .item::after { background: url(../img/i8.svg) 50% 50% no-repeat; top: 32px;  left: 31px;  }     
.owl-stage .owl-item:nth-child(9) .item::after { background: url(../img/i9.svg) 50% 50% no-repeat; top: 32px;  left: 31px;  }     
.owl-stage .owl-item:nth-child(10) .item::after { background: url(../img/i10.svg) 50% 50% no-repeat; top: 32px;  left: 31px;  }     

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.solListBack {
    overflow: hidden;
}
.owl-carousel {
    width: calc(100% - 60px) !important;
}
.owl-dots { 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap; 
    margin-top: 24px; 
}
.owl-dot {
    border-radius: 50px !important;
    width: 8px !important;
    height: 8px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    margin: 8px !important;
}
.owl-dots .active {
    background: rgba(119, 191, 255, 1) !important;
    position: relative;
        
}
.owl-dots .active:after {
    content: " ";
    position: absolute;
    top: -4px;   
    left: -4px; 
    margin: auto;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(119, 191, 255, 1);
    border-radius: 50px !important;
}


.peopleLayer {
    position: relative;
    z-index: 3;
    border-radius: 48px;
    padding: 64px 70px;
    
    background: linear-gradient(167deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    margin-top: 195px;
    padding-bottom: 20px;
}

.peopleLayer::before, .peopleLayer::after {
      content: " ";
      position: absolute;
      inset: 0px;
      border-radius: 50px;
      padding: 1px; /* control the border thickness */
      background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      opacity: 0.1;
}

.peopleTitle {
    position: absolute;
    top: -33px;
    left: 70px;         
    z-index: 2;   
}

.peopleItem {
    width: calc((100% - 55px) / 2);
    padding-bottom: 54px;
}
.peopleImg {
    width: 127px;
    height: 127px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 500px;
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    
    margin-bottom: 16px;
    
}
.peopleImg img {
    max-width: 100%;
    max-height: 100%;
}

.peopleImg::before, .peopleImg::after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 500px;
    padding: 6px;
    background: linear-gradient(-47deg, #017AE8 11%, #42E6DE 66%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.peopleName {
    font-size: 24px;
    font-weight: bold;
    color: #14BABA;
    padding-right: 55px;
}
.peopleInfo {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding-right: 55px;
    margin-bottom: 16px;
}
.peopleBrief {   
    font-size: 16px;
    line-height: normal;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);         
}
.peopleTop {     
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: nowrap; 
    position: relative; 
}
.peopleLink {
    display: none;
}
.peopleLink {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
    background: url(../img/forItem.svg) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
}
.peopleLink:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url(../img/pIn.svg) 50% 50% no-repeat;
}
.beginLayer {
    margin-top: 240px;
    padding: 53px 30px 64px;      
    background: linear-gradient(167deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    border-radius: 45px;
    position: relative;
}
.beginLayer::before, .beginLayer::after {
    content: " ";
    position: absolute;
    inset: 0px;
    border-radius: 45px;
    padding: 1px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.1;
}
.beginTitle {
    font-size: 64px;
    line-height: 85px;
    font-weight: bold;
    letter-spacing: 2%;
    text-transform: uppercase;
    background: -webkit-linear-gradient(-47deg, #42E6DE 11%, #017AE8 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
}
.beginBrief {
    font-size: 20px;
    line-height: normal;
    font-weight: #fff;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.beginButton {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 40px;
    border-radius: 50px;
    background: linear-gradient(131deg, #42E6DE 11%, #017AE8 66%);
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
    margin: auto;
}
.upLayerBack {
    height: 161px;
    margin: 46px 0px;
}
.upLayer {
    width: 161px;
    height: 161px;
    margin:  auto;                               
    position: relative;
    cursor: pointer;
}

.upLayerCircle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;   
    width: 161px;
    height: 161px;    
    margin: auto;
    background: url("../img/upLayer.svg") 50% 50% no-repeat;
    transition: transform .8s cubic-bezier( 0.455, 0.03, 0.515, 0.955 ) ;
    
}
.upLayer:hover .upLayerCircle {
    transform: rotate(180deg);
}
.upLayerButton {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;   
    width: 111px;
    height: 111px;    
    margin: auto;
    background: url("../img/upLayerButton.svg") 50% 50% no-repeat;
}
.footerLayer {
    padding-bottom: 40px;
    position: relative;
    z-index: 4;
    
}
.footerLogo {
    width: 200px;
    height: 70px;
}
.footerLogo img {
    width: 100%;
    
}
.footerLeft {
    width: 705px;
}
.footerDelimetr {
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.25);
}
.footerLinks {
    width: 310px;
}
.footerLinks a {
    width: 33.333%;
    font-size: 16px;
    font-weight: 200;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}
.linkToPage {
    color: rgba(255, 255, 255, 0.5) !important; 
}
.footerSoc {
    width: 228px;
}
.footerLinedin {
    display: block;
    width: 51px;
    height: 51px;
    background: url(../img/forItem.svg) 50% 50% no-repeat;
    position: relative;
    
}
.footerLinedin:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: url(../img/pIn.svg) 50% 50% no-repeat;
}
.footerMade {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;   
    padding: 10px 20px 13px;
    background: linear-gradient(70deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    border-radius: 45px; 
    position: relative;
}
.footerMade::before, .footerMade::after {
    content: " ";
    position: absolute;
    inset: 0px;
    border-radius: 45px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8349) 36%, rgba(255, 255, 255, 1) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.05;
}
.footerMade img {
    transform: translate(0px, 4px);   
}
.c1 {
    background: url(../img/c1.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 891px;
    height: 891px;
    position: absolute;
    top: 70%;
    right: 67%;
    margin: auto;
    z-index: 3;
    pointer-events: none;
}
.forC2Back, .forC5Back {
    overflow: hidden;
    position: relative;
}
.c2 {
    background: url(../img/c2.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 1361px;
    height: 1361px;
    position: absolute;
    top: 6%;
    left: 65%;
    margin: auto;
    z-index: 3;
    pointer-events: none;
}

.c3 {
    background: url(../img/c1.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 800px;
    height: 800px;
    position: absolute;
    top: 50%;
    right: 80%;
    margin: auto;
    z-index: 3;
    pointer-events: none;
}
.c4 {
    background: url(../img/c4.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 660px;
    height: 660px;
    position: absolute;
    bottom: 5%;
    left: 80%;
    margin: auto;
    z-index: 3;
    pointer-events: none;
}
.c5 {
    background: url(../img/c4.svg) 50% 50% no-repeat;
    background-size: cover;
    width: 660px;
    height: 660px;
    position: absolute;
    bottom: -28%;
    left: -14%;
    margin: auto;
    z-index: 3;
    pointer-events: none;
}

.popupBackground {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 50;
    backdrop-filter: blur(20px); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);  
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.popupLayer {
    background: #000;
    border-radius: 48px;
    background: #000 linear-gradient(167deg, rgba(255, 255, 255, 0.126) 9%, rgba(255, 255, 255, 0.03) 37%);
    padding: 34px 99px;
    height: auto;
    width: 770px;
    max-height: 850px;
    height: 80%;
    overflow: auto;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 60;    
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    
}

.popupTitle {
    
    font-size: 64px;
    line-height: 68px;
    font-weight: bold;
    letter-spacing: 2%;
    text-align: center;
    background: -webkit-linear-gradient(-47deg, #42E6DE 11%, #017AE8 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    width: 100%;
    margin-bottom: 48px;
}
.popupField {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.popupField::before, .popupField::after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(-47deg, #017AE8 11%, #42E6DE 66%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}   
.popupField input{
    height: 48px;
    line-height: 24px;
    padding: 12px 24px;
    background: #00000000;
    border: none;
    width: 100%;
    outline:none;
    color: #fff;
}
.popupField textarea {
    height: 48px;
    line-height: 24px;
    padding: 12px 24px;
    background: #00000000;
    border: none;
    width: 100%;
    outline:none;
    color: #fff;
    height: 80px;
}
.popupSend {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    padding: 5px 40px;
    border-radius: 50px;
    background: linear-gradient(131deg, #42E6DE 11%, #017AE8 66%);
    display: inline-block;
    cursor: pointer;
    width: 190px;
    text-align: center;
    margin: auto;
    margin-top: 48px;
    transition: background 30s ease;
}
.popupSendActive {
    background: linear-gradient(1310deg, #42E6DE 11%, #017AE8 66%);
}
.popupBrief {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.popupBrief span {
    color: #EF61FD;
}
.popupShow {
    visibility: visible;
    opacity: 1;
}
.popupClose {
    position: absolute;
    transform: scaleX(1.2);
    top: 10px;
    right: 40px;
    margin: auto;
    transform: scaleX(1.2);
    z-index: 90;
}

.popupClose:after {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(50deg);
}
.popupClose:before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(-50deg);
} 

.popupFormError::before, .popupFormError::after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(-47deg, #ff0000 11%, #ff5500 66%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.staticBrief {
    font-size: 28px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
    margin-top: -27px;
}
.staticText {
    font-size: 16px;
    line-height: normal;  
    font-weight: 200;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 32px;
}
.staticPage {
    margin-bottom: 165px;
    margin-top: 200px;
    padding-bottom: 64px;
}

.addPageLoad {
    color: #ff910f00; 
    position: relative;   
}
.addPageLoad:after {      
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .1s ease;
    width: 20px;
    height: 20px;
    border-top: 4px solid #ffffff00;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #ffffff00;
    border-left: 4px solid #fff;
    border-width: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1 !important;
    transform: rotateZ(0);
    -webkit-animation: spin .8s linear infinite;
    -moz-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }