@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
iframe { height:100%}
* { box-sizing: border-box; }
body {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
margin: 0; 
    background-image: url("RIF_2026_BG.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position-x: 80%;
	background-position-y: 80px;
	background-size: cover;
}
.header { background-color: #4A1147; padding: 0px; height:70px; border-bottom: 4px solid; border-bottom-color: #4A1147;}

.infoBar { font-size:12px; font-weight:bold; background-color:#4A1147; padding-top:8px; height:30px; color:#FFFFFF; display: -webkit-flex; display: flex;}

.infoBarTitle { -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left:20px; }
.infoBarDate { -webkit-flex: 1; -ms-flex: 1; flex: 3; padding-right:20px; text-align:right; }

.logo {position: fixed; padding: 5px; aspect-ratio : 240 / 70; height: 70px;}

/* Container for flexboxes */
.row { display: -webkit-flex; display: flex; display: -ms-flex; }
.rowThin {display:-webkit-flex; display:flex; display:-ms-flex; height:5px;}

/* Create three equal columns that sits next to each other */
.column { -webkit-flex: 1; -ms-flex: 1; flex: 1;}

.columnStart { width:30px; background-color: transparent;}
.columnSpacePic { width:0; }
.columnSpace { width:30px; background-color: transparent;}

.columnPart { display:flex; align-items:center; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 10px; color:#f9f9f9; font-size:17px; background-color:rgba(74, 17, 71, 0.8); font-weight:bold; min-width: 200px; max-width: 300px;}
.partPadding {color:#FFFFFF; padding-left:10px; padding-right:10px;}

.columnName { display:flex; align-items:center; -webkit-flex: 2; -ms-flex: 2; flex: 2; padding: 10px; background-color:rgba(74, 17, 71, 0.8); min-width: 200px; max-width: 435px;}

.speakerName {color:#FFFFFF; font-size:17px; font-weight:bold; padding-left: 10px;}
.speakerTitle { font-style:italic; color:#FFFFFF; font-size:15px; font-weight:normal;}

.columnView { display: flex; align-items: center; justify-content: flex-end; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 10px; padding-right:10px; background-color:rgba(74, 17, 71, 0.8); max-width: 180px;}

.viewButton { color:#000000; font-size:16px; font-weight:bold; background-color:#ffffff; padding:13px;}

.viewLink:link { font-size:16px; color:#000000; font-weight:bold; text-decoration:none; }
.viewLink:visited { font-size:16px; color:#000000; font-weight:bold; text-decoration:none; }
.viewLink:hover { font-size:16px; color:#FFFFFF; font-weight:bold; text-decoration:underline; }
.viewLink:visited:hover { font-size:16px; color:#000000; font-weight:bold; text-decoration:underline; }
.viewPart { font-size:16px; color:#000000; font-weight:bold; }

.hrMobile {display: none;}

.buttonLanguage {
    position: fixed;
    padding-top:20px;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
    cursor: pointer;
    outline:none;
    width:95px;
    height:53px;
}
.buttonLanguage { background-color: #DC0095; color: #060937; text-decoration: none; }
.buttonLanguage:visited { background-color: #DC0095; color: #060937; text-decoration: none; }
.buttonLanguage:hover { background-color: #D07C9F; color: #FFFFFF; text-decoration: underline; }
.buttonLanguage:visited:hover { background-color: #DC0095; color: #FFFFFF; text-decoration: underline; }

.buttonLanguageCurrent {
    position: fixed;
    padding-top:20px;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    -webkit-transition-duration: 0s; /* Safari */
    transition-duration: 0s;
    cursor: default;
    outline:none;
    width:95px;
    height:53px;
}
.buttonLanguageCurrent { background-color: #D07C9F; color: #7C3D85; text-decoration: underline; }
.buttonLanguageCurrent:visited { background-color: #D07C9F; color: #7C3D85; text-decoration: underline; }
.buttonLanguageCurrent:hover { background-color: #D07C9F; color: #7C3D85; text-decoration: underline; }
.buttonLanguageCurrent:visited:hover { background-color: #D07C9F; color: #7C3D85; text-decoration: underline; }

/* Mobile */
@media (max-width: 600px) {
    .row {
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
    }
	.columnPart {min-height:100px;}
	.columnName {min-height:80px;}
	.columnView {min-height:00px;}
    .speakerName { max-width: 270px;}
	.columnPartQA {min-height:100px;}
	.columnNameQA {min-height:80px; }
	.columnViewQA {min-height:0px;}
    .columnSpace {height: 0px;}
	.columnStart {height: 0px;}
	.rowTop { padding-top: 75px!important;}
    .rowThin {height: 5px; padding: 0px;}
	.infoBar { height:30px; padding: 0px;}
    .columnDate { display: none;}
}

@media (max-width: 720px) {
	.infoBar { height:30px;}
    .columnDate { display: none;}
}

@media (max-width:1820px) {
    .columnSpacePic { width:480px; }
    
}
@media (max-width:1720px) {
    .columnSpacePic { width:460px; }
    
}
@media (max-width:1620px) {
    .columnSpacePic { width:420px; }
    
}
@media (max-width:1520px) {
    .columnSpacePic { width:400px; }
    
}
@media (max-width:1420px) {
    .columnSpacePic { width:370px; }
    
}
@media (max-width:1320px) {
    .columnSpacePic { width:350px; }
    
}
@media (max-width:1220px) {
    .columnSpacePic { width:320px; }
    
}
@media (max-width:1120px) {
    .columnSpacePic { width:290px; }
    
}
@media (max-width:810px) {
    .columnSpacePic { width:10px; }
    
    body {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
background-color:#000000;
margin: 0; 
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
}
    
}

body {
    font-family: Poppins, Arial, Verdana, sans-serif;
}

.header {
    z-index: 999;
}

.infoBar {
    z-index: 299;
}

.columnName img {
    -webkit-clip-path: inset(2px);
            clip-path: inset(2px);
}

.infoBarDate {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.speakerName {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding-left: 13px;
    font-family: Poppins, serif;
}

.speakerTitle {
    font-style: unset;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

.buttonLanguage {
    color: white;
    background-color:unset;
}

.viewButton {
    color: unset;
    font-size: unset;
    font-weight: unset;
    background-color: #ffffff;
    padding: 13px 29px;
    width: 100%;
    text-align: center;
    transition:.3s ease;
}

.viewButton:hover,
.viewButton:focus-within{
    background-color: #D07C9F!important;
    color:white;
	
}
.viewButton:hover .viewLink,
.viewButton:focus-within .viewLink{
	color:white!important;
}

.logo {
    position: fixed;
    padding: 5px;
    aspect-ratio: unset;
    height: 70;
    margin-left: 15px;
}

.buttonLanguage {
    position: fixed;
    padding-top: 0px;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    display: inline-flex;
    font-size: 12px;
    line-height: 1.3;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    cursor: pointer;
    outline: none;
    width: 92px;
    background: #efecf2;
    height: 51px;
    margin-top: 9px;
    color: black !important;
    align-items: center;
    justify-content: center;
}

.buttonLanguageCurrent {
    position: fixed;
    padding-top: unset;
    -webkit-appearance: none;
    border: none;
    text-align: center;
    margin-top: 9px;
    display: inline-flex;
    font-size: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    cursor: default;
    outline: none;
    width: 91px;
    color: white !important;
    height: 50px;
    background-color: #D07C9F !important;
    align-items: center;
    justify-content: center;
}

.columnSpace {
    width: 3px;
    background-color: transparent;
}

.buttonLanguage:visited {
    background-color: unset;
    color: #060937;
    text-decoration: none;
}


@media (max-width: 810px) {
    body {
        font-family: Poppins, Arial, Verdana, sans-serif;
        font-size: 12px;
        background-color: #000000;
        margin: 0;
        background-image: unset;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media (max-width: 720px) {
    
    .header {
        background-color: #4A1147;
        padding: 0px;
        height: auto;
        border-bottom: 0px solid;
        border-bottom-color: #DC0095;
        position: sticky !important;
        top: 0;
        z-index: 999;
    }


    .logo {
        padding: 10px;
        display: block;
        position: relative;
        margin: auto;

    }

    .infoBar {
        top: 65px !important;
        width: 100% !important;
        position: fixed !important;
        z-index: 2;
    }

    .infoBarTitle {
        padding-left: 0px;
        text-align: center;
        color: white;
        height: auto;
    }
    
    .hrMobile {
        left: 0px;
        border-left: 0;
    }

    .speakerName {
        font-size: 17px;
    }

    .buttonLanguageCurrent {
        position: fixed;
        padding-top: unset;
        -webkit-appearance: none;
        border: none;
        text-align: center;
        display: inline-block;
        font-size: 13px;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        cursor: default;
        outline: none;
        width: 24%;
        height: 48px;
        padding-bottom: unset;
        display: inline-flex;
        color: white !important;
		background: #4A1147;
        font-size: 11px;
        margin-top: 21px;
        justify-content: center;
        align-items: center;
    }

    .buttonLanguageCurrent {
        background-color: #4A1147!important;
        color:white!important;
        text-decoration: underline;
    }

    .buttonLanguage {
        position: fixed;
        margin-top: 25px;
        padding-top: 0px;
        -webkit-appearance: none;
        border: none;
        text-align: center;
        display: inline-block;
        font-size: 11px;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        cursor: pointer;
        outline: none;
        width: 24%;
        padding-inline: 0.15rem;
        height: 44px;
        color: #ffffff !important;
        display: flex;
        background-color: unset;
        background: #000000;
        align-items: center;
        justify-content: center;
    }


}

@media (max-width: 812px) {
    .infoBar {
        height: 55px;
    }

    .infoBarDate {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px;
        text-align: right;
        display:unset!important;
    }
    .infoBar {
        font-size: 11px;
        font-weight: 300;
        background-color: #4A1147;
        padding-top: 2px;
        height: 30px;
        color: white;
        display: -webkit-flex;
    }

    .columnSpacePic {
        width: 10px;
        height: 0;
    }

}


@media (max-width: 600px) {

    body {
        font-family: Poppins, Arial, Verdana, sans-serif;
    }

    .columnName {
        min-height: 80px;
        padding-top: 16px;
    }

    .columnView {
        min-height: 0px;
        max-width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: flex-start;
        background-color: #4A1147;
    }

    .columnPart {
        min-height: unset;
        max-width: 100%;
        background-color: #4A1147;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
                padding-top: 2px;
				padding-bottom: 5px;
				
    }

    .columnName {
        min-height: 60px;
        padding-top: 0px;
        background-color: #4A1147;
    }

}
