<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
    @import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css2?family=Bevan&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600&amp;display=swap);

    .advn-calendar *, .advn-calendar *::before, .advn-calendar *::after {
        box-sizing: initial;
    }

    .advn-calendar {
        overflow: hidden;
        width: auto;
        border-radius: 15px;
        font-family: 'Roboto Slab', sans-serif;
        background: #000;
        background: url("https://www.targaltinternetis.ee/wp-content/uploads/2024/01/digikalender_taust2.jpg") no-repeat top left;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
	padding: 30px 30px 50px 30px;
    }



    .advn-calendar .calendar-logo {
        padding: 20px 20px 40px 30px;
        background: linear-gradient(
                180deg, rgba(0, 0, 0, 0.8) -50%, rgba(0, 0, 0, 0) 100%);
	z-index: 2;
    	position: relative;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin:-30px;
    }

    .advn-calendar .calendar-logo img {
        max-width: 300px;
	-webkit-filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.3));
	filter: drop-shadow( 1px 1px 1px rgba(0, 0, 0, 0.3));
	transition: all .3s;
    }

	.advn-calendar .calendar-logo img:hover {
	opacity: .8;
	}

    .calendar-desc {
        text-align: left;
        margin: 40px;
        color: #1b79b7;
	padding: 20px 30px;
	background-color: #ffffffb3;
	border-radius: 6px;
    }

    .calendar-desc a {
        color: #1b79b7;
    }


    .calendar-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%;
    }

    .calendar-item {
        flex-basis: 12%;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .advn-calendar .advntbadge {
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 9999px;
        height: 90px;
        width: 90px;
        border: 3px solid transparent;
        margin: 10px;
        transition: all .2s;

    }

    .advn-calendar .advntbadge:hover,
    .advn-calendar .advntbadge.active {
        border: 3px solid#ffffff;
box-shadow: 0px 0px 6px 0px #00000020;
    }



    .advn-calendar .advntbadge.active .advntbadge-inner {
        background: #ffd600;
        color: #1b79b7;
    }

    .advn-calendar .advntbadge.future .advntbadge-inner {
        background: #ffffff;
        color: #1b79b7;
        box-shadow: 0px 0px 20px -8px #1b79b7;
    }

    .advn-calendar .advntbadge-inner {
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 9999px;
        height: 80px;
        width: 80px;
        background-color: #1b79b7;
        color: #ffffff;
        font-size: 32px;
        font-weight: normal;
        text-decoration: none;
        transition: all .2s;
        text-decoration: none !important;
    }

.advntbadge-inner:hover {
    background-color: #ffd600;
    color: #1b79b7;
}

    .advn-calendar .advntbadge-inner span {
        margin-bottom: 0px;
	font-family: 'Bevan', cursive;
    }

    @media (max-width: 768px) {
        .advn-calendar {
            width: auto;
        }

        .advn-calendar .calendar-logo img {
            max-width: 100%;
        }

	.advn-calendar .calendar-logo {
   		padding: 25px 70px 35px 70px;
	}

        .advn-calendar .calendar-item {
            flex-basis: 10%;
	margin: -4px;
        }

        .advn-calendar .advntbadge {
            height: 66px;
            width: 66px;
            margin: 6px;
        }

        .advn-calendar .advntbadge-inner {
            height: 58px;
            width: 58px;
            font-size: 20px;
        }

        .advn-calendar .advntbadge-inner span {
            margin-bottom: 0px;
        }
.advn-modal-body .advn-modal-cols .advn-modal-date {
        margin-left: -30px !important;
    	margin-right: -30px !important;
    	margin-top: -30px !important;
	margin-bottom: 20px !important;
    	padding: 13px 15px 15px 30px !important;
	color: #1b79b7 !important;
	/*background-color: #ffd600;*/
background: linear-gradient( 125deg, #ffd600 -30%, #fff 80%);
}

    }

    .advn-mask {
        position: fixed;
        z-index: 19999;
        left: 0;
        top: 0;
        width: 100%;
        /*height: 100%;*/
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        align-items: center;
        display: flex;
        justify-content: center;
        color: #1b79b7;
        font-weight: 800;
        transition: all .2s;
        display: none;
    }

    /* modal */
    .advn-modal {
        display: none;
        position: fixed;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        /*height: 100%;*/
        height: 100vh;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.8);
    }

    .advn-modal-content {
        margin: 50px auto;
        width: 50%;
    }

    .advn-modal-content img {
        width: 100%;
        height: auto;
    }

    .advn-modal-content a {
        color: #1b79b7;
    }

    .advn-modal-img {
        background: #ffffff;
        border-radius: 20px;
        padding: 10px;
    }

    .advn-modal-img.video {
        background: #ffffff;
    }

    .advn-modal-img img {
        border-radius: 10px;
        width: 100%;
    }

    .advn-modal-header {
        margin-bottom: -26px;
        margin-right: -18px;
        position: relative;
        z-index: 999;
    }

    @media (min-width: 768px) {
        .advn-modal-header.no-img {
            margin-right: -3px;
        }

        .advn-modal-img.video {
            margin-bottom: 25px;
        }

    }

    .advn-close {
        align-items: center;
        display: flex;
        justify-content: center;
        border-radius: 99px;
        height: 50px;
        width: 50px;
        margin-left: auto;
        order: 2;
        background-color: #ffffff;
        color: #1b79b7;
        font-size: 35px;
        font-weight: 300;
        box-shadow: 0px 8px 15px rgb(0 0 0 / 01%);
	padding: 0px 0px 3px 1px;
    }

    .advn-close:hover,
    .advn-close:focus {
        background: #ffffff;
        color: #ffd600;
        text-decoration: none;
        cursor: pointer;
        transition: all .2s;
    }

    .advn-modal-body {
        background-color: #ffffff;
        border-radius: 5px;
        padding: 40px 100px 50px 50px;
        position: relative;
        z-index: 99;
        margin-top: -34px;
        margin-left: 30px;
        margin-right: 30px;
        min-height: 150px;
        white-space: pre-line;

    }

    .advn-modal-body .advn-modal-cols {
        display: flex;
        flex-direction: row;
    }

    .advn-modal-body .advn-modal-cols .advn-modal-date {
        color: #1b79b7;
        margin: 0 30px 0 0;
    }

    .advn-modal-body .advn-modal-cols .advn-modal-date span {
        line-height: 1;
        font-size: 55px;
	font-family: Bevan;
	margin-left: -3px;
    }

    .advn-modal-body .advn-modal-cols .advn-modal-date p {
	font-size: initial;
	font-family: 'raleway', sans-serif;
	font-weight: 500;
	line-height: 1.1em;
	margin-bottom: 0em;
    }

    .advn-modal-body .advn-modal-cols .advn-modal-text {
	font-size: initial;

    }

.advn-modal-body .advn-modal-cols .advn-modal-text ul {
	margin-bottom: -30px;
	margin-top: 0px;
}

.advn-modal-body .advn-modal-cols .advn-modal-text ul li {
	list-style: disc;
	white-space: normal;
	margin-left: 20px;
	padding-left: 5px;
	margin-top: -5px;
}

.advn-modal-body .advn-modal-cols .advn-modal-text ul li li {
	list-style: circle;
	margin-top: 5px;
}

    .advn-read-more {
        display: block;
        font-size: 20px;
        margin-top: 20px;
        font-weight: 700;
    }

	@media screen and (max-width: 960px){
	.advn-modal-content {
   		width: 90%;
	}
	
	}

	@media screen and (max-width: 1200px){
	.advn-modal-body {
        padding: 40px 50px 50px 50px;

   	}
	
	}

    @media (max-width: 768px) {

  .advn-modal-body .advn-modal-cols .advn-modal-date p {
	font-size: 2em;
	font-weight: 200;
    }
        .advn-modal-content {
            margin: 30px auto;
        }

        .advn-modal-img {
            border-radius: 5px;
            padding: 0px;
	
        }

        .advn-modal-img img {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
	margin-bottom: -6px;
        }

        .advn-modal-body {
            background-color: #ffffff;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            padding: 30px;
            position: relative;
            z-index: 99;
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
        }

        .advn-modal-body .advn-modal-cols {
            flex-direction: column;
        }

        .advn-modal-body .advn-modal-cols .advn-modal-date {
            	padding: 10px 0;
        }

        .advn-modal-body .advn-modal-cols .advn-modal-date span {
            	font-size: 50px;
		margin-right: 5px;
        }

        .advn-modal-body .advn-modal-cols .advn-modal-date p {
            display: inline-block;
            margin-left: 4px;
        }

        .advn-modal-header {
            margin-bottom: -17px;
            margin-right: -15px;
        }

        .advn-close {
            height: 36px;
            width: 36px;
            font-size: 32px;
    	padding: 0px 0px 2px 0px;
}
    }

    .advntbadge-inner.shake {
        animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
        transform: translate3d(0, 0, 0);
        perspective: 1000px;
    }

    .video-container {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    @keyframes shake {
        10%, 90% {
            transform: translate3d(-1px, 0, 0);
        }
        20%, 80% {
            transform: translate3d(2px, 0, 0);
        }

        30%, 50%, 70% {
            transform: translate3d(-2px, 0, 0);
        }
        40%, 60% {
            transform: translate3d(2px, 0, 0);
        }
    }

    body.advnoflow {
        overflow: hidden;
    }

    .advn-fullscreen {
        left: 0;
        width: auto;
        position: fixed;
        top: 0;
        /*height: 100%;*/
        height: 100vh;
        z-index: 2;
        overflow: scroll;
	border: 8px solid #fff;
	border-radius: 16px;
    }

    @media (max-width: 480px){
	
	.advn-calendar {
    height: 53vw;
        }
	
	.calendar-content    {
    overflow: auto;
    height: 85%;
        }
	
	.calendar-desc {
    display: none;
        }
	
    .advn-fullscreen.advn-calendar   {
        height: 100%;
        overflow: auto;

        }
	}

    @media (min-width: 769px) {


	.advn-fullscreen .calendar-logo {
            padding: 20px 20px 50px 20px;
	        border-top-right-radius: 8px;
	        border-top-left-radius: 8px;
        }

        .advn-calendar .advntbadge {
            height: 90px;
            width: 90px;
            margin: 10px;
        }

        .advn-calendar .advntbadge-inner {
            height: 82px;
            width: 82px;
            font-size: 28px;
        }


        .advn-fullscreen .advntbadge {
            height: 108px;
            width: 108px;
            margin: 8px;
        }

        .advn-fullscreen .advntbadge-inner {
            height: 98px;
            width: 98px;
            font-size: 32px;
        }
            }

    @media (max-width: 768px) {

        .advn-calendar .advntbadge {
            height: 56px;
            width: 56px;
            margin: 6px;
        }

        .advn-calendar .advntbadge-inner {
            height: 48px;
            width: 48px;
            font-size: 18px;
        }

        .advn-fullscreen .advntbadge {
            height: 70px;
            width: 70px;
            margin: 8px;
        }

        .advn-fullscreen .advntbadge-inner {
            height: 62px;
            width: 62px;
            font-size: 22px;
        }

        .advn-modal-img.video {
 		    margin-bottom: 5px;
	    }

	    .advn-fullscreen .calendar-logo {
		    border-top-right-radius: 8px;
		    border-top-left-radius: 8px;
        }

	
	    .calendar-desc {
		    margin: 20px 10px 30px;
        }

            }

.bi.bi-fullscreen {
    	width: 15px;
    	height: 15px;
	padding: 1px;
}

    .advn-fullscreen-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #1b79b7;
        border-radius: 99px;
        background-color: #ffffff;
        padding: 10px;
        line-height: 0px;
	z-index: 3;
    }

    .advn-fullscreen-btn:hover {
	color: #1b79b7;
        	background-color: #ffffff;
	opacity: .8;
    }

    .advn-calendar:not(.advn-fullscreen) .exit-fullscreen {
        display: none;
    }

    .advn-calendar.advn-fullscreen .open-fullscreen {
        display: none;
    }

    /*  snowflake  */
    .calendar-desc,
    .calendar-content {
        position: relative;
        z-index: 2;
    }

    .snowflake-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1;
    }

    .snowflake {
        color: #fff;
        font-size: 1.5em;
        font-family: Arial, sans-serif;
        text-shadow: 0 0 0px #fff;
    }

    @-webkit-keyframes snowflakes-fall {
        0% {
            top: -10%
        }
        100% {
            top: 100%
        }
    }

    @-webkit-keyframes snowflakes-shake {
        0%, 100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
        50% {
            -webkit-transform: translateX(80px);
            transform: translateX(80px)
        }
    }

    @keyframes snowflakes-fall {
        0% {
            top: -10%
        }
        100% {
            top: 100%
        }
    }

    @keyframes snowflakes-shake {
        0%, 100% {
            transform: translateX(0)
        }
        50% {
            transform: translateX(80px)
        }
    }

    .snowflake {
        position: absolute;
        top: -10%;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: default;
        -webkit-animation-name: snowflakes-fall, snowflakes-shake;
        -webkit-animation-duration: 10s, 3s;
        -webkit-animation-timing-function: linear, ease-in-out;
        -webkit-animation-iteration-count: infinite, infinite;
        -webkit-animation-play-state: running, running;
        animation-name: snowflakes-fall, snowflakes-shake;
        animation-duration: 10s, 3s;
        animation-timing-function: linear, ease-in-out;
        animation-iteration-count: infinite, infinite;
        animation-play-state: running, running
    }

    .snowflake:nth-of-type(0) {
        left: 1%;
        -webkit-animation-delay: 0s, 0s;
        animation-delay: 0s, 0s
    }

    .snowflake:nth-of-type(1) {
        left: -2%;
        -webkit-animation-delay: 1s, 1s;
        animation-delay: 1s, 1s
    }

    .snowflake:nth-of-type(2) {
        right: 2%;
        -webkit-animation-delay: 6s, .5s;
        animation-delay: 6s, .5s
    }

    .snowflake:nth-of-type(3) {
        left: 30%;
        -webkit-animation-delay: 4s, 2s;
        animation-delay: 4s, 2s
    }

    .snowflake:nth-of-type(4) {
        left: 40%;
        -webkit-animation-delay: 2s, 2s;
        animation-delay: 2s, 2s
    }

    .snowflake:nth-of-type(5) {
        left: 50%;
        -webkit-animation-delay: 8s, 3s;
        animation-delay: 8s, 3s
    }

    .snowflake:nth-of-type(6) {
        left: 60%;
        -webkit-animation-delay: 6s, 2s;
        animation-delay: 6s, 2s
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        -webkit-animation-delay: 2.5s, 1s;
        animation-delay: 2.5s, 1s
    }

    .snowflake:nth-of-type(8) {
        left: 80%;
        -webkit-animation-delay: 1s, 0s;
        animation-delay: 1s, 0s
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        -webkit-animation-delay: 3s, 1.5s;
        animation-delay: 3s, 1.5s
    }

    .snowflake:nth-of-type(10) {
        left: 25%;
        -webkit-animation-delay: 2s, 0s;
        animation-delay: 2s, 0s
    }

    .snowflake:nth-of-type(11) {
        left: 65%;
        -webkit-animation-delay: 4s, 2.5s;
        animation-delay: 4s, 2.5s
    }</pre></body></html>