body {
    margin: 0;
    position: relative;
    background: #0b4772;
		text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
		width: 100%;
		overflow-x: hidden;
}
header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
}
section {
    z-index: 99;
    position: relative;
}
img {
	max-width: 100%;
}
h1 {
    font-family: "FrankRuhlLibre";
    margin: 0;
}
h2 {
    font-size: 60px;
		line-height: 65px;
    font-family: "FrankRuhlLibre";
    margin: 0;
}
h3 {
    font-size: 40px;
    font-family: "FrankRuhlLibre";
    margin: 0;
}
p {
    margin: 0;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}
.subheading {
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}
.fw400 {
	font-weight: 400;
}
.bold {
	font-weight: bold;
}
.white-text {
    color: #fff;
}
.dark-text {
	color: #0D0D0D;
}
.dark-blue-text {
	color: #2F2483;
}
.blue-text {
	color: #0B4772;
}
.white-bg {
	background: #fff;
}
.main h1 {
    font-size: 100px;
    color: #fff;
		line-height: 0.75;
}
.main h1:nth-child(2) {
	margin-left: 3%;
}
.main .f155 {
    font-size: 155px;
    line-height: 0.5;
    margin-left: 13%;
}
.row {
    width: 100%;
}
.container {
    max-width: 1080px;
    margin: 0 auto;
    width: calc(100% - 60px);
}
.container-860 {
	max-width: 860px;
	margin: 0 auto;
	width: calc(100% - 100px);
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.mtAuto {
	margin-top: auto;
}
.flex-wrap .mlr10.w50 {
	width: calc(50% - 20px);
}
.mlr10 {
	margin-left: 10px;
	margin-right: 10px;
}
.mlr-10 {
	margin-left: -10px;
	margin-right: -10px;
}
.mlr15 {
	margin-left: 15px;
	margin-right: 15px;
}
.mlr-15 {
	margin-left: -15px;
	margin-right: -15px;
}
.pl50 {
    padding-left: 50px;
}
.pt50 {
	padding-top: 50px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pr10 {
	padding-right: 10px;
}
.relative {
    position: relative;
}
.ox-hidden {
	overflow-x: hidden;
}
.absolute {
    position: absolute;
}
.main .topText {
  position: absolute;
  top: 100px;
}
.main-sub .topText {
	margin-top: 100px;
	margin-bottom: 50px;
}
.topText {
  text-transform: uppercase;
  font-family: "Montserrat";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1; /* 361.111% */
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.flex {
    display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.align-center {
    align-items: center;
}
.align-flex-start {
    align-items: flex-start;
}
.align-flex-end {
    align-items: flex-end;
}
.justify-flex-start {
    justify-content: flex-start;
}
.justify-center {
    justify-content: center;
}
.justify-flex-end {
    justify-content: flex-end;
}
.justify-space-between {
    justify-content: space-between;
}
.flex-column {
    flex-direction: column;
}
.main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainAnim {
	position: relative;
}
.mainAnim img {
    width: 100%;
}
.mainAnim .absolute {
    bottom: 0;
    left: 0;
    z-index: -1;
}
.main-cont p {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; 
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    overflow: hidden;
}
.line {
    width: 1px;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}
.line::after {
    content: "";
    width: 100%;
    position: absolute;
    transform: translate(0,-300px);
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 10%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,0) 100%);
}
.line:nth-child(1) {
    left: calc(25% - 0.5px);
    transform: translate(calc(-100% / 3), 0);
}
.line:nth-child(1)::after {
    height: 190px;
    animation: lineAnim 7.5s infinite;
}
.line:nth-child(2) {
    left: calc(50% - 0.5px);
}
.line:nth-child(2)::after {
    height: 180px;
    animation: lineAnim 8s 0.45s infinite;
}
.line:nth-child(3) {
    left: calc(75% - 0.5px);
}
.line:nth-child(3)::after {
    height: 200px;
    animation: lineAnim 6s 0.25s infinite;
}
.items {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item {
    width: calc(100% / 3);
    margin: 0 10px;
		text-decoration: none;
		display: flex;
    flex-direction: column;
}
.item:hover .item-img img {
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
}
.item .item-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0 50px 0 50px;
}
.item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}
.link-text {
	display: flex;
	flex-direction: column;
}
.link-lead {
	font-family: "FrankRuhlLibre";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
}
.link-sub {
	font-family: "Montserrat";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.text-larger {
	font-family: "Montserrat";
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
}
.read-more {
	font-family: "Montserrat";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	display: flex;
	align-items: center;
}
.read-more::after {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	margin-left: 10px;
	background: url(../img/arrow.svg);
	background-size: cover;
}
.left-heading {
    width: 30%;
    padding-right: 50px;
}
.right-text {
    width: calc(70% - 50px);
}

.mainAnim img:nth-child(1) {
	animation: translateAnim1 4s 0.25s infinite alternate-reverse;
}
.mainAnim img:nth-child(2) {
	animation: translateAnim2 4s 0.25s infinite alternate-reverse;
}
.person-img {
	display: flex;
  flex-direction: column;
}
.person-img img {
	width: 50%;
}
.naziv {
	font-family: "Montserrat";
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	line-height: 27px;
}
.gradient {
	background: linear-gradient(90deg, #FFF 1.19%, rgba(255, 255, 255, 0.00) 98.8%);
	height: 7px;
	width: 100%;
}
.potpis {
	width: 160px;
	margin-left: auto;
}
.poptis img {
	width: 100%;
}
.donut {
	width: 50%;
	top: 100px;
	max-width: 800px;
	left: 50px;
	animation: translateAnim1 4s 0.25s infinite alternate-reverse;
}
.donut img {
	width: 100%;
}
.footer-link {
	font-family: "Montserrat";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	text-decoration: none;
}
.date {
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 65px; /* 541.667% */
	letter-spacing: 1.2px;
}
.text-center {
	text-align: center;
}
.backLink {
	width: 68px;
	height: 68px;

}
.featured {
	padding: 30px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.featured-text {
	color: #FFF;
	text-align: center;
	font-family: "Montserrat";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 37px; 
}

.graf {
	align-items: flex-end;
}
.graf, .graf-labels {
	width: 100%;
}
.graf-col {
	width: 13%;
	margin: 0 20px;
}
.graf-labels {
	margin-top: 30px;
}
.graf-labels p {
	color: #FFF;
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; 
}
.h-10 {
	height: 10px;
  transform: translate(0, 11px);
	transition: 0.5s ease-in-out;

}
.graf-col > div {
	display: flex;
	align-items: flex-end;
}
.grafColAnim p {
	opacity: 0;
}
.show .grafColAnim p {
	opacity: 1;
}
.grafColAnim .column {
	width: 100%;
	height: 0;
	transition: 0.5s ease-in-out;
}
.grafColAnim .h-10 {
align-items: flex-start;
}
.show .grafColAnim.animDelay:nth-child(1) .column {
	transition: 0.5s ease-in-out 0s;
}
.show .grafColAnim.animDelay:nth-child(2) .column{
	transition: 0.5s ease-in-out 0.05s;
}
.show .grafColAnim.animDelay:nth-child(3) .column {
	transition: 0.5s ease-in-out 0.1s;
}
.show .grafColAnim.animDelay:nth-child(4) .column {
	transition: 0.5s ease-in-out 0.15s;
}
.show .grafColAnim.animDelay:nth-child(5) .column {
	transition: 0.5s ease-in-out 0.2s;
}
.show .grafColAnim.animDelay:nth-child(6) .column {
	transition: 0.5s ease-in-out 0.25s;
}
.show .grafColAnim.animDelay:nth-child(7) .column {
	transition: 0.5s ease-in-out 0.3s;
}
.show .grafColAnim.animDelay:nth-child(8) .column {
	transition: 0.5s ease-in-out 0.4s;
}
.show .grafColAnim.animDelay:nth-child(9) .column {
	transition: 0.5s ease-in-out 0.45s;
}

.show .grafColAnim.animDelay:nth-child(1) p, .show .tBottomSmallAnim.animDelay:nth-child(1) {
	transition: 0.5s ease-in-out 0.25s;
}
.show .grafColAnim.animDelay:nth-child(2) p, .show .tBottomSmallAnim.animDelay:nth-child(2) {
	transition: 0.5s ease-in-out 0.3s;
}
.show .grafColAnim.animDelay:nth-child(3) p, .show .tBottomSmallAnim.animDelay:nth-child(3) {
	transition: 0.5s ease-in-out 0.4s;
}
.show .grafColAnim.animDelay:nth-child(4) p, .show .tBottomSmallAnim.animDelay:nth-child(4) {
	transition: 0.5s ease-in-out 0.5s;
}
.show .grafColAnim.animDelay:nth-child(5) p, .show .tBottomSmallAnim.animDelay:nth-child(5) {
	transition: 0.5s ease-in-out 0.6s;
}
.show .grafColAnim.animDelay:nth-child(6) p, .show .tBottomSmallAnim.animDelay:nth-child(6) {
	transition: 0.5s ease-in-out 0.7s;
}
.show .grafColAnim.animDelay:nth-child(7) p, .show .tBottomSmallAnim.animDelay:nth-child(7) {
	transition: 0.5s ease-in-out 0.8s;
}
.show .grafColAnim.animDelay:nth-child(8) p, .show .tBottomSmallAnim.animDelay:nth-child(8) {
	transition: 0.5s ease-in-out 0.9s;
}
.show .grafColAnim.animDelay:nth-child(9) p, .show .tBottomSmallAnim.animDelay:nth-child(9) {
	transition: 0.5s ease-in-out 1s;
}

.show .grafColAnim .column {
	height: 100%;
	transition: 0.5s ease-in-out;
}
.h20 {
	height: 20px;
}
.h30 {
	height: 30px;
}
.h60 {
	height: 60px;
}
.h100 {
	height: 100px;
}
.h240 {
	height: 240px;
}
.h310 {
	height: 310px;
}
.column {
	height: 100%;
}

.graf-cont {
	overflow: scroll;
}
.graf-cont::-webkit-scrollbar {
  display: none;
}
.graf-base {
	width: 100%;
	background-color: #FFF;
	height: 1px;
	position: sticky;
	left: 0;
}
.grey {
	background: #A0A0A0;
}
.red {
	background: #FF0000;
}
.blue {
	background: #0085FF;
}
.legenda {
	top: 50px;
}
.legenda-box {
	width: 17px;
	height: 17px;
	margin-right: 5px;
}
.legenda p {
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
}
.tTopAnim {
	opacity: 0;
	transform: translate(0, -200px);
	transition: 0.75s ease-in-out;
}
.tBottomAnim {
	opacity: 0;
	transform: translate(0, 200px);
	transition: 0.75s ease-in-out;
}
.tBottomSmallAnim {
	opacity: 0;
	transform: translate(0, 50px);
	transition: 0.5s ease-in-out;
}
.tLeftAnim {
	opacity: 0;
	transform: translate(200px, 0);
	transition: 0.75s ease-in-out;
}
.tRightAnim {
	opacity: 0;
	transform: translate(-200px, 0);
	transition: 0.75s ease-in-out;
}
.opacityAnim {
	opacity: 0;
	transition: 0.75s ease-in-out;
}
.show .animDelay05s {
	transition: 0.75s ease-in-out 0.5s !important;
}
.show .animDelay075s {
	transition: 0.75s ease-in-out 0.75s !important;
}
.show .animDelay1s {
	transition: 0.75s ease-in-out 1s !important;
}
.show .tBottomAnim, .show .tLeftAnim, .show .tTopAnim, .show .tRightAnim, .show .tBottomSmallAnim {
	opacity: 1;
	transform: translate(0, 0);
	transition: 0.75s ease-in-out;
}
.show .opacityAnim  {
	opacity: 1;
	transition: 0.75s ease-in-out;
}
.show .animDelayReverse:nth-child(3) {
	transition: 0.75s ease-in-out 0.2s;
}
.show .animDelayReverse:nth-child(2) {
	transition: 0.75s ease-in-out 0.4s;
}
.show .animDelayReverse:nth-child(1) {
	transition: 0.75s ease-in-out 0.6s;
}
.show .animDelay:nth-child(1) {
	transition: 0.75s ease-in-out 0.2s;
}
.show .animDelay:nth-child(2) {
	transition: 0.75s ease-in-out 0.4s;
}
.show .animDelay:nth-child(3) {
	transition: 0.75s ease-in-out 0.6s;
}
.graf-left {
	width: calc(40% - 20px);
	margin-right: 20px;
}
.graf-right {
	width: 60%;
	padding: 0 10px;
}
.graf-neg {
	width: 37.5%;
}
.graf-pos {
	width: 62.5%;
}
.benefit .graf-neg {
	width: 44.4%;
}
.benefit .graf-pos {
	width: 55.6%;
}
.graf-neg  .graf-col-small  {
	color: #E3000F;
 }
.graf-pos  .graf-col-small {
	color: #2F2483;
}
.graf-span .graf-bg {
	width: 100%;
	border-radius: 10px;
	height: 100%;
}
.graf-pos .graf-bg {
	background: #2F2483;
}
.graf-neg .graf-bg {
	background: #E3000F;

}
.graf-neg .graf-span {
	right: 0;
}
.graf-neg .outer-text {
	color: #E3000F;
}
.graf-pos .outer-text {
	color: #2F2483;
}
.w126 + .outer-text {
	right: calc(21% + 10px);
}
.w253 + .outer-text {
	right: calc(42.6% + 10px);
}
.w044 + .outer-text {
	right: calc(6% + 10px);
}
.w007 + .outer-text {
	right: calc(1% + 10px);
}
.w055 + .outer-text {
	left: calc(5.5% + 10px);
}
.w177 + .outer-text {
	left: calc(17.7% + 10px);
}
.w226 + .outer-text {
	left: calc(22.6% + 10px);
}
.graf-col-small {
	width: 100%;
	text-align: center;
	font-family: "PTMono";
	font-size: 14px;
	font-weight: bold;
}
.lineBG {
	background: url(../img/lines-bg.svg);
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
}
.graf-vertical p {
	font-size: 10px;
	line-height: normal;
}
.graf-row {
	align-items: center;
	margin: 20px 0;
}
.graf-span {
	width: 100%;
	height: 100%;
	position: absolute;
}
.graf-text.absolute:not(.outer-text) {
	right: 10px;
}
.w007 {
	width: 1%;
}
.w044 {
	width: 6%;
}
.w055 {
	width: 5.5%;
}
.w126 {
	width: 21%;
}
.w177 {
	width: 17.7%;
}
.w226 {
	width: 22.6%;
}
.w253 {
	width: 42.6%;
}
.w492 { 
	width: 49.2%;
}
.w548 {
	width: 54.8%;
}
.w703 {
	width: 70.3%;
}
.w715 {
	width: 71.5%;
}
.w775 {
	width: 77.5%;
}
.w1000 {
	width: 100%;
}
.w633 {
	width: 100%;
}
.w656 {
	width: 65.6%;
}
.w653 {
	width: 94%;
}
.graf-left p {
	font-family: "Roboto";
	font-size: 12px;
}
.graf-text {
	font-family: "PTMono";
	font-weight: bold;
	font-size: 14px;
}
.grafAnim .graf-pos, .grafAnim .graf-neg {
	overflow: hidden;
}
.posAnim {
	transform: translate(-100%, 0);
	transition: 0.25s ease-in-out;
}
.negAnim {
	transform: translate(100%, 0);
	transition: 0.25s ease-in-out;
}
.negAnimAll .animChild {
	transform: translate(250%, 0);
	transition: 0.25s ease-in-out;
}
.posAnimAll .animChild {
	transform: translate(-250%, 0);
	transition: 0.25s ease-in-out;
}
.show .posAnim, .show .negAnim,  .show .negAnimAll .animChild, .show .grafAnim .negAnimAll .animChild,  .show .grafAnim .posAnimAll .animChild {
	transform: translate(0, 0);
	transition: 0.25s ease-in-out;
}
.show .grafAnim:nth-child(2) .posAnim , .show .grafAnim:nth-child(2) .negAnim, .show .grafAnim:nth-child(2) .negAnimAll .animChild, .show .grafAnim:nth-child(2) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 0.25s;
}
.show .grafAnim:nth-child(3) .posAnim, .show .grafAnim:nth-child(3) .negAnim, .show .grafAnim:nth-child(3) .negAnimAll .animChild, .show .grafAnim:nth-child(3) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 0.5s;
}
.show .grafAnim:nth-child(4) .posAnim, .show .grafAnim:nth-child(4) .negAnim, .show .grafAnim:nth-child(4) .negAnimAll .animChild, .show .grafAnim:nth-child(4) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 0.75s;
}
.show .grafAnim:nth-child(5) .posAnim, .show .grafAnim:nth-child(5) .negAnim, .show .grafAnim:nth-child(5) .negAnimAll .animChild, .show .grafAnim:nth-child(5) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 1s;
}
.show .grafAnim:nth-child(6) .posAnim, .show .grafAnim:nth-child(6) .negAnim, .show .grafAnim:nth-child(6) .negAnimAll .animChild, .show .grafAnim:nth-child(6) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 1.25s;
}
.show .grafAnim:nth-child(7) .posAnim, .show .grafAnim:nth-child(7) .negAnim, .show .grafAnim:nth-child(7) .negAnimAll .animChild, .show .grafAnim:nth-child(7) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 1.5s;
}
.show .grafAnim:nth-child(8) .posAnim, .show .grafAnim:nth-child(8) .negAnim, .show .grafAnim:nth-child(8) .negAnimAll .animChild, .show .grafAnim:nth-child(8) .posAnimAll .animChild {
	transition: 0.25s ease-in-out 1.75s;
}
.marker {
	position: absolute;
	height: 40px;
	width: 100px;
	top: 0;
	left: 37.5%;
	margin: 0;
	z-index: 99999;
  color: #333;
  text-decoration: none;
  line-height: 1em;
}
.benefit .marker {
	top: 0;
	left: 44.4%;
}
.marker svg {
	position: absolute;
	left: 0;
	top: -50%;
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	pointer-events: none;  
}
.marker path {
	transition: stroke-dashoffset 300ms linear;
	stroke-width: 2.0;
	stroke: #E30111;
	fill: none;
	stroke-linecap: round;
}
.show.marker path {
	transition: stroke-dashoffset 300ms linear;
	stroke-dashoffset: 0;
}
.sticky {
	position: absolute;
	left: 0;
	z-index: 9999;
	pointer-events: none;
}
.sticky .backLink {
	position: sticky;
	display: flex;
	top: 50px;
	pointer-events: all;
	opacity: 1;
	transition: 0.5s ease-in-out;
}	
.hidden .backLink {
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.oh {
	overflow: hidden;
}
.swipe-icon {
	display: none;
}
.scrollDown {
	position: absolute;
	bottom: 60px;
	display: flex;
	align-items: center;
	flex-direction: column;
	z-index: 9;
}
.scrollDown svg {
	position: relative;
	top: 0;
	-webkit-animation: scrollAnim 1s ease-in-out infinite;
	-moz-animation: scrollAnim 1s ease-in-out infinite;
	animation: scrollAnim 1s ease-in-out infinite;
}
.scrollDown p {
	font-family: "Montserrat";
	font-size: 7.7px;
	color: #FFFFFF;
	letter-spacing: 2.8px;
	text-align: justify;
	margin-top: 10px;
	transition: 0.3s ease-in-out;
}
@media only screen and  (max-width: 1079px) {
	.graf-col {
		margin: 0 10px;
	}
	.main h1 {
		font-size: 75px;
	}
	h2 {
		font-size: 40px;
		line-height: normal;
	}

}
@media only screen and  (max-width: 768px) {
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.mobile-flex-column {
		flex-direction: column;
	}	
	.mobile-w100 {
		width: 100%;
	}
	.main h1 {
		font-size: 60px;
	}
	.main-cont p, p {
		font-size: 14px;
		line-height: 25px;
	}
	.topText {
    font-size: 10px;
    top: 30px;
    line-height: 1;
	}
	.mainAnim {
		width: 85%;
	}
	.link-lead {
		font-size: 22px;
		line-height: 30px;
	}
	.link-sub, .text-larger {
		font-size: 15px;
	}
	
	.mlr-10, .mlr-10 .mobile-w100, .mlr-15 .mobile-w100  {
		margin-left: 0;
		margin-right: 0;
	}
	.mobile-mb10 {
		margin-bottom: 10px;
	}
	.mobile-mb20 {
		margin-bottom: 20px;
	}
	.mobile-mb30 {
			margin-bottom: 30px;
	}
	.mobile-mb40 {
		margin-bottom: 40px;
	}
	.mobile-mb50 {
		margin-bottom: 50px;
	}
	.donut {
		width: 70%;
		top: 20px;
		left: 40%;
	}
	.graf-col {
		min-width: 65px;
	}
	.flex-wrap .mlr10.w50 {
		width: 100%;
	}

	.main-sub .topText {
		margin-top: 50px
	}
	.backLink {
		width: 40px;
		height: 40px;
	
	}
	.featured-text {
		font-size: 18px;
		line-height: 25px;
	}
	.main-sub-img {
		width: calc(100% + 60px);
    display: flex;
	}
	.main .topText {
		top: 50px;
	}
	.main-cont  {
		min-height: 500px;
	}
	.main-cont > div {
		margin-top: 50px;
	}

	.swipe-icon {
		pointer-events: none;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
		opacity: 1;
		transition: 0.5s ease-in-out;
    justify-content: center;
		
	}
	.swipe-icon.hide {
		opacity: 0;
		transition: 0.5s ease-in-out;
	}
	.swipe-icon img {
		width: 40px;
    animation: swipeAnim 1.25s ease-in-out alternate;
    animation-iteration-count: infinite;
	}
	.scrollDown {
		bottom: 0;
	}
}

@keyframes scrollAnim {
	0% {
		top: 0;
	}
	70% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}
@keyframes swipeAnim {
   0% {
			transform: translate(75%, 0);
    }
		15% {
			transform: translate(75%, 0);
		}
		85% {
			transform: translate(-75%, 0);
		}
		100% {
			transform: translate(-75%, 0);
		}
  }

	@keyframes lineAnim {
    from {
        top: 0;
    }
    to {
        top: calc(100% + 600px);
    }
  }

  @keyframes translateAnim1 {
    0% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
   
  }

	@keyframes translateAnim2 {
    0% {
        transform: translate(0, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
   
  }

	@keyframes translateAnim3 {
    0% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 20px);
    }
   
  }