/*  RESET browser defaults (Eric Meyer Global Reset)*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/* END RESET browser defaults */

/* FONTS */

@font-face {
  font-family: "prometo-light";
  src: url("fonts/Prometo/prometo-light.otf") format("opentype");
}

@font-face {
  font-family: "prometo-medium";
  src: url("fonts/Prometo/prometo-medium.otf") format("opentype");
}

@font-face {
  font-family: "prometo-regular";
  src: url("fonts/Prometo/prometo-regular.otf") format("opentype");
}

@font-face {
  font-family: "prometo-bold";
  src: url("fonts/Prometo/prometo-bold.otf") format("opentype");
}

@font-face {
  font-family: "roboto-light";
  src: url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-medium";
  src: url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-regular";
  src: url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-bold";
  src: url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-black";
  src: url("fonts/Roboto/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-thin";
  src: url("fonts/Roboto/Roboto-Thin.ttf") format("truetype");
}


/* GLOBAL */

.centered {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

body.menu-open {
    overflow-y: hidden !important;
	overflow-x:unset !important;
}

body.no-scroll {
    overflow: hidden;
}

body{
	font-family:prometo-regular;
	background-color:#F0F0F0;
}

html{
	scroll-behavior: smooth;
	min-height:100%;
	font-family:prometo-regular;
}


/* GLOBAL END */


/* CUSTOM STYLE */
body
 {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 12px;
  position:relative;
  line-height:1.2;
  
}

.underline{
  position: absolute;
  bottom: -1vw;
  z-index: 99;
  width: 21vw;
  left: calc((100% - 21vw) / 2);
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999;
    border: none;
    width: 40px;
    outline: none;
    cursor: pointer;
    background: url(../images/backtop.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 41px;
    color: transparent;
}

.bold{
	font-family:roboto-bold;	
}

.light{
	font-family:roboto-thin;	
}


.purple{
	color:#A671F9 !important;
}

.image-modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9); 
}

.modal-content, #modal-video {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 800px;
}

.image-modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

.image-modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.image-modal .close:hover,
.image-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.blur-background {
    filter: blur(5px);
}

.no-hover:hover{
	background:#248B57 !important;
}

.fullpage{
	position: absolute;
    z-index: 0;
    width: 100%;
    top: 9%;
    right: 0;
}

.section{
	width:90%;
	margin-left:5%;
	float:left;
}

/* BALLS */

.big-ball{
	position: absolute;
    width: 30px;
    height: 30px;
    background-color: #07939A;
    border-radius: 50%;
}	
    
.medium-ball {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #07939A;
    border-radius: 50%;
}

.header-medium-ball {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #07939A;
    border-radius: 50%;
}
	
.small-ball{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #07939A;
    border-radius: 50%;
}
	
#ball-1{
    animation: moveBall-1 infinite 14s;
}

@keyframes moveBall-1 {
    0% { left: 1vw; top: -0.5vw; }
    7% { left: 16.9vw; top: -0.5vw; }
    14% { left: 16.9vw; top: 14.3vw; }
    18% { left: 6.3vw; top: 14.3vw; }
    20% { left: 6.3vw; top: 9.3vw; }
	25% { left: 20vw; top: 9.3vw; }
    33% { left: 20vw; top: 23.9vw; }
    36% { left: 26.7vw; top: 23.9vw; }
	39% { left: 26.7vw; top: 20.6vw; }
	46% { left: 11.3vw; top: 20.6vw; }
	50% { left: 11.3vw; top: 27.4vw; }
	70% { left: 73.7vw; top: 27.4vw; }
	73% { left: 73.7vw; top: 15.6vw; }
	78% { left: 77.7vw; top: 15.6vw; }
	80% { left: 77.7vw; top: 22.6vw; }
	83% { left: 72.1vw; top: 22.6vw; }
	86% { left: 72.1vw; top: 7.6vw; }
	89% { left: 83.9vw; top: 7.6vw; }
	93% { left: 83.9vw; top: -0.5vw; }
	100% { left: 100vw; top: -0.5vw; }
}

#ball-2{
    animation: moveBall-2 infinite 14s;
	background: #F9D56E !important;
}

@keyframes moveBall-2 {
    0% { right: 0vw; top: -0.7vw; }
    4% { right: 13.9vw; top: -0.7vw; }
    8% { right: 13.9vw; top: 7.4vw; }
    12% { right: 25.8vw; top: 7.4vw; }
    16% { right: 25.8vw; top: 22.4vw; }
	20% { right: 20vw; top: 22.4vw; }
    24% { right: 20vw; top: 15.4vw; }
    28% { right: 24vw; top: 15.4vw; }
	32% { right: 24vw; top: 27.4vw; }
	48% { right: 86.7vw; top: 27.4vw; }
	52% { right: 86.7vw; top: 20.4vw; }
	56% { right: 71.3vw; top: 20.4vw; }
	60% { right: 71.3vw; top: 23.4vw; }
	64% { right: 78vw; top: 23.4vw; }
	68% { right: 78vw; top: 9vw; }
	72% { right: 91.5vw; top: 9vw; }
	76% { right: 91.5vw; top: 14vw; }
	84% { right: 81vw; top: 14vw; }
	92% { right: 81vw; top: -0.7vw; }
	100% { right: 100vw; top: -0.7vw; }
}

/* HEADER */

#header {
    display: flex;
    position: relative;
    flex-direction:column;
	font-size:16px;
	float: left;
    width: 100%;
	background:#000000;
	height: 120px;
	z-index: 1000;
}

#header .header-container {
    width: 90%;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
	
	transition: top 0.3s;
	
}

#header .header-container .logo {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    left: 0;
}

#header .header-container .logo a img{
	height:56px;
}


#header .header-container .menu-container ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
	gap:50px;
}

#header .header-container .menu-container ul li {

}

#header .header-container .menu-container ul li a {
    text-decoration: none;
    color:white;
	font-family:prometo-regular;
}

#header .header-container .menu-container ul li a:hover {
  color: #1DBAC2;
}
#header .header-container .right-side{
    display:flex;
    gap:20px;
    justify-content:center;
    align-items:center;
    position: absolute;
    right: 0;	
}

#header .header-container .login-button {
	color:#1DBAC2;
	border:2px solid #1DBAC2;
	border-radius:25px;
	padding:10px 45px 10px 45px;
	transition: background 0.3s ease;
}

#header .header-container .login-button:hover {
	background:#1DBAC2;
	color:black;
}

#header .header-container .right-side .socials{
    display: flex;
    gap: 20px;
}

#header .header-container .right-side .socials .item{
	transition: opacity 0.3s ease;
}

#header .header-container .right-side .socials .item:hover {
	 opacity: 0.6;
}

/*.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}*/

.burger-menu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: relative;
}

.burger-menu div {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 7px 0;
  transition: all 0.3s ease;
}

.line1{
	width:50% !important;
}

.burger-menu.open .line1 {
  transform: rotate(-45deg) translate(-1px, 11px);
  width:100% !important;
}

.burger-menu.open .line2 {
  opacity: 0;
}

.burger-menu.open .line3 {
  transform: rotate(45deg) translate(5px, -5px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 120px;
  right: 0;
  height: 100%;
  width: 100%;
  background:#1DBAC2;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 5px;
  font-size: 20px;
}

.mobile-menu ul li {
  padding: 20px 20px;
}

.mobile-menu ul li .login-button {
	color:black;
	border:1px solid black;
	border-radius:25px;
	padding:10px 45px 10px 45px;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: white;
}

.mobile-lang {
  display: flex;
}

#mobile-menu.show {
  transform: translateX(0);
}

@media (max-width: 1125px) {
    .menu-container {
        display: none;
    }

    .menu-language-container {
        display: none;
    }

    .burger-menu {
        display: block;
    }

    .mobile-menu {
        display: flex;
    }
}

@media (max-width: 768px) {
    #header .header-container .right-side .socials {
	    display:none;
    }
	
	.mobile-socials{
	 display: flex;
    gap: 20px;
    position: absolute;
    top: 410px;
	}

    #header .header-container .logo {
        width: 100%;
		position:unset;
    }
  
  #header .header-container .logo a{
	   display: flex;
       justify-content: center;
       align-items: center;
  }
  
    .burger-menu {
        display: block;
        position: absolute;
		left:0;
   } 
}

@media (max-width: 585px) {
	#header .header-container .right-side .login-button {
	    display:none;
    }
	
	.login-mobile{
		color:white;
	}
}

/* DOWNLOADS */

#downloads{
	height: 50vw;
    width: 100%;
    background: url(../images/banner/banner-downloads.png);
    float: left;
    background-size: cover;
}

#downloads .container{
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	gap:6vw;
}

#downloads .container .text{
	width:35vw;
	font-size:3.7vw;
	color: #1DBAC2;
	font-family:prometo-light;
}

#downloads .container .buttons{
	width: 35vw;
	display: flex;
    gap: 2vw;
}

#downloads .container .buttons .button{
	background: #1DBAC2;
    padding: 3vw 9vw;
    display: block;
    width: min-content;
	border-radius:70px;
	position:relative;
	transition:background 0.3s ease;
	border:2px solid #1DBAC2;
}

#downloads .container .buttons .button img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 13vw;
    height: auto;
}

.blue{
	opacity:0;
	transition: opacity 0.3s ease;
}

.white {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.button:hover .blue {
    opacity: 1;
}

.button:hover .white {
    opacity: 0;
}

#downloads .container .buttons .button:hover{
	background:white;
	border:2px solid #1DBAC2;
}

@media (max-width:768px){
	#downloads {
        background: url(../images/banner/banner-mobile-downloads.png);
		background-size: cover;
		height: 90vw;
        width: 100%;
    }
	
	#downloads .container .text {
    width: 51vw;
    font-size: 5.3vw;
    position: relative;
    top: 12vw;
	color:white;
    }
	
	#downloads .container .buttons {
    width: 51vw;
    display: flex;
    gap: 3vw;
    position: relative;
    top: 12vw;
    }
	
	#downloads .container .buttons .button {
    background: white;
    padding: 4vw 14vw;
    display: block;
    width: min-content;
    border-radius: 70px;
    position: relative;
    transition: background 0.3s ease;
    border: 2px solid white;
    }
	
	#downloads .container .buttons .button img {
        max-width: 20vw;
    }
	
	#downloads .container .buttons .button:hover {
    background: #1DBAC2;
    border: 2px solid white;
}
	
	.blue{
	opacity:1;
	transition: opacity 0.3s ease;
}

    .white {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.button:hover .blue {
    opacity: 0;
}

.button:hover .white {
    opacity: 1;
}
}


/* BANNER */

#banner{
    width:100%;
	float:left;
	padding-bottom:75px;
}
	
#banner .container{
	width:100%;
	position:relative;
	z-index: 1;
}

#banner .container .top{
	width: 100%;
    text-align: center;
    padding: 70px 70px 0px 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:75px;
}

#banner .container .top .text{
	font-size:36px;
	font-family:prometo-bold;
	color:#404041;
}

#banner .container .top .button{
    padding: 25px 50px;
    background: #1DBAC2;
    border-radius: 45px;
    font-size: 25px;
    font-family: roboto-medium;
	color:white;
	border:1px solid #1DBAC2;
	transition: background 0.3s ease;
}

#banner .container .top .button:hover{
	background:white;
	border:1px solid #1DBAC2;
	color:#1DBAC2;
}

#banner .container .top .downloads{
	width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 120px;
}

#banner .container .top .downloads a{
	height: 90px;
    position: relative;
    width: 90px;
	cursor:pointer;
}

#banner .container .top .downloads .playstore{
	height: 90px;
    position: relative;
    width: 160px;
}

#banner .container .top .downloads a img{
	width: 100%;
    height: 100%;
}

#banner .container img{
    position: absolute;
    display: flex;
    width: 100%;
}
	
#banner .container .content{
    display: flex;
    justify-content: center;
    align-items: center;
	position:relative;
	margin-top:0vw;
}
	
#banner .container .side{
	width:25%;
	height:29vw;
	position:absolute;
}

#banner .container #left{
	
}

#banner .container #right{
	right:0;
}
	
#banner .container .content .middle{
    width: 38.5%;
    border: 2px solid #07939A;
    height: 21.6vw;
    position: relative;
	background: white;
    border-radius:30px;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
	transition: transform 0.3s ease-out;
	margin-top: 8vw;
	transition: transform 0.5s ease; 
    transform: scale(1); 
}

#desktop-video{
    transition: width 2s ease, height 2s ease;
    width:100%;
	height:100%;
	border-radius:30px;	
}

#desktop-video.full-size {
    width: 100%; 
}

 #mobile-video {
    display: none; 
}

@media (max-width:1100px){
	#banner .container img {
        display:none;
    }
	
	#banner .container .top .downloads a img {
        display:block !important;
		position: absolute;
        bottom: 0;
        left: 0;
    }
	
	#banner .container .content .middle img {
        display:unset;
    }
	
	#banner .container .side{
        display:none;
    }
	
	#banner .container .content {

    }
	
	#banner .container .top .downloads {
        width: 100%;
    }
	
	.top {

    }
	
	#banner .container .content .middle {
        margin-top: 80px;
        width: 100%;
        border: none;
        height: 55vw;		
    }
	
	#desktop-video{
		display: block;
        transition: width 2s ease, height 2s ease;
        width:100%;
	    height:100%;
	    border-radius:0px;
	}
}

@media (max-width:768px){
	#banner {
    padding-bottom: 100px;
    }
	#banner .container .top {
        margin-bottom: 60px;
    }
    #banner .container .top .text {
        font-size: 33px;
    }
	#banner .container .content .side {
        width: 15%;
        height: 40vw;
		display:none;
    }

	#banner .container img {
        display:none;
    }
	#banner .container .content .middle img {
        display:unset;
    }
}

@media (max-width:520px){
	#banner .container .top .downloads {
    gap: 60px;
	width:300px;
    }
	
	#banner .container .top .downloads .playstore {
    height: 72px;
    position: relative;
    width: 128px;
    }
    
	#banner .container .top .downloads a {
    height: 72px;
    width: 72px;
    cursor: pointer;    
	}
}

@media (max-width:440px){
	#banner {
        padding-bottom: 0;
    }
    #banner .container .top .text {
        font-size: 25px;
    }
	#banner .container .top a {
        font-size: 15px;
        padding: 15px 20px 15px 20px;
    }
	#banner .container .content .side {
        width: 15%;
        height: 40vw;
		display:none;
    }
	#banner .container .content .middle {
        width: 100%;
        height: 178vw;
		margin-top: 80px;
        margin-bottom: 0px;
		border:none;
		border-radius:0;
    }
	
	#banner .container .top {
        margin-bottom: 0px;
    }
	
	#mobile-video {
        display: block;
        transition: width 2s ease, height 2s ease;
        width:100%;
	    height:100%;
	    border-radius:0px;
    }
	
	#desktop-video{
		display:none;
	}
}

/* EXAMPLE */

#example {
    padding-bottom: 75px;
    padding-top: 100px;
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#example .content {
    width: 90%;
    margin-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    position: relative;
}

#example .content .top {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: end;
}

#example .content .top img {
    position: absolute;
    bottom: 0;
    width: unset;
}

#example .content .top .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    right: 67px;
    top: -17px;
    text-align: end;
}

#example .content .top .text .number {
    font-size: 100px;
    line-height: 0.8;
    color: #1dbac2;
    font-family: roboto-bold;
}

#example .content .top .text .title {
    font-size: 30px;
    line-height: 0.8;
    color: #404041;
    font-family: roboto-bold;
}

#example .content .top .text .description {
    font-size: 16px;
    line-height: 0.8;
    color: #707070;
    font-family: roboto-regular;
}

#right-ball-header {
    animation: header-right-movement infinite 7s;
    background: #a671f9;
}

@keyframes header-right-movement {
    0% {
        right: 189px;
        top: 70px;
    }
    10% {
        right: 35px;
        top: 70px;
    }
    20% {
        right: 35px;
        top: 187px;
    }
    30% {
        right: -8px;
        top: 187px;
    }
    40% {
        right: -8px;
        top: 151px;
    }
    50% {
        right: 327px;
        top: 151px;
    }
    60% {
        right: -8px;
        top: 151px;
    }
    70% {
        right: -8px;
        top: 187px;
    }
    80% {
        right: 35px;
        top: 187px;
    }
    90% {
        right: 35px;
        top: 70px;
    }
    100% {
        right: 189px;
        top: 70px;
    }
}

#example .container {
    position: relative;
    height: 42vw;
    overflow: hidden;
}

#example .container .swiper-examples {
	height:100%;
}

#example .container .swiper-examples .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 3vw;
}

#example .container .swiper-examples .swiper-slide .title {
    font-size: 1.8vw;
    font-family: roboto-bold;
    color: #51459e;
    text-align: center;
    margin-bottom: 14.4vw;
}

#example .container .swiper-examples .swiper-slide .timeline-img {
    width: 100%;
}

#example .container .swiper-examples .swiper-slide .steps {
}

#example .container .swiper-examples .swiper-slide .steps .step {
    width: 20%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1.5vw;
}

#example .container .swiper-examples .swiper-slide .steps .step .step-number {
    font-family: roboto-bold;
    padding: 1vw;
    border-radius: 69px;
    border: 0.6vw solid white;
    color: white;
    font-size: 2vw;
}

#example .container .swiper-examples .swiper-slide .steps .step-icon img {
    width: 6vw;
}

#example .container .swiper-examples .swiper-slide .steps .step-title {
    font-family: roboto-black;
    font-size: 1vw;
}

#example .container .swiper-examples .swiper-slide .steps .step-text {
    color: #404041;
    font-family: roboto-regular;
    font-size: 0.8vw;
}

#example .container .swiper-examples .swiper-slide .steps #step2 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step4 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step10 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step12 .step-number {
    background: #a671f9;
}

#example .container .swiper-examples .swiper-slide .steps #step1 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step3 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step9 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step11 .step-number {
    background: #51459e;
}

#example .container .swiper-examples .swiper-slide .steps #step5 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step7 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step13 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step15 .step-number {
    background: #039299;
}

#example .container .swiper-examples .swiper-slide .steps #step6 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step8 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step14 .step-number,
#example .container .swiper-examples .swiper-slide .steps #step16 .step-number {
    background: #27b5be;
}

#example .container .swiper-examples .swiper-slide .steps .step1 {
    top: 8.5vw;
    left: 9vw;
    color: #51459e;
}

#example .container .swiper-examples .swiper-slide .steps .step2 {
    left: 27vw;
    top: 17vw;
    color: #a671f9;
}

#example .container .swiper-examples .swiper-slide .steps .step3 {
    top: 7.8vw;
    left: 45vw;
    color: #51459e;
}

#example .container .swiper-examples .swiper-slide .steps .step4 {
    top: 17vw;
    left: 63vw;
    color: #a671f9;
}

#example .container .swiper-examples .swiper-slide .steps .step5 {
    top: 10.5vw;
    left: 9vw;
    color: #039299;
}

#example .container .swiper-examples .swiper-slide .steps .step6 {
    left: 27vw;
    top: 17vw;
    color: #27b5be;
}

#example .container .swiper-examples .swiper-slide .steps .step7 {
    top: 8.7vw;
    left: 45vw;
    color: #039299;
}

#example .container .swiper-examples .swiper-slide .steps .step8 {
    top: 17vw;
    left: 63vw;
    color: #27b5be;
}

#example .container .swiper-examples .swiper-slide .steps .step9 {
    top: 7.2vw;
    left: 9vw;
    color: #51459e;
}

#example .container .swiper-examples .swiper-slide .steps .step10 {
    left: 27vw;
    top: 17vw;
    color: #a671f9;
}

#example .container .swiper-examples .swiper-slide .steps .step11 {
    top: 7.7vw;
    left: 45vw;
    color: #51459e;
}

#example .container .swiper-examples .swiper-slide .steps .step12 {
    top: 17vw;
    left: 63vw;
    color: #a671f9;
}

#example .container .swiper-examples .swiper-slide .steps .step13 {
    top: 7.6vw;
    left: 9vw;
    color: #039299;
}

#example .container .swiper-examples .swiper-slide .steps .step14 {
    left: 27vw;
    top: 17vw;
    color: #27b5be;
}

#example .container .swiper-examples .swiper-slide .steps .step15 {
    top: 7.7vw;
    left: 45vw;
    color: #039299;
}

#example .container .swiper-examples .swiper-slide .steps .step16 {
    top: 17vw;
    left: 63vw;
    color: #27b5be;
}

#example .container .swiper-examples .swiper-slide .ball {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    position: absolute;
    top: 19.2vw;
}

#example .container .swiper-examples .swiper-slide .ball2 {
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 26.9vw;
}

.bg-purple {
    background: #a671f9;
}

.bg-blue {
    background: #27b5be;
}

#example .swiper-examples .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #474747;
    border-radius: 50%;
    opacity: 0.7;
}

#example .swiper-examples .swiper-pagination .swiper-pagination-bullet-active {
    background: black;
    opacity: 1;
}

@media (max-width: 1000px) {
    #example {
        padding-bottom: 0px;
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    #example .container .swiper-examples {
        height: 100%;
    }

    #example .content .top img {
        width: 290px;
    }
	
    .header-medium-ball {
        width: 15px;
        height: 15px;
    }
	
    #example .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	
    #example .content .top .text {
        gap: 34px;
        position: absolute;
        right: 67px;
        top: 6px;
    }
	
    #example .content .top .text .title {
        font-size: 26px;
    }
	
    @keyframes header-right-movement {
        0% {
            right: 163px;
            top: 91px;
        }
        10% {
            right: 32px;
            top: 91px;
        }
        20% {
            right: 32px;
            top: 191px;
        }
        30% {
            right: -6px;
            top: 191px;
        }
        40% {
            right: -6px;
            top: 160px;
        }
        50% {
            right: 282px;
            top: 160px;
        }
        60% {
            right: -6px;
            top: 160px;
        }
        70% {
            right: -6px;
            top: 192px;
        }
        80% {
            right: 32px;
            top: 192px;
        }
        90% {
            right: 32px;
            top: 91px;
        }
        100% {
            right: 163px;
            top: 91px;
        }
    }

    #example .content {
        margin-top: 70px;
    }

    #example .container {
        height: 1200px;
    }

    #example .container .swiper-examples .swiper-slide .timeline-img {
        width: 1000px;
        rotate: 90deg;
        top: 480px;
        position: relative;
        left: calc((100% - 1000px) / 2);
    }

    #example .container .swiper-examples .swiper-slide .title {
        font-size: 18px;
        font-family: roboto-bold;
        color: #51459e;
        text-align: center;
        margin-bottom: 0;
    }

    #example .container .swiper-examples .swiper-slide .steps #step1 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step3 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step9 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step11 .step-number {
        background: #51459e;
        left: -93px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps #step2 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step4 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step10 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step12 .step-number {
        background: #a671f9;
        left: 243px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps #step5 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step7 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step13 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step15 .step-number {
        background: #039299;
        left: -93px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps #step6 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step8 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step14 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step16 .step-number {
        background: #27b5be;
        left: 243px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps {
        rotate: 90deg;
        position: absolute;
        top: 316px;
        left: calc((100% - -157px) / 2);
    }

    #example .container .swiper-examples .swiper-slide .steps .step {
        rotate: -90deg;
        width: 235px;
        gap: 5px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step1 {
        top: -156px;
        left: -131px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step2 {
        top: 120px;
        left: 73px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step3 {
        top: -159px;
        left: 270px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step4 {
        top: 120px;
        left: 456px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step5 {
        top: -136px;
        left: -131px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step6 {
        top: 120px;
        left: 73px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step7 {
        top: -159px;
        left: 270px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step8 {
        top: 120px;
        left: 456px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step9 {
        top: -156px;
        left: -131px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step10 {
        top: 120px;
        left: 73px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step11 {
        top: -159px;
        left: 270px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step12 {
        top: 120px;
        left: 456px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step13 {
        top: -156px;
        left: -131px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step14 {
        top: 85px;
        left: 47px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step15 {
        top: -159px;
        left: 270px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step16 {
        top: 103px;
        left: 456px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step {
        width: 235px;
        gap: 5px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step .step-number {
        padding: 15px;
        border: 5px solid white;
        font-size: 20px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step-icon img {
        width: 80px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step-title {
        font-size: 16px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step-text {
        font-size: 13px;
    }

    #example .container .swiper-examples .swiper-slide {
        gap: 45px;
    }

    #example .container .swiper-examples .swiper-slide .ball {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        top: 90px;
        left: calc((100% - -72px) / 2);
    }

    #example .container .swiper-examples .swiper-slide .ball2 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        top: 1082px;
        left: calc((100% - 102px) / 2);
    }
}

@media (max-width: 700px) {
    #example {
        padding-bottom: 0px;
        float: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
		padding-top:0;
    }

    #example .content .top img {
        width: 290px;
    }
	
    .header-medium-ball {
        width: 15px;
        height: 15px;
    }
	
    #example .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	
    #example .content .top .text {
        gap: 34px;
        position: absolute;
        right: 67px;
        top: 6px;
    }
	
    #example .content .top .text .title {
        font-size: 26px;
    }
	
    @keyframes header-right-movement {
        0% {
            right: 163px;
            top: 91px;
        }
        10% {
            right: 32px;
            top: 91px;
        }
        20% {
            right: 32px;
            top: 191px;
        }
        30% {
            right: -6px;
            top: 191px;
        }
        40% {
            right: -6px;
            top: 160px;
        }
        50% {
            right: 282px;
            top: 160px;
        }
        60% {
            right: -6px;
            top: 160px;
        }
        70% {
            right: -6px;
            top: 192px;
        }
        80% {
            right: 32px;
            top: 192px;
        }
        90% {
            right: 32px;
            top: 91px;
        }
        100% {
            right: 163px;
            top: 91px;
        }
    }

    #example .content {
        margin-top: 70px;
    }

    #example .container .swiper-examples .swiper-slide .title {
        font-size: 18px;
        font-family: roboto-bold;
        color: #51459e;
        text-align: center;
        margin-bottom: 0;
    }

    #example .container .swiper-examples .swiper-slide .timeline-img {
        width: 730px;
        rotate: 90deg;
        top: 340px;
        position: relative;
        left: calc((100% - 730px) / 2);
    }

    #example .container {
        height: 890px;
    }

    #example .container .swiper-examples .swiper-slide .steps #step1 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step3 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step9 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step11 .step-number {
        background: #51459e;
        left: -51px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps #step2 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step4 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step10 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step12 .step-number {
        background: #a671f9;
        left: 168px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps #step5 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step7 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step13 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step15 .step-number {
        background: #039299;
        left: -49px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps #step6 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step8 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step14 .step-number,
    #example .container .swiper-examples .swiper-slide .steps #step16 .step-number {
        background: #27b5be;
        left: 168px;
        position: absolute;
    }

    #example .container .swiper-examples .swiper-slide .steps {
        rotate: 90deg;
        position: absolute;
        top: 277px;
        left: calc((100% - -84px) / 2);
    }

    #example .container .swiper-examples .swiper-slide .steps .step {
        rotate: -90deg;
        width: 160px;
        gap: 5px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step1 {
        top: -109px;
        left: -127px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step2 {
        top: 66px;
        left: 19px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step3 {
        top: -109px;
        left: 164px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step4 {
        top: 73px;
        left: 299px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step5 {
        top: -94px;
        left: -127px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step6 {
        top: 66px;
        left: 19px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step7 {
        top: -109px;
        left: 164px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step8 {
        top: 73px;
        left: 299px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step9 {
        top: -109px;
        left: -127px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step10 {
        top: 66px;
        left: 19px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step11 {
        top: -109px;
        left: 164px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step12 {
        top: 73px;
        left: 299px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step13 {
        top: -109px;
        left: -127px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step14 {
        top: 54px;
        left: 9px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step15 {
        top: -109px;
        left: 164px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step16 {
        top: 65px;
        left: 299px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step {
        width: 160px;
        gap: 5px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step .step-number {
        padding: 8px;
        border: 5px solid white;
        font-size: 16px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step-icon img {
        width: 60px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step-title {
        font-size: 10px;
    }

    #example .container .swiper-examples .swiper-slide .steps .step-text {
        font-size: 9px;
    }

    #example .container .swiper-examples .swiper-slide {
        gap: 45px;
    }
	
	#example .container .swiper-examples .swiper-slide .ball {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        top: 73px;
        left: calc((100% - -49px) / 2);
    }

    #example .container .swiper-examples .swiper-slide .ball2 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        top: 794px;
        left: calc((100% - 77px) / 2);
    }
}



/* ADVANTAGES */

#advantages{
	padding-top: 75px;
    padding-bottom: 75px;
	float: left;
    width: 100%;
}

#advantages .content{
	width: 90%;
    margin-left: 5%;
    height: 100%;
	display: flex;
    flex-direction: column;
    gap: 30px;
}

#advantages .content .top{
    position:relative;
	height:200px;
}

#advantages .content .top img{
    position:absolute;
	bottom:0;
}

#advantages .content .top .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    left: 67px;
    top: -17px;
}

#advantages .content .top .text .number{
    font-size:100px;
	line-height:0.8;
	color:#1DBAC2;
	font-family:roboto-bold;
}

#advantages .content .top .text .title{
    font-size:40px;
	line-height:0.8;
	color:#404041;
	font-family:roboto-bold;
}

#advantages .content .top .text .description{
    font-size:16px;
	line-height:0.8;
	color:#707070;
	font-family:roboto-regular;
}

#left-ball-header{
    animation: header-left-movement infinite 7s;
	background:#07939A;
}

@keyframes header-left-movement {
    0% { left: 189px; top: 70px; }
    10% { left: 35px; top: 70px; }
    20% { left: 35px; top: 187px; }
    30% { left: -8px; top: 187px; }
    40% { left: -8px; top: 151px; }
	50% { left: 327px; top: 151px; }
	60% { left: -8px; top: 151px; }
	70% { left: -8px; top: 187px; }
	80% { left: 35px; top: 187px; }
	90% { left: 35px; top: 70px; }
	100% { left: 189px; top: 70px; }
}

#advantages .content .swiper-container {
    width: 100%;
    height: 100%;
	height:500px;
	overflow:hidden;
}

#advantages .content .swiper-container .swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
	top:-20px;
}

#advantages .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #474747;
    border-radius: 50%;
    opacity: 0.7;
}

#advantages .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: black;
    opacity: 1;
}

#advantages .content .swiper-container .swiper-slide {
    border-radius: 25px;
    text-align: left;
	font-family:mont-regular;
	height: 420px;
    position: relative;
	padding:50px;
	background:white;
	border:2px solid #B0FBFFD2;
}

#advantages .content .swiper-container .swiper-slide .card{
	display:flex;
	flex-direction:column;
	gap:30px;
}

#advantages .content .swiper-container .swiper-slide .card img{
    width:140px;
}

#advantages .content .swiper-container .swiper-slide .card .card-title {
	color:#404041;
	font-size:16px;
	font-family:roboto-medium;
}

#advantages .content .swiper-container .swiper-slide .card .card-description {
	font-size:14px;
	color:#404041;
	font-family:roboto-regular;
}

@media (max-width:450px){
	#advantages .content .top img {
        width: 290px;
    }
	
	#advantages .content .swiper-container .swiper-slide .card img {
        width: 60px;
    }
	.header-medium-ball {
        width: 15px;
        height: 15px;
    }
	#advantages .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	#advantages .content .top .text {
        gap: 34px;
        position: absolute;
        left: 67px;
        top: 6px;
    }
	#advantages .content .top .text .title {
        font-size: 30px;
    }
	@keyframes header-left-movement {
    0% { left: 160px; top: 90px; }
    10% { left: 31px; top: 90px; }
    20% { left: 31px; top: 190px; }
    30% { left: -7px; top: 190px; }
    40% { left: -7px; top: 160px; }
	50% { left: 276px; top: 160px; }
	60% { left: -7px; top: 160px; }
	70% { left: -7px; top: 190px; }
	80% { left: 30px; top: 190px; }
	90% { left: 30px; top: 90px; }
	100% { left: 160px; top: 90px; }
    }
}



/* PLATFORM */

#platform{
    padding-bottom: 75px;
	float: left;
    width: 100%;
}

#platform .content{
	width: 90%;
    margin-left: 5%;
    height: 100%;
	display: flex;
    flex-direction: column;
    gap: 2vw;
	position:relative;
}

#platform .content .top{
    position:relative;
	height:200px;
	display: flex;
    justify-content: end;
}

#platform .content .top img{
    position:absolute;
	bottom:0;
	width:unset;
}

#platform .content .top .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    right: 67px;
    top: -17px;
    text-align: end;
}

#platform .content .top .text .number{
    font-size:100px;
	line-height:0.8;
	color:#1DBAC2;
	font-family:roboto-bold;
}

#platform .content .top .text .title{
    font-size:40px;
	line-height:0.8;
	color:#404041;
	font-family:roboto-bold;
}

#platform .content .top .text .description{
    font-size:16px;
	line-height:0.8;
	color:#707070;
	font-family:roboto-regular;
}

#right-ball-header{
    animation: header-right-movement infinite 7s;
	background:#A671F9;
}

@keyframes header-right-movement {
    0% { right: 189px; top: 70px; }
    10% { right: 35px; top: 70px; }
    20% { right: 35px; top: 187px; }
    30% { right: -8px; top: 187px; }
    40% { right: -8px; top: 151px; }
	50% { right: 327px; top: 151px; }
	60% { right: -8px; top: 151px; }
	70% { right: -8px; top: 187px; }
	80% { right: 35px; top: 187px; }
	90% { right: 35px; top: 70px; }
	100% { right: 189px; top: 70px; }
}

#platform .content .phone{
	position: absolute;
    left: 19.5vw;
    top: -7.4vw;
    height: 56.6vw;
}

#platform .content .imageSwiper{
	width:100%;
	display:flex;
	position:relative;
	height:885px;
}

#platform .content .imageSwiper .swiper-slide{
	top:200px;
	transition: transform 0.3s ease;
}

#platform .content .imageSwiper .swiper-slide img{
	width:100% !important;
	position:unset;
	width:unset;
}

#platform .content .imageSwiper .swiper-slide-next {  
    top:100px;
}

#platform .content .imageSwiper .swiper-slide-active {  
    top:50px;
}

#platform .content .imageSwiper .swiper-slide-prev {  
    top:100px;
}

#platform .content .textSwiper{
	width:90%;
	display:flex;
	position:relative;
	justify-content: center;
    align-items: center;
	flex-direction:column;
	gap:70px;
	margin-top: -170px;
}

#platform .content .textSwiper .swiper-slide{
	text-align:center;
	transition: transform 0.3s ease;
    display:flex;
    opacity:0;	
}

#platform .content .textSwiper .swiper-slide p{
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
}

#platform .content .textSwiper .swiper-slide-active {  
    opacity:1;
}

#platform .content .textSwiper .swiper-slide .card{
	display:flex;
	flex-direction:column;
	width:100%;
	align-items:center;
	gap: 30px;
}

#platform .content .textSwiper .swiper-slide .card .image{
	position: unset;
    width: 25%;
}

#platform .content .textSwiper .swiper-slide .card .title{
	font-size:18px;
	font-family:roboto-bold;
	color:#404041;
}

#platform .content .textSwiper .swiper-slide .card .description{
	font-size:16px;
	font-family:roboto-regular;
	color:#404041;
}

#platform .content .swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#platform .content .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #474747;
    border-radius: 50%;
    opacity: 0.7;
}

#platform .content .swiper-pagination .swiper-pagination-bullet-active {
    background: black;
	opacity: 1;
}

@media (max-width:1300px){
	#platform .content .imageSwiper {
        width: 700px;
        display: flex;
        position: relative;
        height: 725px;
    }
	#platform .content .phone{
	    position: absolute;
        left: 9px;
        top: -90px;
        height: 770px;
    }
}

@media (max-width:768px){
	#platform .content .imageSwiper {
        width: 500px;
        display: flex;
        position: relative;
        height: 550px;
    }
	#platform .content .phone {
        position: absolute;
        left: 16px;
        top: -46px;
        height: 528px;
    }
}

@media (max-width:560px){
	#platform .content .imageSwiper {
        width: 340px;
        display: flex;
        position: relative;
        height: 775px;
    }
	#platform .content .phone {
        position: absolute;
        left: -156px;
        top: -84px;
        height: 737px;
    }
	#platform .content .imageSwiper .swiper-slide img {
    width: 60% !important;
    position: unset;
    width: unset;
    margin-left: 20%;
    }
}


@media (max-width:450px){
	#platform .content .top img {
        width: 290px;
    }
	.header-medium-ball {
        width: 15px;
        height: 15px;
    }
	#platform .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	#platform .content .top .text {
        gap: 34px;
        position: absolute;
        right: 67px;
        top: 6px;
    }
	#platform .content .top .text .title {
        font-size: 30px;
    }
	@keyframes header-right-movement {
    0% { right: 163px; top: 91px; }
    10% { right: 32px; top: 91px; }
    20% { right: 32px; top: 191px; }
    30% { right: -6px; top: 191px; }
    40% { right: -6px; top: 160px; }
	50% { right: 282px; top: 160px; }
	60% { right: -6px; top: 160px; }
	70% { right: -6px; top: 192px; }
	80% { right: 32px; top: 192px; }
	90% { right: 32px; top: 91px; }
	100% { right: 163px; top: 91px; }
    }
}

@media (max-width:440px){
	#platform .content .textSwiper {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 70px;
    }
}

@media (max-width:380px){
    #platform .content .imageSwiper {
        width: 300px;
        display: flex;
        position: relative;
        height: 705px;
    }
	
	#platform .content .phone {
        position: absolute;
        left: -135px;
        top: -66px;
        height: 641px;
    }
}

/* PLANS */

#plans{
    padding-bottom: 75px;
	float: left;
    width: 100%;
}

#plans .content{
	width: 90%;
    margin-left: 5%;
    height: 100%;
	display: flex;
    flex-direction: column;
    gap: 120px;
	position:relative;
}

#plans .content .top{
    position:relative;
	height:200px;
	display: flex;
}

#plans .content .top img{
    position:absolute;
	bottom:0;
	width:unset;
}

#plans .content .top .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    left: 67px;
    top: -17px;
}

#plans .content .top .text .number{
    font-size:100px;
	line-height:0.8;
	color:#1DBAC2;
	font-family:roboto-bold;
}

#plans .content .top .text .title{
    font-size:40px;
	line-height:0.8;
	color:#404041;
	font-family:roboto-bold;
}

#plans .content .top .text .description{
    font-size: 16px;
    line-height: 1.2;
    color: #707070;
	font-family:roboto-regular;
}

#plans .content .plans-container{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:50px;
    position: relative;
}

#plans .content .plans-container .plan-side{
	background: white;
    height: 750px;
    width: 462px;
    border-radius: 273px;
}

#plans .content .plans-container .plan-side .title-container{
	text-align: center;
    height: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family:roboto-bold;
}

#plans .content .plans-container .plan-side .title-container .title{
    width: 50%;
    padding-bottom: 3%;
    padding-top: 3%;
    font-size: 25px;
}

#plans .content .plans-container .plan-center{
	background: white;
    height: 825px;
    width: 510px;
    border-radius: 320px;
}

#plans .content .plans-container .plan-center .title-container{
	text-align: center;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family:roboto-bold;
}

#plans .content .plans-container .plan-center .title-container .title{
    width: 50%;
    padding-bottom: 3%;
    padding-top: 2%;
    font-size: 30px;
}

#plans .content .plans-container #starter{
	
}

#plans .content .plans-container #starter .title{
	color: #1DBAC2;
    border-bottom: 2px solid #1DBAC2;
}

#plans .content .plans-container #starter .price{
	height:18%;
	display: flex;
    justify-content: center;
    align-items: center;
}

#plans .content .plans-container #starter .price .text{
	font-size:55px;
	color:#1DBAC2;
	font-family:roboto-bold;
}

#plans .content .plans-container #starter .options{
	position: relative;
    display: flex;
    flex-direction: column;
    height: 70%;
    padding-top: 15%;
	color: white;
}

#plans .content .plans-container #starter .options .bg-image{
	width:100%;
	position:absolute;
	bottom:0;
}

#plans .content .plans-container #starter .options .option{
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 10px;
    border-bottom: 1px solid white;
    width: 40%;
    margin-left: 30%;
    padding-bottom: 7px;
	padding-top:7px;
}

#plans .content .plans-container #starter .options .option .option-icon{
	
}

#plans .content .plans-container #starter .options .option .text{
    font-size: 13px;
	font-family:roboto-regular;
}

#plans .content .plans-container #business{
	
}

#plans .content .plans-container #business .title{
	color: #E57778;
    border-bottom: 2px solid #E57778;
}

#plans .content .plans-container #business .price {
	height: 20%;
    display: flex;
}

#plans .content .plans-container #business .price .slider-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 300px;
    margin: 70px auto;
}

#plans .content .plans-container #business .price .slider-container .price-bubble{
	position: absolute;
    top: -77px;
    color: white;
    border-radius: 50%;
    font-size: 19px;
    transform: translateX(-50%);
	background:url(../images/plans/business-baloon.png);
	background-size: cover;
	height: 67px;
    text-align: center;
    width: 58px;
	padding-top:18px;
	font-family:roboto-bold;
}

#plans .content .plans-container #business .price .slider-container .slider{
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, #e74c3c 0%, #ddd 0%);
    outline: none;
    border-radius: 22px;
    cursor: pointer;
    transition: background 0.3s;
	border:4px solid #BBBBBB;
}

#plans .content .plans-container #business .price .slider-container .slider::-webkit-slider-thumb{
	-webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: transparent linear-gradient(90deg, #E57778 0%, #C33B3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    cursor: pointer;
}

#plans .content .plans-container #business .price .slider-container .slider::-moz-range-thumb {
	width: 20px;
    height: 20px;
    background: transparent linear-gradient(90deg, #E57778 0%, #C33B3D 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    cursor: pointer;
}

#plans .content .plans-container #business .price .slider-container .labels{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
	font-family:roboto-regular;
}

#plans .content .plans-container #business .price .slider-container .labels span{
	font-size: 14px;
    color: #E57778;
}

#plans .content .plans-container #business .options{
	position: relative;
    display: flex;
    flex-direction: column;
    height: 65%;
    padding-top: 3%;
	color: white;
}

#plans .content .plans-container #business .options .bg-image{
	width:100%;
	position:absolute;
	bottom:0;
}

#plans .content .plans-container #business .options .option{
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 10px;
    border-bottom: 1px solid white;
    width: 40%;
    margin-left: 30%;
    padding-bottom: 10px;
	padding-top:10px;
}

.missed{
	color:#CBCBCB !important;
	border-bottom: 1px solid #CBCBCB !important;
}

#plans .content .plans-container #business .options .option .option-icon{
	
}

#plans .content .plans-container #business .options .option .text{
    font-size: 14px;
	font-family:roboto-regular;
}

#plans .content .plans-container #exclusive{
	
}

#plans .content .plans-container #exclusive .title{
	color: #A671F9;
    border-bottom: 2px solid #A671F9;
}

#plans .content .plans-container #exclusive .price {
	height: 18%;
    display: flex;
}

#plans .content .plans-container #exclusive .price .slider-container{
	display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 300px;
    margin: 70px auto;
}

#plans .content .plans-container #exclusive .price .slider-container .price-bubble{
	position: absolute;
    top: -71px;
    color: white;
    border-radius: 50%;
    font-size: 17px;
    transform: translateX(-50%);
	background:url(../images/plans/exclusive-baloon.png);
	background-size: cover;
	height: 60px;
    text-align: center;
    width: 52px;
	padding-top:16px;
	font-family:roboto-bold;
}

#plans .content .plans-container #exclusive .price .slider-container .slider{
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, #e74c3c 0%, #ddd 0%);
    outline: none;
    border-radius: 22px;
    cursor: pointer;
    transition: background 0.3s;
	border:4px solid #BBBBBB;
}

#plans .content .plans-container #exclusive .price .slider-container .slider::-webkit-slider-thumb{
	-webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: transparent linear-gradient(90deg, #A671F9 0%, #51459E 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    cursor: pointer;
}

#plans .content .plans-container #exclusive .price .slider-container .slider::-moz-range-thumb {
	width: 20px;
    height: 20px;
    background: transparent linear-gradient(90deg, #A671F9 0%, #51459E 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    cursor: pointer;
}

#plans .content .plans-container #exclusive .price .slider-container .labels{
	display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
	font-family:roboto-regular;
}

#plans .content .plans-container #exclusive .price .slider-container .labels span{
	font-size: 14px;
    color: #A671F9;
}

#plans .content .plans-container #exclusive .options{
	position: relative;
    display: flex;
    flex-direction: column;
    height: 70%;
    padding-top: 15%;
	color: white;
}

#plans .content .plans-container #exclusive .options .bg-image{
	width:100%;
	position:absolute;
	bottom:0;
}

#plans .content .plans-container #exclusive .options .option{
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 10px;
    border-bottom: 1px solid white;
    width: 40%;
    margin-left: 30%;
    padding-bottom: 7px;
	padding-top:7px;
}

#plans .content .plans-container #exclusive .options .option .option-icon{
	
}

#plans .content .plans-container #exclusive .options .option .text{
    font-size: 13px;
	font-family:roboto-regular;
}

@media (max-width:1600px){
	#plans .content {
        width: 90%;
        margin-left: 5%;
    }
	
	#plans .content .plans-container {
        flex-direction: column;
    }
}

@media (max-width:950px){
	#plans .content {
    width: 90%;
    margin-left: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 150px;
    position: relative;
    }
}

@media (max-width:600px){
	#plans .content {
		
    }
	
	#plans .content .plans-container .plan-side {
        height: 520px;
        width: 300px;
    }
	
	#plans .content .plans-container .plan-side .title-container .title {
    width: 50%;
    padding-bottom: 3%;
    padding-top: 7%;
    font-size: 20px;
    }
	
	#plans .content .plans-container #starter .price .text {
    font-size: 40px;
    color: #1DBAC2;
    }
	
	#plans .content .plans-container #starter .options {
    height: 70%;
    padding-top: 19%;
    }
	
	#plans .content .plans-container #starter .options .option {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 5px;
    border-bottom: 1px solid white;
    width: 45%;
    margin-left: 27.5%;
    padding-bottom: 5px;
    padding-top: 5px;
    }
	
	#plans .content .plans-container #starter .options .option .option-icon {
    width: 12px;
    }
	
	#plans .content .plans-container #starter .options .option .text {
    font-size: 10px;
    }
	
	#plans .content .plans-container .plan-center {
    height: 520px;
    width: 300px;
    }
	
	#plans .content .plans-container .plan-center .title-container .title {
    width: 50%;
    padding-bottom: 3%;
    padding-top: 2%;
    font-size: 20px;
    }
	
	#plans .content .plans-container #business .price .slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 220px;
    margin: 48px auto;
    }
	
	#plans .content .plans-container #business .price .slider-container .price-bubble {
    top: -58px;
    font-size: 15px;
    background-size: cover;
    height: 50px;
    text-align: center;
    width: 43px;
    padding-top: 13px;
    }
	
	#plans .content .plans-container #business .price .slider-container .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #e74c3c 0%, #ddd 0%);
    outline: none;
    border-radius: 22px;
    cursor: pointer;
    transition: background 0.3s;
    border: 4px solid #BBBBBB;
    }
	
	#plans .content .plans-container #business .price .slider-container .labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    }
	
	#plans .content .plans-container #business .price .slider-container .labels span {
    font-size: 12px;
    color: #E57778;
    }
	
	#plans .content .plans-container #business .options {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 65%;
    padding-top: 9%;
    color: white;
    }
	
	#plans .content .plans-container #business .options .option {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 5px;
    border-bottom: 1px solid white;
    width: 45%;
    margin-left: 27.5%;
    padding-bottom: 5px;
    padding-top: 5px;
    }
	
	#plans .content .plans-container #business .options .option .option-icon {
    width: 12px;
    }
	
	#plans .content .plans-container #business .options .option .text {
    font-size: 10px;
    }
	
	#plans .content .plans-container #exclusive .price .slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 220px;
    margin: 65px auto;
    }
	
	#plans .content .plans-container #exclusive .price .slider-container .price-bubble {
    top: -62px;
    font-size: 15px;
    background-size: cover;
    height: 50px;
    text-align: center;
    width: 43px;
    padding-top: 13px;
    }
	
	#plans .content .plans-container #exclusive .price .slider-container .slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #e74c3c 0%, #ddd 0%);
    outline: none;
    border-radius: 22px;
    cursor: pointer;
    transition: background 0.3s;
    border: 4px solid #BBBBBB;
    }
	
	#plans .content .plans-container #exclusive .price .slider-container .labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    }
	
	#plans .content .plans-container #exclusive .price .slider-container .labels span {
    font-size: 12px;
    }
	
	#plans .content .plans-container #exclusive .options {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 70%;
    padding-top: 19%;
    color: white;
    }
	
	#plans .content .plans-container #exclusive .options .option {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    gap: 5px;
    border-bottom: 1px solid white;
    width: 45%;
    margin-left: 27.5%;
    padding-bottom: 5px;
    padding-top: 5px;
    }
	
	#plans .content .plans-container #exclusive .options .option .option-icon {
    width: 12px;
    }
	
	#plans .content .plans-container #exclusive .options .option .text {
    font-size: 10px;
    }
}

@media (max-width: 450px) {
	#plans .content .top img {
        width: 290px;
    }
	.header-medium-ball {
        width: 15px;
        height: 15px;
    }
	#plans .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	#plans .content .top .text {
        gap: 34px;
        position: absolute;
        left: 67px;
        top: 6px;
    }
	#plans .content .top .text .title {
        font-size: 30px;
    }
	@keyframes header-left-movement {
    0% { left: 160px; top: 90px; }
    10% { left: 31px; top: 90px; }
    20% { left: 31px; top: 190px; }
    30% { left: -7px; top: 190px; }
    40% { left: -7px; top: 160px; }
	50% { left: 276px; top: 160px; }
	60% { left: -7px; top: 160px; }
	70% { left: -7px; top: 190px; }
	80% { left: 30px; top: 190px; }
	90% { left: 30px; top: 90px; }
	100% { left: 160px; top: 90px; }
    }
}


/* FAQ */

#faq{
    padding-bottom: 75px;
	float: left;
    width: 100%;
}

#faq .content{
	width: 90%;
    margin-left: 5%;
    height: 100%;
	display: flex;
    flex-direction: column;
    gap: 100px;
	position:relative;
}

#faq .content .top{
    position:relative;
	height:200px;
	display: flex;
    justify-content: end;
}

#faq .content .top img{
    position:absolute;
	bottom:0;
	width:unset;
}

#faq .content .top .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    right: 67px;
    top: -17px;
    text-align: end;
}

#faq .content .top .text .number{
    font-size:100px;
	line-height:0.8;
	color:#1DBAC2;
	font-family:roboto-bold;
}

#faq .content .top .text .title{
    font-size:40px;
	line-height:0.8;
	color:#404041;
	font-family:roboto-bold;
}

#faq .content .top .text .description{
    font-size:16px;
	line-height:0.8;
	color:#707070;
	font-family:roboto-regular;
}

#faq .content .faq-container{
	width: 100%;
    padding: 20px;
    position: relative;
    display: flex;
    justify-content: center;
	flex-direction: column;
    gap: 120px;
	align-items: center;
}

#faq .content .faq-container .faq-item{
	margin-bottom: 10px;
	width:900px;
	display: flex;
    justify-content: center;
}

#faq .content .faq-container .faq-item .faq-content{
	display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #A671F9;
	width:800px;
	padding:25px;
	cursor:pointer;
	background:rgba(255, 255, 255, 0.7);
}

#faq .content .faq-container .faq-item .faq-content .square-top{
	width: 50px;
    height: 50px;
    border: 1px solid #A671F9;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    top: -50px;
    left: -50px;
	cursor:pointer;
	background:rgba(255, 255, 255, 0.7);
}

#faq .content .faq-container .faq-item .faq-content .square-top .faq-toggle{
	color:#A671F9;
	font-size:36px;
	cursor:pointer;
}

#faq .content .faq-container .faq-item .faq-content .square-bottom{
	width: 50px;
    height: 50px;
    border: 1px solid #A671F9;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
    bottom: -50px;
    right: -50px;
	background:rgba(255, 255, 255, 0.7);
}

#faq .content .faq-container .faq-item .faq-content .faq-question{
	background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

#faq .content .faq-container .faq-item .faq-content .faq-question p{
	color:#404041;
	font-family:roboto-bold;
	font-size:25px;
}

#faq .content .faq-container .faq-item .faq-content .faq-answer{
	display: none;
    padding: 10px;
    box-sizing: border-box;
}

#faq .content .faq-container .faq-item .faq-content .faq-answer p{
	color:#404041;
	font-size:19px;
	font-family:roboto-regular;
}

#faq-ball {
    background-color: #A671F9;
    position: absolute;
    animation: faq-movement 7s linear infinite;
}

@media (max-width:1000px){
	#faq .content .faq-container .faq-item {
    margin-bottom: 10px;
    width: 80%;
    display: flex;
    justify-content: center;
    }
	
	#faq .content .faq-container .faq-item .faq-content .faq-answer p {
    font-size: 16px;
    }
	
	#faq .content .faq-container .faq-item .faq-content .faq-question p {
    font-size: 24px;
    }
}

@media(max-width:550px){
	#faq .content .faq-container .faq-item .faq-content .faq-answer p {
    font-size: 14px;
    }
	
	#faq .content .faq-container .faq-item .faq-content .faq-question p {
    font-size: 18px;
    }
}

@media (max-width:450px){
	#faq .content .top img {
        width: 290px;
    }
	.header-medium-ball {
        width: 15px;
        height: 15px;
    }
	#faq .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	#faq .content .top .text {
        gap: 34px;
        position: absolute;
        right: 67px;
        top: 6px;
    }
	#faq .content .top .text .title {
        font-size: 30px;
    }
	@keyframes header-right-movement {
    0% { right: 163px; top: 91px; }
    10% { right: 32px; top: 91px; }
    20% { right: 32px; top: 191px; }
    30% { right: -6px; top: 191px; }
    40% { right: -6px; top: 160px; }
	50% { right: 282px; top: 160px; }
	60% { right: -6px; top: 160px; }
	70% { right: -6px; top: 192px; }
	80% { right: 32px; top: 192px; }
	90% { right: 32px; top: 91px; }
	100% { right: 163px; top: 91px; }
    }
}

/* ==================================================
   TUTORIALS SECTION   
================================================== */


#tutorials{
    padding-bottom: 75px;
	float: left;
    width: 100%;
	font-size:16px;
	font-family:roboto-bold;
}

#tutorials .content{
	width: 90%;
    margin-left: 5%;
    height: 100%;
	display: flex;
    flex-direction: column;
	position:relative;
}

#tutorials .content .top{
    position:relative;
	height:200px;
	display: flex;
	margin-bottom:100px;
}

#tutorials .content .top img{
    position:absolute;
	bottom:0;
	width:unset;
}

#tutorials .content .top .text {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    left: 67px;
    top: -17px;
}

#tutorials .content .top .text .number{
    font-size:100px;
	line-height:0.8;
	color:#1DBAC2;
	font-family:roboto-bold;
}

#tutorials .content .top .text .title{
    font-size:40px;
	line-height:0.8;
	color:#404041;
	font-family:roboto-bold;
}

#tutorials .content .top .text .description{
    font-size: 16px;
    line-height: 1.2;
    color: #707070;
	font-family:roboto-regular;
}

#tutorials .content .news-categories {
    float: left;
    width: 100%;
    position: relative;
	margin-top:0px;
	margin-bottom: 50px;
}

#tutorials .content .news-categories .news-categories-list {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
	flex-wrap:wrap;
}

#tutorials .content .news-categories .news-categories-list .news-category {
    float: left;
	padding:12px 0;
}

#tutorials .content .news-categories .news-categories-list .news-category a {
    border-radius: 7px;
    padding: 10px;
    color: black;
    text-decoration: none;
}

#tutorials .content .news-categories .news-categories-list .news-category a:hover,
#tutorials .content .news-categories .news-categories-list .news-category a.selected {
    background: #1DBAC2;
    color: #fff;
}

.news-list .container{
	display:flex;
	width:100%;
	flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
}

.news{
	width:32%;
	border-radius:20px;
	height: auto;
	position:relative;
	margin-bottom: 2%;
}

.news .image-box{
	position:absolute;
	top:0;
	height:auto;
	overflow:hidden;
	width:100%;
	border-radius:10px;
}

.news .image-box img{
	width:100%;
}

.news .image-box .category{
	background-color:#ED4724;
	padding:7px 15px;
	border-radius:20px;
}

.news .news-wrapper{
	display:flex;
	flex-direction:column;
	gap:5px;
	position:relative;
	padding:25px 35px 30px 0px;
	
}

.news.has-image .news-wrapper {
	height:auto;
}

.news.no-image .news-wrapper {
	height:303px;
}

.news.no-image .news-wrapper .title {

}

.news.has-image .category.outside-image {
    display: none;
}

.news.no-image .image-box {
    display: none;
}

.news.has-image .image-box {
    position: relative;
	line-height:0;
}

.news .category.inside-image {
    top: 30px;
    left: 30px;
    position: absolute;
}

.hide-resume {
    display: none;
}

.news .news-wrapper .category{
	background-color:#ED4724;
	padding:7px 15px;
	border-radius:20px;
	width: max-content;
}

.news .news-wrapper .title a{
	font-size:16px;
	color:#000000 !important;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.news .news-wrapper .resume a{
	color:#888888 !important;
}

.news .date{
	color:#BCBCBC;
	font-size:13px;
	display: flex;
    align-items: center;
    gap: 10px;
	/*position:absolute;
	left:35px;
	bottom:25px;*/
}

@media(max-width:1300px){
    .news{
	    width:49%;
    }
	
	.news .news-wrapper .resume a {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }
}

@media(max-width:600px){
	.news{
	    width:100%;
		margin-bottom:30px;
    }
}

.pager{
	width: 100%;
    color: black;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pager a{
	color:#888888;
}

.pager .selectedpage{
	color:black;
}

@media (max-width: 450px) {
	#tutorials .content .top img {
        width: 290px;
    }
	.header-medium-ball {
        width: 15px;
        height: 15px;
    }
	#tutorials .content .top .text .description {
        font-size: 14px;
        line-height: unset;
    }
	#tutorials .content .top .text {
        gap: 34px;
        position: absolute;
        left: 67px;
        top: 6px;
    }
	#tutorials .content .top .text .title {
        font-size: 30px;
    }
	@keyframes header-left-movement {
    0% { left: 160px; top: 90px; }
    10% { left: 31px; top: 90px; }
    20% { left: 31px; top: 190px; }
    30% { left: -7px; top: 190px; }
    40% { left: -7px; top: 160px; }
	50% { left: 276px; top: 160px; }
	60% { left: -7px; top: 160px; }
	70% { left: -7px; top: 190px; }
	80% { left: 30px; top: 190px; }
	90% { left: 30px; top: 90px; }
	100% { left: 160px; top: 90px; }
    }
}

@media (max-width:440px){
	
	#tutorials{
        padding-bottom: 50px;
    }
}

/* NEWS VIEW */

#tutorials-view{
	
}

#tutorials-view .content{
	margin-top:75px;
	
}

#tutorials-view .content .news-item {
	float: left;
	width: 100%;
}

#tutorials-view .content .news-item .news-image {
	float: right;
	width: 45%;
	padding-left: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

#tutorials-view .content .news-item .news-image-wrapper {
	overflow: hidden;
	border-radius:20px;
}

#tutorials-view .content .news-item .news-image-wrapper img {
	width: 100%;
	border-radius: 20px;
}

#tutorials-view .content .news-item .news-data {
	display: inline;
	text-align: left;
}

#tutorials-view .content .news-item .news-data .news-category {
	display: table;
	background: #95BF47;
	border-radius: 20px;
	color: #ffffff;
	line-height: 31px;
	padding: 3px 20px;
}

#tutorials-view .content .news-item .news-data .news-name {
	width: 100%;
	margin-top: 20px;
	font-family:Roboto-Bold;
	font-size:26px;
	color: #000000;
}

#tutorials-view .content .news-item .news-data .news-date {
	width: 100%;
	margin-top: 28px;
	line-height: 25px;
	color: #bcbcbc;
	position:relative;
}

#tutorials-view .content .news-item .news-data .news-date img{
	position:absolute;
	top:3px;
}


#tutorials-view .content .news-item .news-data .news-date span {
	background: url('../images/bg-news-calendar.png') no-repeat left center;
	padding: 2px 30px;
}

#tutorials-view .content .news-item .news-data .news-content {
	width: 100%;
	margin-top: 25px;
	color: #000000;
	line-height: 1.5;
}

#tutorials-view .content .news-item .news-data .news-content iframe{
	width: 43vw;
    height: 24vw;
}

#tutorials-view .content .news-item .news-data .news-content, #tutorials-view .content .news-item .news-data .news-content div {
	font-family: Roboto-Regular !important;
}

#tutorials-view .content .news-item .news-data .news-content a, #tutorials-view .content .news-item .news-data .news-content div a {
	color: #95BF47;
}

#tutorials-view .content .news-item .news-data .news-content a:hover, #tutorials-view .content .news-item .news-data .news-content div a:hover {
	text-decoration: underline;
}

#tutorials-view .content .news-item .news-data .news-content ul, #tutorials-view .content .news-item .news-data .news-content div ul {
	list-style-type: disc;
	margin-left: 15px;
}

#tutorials-view .content .news-item .news-data .news-content .resume {
	margin-bottom: 25px;
	color: #000000;
}

#tutorials-view .content .news-item .news-data .news-content p {
	line-height: 25px !important;
}

#tutorials-view .content .news-item .button-back {
	float: left;
	width: 100%;
	margin-top: 120px;
	text-align: left;
	border-top:1px solid #95BF47;
	padding-top:10px;
	margin-bottom: 50px;
	
}

#tutorials-view .content .news-item .button-back a{
	color: #95BF47;
}

@media (max-width:1000px){
	#tutorials-view .content .news-item .news-image{
        width: 57%;
    }
}

@media (max-width:770px){
	#tutorials-view .content .news-item .news-image{
        width: 100%;
		padding-left:0;
    }
	
	#tutorials-view .content .news-item .news-data .news-content iframe{
	    width: 79vw;
        height: 43vw;
    }
}

@media (max-width: 440px) {
	#tutorials-view .content .news-item .news-data .news-name {
        font-size: 18px;
    }
	
	#tutorials-view .content .news-item .news-data .news-content {
        font-size: 13px;
    }
}

#related{
	display:flex;
	flex-direction:column;
}

#related .content{
	display:flex;
	margin-top:0;
	flex-wrap: wrap;
    gap: 2%;
	padding-bottom: 75px;
}

#related .title-block{
	background: linear-gradient(90deg, #222831 0%, #222831 50%, #22283100 100%);
    border-top-left-radius: 20px;
    color: white;
    font-family: Prometo-Bold;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 425px;
	margin-bottom:75px;
}

#related .title-block p{
	font-size: 27px;
    position: relative;
    left: 25px;
    width: max-content;
}

@media (max-width:1300px){
	#related .content{
	    flex-wrap:wrap;
    }
}

@media (max-width:770px){
    #related .title-block{
		width:auto !important;
	}	
}

@media (max-width: 440px) {
    #related .title-block p{
        font-size: 16px;
    }
}

/* TUTORIALS POPUP */

.popup-overlay {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: rgba(34, 40, 49, 0.95);
  display: none;               
  align-items: center;
  justify-content: center;
  z-index: 10000;
}


.popup-content {
  position: relative;
  padding: 30px 0;
  border-radius: 10px;
  width: auto;
}


.close-popup {
  position: absolute;
  top: -10px; 
  right: 0px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

.close-popup:hover {
  color: #000;
}

.video-box {
  text-align: center;
  line-height:0;
}

.video-box iframe {
  width: 63.8vw;
  height: 36vw;
  border-radius: 8px;
}

.popup-title {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  color: white;
   font-family:Prometo-Bold
}

@media (max-width:760px){
	.popup-title {
        font-size: 18px;
    }
	
	.close-popup img{    
	    width: 15px;
	}
}

@media (max-width:440px){
	.popup-title {
        font-size: 16px;
    }
}




/* FORM MODAL */

.ui-widget-header {
    border: none;
    background: #248B57;
    color: white;
	font-family:mont-bold;
}

.ui-dialog .ui-dialog-content {
    font-family: mont-bold;
}

.ui-dialog {
    padding: 0;
	border-radius:20px;
}
	
/* FOOTER */


#contacts {
    background: #000000;
	color:#FFFFFF;
	font-size:14px;
	float:left;
	width:100%;
	font-family:roboto-regular;
}

#contacts .copyright {
	height: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
	gap: 55px;
}

#contacts .container{
    display: flex;
    justify-content: center;
    padding: 100px;
	gap:90px;
	flex-wrap: wrap;
	z-index: 1000;
    position: relative;
    background: black;
}

#contacts .container img{
    height: 110px;
}

#contacts .container .column{
    display: flex;
    flex-direction: column;
	gap:25px;
}

#contacts .container .column img{
    height:50px;
}

#contacts .container .column a{
    color: white;
}

#contacts .container .column p{

}

#contacts .container .column a:hover{
	color: #1DBAC2;
}

@media (max-width:980px){
	#contacts .container {
        display: flex;
        justify-content: center;
        padding: 50px;
        gap: 50px;
        flex-wrap: unset;
        flex-direction: column;
		align-items: center;
    }
	
	#contacts .container .column {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    }
	
	#contacts .container .column img {
        height: unset;
        width: 210px;
    }
	
	#contacts .container img {
        height: 60px;
        width: 125px;
    }
	
	.footer-divider{
		display:none;
	}
	
	#contacts .copyright {
        height: 70px;
        gap: 15px;
        flex-direction: column;
        margin-bottom: 15px;
		text-align:center;
    }
}

@media (max-width:440px){
	#contacts .container {
        align-items: center;
        text-align: center;
    }
}

/*TERMS AND PRIVACY*/

.terms-privacy{
	width: 80%;
    padding: 50px 0;
    margin-left: 10%;
    float: left;
    font-size: 16px;
}














