﻿/*--------------------CSS RESET--------------------------*/
a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strong,
sub,
sup,
tfoot,
thead,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
img {
    vertical-align: top;
    border: 0;
}
embed {
    vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}
input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input,
textarea,
select,
button {
    margin: 0;
    padding: 0px;
    font: 200 14px/18px doran;
    color: #747474;
}
input[type="text"] {
    text-indent: 5px;
}
html {
}
body {
    margin: 0px;
    font: 15px/30px Roboto;
    font-weight: 500;
    scroll-behavior: smooth;
    color: #000;
    background-color: #f6f8fa;
}
a,
span {
    display: inline-block;
}
a {
    text-decoration: none;
    color: #595959;
    outline: none;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a:hover {
    color: #c72127;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
ol {
    list-style: decimal;
}
div,
section,
nav,
aside,
footer,
article {
    margin: 0 auto;
}
p {
    margin: 0;
    padding: 5px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.rel {
    position: relative;
}
.nobg {
    background: 0 !important;
}
.noborder {
    border: none !important;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}


/*--------------------------------MAIN---------------------------------*/
.center {
    font-family: "Urbanist", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-optical-sizing: auto;
    font-weight: 500;
    max-width: 450px;
    box-sizing: border-box;
    padding: 0 15px;
}
.logo{padding: 30px 0;text-align: center;}
.logo img{margin-bottom: 15px;}
.logo h1{font-size: 18px;font-weight: 700;color:#272727;margin-bottom: 10px;}
.logo h2{font-size: 22px;font-weight: 800;color:#272727;margin-bottom: 10px;}
.logo time{font-style: italic;color:#757575}
.timelineContainer{padding: 30px 0;}
.timeline{margin-bottom: 50px;}
.timeline > li{position: relative;padding-left: 30px;margin-bottom: 15px;padding-bottom: 55px;}
.timeline > li::before{}
.timeline > li::after{content: '';display: block;position: absolute;top:35px;left: 9px;bottom: 0;width: 2px;background: #3ba1b5;}
.timeItem{position: relative;padding-right: 110px;min-height: 120;}
.timeItem > h2{color:#272727;font-weight: 700;font-size: 16px;margin-bottom: 12px;}
.time{color:#6d6d6d;font-weight: 600;margin-bottom: 12px;font-size: 16px;}
.description{color:#757575;font-weight: 500;font-size: 13px;line-height: 18px;}
.timeItem figure{position: absolute;top:0;right:0}
.timeItem figure img{border-radius: 30px;aspect-ratio: 90/120;object-fit: cover;}
.timeItem::before{content: '';display: block;width: 20px;height: 20px;border-radius: 50%;position: absolute;top:0px;left: -30px;background: #3ba1b5;}
.timeItem::after{content: '';display: block;width: 8px;height: 8px;border-radius: 50%;position: absolute;top:6px;left: -24px;background: #f6f8fa;}


.sponsors{margin-bottom: 30px;}
.sponsors h2{font-size: 22px;font-weight: 800;text-align: center;color:#272727;margin-bottom: 36px;}
.sponsorlist{display: flex;gap: 12px;flex-wrap: wrap;}
.sponsorlist li{width: calc(50% - 6px);padding: 20px;border-radius: 30px;box-sizing: border-box;border:1px solid #ddd;}
.sponsorItem{position: relative;}
.sponsorItem::before{content: '';display: block;padding-top: 100% ;}
.sponsorItem img{position: absolute;top:0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;border-radius: 30px;object-fit: contain;}


















