@font-face {
  font-family: 'Trade Gothic';
  src: url('../font/TradeGothicLT-BoldCondTwenty.eot');
  src: url('../font/TradeGothicLT-BoldCondTwenty.eot?#iefix') format('embedded-opentype'),
  url('../font/TradeGothicLT-BoldCondTwenty.woff2') format('woff2'),
  url('../font/TradeGothicLT-BoldCondTwenty.woff') format('woff'),
  url('../font/TradeGothicLT-BoldCondTwenty.ttf') format('truetype'),
  url('../font/TradeGothicLT-BoldCondTwenty.svg#TradeGothicLT-BoldCondTwenty') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Bold.eot');
    src: url('../font/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Lato-Bold.woff2') format('woff2'),
        url('../font/Lato-Bold.woff') format('woff'),
        url('../font/Lato-Bold.ttf') format('truetype'),
        url('../font/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.eot');
    src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Lato-Regular.woff2') format('woff2'),
        url('../font/Lato-Regular.woff') format('woff'),
        url('../font/Lato-Regular.ttf') format('truetype'),
        url('../font/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@import url('https%3A%2F%2Ffonts.googleapis.com%2Fcss2%3Ffamily%3DLato%3Awght%40400%3B700%26display%3Dswap');*/

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Lato';
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
  line-height: 1.1;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Trade Gothic';
}
b, text {
  font-weight: bold;
}
#app {
    margin: 0 auto;
    max-width: 1100px;
    opacity: 0;
}
#header {
    position: relative;
    width: 100%;
    z-index: 10000;
    opacity: 0;
}
#header-bg {
    transform: translateY(-50px);
}
#header-bg svg path {
  fill:#0e3754;
}
#logo {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 19.5%;
    z-index: 1;
}
#first-block h2 {
    color: #0E3754;
    font-size: 4rem;
    text-transform: uppercase;
    max-width: 40%;
    padding-left: 5%;
    padding-right: 55%;
    padding-top: 80px;
    transform: translateY(-30%);
    background-image: url(../img/block-1_bg.svg);
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0;
}
#first-block h2 span {
  color: #00abac;
}
#first-block p, #seventh-block {
    color: #0E3754;
    padding-left: 3%;
    padding-right: 40%;
    max-width: 60%;
    border-left: 6px solid #0092d4;
    margin-left: 10%;
}
#first-block p, #seventh-block p {
  font-size: 1rem;
}
#first-block p {
    padding-right: 0;
    max-width: 70%;
    opacity: 0;
}
#first-block::after, #sixth-block::after {
    content: "";
    background-image: url(../img/curve-sep.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 50px;
    display: block;
    padding: 50px 0;
    margin: 30px 0;
}
#sixth-block::after {
  width: 140%;
  margin: 30px -100px;
}

.section:not(#first-block) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 100px;
}
.col {
  width: 48%;
}
.inner-col {
    padding: 0 30px;
}
.rounded-title {
  position: relative;
}
.rounded-title span:not(.disc) {
    display: block;
    color: white;
    padding: 15px 30px 12px;
    background-color: #0E3754;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    font-size: 1.2rem;
}
.rounded-title .disc {
    content: "";
    display: block;
    width: 80px;
    position: absolute;
    background-color: #00abac;
    left: -20px;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: 0;
}
.subtitle {
    margin: 3px 30px;
    font-family: 'Lato';
    color: #0e3754;
    font-weight: bold;
    font-size: 0.8rem;
    opacity: 0;
}
#legenda h5.subtitle{opacity:1;}
.ico {
  margin: 30px 0;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100px;
}
#second-block .left .ico {
  background-image:url(../img/icon-survey.svg);
}
#third-block .left .ico {
    background-image: url(../img/icon-location-survey.svg);
    height: 122px;
}
#third-block .right .ico {
  background-image:url(../img/icon-time.svg);
}
#fourth-block .left .ico {
    background-image: url(../img/icon-channels.svg);
    height: 120px;
}
#fourth-block .right .ico {
    background-image: url(../img/icon-dashboard.svg);
}
#fifth-block .left .ico {
  background-image:url(../img/icon-impact.svg);
  height: 320px;
}
.gradient-bg {
    background: rgb(14,55,84);
    background: linear-gradient(90deg, rgba(14,55,84,1) 0%, rgba(0,171,172,1) 100%);
    color: white;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 20px 8px;
    font-weight: bold;
}

#fourth-block .right .gradient-bg {
    padding-top: 100px;
    margin-top: -110px;
}
#fourth-block .right .inner-col:first-child .gradient-bg {
    margin-top: -93px;
    z-index: 1;
    position: relative;
    padding-top: 20px;
}

#fourth-block .left .gradient-bg {
    padding: 83px 30px;
    margin-bottom: 0;
    margin-top: 49px;
}

#second-block .left .gradient-bg {
    margin-bottom: 0;
    margin-top: 49px;
}
#third-block .right .gradient-bg {
    margin-bottom: 0;
    margin-top: 26px;
}

#fourth-block, #fifth-block, #sixth-block {
  flex-wrap: wrap;
}
#fifth-block .rounded-title, #sixth-block .rounded-title {
  flex-basis: 100%;
}
.double-sep {
    display: block;
    height: 5px;
    border-top: .5px solid #0092d4;
    border-bottom: .5px solid #0092d4;
    margin: 0 30px 50px;
}
#fourth-block .double-sep {
  flex-basis: 100%;
}
#graph-02 {
    margin: 59px 0;
}
.pie {
  width: 130px; height: 130px;
  border-radius: 50%;
  background: #00abac;
  background-image:
  linear-gradient(to right, transparent 50%, #daedef 0);
  margin: 30px auto;
}

#graph-06 .pie {
  background-image: none;
}

#graph-07 .pie::before {
  content: '';
  display: block;
  margin-left: 49%;
  margin-top: 30%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
  transform: rotate(0.1turn);
  transition: all .25s ease-in-out;
}

#graph-07.rotate .pie::before {
  transform: rotate(0.1turn);
}

#graph-06, #graph-07 {
  position: relative;
  z-index: 1;
  opacity: 0;
}

#graph-06 .value {
  transform:translateX(-50%) translateY(-135px)
}

.value {
    font-family: 'Trade Gothic';
    font-size: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-80px);
    color: #daedef;
}
#graph-08 {
    margin: 30px 0;
}
.big-number, #cake-diagram {
    display: flex;
    margin: 30px;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
}
.big-number {
  border-bottom: 1px solid #0091d3;
}
.big-number span {
    font-weight: bold;
    font-size: 14rem;
    font-family: 'Trade Gothic';
    margin-right: 80px;
    color: #00abac;
}

.big-number span::after, #graph-06 .value::after, #graph-07 .value::after {
  content: "%";
}

.big-number p {
    font-weight: bold;
    color: #0e3754;
}
#cake-diagram {
  align-items: flex-end;
  margin-top: 60px;
}
#cake {
    width: 38%;
    transform: translateY(-22px);
}
#cake svg {
  width: fit-content;
}
#legenda h4 {
    font-size: 1.8rem;
    color: #0e3753;
}
#legenda ul {
  margin: 30px 0;
}
#legenda li {
    padding-left: 30px;
    color: #0e3753;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
  }
h5.subtitle {
    margin: 0;
}
#legenda li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
#legenda li:first-child::before {
    background-color: #0e3753;
}
#legenda li:nth-child(2)::before {
background-color: #0091d3;
}
#legenda li:nth-child(3)::before {
background-color: #00abab;
}
#legenda li:nth-child(4)::before {
background-color: #d9edf0;
}

#sixth-block .gradient-bg {
  padding: 50px;
}
#sixth-block::after {
   transform: rotate(180deg);
}
#seventh-block {
    padding-right: 0;
    margin: 0 auto;
    padding-bottom: 30px;
}
#seventh-block h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 30px 0;
}
#infobox {
    background-color: #00abab;
    color: white;
    font-weight: bold;
    padding: 15px 100px;
    margin: 50px auto 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    max-width: 40%;
}
#infobox::before {
    content: "";
    display: block;
    position: absolute;
    left: -83px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 6px solid #0e3753;
    background-color: white;
    background-image: url(../img/icon-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
}
#infobox span, #infobox a {
  color: #0e3753;
  text-decoration: none;
}
#footer {
    padding: 50px;
    font-size: 0.7rem;
    color: #0e3753;
}


.rounded-title, .ico, .gradient-bg, .big-number, #legenda, #cake path, #cake text,
#graph-02 {
  opacity: 0;
}
#graph-01 rect, #graph-02 rect:not(.st10, .st12), #graph-03 rect, #graph-04 rect,
#graph-05 rect, #graph-08 rect {
  width: 0;
}
#graph-03 {
    transform: translateY(-3px);
}

#second-block .inner-col {
  min-height: 660px;
}

#third-block .inner-col {
  min-height: 760px;
}

#fourth-block .left .inner-col {
min-height: 814px;
}

#fourth-block .right .inner-col {
  min-height: 280px;
}
sup {
    font-size: 0.6rem;
    transform: translateY(-7px);
    display: inline-block;
}
.cookie-policy {
    background-color: #0e3754;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 14;
    opacity: 1;
    padding: 30px;
    color: white;
}
.cookie-policy a {
    color: white;
    display: inline-block;
}
.close-cookies {
    display: inline-block;
    margin-left: 15px;
    padding: 3px 5px;
    background-color: #eae211;
    color: #0e3754;
    cursor: pointer;
}
