
@font-face {
    font-family: 'Meta';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/MetaPro.woff2) format('woff2'),
            url(../assets/fonts/MetaPro.woff) format('woff');
            
}

@font-face {
    font-family: 'MetaBold';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/MetaPro-Bold.woff2) format('woff2'),
            url(../assets/fonts/MetaPro-Bold.woff) format('woff');
            
}

@font-face {
    font-family: 'MetaBoldBlack';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/MetaPro-Black.woff2) format('woff2'),
            url(../assets/fonts/MetaPro-Black.woff) format('woff');
            
}

@font-face {
    font-family: 'Berling';
    font-style: normal;
    font-weight: 900;
    src:     url(../assets/fonts/BerlingLTStd-Bold.woff2) format('woff2'),
            url(../assets/fonts/BerlingLTStd-Bold.woff) format('woff');
            
}


:root {
    /* https://htmlcolorcodes.com/color-picker/ tints & shades */
    --font-meta: 'Meta', sans-serif;
    --font-meta-bold: 'MetaBold', sans-serif;
    --font-meta-bold-black: 'MetaBoldBlack', sans-serif;
    --font-berling: 'Berling', sans-serif;
    --font-sz-default: 16px;
}

@media (max-width: 767.98px) and (max-height: 720px) {
    :root {
        --font-sz-default: 14px;
    }
}

html, body {
    height: 100%;
    overflow-y: hidden;
}

body {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: var(--font-sz-default);
    margin: 0;
    padding: 0;
    color: var(--main-color);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}



a, a:hover, a:focus, a:active, a:visited {
    text-decoration: none
}

header {
    background-color: #ffffff;
    height: 125px;
    z-index: 99;
    
}

#topPages header, #homePage header, #symposiumPage header, #mapPage header{
    box-shadow: 0px 3px 99px #103876;
}

.mainRow {
    border-radius: 50px;
    margin-right: auto;
    height: 75vh;
    position: relative;
    margin: 70px;
}
.headerButton{
    cursor: pointer;
    padding: 39px 22px 29px;
}

.headerButton.activeLink{

    border-bottom: 8px solid white;

}

.mainContainer {
 
}
.logo{
    height: 75px;
    padding-left: 100px;
}
.logo img{
    height: 100%;
    margin-left: -1rem;
    display: none;
}
.blueLogo{
    display: block !important;
}

#topPages .whiteLogo, #homePage .whiteLogo, #symposiumPage .whiteLogo, #mapPage .whiteLogo{
    display: block !important;
}

#topPages .blueLogo, #homePage .blueLogo, #symposiumPage .blueLogo, #mapPage .blueLogo{
    display: none !important;
}


#topPages header, #homePage header, #symposiumPage header, #mapPage header{
    background-color: #1C4483;
    transition-duration: 0.3s;
}

#homePage .switchPages{
    display: none;
}
.homepageTtitle{
    display: none;
}
#homePage .homepageTtitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 49px;
}

.homeTitle{
    font-family: var(--font-berling);
    font-size: 123px;
    color: #ffffff;
    line-height: 128px;
}
.homeSubtitle{
    font-family: var(--font-meta);
    font-size: 75px;
    color: #ffffff;
    line-height: 81px;

}
.swiper{
    display: block;
    width: 936px;
    margin-right: unset;
}

#topPages .swiper{
    width: 100%;
    margin-right: auto;
}

#homePage .swiper{
    display: none;
}
#homeSwiper{
    display: none;
}
#homePage #homeSwiper{
    display: flex;
    height: 72vh;
    margin-top: -58px;
    margin-left: -70px;
}
#homeSwiper.hidden .item{
    visibility: hidden !important;
    transition-duration: 0s !important;
}
#homeSwiper.hidden .item div{
    transition-duration: 0s !important;
}

.flex-fill {
    background: #F8F8F8 0% 0% no-repeat padding-box;
    background-image: url(../assets/images/evra.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    transition-duration: 0.3s;
}
#evra .flex-fill { 
    background-image: url(../assets/images/Evrabackground.jpg);
}
#drovelis .flex-fill { 
    background-image: url(../assets/images/drovelisbackground.jpg);
}
#ryeqo .flex-fill { 
    background-image: url(../assets/images/ryeqobackground.jpg);
}
#topPages .flex-fill { 
    background-image: url(../assets/images/Homepage1.jpg);
}
#symposiumPage .flex-fill, #mapPage .flex-fill { 
    background-image: url(../assets/images/Homepage1.jpg);
}

#homePage .flex-fill { 
    background: #1C4483;
}

#evra .evra{
    position: absolute;
    width: 500px;
    left: 26px;
    top: 0px;
    transition-duration: 0.3s;
}

#evra .drovelis {
    position: absolute;
    width: 260px;
    left: 212px;
    top: 440px;
    z-index: 9;
    transition-duration: 0.3s;
}

#evra .ryeqo{
    position: absolute;
    width: 260px;
    left: 369px;
    top: 360px;
    z-index: 99;
    transition-duration: 0.3s;
}


#drovelis .evra{
    position: absolute;
    width: 260px;
    left: 212px;
    top: 440px;

    transition-duration: 0.3s;
}

#drovelis .drovelis {
    position: absolute;
    width: 500px;
    left: 26px;
    top: 0px;
    transition-duration: 0.3s;
}

#drovelis .ryeqo{
    position: absolute;
    width: 260px;
    left: 369px;
    top: 360px;
    z-index: 99;
    transition-duration: 0.3s;
}

#ryeqo .ryeqo{
    position: absolute;
    width: 500px;
    left: 26px;
    top: 0px;
    transition-duration: 0.3s;
}

#ryeqo .evra{
    position: absolute;
    width: 260px;
    left: 212px;
    top: 440px;

    transition-duration: 0.3s;
}

#ryeqo .drovelis {
    position: absolute;
    width: 260px;
    left: 369px;
    top: 360px;
    z-index: 99;
    transition-duration: 0.3s;
}





#topPages .evra{
    position: absolute;
    width: 340px;
    left: 48px;
    top: 423px;
    transition-duration: 0.3s;
}

#topPages .drovelis{
    position: absolute;
    width: 340px;
    left: 48px;
    top: 197px;
    z-index: 99;
    transition-duration: 0.3s;
}

#topPages .ryeqo{
    position: absolute;
    width: 340px;
    left: 48px;
    top: -26px;
    transition-duration: 0.3s;
}






#evra .swiper-pagination-bullet {
    background: #F7CFAE;
}
#evra .swiper-pagination-bullet-active {
    background: #98C53D;
}
#drovelis .swiper-pagination-bullet {
    background: #D1E2A3;

}
#drovelis .swiper-pagination-bullet-active {
    background: #5F1850;
}

#ryeqo .swiper-pagination-bullet {
    background: #60028c;
}

#ryeqo .swiper-pagination-bullet-active {
    background: #60028c;
}
#topPages .swiper-pagination{
    display: none;
}

#homePage .swiper-pagination{
    display: none;
}

#evra .swiper-button-next {
    background: #98C53D;
}

#evra .swiper-button-prev {
    background: #98C53D;
}

#drovelis  .swiper-button-next {
    background: #5F1850;

}

#drovelis  .swiper-button-prev {
    background: #5F1850;
  
}


#ryeqo .swiper-button-next {
    background: #60028c;
}

#ryeqo .swiper-button-prev {
    background: #60028c;
}


#topPages .swiper-button-next {
    background: #ffffff;

}

#topPages .swiper-button-prev {
    background: #ffffff;
}

#topPages .swiper-button-next::after {
    color: #1C4483;
}

#topPages .swiper-button-prev::after {
    color: #1C4483;
}

.evra img{
    width: 100%;
}
.drovelis img{
    width: 100%;
}


.ryeqo img{
    width: 100%;
  }
.link.activeLink {
    background: #a51890;
    color: white;
}

.mainLinks {
   position: relative;
}

.headerButton {
    font-size: 30px;
    font-family: var( --font-meta);
    font-weight: 700;
    color: #1C4483;
 
}

#topPages .headerButton,  #homePage .headerButton, #symposiumPage .headerButton, #mapPage .headerButton {
    font-size: 30px;
    color: #ffffff;

}

.activeArea{
    transition-duration: 0.3s;
}

.inactiveArea {
    transition-duration: 0.3s;
}

.buttons {
    position: absolute;
    top: -1rem;
    right: -8rem;
    display: none;
    flex-direction: column;
    gap: 0.7rem;
}

#drovelis .buttons{
    gap: 1rem;
    top: -1rem;
    left: 16rem;
}

#drovelis .activeButton.activeLink {
    background-color: #5F1850 !important;
    color: white !important;
}

#drovelis .activeButton {
    background-color: #fff;
    color: #5F1850;
}


#evra .activeButton.activeLink {
    background-color: #98C53D !important;
    color: white !important;
}

#evra .activeButton {
    background-color: #fff;
    color: #98C53D;
}


#ryeqo .buttons{
    gap: 1rem;
    top: -1rem;
    left: 16rem;
 }

#ryeqo .activeButton.activeLink {
    background-color: #983495 !important;
    color: white !important;
}

#ryeqo .activeButton {
    background-color: #fff;
    color: #983495;
}


.buttons.active{
    display: flex;
}
.buttons .activeButton:nth-child(2){
    margin-left: 6rem;
}

.buttons .activeButton:nth-child(3){
    margin-left: 11rem;
}

.buttons .activeButton:nth-child(4){
    margin-left: 12.5rem;
}
.buttons .activeButton:nth-child(5){
    margin-left: 10.5rem;
}

.activeButton{
    padding: 1rem;
    background-color: white;
    text-align: center;
    border-radius: 51px;
    font-size: 25px;
    width: 265px;
    cursor: pointer;
    color: #1C4483;
    font-family: var(--font-meta-bold);
}

.activeButton.activeLink{
    background-color: #1C4483;
    color: white;
}

.activeArea{
    display: none;
}
.inactiveArea{
    display: none;
}

.activeArea.active{
    display: block;
}
.inactiveArea.active{
    display: block;
}

.headerButtons{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
    padding-right: 4.5rem;
    height: 100%;
}

.bottomMenu {
    gap: 1rem;
    position: absolute;
    bottom: -2.5rem;
    right: 0rem;
    width: max-content;
    z-index: 999;
}

.bottomBtn {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    color: #1C4483;
    padding: 1.4rem 2.7rem 1.4rem 3.7rem;
    font-size: 25px;
    font-family: var(--font-meta-bold);
    font-weight: bolder;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#homePage .bottomBtn.locationBtn img, #symposiumPage .bottomBtn.locationBtn img, #topPages .bottomBtn.locationBtn img{
    filter: invert(78%) sepia(15%) saturate(5168%) hue-rotate(193deg) brightness(96%) contrast(95%);
}

#homePage .backHome img, #symposiumPage .backHome img, #mapPage .backHome img, #topPages .backHome img{
    filter: invert(78%) sepia(15%) saturate(5168%) hue-rotate(193deg) brightness(96%) contrast(95%);
}

#mapPage .bottomBtn.locationBtn {
    background-color: #0b2c5f;
}

#evra .bottomBtn {
    background-color: #98C53D;
}

#drovelis .bottomBtn {
    background-color: #5F1850;
}

#ryeqo .bottomBtn {
    background-color: #60028c;
}


.symposiumBtn {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    color: #1C4483;
    padding: 1.4rem 2.7rem 1.4rem 8rem;
    font-size: 25px;
    font-family: var(--font-meta-bold);
    font-weight: bolder;
    position: absolute;
    bottom: -2.5rem;
    left: -7rem;
}

#symposiumPage .symposiumBtn {
    background-color: #0b2c5f;
    color: #fff;
}

.bottomBtn:active{
    transform: translateY(2px);
}

.swiper-button-next:active{
    transform: translateX(2px);
}
.swiper-button-prev:active{
    transform: translateX(-2px);
}

.link {
    display: flex;
    align-items: center;
    /* box-shadow: 0px 3px 6px #00000029; */
    padding: 2rem 3rem;
    border-bottom-right-radius: 97px;
    border-top-right-radius: 97px;
    height: 143px;
    font-family: var( --font-meta);
    font-size: 21px;
    line-height: 120%;
    font-weight: 900;
    color: #A51890;
    margin-bottom: 1rem;
    cursor: pointer;
    background: #ffffff linear-gradient(268deg, #FCDEE2 0%, #FCDEE200 100%) 0% 0% no-repeat padding-box;
}
.backHome {
    padding: 0.5rem 1rem 0.5rem 1rem!important;
    margin-right: -28px;
}

.locationBtn {
    padding: 1.5rem !important;
}

.locationBtn img {
    width: 50px;
    
}

.backHome img{
    width: 50px;
}
.swiper-wrapper {
    padding-top: 4.5rem;
    height: 65vh !important;
    width: 80% !important;
}

.swiper-button-disabled {
    display: none;
}

.swiper-button-next {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    right: -22px;
    top: 43%;
    transition-duration: 0.3s;
}

.swiper-button-prev {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    right: 918px;
    left: unset;
    top: 43%;
    transition-duration: 0.3s;
}

#homePage .swiper-button-prev {
    right: 1132px;
    top: 53.5% !important;
}
#homePage .swiper-button-next {
    right: -31px;
    top: 53.5% !important;
}

.swiper-button-next::after {
    color: white;
    font-weight: 800;
    padding-left: 5px;
    font-size: 34px;
}

.swiper-button-prev::after {
    color: white;
    font-weight: 800;
    padding-right: 5px;
    font-size: 34px;
}



.swiper {
    height: 72vh;
    margin-top: -58px;

}

.swiper-slide iframe{
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    top: 26px;
    left: -3px !important;
    width: 100%;
    text-align: initial;
    height: 30px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    
}


.swiper {
    display: none;
}

.swiper.active {
    display: block;
}


#evra .swiper{
    width: 992px;
}

#evra .swiper-button-prev {
    right: 971px;
}

#drovelis .swiper{
    width: 1020px;
}
#drovelis .swiper-slide {
    display: flex;
    align-items: center;
}
#drovelis .swiper-button-prev {
    right: 1003px;

    top: 43%;
}
#drovelis .swiper-button-next {
   top: 43%;
}


.efficacySlide1 {
    padding-left: 55px !important;
}

.surgerySlide4 {
    padding-left: 53px !important;
}


#requestInfoModal {
    backdrop-filter: blur(25px);
}


#requestInfoModal .modal-dialog{
    min-width: 60vw;
}


.modal .modal-content {
    background-color: #1c4483ab !important;
    padding: 2rem 3.5rem;
    box-shadow: 0px 3px 50px #00000029;
    border-radius: 45px;
    border-radius: 30px;
    backdrop-filter: blur(30px);
    
}

#requestInfoModal .modal-content {
    padding: 2rem 3.5rem;
    margin-top: -5rem;

}

div.mlkeyboard ul li.active{
    background-color: #60028c40 !important;
    border-color: #60028C !important;
}
div.mlkeyboard ul li:hover{
    background-color: #60028c40 !important;
    border-color: #60028C !important;
}
#moaModal .modal-content {
    padding: 4rem 3.5rem;
}


.modal .close {
    border: none;
    background-color: transparent;
    position: absolute;
    top: -0.5rem;
    right: -5.5rem;
    font-size: 29px;
    line-height: 42px;
    font-weight: bold;
    color: #707070;
    width: 70px;
}

.modal .close img{
    width: 100%;
}

.modal .modal-dialog {
    min-width: 60vw;
}

#imageModalSmall .modal-dialog {
    min-width: 35vw;
}


.modal{
    backdrop-filter: blur(25px);
}

#libertyModal .close {
    top: 1rem;
    right: 1.1rem;
}
.form-control {
    border: none;
    background-color: #ffffff;
    padding: 1rem 1rem;
    border-radius: 11px;
    outline: none;
    box-shadow: none;
    font-family: var( --font-meta-bold);
    font-size: 20px;
    line-height: 28px;
    color: #1C4483 !important;
}

textarea {
    border: none;
    background-color: #ffffff;
    border-radius: 11px;
    padding: 1rem 1rem;
    outline: none;
    box-shadow: none;
    font-family: var( --font-meta-bold);
    font-size: 20px;
    line-height: 28px;
    color: #1C4483;
}

.form-control:focus {
    background-color: #ffffff;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea::placeholder, .form-control::placeholder {
    color: #B5B5B5;
    font-size: 20px;
    line-height: 28px;
}

.form-check-label {
    color: #ffffff;
    font-size: 21px;
    font-family: var(--font-meta);
    padding-top: 0 !important;
    line-height: 24px;
}


.form-title {
    color: #B5B5B5;
    font-size: 20px;
    line-height: 28px;
}


.modalTitle {
    color: #ffffff;
    font-size: 33px;
    line-height: 40px;
    font-family: var( --font-meta-bold);
    font-weight: 800;
}

.modalSubtitle {
    color: #ffffff;
    padding-top: 1rem;
    font-size: 23px;
    line-height: 22px;
    font-weight: 400 !important;
    font-family: var( --font-meta);
    
}

#infoReqSubmit {
    background-color: #ffffff;
    font-family: var( --font-meta-bold);
    font-size: 24px;
    border-radius:50px;
    border: 0px;
    color: #1C4483;
    padding: 1rem 2rem !important;
}

#infoReqSubmit:hover {
    background-color: #ffffff;
    border-radius:50px;
    color: #1C4483;
    border-color: #1C4483;
    border: 0px;
}

.submitBtn {
    float: right;
    padding: 1rem 4rem !important;
}
.form-check-input {
    appearance: auto !important;
    accent-color: #ffffff !important;
    -webkit-appearance: #ffffff !important;
    -webkit-appearance: #ffffff ;
}
.form-check-input:checked {
 
    accent-color: #ffffff !important;
}

.form-check-input:focus {
    border-color: #ffffff;
    box-shadow: none !important;
}

#titleSelect {
    border: none;
    background-color: #F5F5F5;
    padding: 1.1rem 1rem;
    border-radius: 11px;
    outline: none;
    box-shadow: none;
    font-family: var( --font-meta-bold);

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #1C4483;
    font-size: 20px;
    line-height: 25px;
}

.titleSelect::after{
    content: "";
    background-image: url(../assets/images/down-arrow.svg);
    background-size: cover;
    width: 25px;
    height: 18px;
    right: 4px;
    top: 17px;
    position: absolute;
    z-index: 9999;
    pointer-events: none;
}
.titleSelect{
    position: relative;
    
}

.form-check-input {
    box-shadow: none !important;
  
    width: 1.6rem !important;
    height: 1.6rem !important;

}
.form-check .form-check-input{
    margin-left: -1.6em !important; 
}

.form-check-label {
    padding-left: 10px;
}

.libertyButtons {
    padding-left: 90px;   
     position: absolute;
    top: 70%;
    width: 65.5%;
    left: 2%;

}

.libertyButton {
    padding: 2rem 3rem 2rem 3rem;
    background-color: #F5F5F5;
    border-radius: 30px;
    font-family: var( --font-meta);
    font-size: 19px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}

.libertyButton:hover {
    background-color: #CACACA;

}

.normalText {
    color: #1C4483;
    font-family: var(--font-primary);
    font-size: 25px;
    line-height: 47px;
    font-weight: 700;
    padding-right: 17%;
    padding-left: 12%;
}

#libertyModal .modal-content {
    height: 74vh !important;
    margin-top: 4rem;
    padding: 4rem 2rem;
}
#imageModal .modal-content {
    margin-top: 6rem;
    padding: 3rem 3rem;
}
#imageModal .imageContent img{
    margin-bottom: -11px;
}

#imageModalSmall {
    z-index: 9999;
}

#imageModalSmall .modal-content {
    margin-top: 6rem;
    padding: 3rem 3rem;
}
#imageModalSmall .imageContent img{
    margin-bottom: -11px;
}


#succesModal .modal-content {
    padding: 2rem 3.5rem;
}

#libertyModal  .modal-dialog {
    min-width: 71vw !important;
}

#libertyModal  .close{
    top: 1rem;
    right: 1.1rem;
}

.liberty {
    overflow: auto;
    height: 63vh;
    display: none;
}

.imageContent {

    height: 67vh;
    overflow: hidden;
    border-radius: 33px;
}

#imageModal .imageContent{
   height: unset;
}

#imageModalSmall .imageContent{
    height: unset;
 }

.liberty.active {
    display: block;
}

.switchliberty.active {
    background-color: #CACACA;
}

.liberty::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); */
    background-color: #F5F5F5;
    border-radius: 20px;

}

.liberty::-webkit-scrollbar {
    width: 10px;
    background-color: #cbd9ec;
    border-radius: 20px;
}

.liberty::-webkit-scrollbar-thumb {
    background-color: #60028C;

    border-radius: 20px;
}

.hidden {
    display: none;
}



.efficacyButton {
    position: absolute;
    top: 41%;
    right: 35.5%;
}

.twoButtons {
    position: absolute;
    top: 28%;
    right: 18%;
}

.surgeryButtons {
    display: flex;
    gap: 20px;
}

.surgeryElement {
    position: relative;
}

.surgeryButton {
    width: 150px;
    height: 150px;
    background-color: #F6F6F6;
    box-shadow: 0px 3px 6px #00000029;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 39px;
    cursor: pointer;
    z-index: 99;
    position: relative;

}

.surgeryButton.active {
    background-color: #9A82BB;
}

.surgerycontent {
    position: absolute;
    width: 320px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 60px;
    display: none;
    padding: 3rem;
    padding-top: 5rem;
    top: 84%;
    left: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    z-index: 9;
}

.surgerycontent.active {
    display: block;
}

.lastElement {
    right: 0;
    left: unset;
}

.switchImage{
    display: none;
}

.switchImage.active{
    display: block;
}

.swiperNavigation{
    display: none;
}

.swiperNavigation.active{
    display: block;
}

#succesModal .modal-content {
    background-color: #ffffff !important;
    border-radius: 50%!important;
}
.invalid{
    outline: 2px solid red !important;
}

.checkboxes input.invalid{
    appearance: inherit !important;
}
#iAgree.invalid{
    appearance: inherit !important;
}

#succesModal .modal-dialog {
    min-width: 40vw;
}

#succesModal .logoModal {
    justify-content: center;
    display: flex;
    margin-top: 4rem;
}

#succesModal .logoModal img{
    width: 360px;
}

#succesModal .modalSubtitle {
    font-size: 30px;
    color: #1C4483;
    font-family: var(--font-meta);
}
#succesModal .modalSubtitle b{
    font-family: var( --font-meta-bold);
}

.modalText{
    font-size: 52px;
    line-height: 58px;
    color: #1C4483;
    font-family: var(--font-meta-bold);
    margin-bottom: 4rem;
}

.closeKeyboardBtn{
    position: absolute;
    right: -4rem;
    bottom: 0;
}

.closeKeyboardBtn img
{
    width: 20px;
}
.mlkeyboard{
    z-index: 99999;
}

.blueSwiper .swiper-slide{
    border-radius: 30px;
    background-color: #264E8D;
    opacity: 1;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.title{
    font-size: 33px;
    color:#fff;
    font-family: var( --font-meta-bold);
}

.normalText{
    font-size: 24px;
    line-height: 33px;
    color:#fff;
    font-family: var( --font-meta);
    padding: 0;
}

video{
    border-radius: 29px;
}

#swiper15 .title{
    font-size: 30px;
    color:#fff;
    font-family: var( --font-meta-bold);
}

.sliderButton{
    padding: 12px 45px;
    width: fit-content;
    border: 2px solid white;
    color: white;
    font-size: 29px;
    border-radius: 50px;
    font-family: var( --font-meta);
    position: absolute;
    bottom: 30px;
    left: 25px;
}

#swiper12 .sliderButton{
    font-size: 21px;
    position: relative;
    bottom: unset;
    left: unset;
}

#swiper10 .swiper-slide img {
    border-radius: 20px;
}
#topPages .mainLinks{
    width: 27% !important;
}

#topPages .mainSliderSection{
    width: 73% !important;
}

#topPages .swiper-button-prev{
    right: 1265px;
}

#swiper17 img{
    height: 100px;
}

#swiper17 .sliderButton{
    font-size: 22px;
    font-family: var( --font-meta);
    width: unset;
    text-align: center;
}

#swiper17 .sliderButton b{
    font-size: 22px;
    font-family: var( --font-meta-bold);
}

#swiper17 .normalText b{
  
    font-family: var( --font-meta-bold);
}

#moaModal .modal-content {
    padding: 0;
}

#imageModal .modal-content {
    margin-top: -4rem;
    padding: 0;
}

#imageModalSmall .modal-content {
    margin-top: -4rem;
    padding: 0;
}

.smpc {
    font-size: 27px;
    font-family: var(--font-meta-bold);
    color: #1C4483;
    border-bottom: 2px solid #1C4483;
    line-height: 33px;
    cursor: pointer;
    display: none;
}

#evra .smpc { 
    color: #98C53D;
    border-bottom: 2px solid #98C53D;
}

#drovelis .smpc { 
    color: #5F1850;
    border-bottom: 2px solid #5F1850;
}

#evra .evraSmpc {
    display: block;
}

#drovelis .drovelisSmpc {
    display: block;
}


#ryeqo .ryeqoSmpc {
    display: block;
    color:#60028C;
    border-bottom: 2px solid #60028C;
}


#drovelis .symposiumBtn {
    background-color:#5F1850;
    color: #fff;
}

#drovelis .requestBtn {
    background-color:#5F1850;
    color: #fff;
}

#evra .symposiumBtn {
    background-color:#98C53D;
    color: #fff;
}

#evra .requestBtn {
    background-color:#98C53D;
    color: #fff;
}

#ryeqo .symposiumBtn {
    background-color:#60028c;
    color: #fff;
}

#ryeqo .requestBtn {
    background-color:#60028c;
    color: #fff;
}


.smpcs{
    position: absolute;
    top: -3rem;
    right: 0.8rem;
    z-index: 999;
}

#pdfModal .title{
    display: none;
}

#evra #pdfModal .evraSmpc{
    display: block;
}
#drovelis #pdfModal .drovelisSmpc{
    display: block;
}

#ryeqo #pdfModal .ryeqoSmpc{
    display: block;
    color: #fff !important;
    border-bottom: none !important;
}
#pdfModal .imageContent{
    border-radius: 0px;
}

#pdfModal iframe{
   width: 100%;
   height: 90%;
   padding-top: 1rem;
}
.sliderButton{
    cursor: pointer;
}

.checkboxes{
    display: flex;
    gap: 2rem;
    align-items: center;
}

.checkboxes .form-check{
    display: flex;
    align-items: center;
}

.checkboxes .form-check input{
   margin-top: 0 !important;
   
   width: 1.6rem !important;
   height: 1.6rem !important;

}

.checkboxes .form-check-label{
    font-size: 23px;
}

/* #region Old homepage carousel */
/*.container {
    margin: 0 auto;
    width: 280px;
    height: 230px;
    position: relative;
    perspective: 1000px;
}
.carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}
.carousel div {
    transform-style: preserve-3d;
}
.item {
    display: block;
    position: absolute;

    width: 280px;
    height: 230px;
    transition: transform 1s;
}
.a {
    transform: rotateY(0deg) translateZ(380px);
}
.b {
    transform: rotateY(120deg) translateZ(380px) rotateY(-120deg);
}
.c {
    transform: rotateY(240deg) translateZ(380px)  rotateY(-240deg);
}*/
/* #endregion Old homepage carousel */

/* #region New homepage carousel */
#homeSwiper .item {
    width: 45vh;
    height: 45vh;
    position: absolute;
    top: 63%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 1s ease-in-out;
    /* border: 1px solid #fff; */
    cursor: pointer;
}
#homeSwiper .bg-prev,
#homeSwiper .bg-active,
#homeSwiper .bg-next {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 1s ease-in-out;
    pointer-events: none;
}
#homeSwiper .prev .bg-prev,
#homeSwiper .active .bg-active,
#homeSwiper .next .bg-next {
    opacity: 1;
}
#homeSwiper .item.active {
    z-index: 1;
}
#homeSwiper .prev {
    translate: -98% -98%;
    scale: 0.65;
}
#homeSwiper .next {
    translate: 2% -95%;
    scale: 0.78;
}
#homeSwiper .g.prev {
    z-index: 2;
}
#homeSwiper .g.next {
    translate: 7% -95%;
}
#homeSwiper .g .bg-prev {
    width: 188%;
    height: 188%;
    top: -53.5%;
    left: -57%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-prev.png) center / cover no-repeat;
}
#homeSwiper .g .bg-active {
    width: 156%;
    height: 156%;
    top: -30%;
    left: -32%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-active.png) center / cover no-repeat;
}
#homeSwiper .g .bg-next {
    width: 170%;
    height: 170%;
    top: -27%;
    left: -44%;
    background: url(../assets/images/hpSwiper/bg-ryeqo-next.png) center / cover no-repeat;
}

#homeSwiper .b.prev {
    translate: -104% -96%;
    z-index: 99;
}
#homeSwiper .b .bg-prev {
    width: 180%;
    height: 180%;
    top: -37%;
    left: -37%;
    background: url(../assets/images/hpSwiper/bg-evra-prev.png) center / cover no-repeat;
}
#homeSwiper .b .bg-active {
    width: 151%;
    height: 151%;
    top: -28%;
    right: -22.5%;
    background: url(../assets/images/hpSwiper/bg-evra-active.png) center / cover no-repeat;
}
#homeSwiper .b .bg-next {
    width: 164%;
    height: 164%;
    top: -29%;
    right: -28%;
    background: url(../assets/images/hpSwiper/bg-evra-next.png) center / cover no-repeat;
}
#homeSwiper .c .bg-prev {
    width: 146%;
    height: 146%;
    top: -23%;
    left: -23%;
    background: url(../assets/images/hpSwiper/bg-drovelis-prev.png) center / cover no-repeat;
}
#homeSwiper .c .bg-active {
    width: 130%;
    height: 130%;
    top: -15%;
    left: -15%;
    background: url(../assets/images/hpSwiper/bg-drovelis-active.png) center / cover no-repeat;
}
#homeSwiper .c .bg-next {
    width: 151%;
    height: 151%;
    top: -17.5%;
    left: -33%;
    background: url(../assets/images/hpSwiper/bg-drovelis-next.png) center / cover no-repeat;
}
#homeSwiper .carousel-indicators [data-bs-target]:not(.active) {
    opacity: .38;
}
#homeSwiper .carousel-indicators button {
    width: 14px;
    height: 14px;
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}
#homeSwiper .product-logo {
    width: 73%;
    transition: all .3s ease;
}
#homeSwiper .b .product-logo {
    width: 73%;
}
#homeSwiper .b.active .product-logo {
    margin-top: 12%;
}
#homeSwiper .b.prev .product-logo {
    margin-left: 0%;
    width: 73%;
}
#homeSwiper .c .product-logo {
    width: 73%;
}
#homeSwiper .c.next .product-logo {
    margin-right: 0;
}
#homeSwiper .g.active .product-logo {
    margin-bottom: 0%;
}

#homeSwiper .g.prev .product-logo {
    margin-bottom: 7%;
    margin-left: 0%;
    width: 73%;
}
#homeSwiper .g.next .product-logo {
    margin-top: -30px;
    width: 70%;
}


/* #endregion New homepage carousel*/

/* #region Homepage bubbles background */
.bg-bubble {
    visibility: hidden;
    display: none;
    position: fixed;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}
#homePage .bg-bubble {
    visibility: visible;
    display: block;
}
.bg-bubble-ellipse12 {
    width: 25vmin;
    height: 25vmin;
    top: 30%;
    left: 1%;
    border: 1px solid #707070;
    opacity: 0.1;
    background: #fff;
}
.bg-bubble-ellipse13 {
    width: 13.4vmin;
    height: 13.4vmin;
    top: 26%;
    left: 7.5%;
    border: 1px solid #707070;
    opacity: 0.18;
    background: #fff;
    filter: blur(19px);
}
.bg-bubble-path127 {
    width: 48.75vmin;
    height: 48.75vmin;
    top: 83.88%;
    left: 42.26%;
    background: radial-gradient(closest-side at 50% 50%, #173B75 0%, #173B75 52%, #19214D 100%);
    opacity: 0.15;
}
.bg-bubble-ellipse9 {
    width: 18.88vmin;
    height: 18.88vmin;
    top: 76.6%;
    left: 29.6%;
    border: 1px solid #707070;
    opacity: 0.03;
    background: #fff;
}
.bg-bubble-ellipse10 {
    width: 8.4vmin;
    height: 8.4vmin;
    top: 83.1%;
    left: 24.55%;
    border: 1px solid #707070;
    opacity: 0.18;
    background: #fff;
    filter: blur(19px);
}
.bg-bubble-ellipse14 {
    width: 10.41vmin;
    height: 10.41vmin;
    top: 24%;
    left: 73%;
    border: 1px solid #707070;
    opacity: 0.1;
    background: #fff;
}
.bg-bubble-g187 {
    width: 20.83vmin;
    height: 20.83vmin;
    top: 57.15%;
    left: 86.83%;
    opacity: 0.17;
    background: radial-gradient(closest-side at 50% 50%, #173B75 0%, #173B75 52%, #19214D 100%);
}
.bg-bubble-ellipse11 {
    width: 10.9vmin;
    height: 10.9vmin;
    top: 63.36%;
    left: 94.5%;
    border: 1px solid #707070;
    opacity: 0.03;
    background: #fff;
}
/* #endregion Homepage bubbles background */


 #swiper15 img{
    border-radius: 20px;
 }
 #swiper16 img{
    border-radius: 20px;
 } 

 .reference {
    width: fit-content;
    position: absolute;
    bottom: 110px;
    right: -20px;
    z-index: 999;
    display: none;
}

 #drovelis  .reference{
    display: block;
 }

 .referenceBtn{
    padding: 0.5rem 2rem;
    background-color: #fff;
    border-radius: 70px;
    color: #5F1850;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    font-weight: 300 !important;
    cursor: pointer;
 }

 #referenceModal .referenceSwiper{
    overflow: hidden;
    border-radius: 34px;
 }

 #referenceModal .swiper-wrapper{
    height: auto !important;
    padding-top: 0;
 }

 #referenceModal .modal-content{
    padding: 3rem 3rem !important;
 }

 
 #referenceModal .prevBtnRef{
    left: -82px;
    top: 50%;
    background: #ffffff;

 }

 #referenceModal .nextBtnRef{
    right: -84px;
    top: 50%;
    background: #ffffff;
 }

 #referenceModal .prevBtnRef::after{
    color: #1C4483;
 }

 #referenceModal .nextBtnRef::after{
    color: #1C4483;
 }

 .inactive{
    pointer-events: none;
 }

 #qrModal  .modal-content{
    padding: 3rem 3rem;
 }
 #qrModal  .modal-dialog {
    min-width:auto;
}

#qrModal  .imageContent {
    height: unset;
}
 #succesModal .modalSubtitle{
    display: flex;
    justify-content: center;
    align-items:flex-start;

 }
 #succesModal .modalSubtitle img{
    width: 41px;
 }
 #succesModal .modalSubtitle  .text{
    line-height: 36px;
    margin-top: -3px;
  }

  .scrollImage {
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
  }

  .scrollImage::-webkit-scrollbar-track {
    background-color: #fff;
    display: none;
  }
  .scrollImage::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    display: none;
  }
  .scrollImage::-webkit-scrollbar-thumb {
    background-color: #60028c;
    border: 2px solid #60028c;
    border-radius: 10px;
    display: none;
  }

  .scrollImage2 {
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
  }

  .scrollImage2::-webkit-scrollbar-track {
    background-color: #fff;
    display: none;
  }
  .scrollImage2::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    display: none;
  }
  .scrollImage2::-webkit-scrollbar-thumb {
    background-color: #60028c;
    border: 2px solid #60028c;
    border-radius: 10px;
    display: none;

  }

  .scrollSection{
    overflow-x: hidden;
    overflow-y: auto;
    height: 429px;
  }

  .scrollBtnBtottom {
    position: fixed;
    bottom:-3px;
    right:0;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    box-shadow: rgba(0, 0, 0, 0.95) 0px -50px 36px -28px inset;
    padding-right:10px;
    padding-bottom: 20px;
    width:100%;
  }

  .scrollBtnBtottom2 {
    position: fixed;
    bottom:-3px;
    right:0;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    box-shadow: rgba(0, 0, 0, 0.95) 0px -50px 36px -28px inset;
    padding-right:10px;
    padding-bottom: 20px;
    width:100%;
  }

  .scrollBtnUp{
    position: fixed;
    bottom:-3px;
    right:0;
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-family: var(--font-meta-bold);
    box-shadow: rgba(0, 0, 0, 0.95) 0px -50px 36px -28px inset;
    padding-right:10px;
    padding-bottom: 20px;
    width:100%;
  }

  .scrollSection::-webkit-scrollbar-track {
    background-color: #1C4483;
  }
  .scrollSection::-webkit-scrollbar {
    width: 10px;
    background-color: #1C4483;
  }
  .scrollSection::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
  }

.historySlide  .scrollSection{
    overflow-x: hidden;
    overflow-y: auto;
    height: 514px;
  }

  .historySlide .normalText{
    line-height: 34px;
  }
  
  .symposiumSection{
    display: none;
  }

  .symposiumSection.active{
    display: flex;
    gap: 4%;
    justify-content: center;
  }

  .symposiumcolumn{
    border-radius: 30px;
    background-color: #264e8da1;
    opacity: 1;
    height: 65vh;
    width: 46%;
    overflow: hidden;
    position: relative;
  }

  .symposiumcolumn .title img{
    width: 268px;
  }

  .symposiumcolumn .date {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 20px;
    padding: 0;
  }
    .roomTitle{
        margin: 0 25px;
        color:#fff;
        font-family: var(--font-meta);
        font-size: 24px;
        padding: 0;
    }

    .roomContent {
        margin: 0 0px;
        color:#fff;
        font-family: var(--font-meta);
        font-size: 25px;
        padding: 0;
    }
  .symposiumModalContent.fertility img{
    width: 700px !important;
  }
  .symposiumcolumn .scrollSection {
    height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 25px;
  }

  .dateColumn{
    margin: 0 25px;
    align-items: center;
  }

  .dateColumn .col-3{
    padding: 0;
    padding-right: 5px;
  }
.speaker{
    color: #849ABF;
}
  .dateColumn img{
    width: 47px!important;
    margin-right: 10px;
  }
  .dateColumn .col-5 .date{
    padding-left: 10px;
  }
  .symposiumcolumn .title{
    background-color: #6080b2;
    padding: 5px 25px;
    min-height: 110px;
    display: flex;
    align-items: center;
  }

  .symposiumcolumn .title img{
    width: 200px !important;
  }


  .intro {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 26px;
    line-height: 35px;
  }

  .intro span{
    color:#fff;
    font-family: var(--font-meta-bold);
    font-size: 26px;
    line-height: 35px;
    padding: 0;
  }

  .condition {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 25px;
    line-height: 35px;
  }

  .condition span{
    opacity: 50%;
  }

  .symposiumcolumn .arrow{
    padding: 0 !important;
  }
  .symposiumcolumn .arrow img{
    width: 75%;
    padding-top: 3px;
  }


  .dateColumn .row{
    align-items: center;
    width: 100%;
  }

  .dateColumn .col-6:nth-child(2){
    padding-left: 10px;
  }



  .time {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 20px;
    opacity: 0.5;
    line-height: 28px;
  }

  .program {
    color:#fff;
    font-family: var(--font-meta);
    font-size: 26px;
    line-height: 32px;
  }

  .program span{
    font-size: 26px;
    line-height: 32px;
  }

  .secondContainer{
    display: none;
  }
  .mapSection{
    display: none;
  }

  .mapSection.active{
    display: flex;
    gap: 4%;
    justify-content: center;
    height: 65vh;
    align-items: center;
    border-radius: 30px;
    background-color: #264E8D;
    padding: 50px;
  }

  #mapModal .modal-dialog {
    min-width: 90vw;
  }

  #symposiumMainModal .close {
    top: -1.5rem;
    right: 2.5rem;
  }

  #symposiumMainModal .modal-dialog {
    min-width: 100vw;
  }

  #symposiumMainModal .modal-body {
    padding: 0 !important;
    gap:3rem;
    display: flex;
    justify-content: center;
  }

  #symposiumMainModal .modal-content{
    background-color: transparent!important;
    box-shadow: none !important;
  }

  #symposiumMainModal{
    background: #F8F8F8 0% 0% no-repeat padding-box;
    background-image: url(../assets/images/Homepage1.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
  }

  #symposiumMainModal .modal-content{
    backdrop-filter: unset;
  }
  #symposiumModal .modal-dialog {
    min-width: 90vw;
    justify-content: center;
  }

  #symposiumModal .modal-body {
    padding: 0 !important;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }

  #symposiumModal .modal-content{
    width: fit-content;
    max-width: 91%;
  }

  /* #symposiumModal .modal-content{
    background-color: transparent!important;
    box-shadow: none !important;
  } */

  .imgBenign {
    width: 90%
  }

  .imgHealth {
    width: 90%
  }
  .imageGarcia{
    margin-top:-2rem !important;
  }

  .symposiumMainModal{
    display: none;
  }

  .symposiumMainModal.active{
    display: block;
  }

  .symposiumModalContent{
    display: none;
  }

  .symposiumModalContent.active{
    display: block;
  }
  
  .symposiumModalContent.fertility.active{
    display: flex !important;
    justify-content: center;
  }
  
  
  .mapBtn{
    position: absolute;
    /* background-color: #00ffff57; */
    cursor: pointer;
  }
  .corporateBtn{
    width: 130px;
    height: 45px;
    left: 440px;
    top: 425px;
  }

  .benignBtn{
    width: 238px;
    height: 67px;
    left: 330px;
    top: 591px;
  }
  .fertilityBtn{
    width: 125px;
    height: 88px;
    left: 330px;
    top: 485px;
  }

  .educationalBtn{
    width: 300px;
    height: 58px;
    left: 940px;
    top: 390px;
  }

  .mapContent{
    display: none;
  }

  .mapContent.active{
    display: block;
  }

  #symposiumMainModal .modal-body {
    width: 100%;
    }
    .symposiumcolumn{
        width: 30%;
    }

.screenSaver{
    position: absolute;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
}

.screenSaver.active{
    display: block;
}

.exploreBtn{
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    background-color: transparent;
    width: 389px;
    height: 107px;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50px;
    cursor: pointer;
}