:root {
--Wight: #FFF;
--UNI-Blue: #68A6D7;
--UNI-Pink: #F65287;
--uni-pink-transparent: rgba(246, 82, 135, 0.15);
--background-w-8: rgba(255, 255, 255, 0.08);
--text-80: rgba(255, 255, 255, 0.80);
--Dark: #1E1E1E;
}
body.modal-reservierung-open{
overflow: hidden;
}
body.modal-reservierung-open header .et_builder_inner_content {
z-index: -1;
}
.spinner-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8); display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.spinner-container {
display: flex;
justify-content: center;
align-items: center;
}
.spinner {
width: 50px;
height: 50px;
border: 5px solid var(--uni-pink-transparent);
border-top: 5px solid rgba(246, 82, 135, 1);
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}   .kino-film-liste{
position: relative;
}
.kino-film-row{
display: flex;
gap: 56px;
padding: 70px 0;
position: relative;
}
.kino-film-row:before {
content: '';
display: flex;
position: absolute;
top: 0;
width: 100%;
height: 5px;
background-image: url('data:image/svg+xml,<svg width="1536" height="5" viewBox="0 0 1536 5" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_113_90)"><path d="M1536 0.5H0V4.5H1536V0.5Z" fill="%237A2D01"/><path d="M211.313 0.5H166.298V4.5H211.313V0.5Z" fill="%23FFE8B5"/><path d="M263.967 0.5H218.952V4.5H263.967V0.5Z" fill="%23F65287"/><path d="M316.621 0.5H271.606V4.5H316.621V0.5Z" fill="%2368A6D7"/><path d="M53.3504 0.5H8.33536V4.5H53.3504V0.5Z" fill="%2368A6D7"/><path d="M106.004 0.5H60.9894V4.5H106.004V0.5Z" fill="%23FFE8B5"/><path d="M158.659 0.5H113.644V4.5H158.659V0.5Z" fill="%2368A6D7"/><path d="M527.237 0.5H482.222V4.5H527.237V0.5Z" fill="%2368A6D7"/><path d="M579.891 0.5H534.876V4.5H579.891V0.5Z" fill="%23FFE8B5"/><path d="M632.556 0.5H587.541V4.5H632.556V0.5Z" fill="%2368A6D7"/><path d="M369.275 0.5H324.26V4.5H369.275V0.5Z" fill="%23F65287"/><path d="M421.929 0.5H376.914V4.5H421.929V0.5Z" fill="%2368A6D7"/><path d="M474.583 0.5H429.568V4.5H474.583V0.5Z" fill="%23F65287"/><path d="M685.21 0.5H640.195V4.5H685.21V0.5Z" fill="%23FFE8B5"/><path d="M737.864 0.5H692.849V4.5H737.864V0.5Z" fill="%23F65287"/><path d="M790.518 0.5H745.503V4.5H790.518V0.5Z" fill="%2368A6D7"/><path d="M1001.13 0.5H956.119V4.5H1001.13V0.5Z" fill="%2368A6D7"/><path d="M1053.79 0.5H1008.77V4.5H1053.79V0.5Z" fill="%23FFE8B5"/><path d="M1527.69 0.5H1482.67V4.5H1527.69V0.5Z" fill="%23FFE8B5"/><path d="M1159.1 0.5H1114.08V4.5H1159.1V0.5Z" fill="%23FFE8B5"/><path d="M1106.44 0.5H1061.43V4.5H1106.44V0.5Z" fill="%2368A6D7"/><path d="M843.172 0.5H798.157V4.5H843.172V0.5Z" fill="%23F65287"/><path d="M895.826 0.5H850.811V4.5H895.826V0.5Z" fill="%2368A6D7"/><path d="M948.48 0.5H903.465V4.5H948.48V0.5Z" fill="%23F65287"/><path d="M1211.76 0.5H1166.75V4.5H1211.76V0.5Z" fill="%23F65287"/><path d="M1264.41 0.5H1219.4V4.5H1264.41V0.5Z" fill="%2368A6D7"/><path d="M1475.03 0.5H1430.02V4.5H1475.03V0.5Z" fill="%2368A6D7"/><path d="M1317.07 0.5H1272.05V4.5H1317.07V0.5Z" fill="%23F65287"/><path d="M1369.72 0.5H1324.71V4.5H1369.72V0.5Z" fill="%2368A6D7"/><path d="M1422.38 0.5H1377.36V4.5H1422.38V0.5Z" fill="%23F65287"/></g><defs><clipPath id="clip0_113_90"><rect width="1536" height="4" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
background-repeat: no-repeat;
background-position: left center;
}
.kino-film-row.first {
padding-top: 0;
}
.kino-film-row.first:before {
display: none;
}
.kino-film-image {
width: 100%;
flex: 0 0 300px;    
}
.kino-film-image-container{
line-height: 0;
position: relative;
} .kino-film-image img {
width: 300px;
height: 438px;
object-fit: cover;
border-radius: 8px;
border: 6px solid var(--Wight);
}
.kino-film-details{
position: relative;
}
.kino-film-erstezeile {
color: var(--UNI-Pink);
font-family: Lato;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
display: inline-block;
padding-bottom: 8px;
position: relative;
top: -6px;
}
.kino-film-titel {
color: #FFF;
font-family: Lato;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 40px; padding-bottom: 14px;
}
.kino-film-metainfos {
color: #FFF;
font-family: Lato;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 35px;
display: flex;
flex-wrap: wrap;
column-gap: 22px;
row-gap: 8px;
padding-bottom: 10px;
align-items: center;
}
.kino-film-digital {
width: 31px;
height: 26px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="26" viewBox="0 0 31 26" fill="none"><g clip-path="url(%23clip0_137_1632)"><path d="M29.2388 0.60376H1.76069C0.845659 0.60376 0.103882 1.34419 0.103882 2.25757V23.8714C0.103882 24.7847 0.845659 25.5252 1.76069 25.5252H29.2388C30.1539 25.5252 30.8956 24.7847 30.8956 23.8714V2.25757C30.8956 1.34419 30.1539 0.60376 29.2388 0.60376Z" fill="%23FFE8B5"/><path d="M29.2388 25.6288H1.76069C0.78999 25.6288 0 24.8402 0 23.8713V2.2575C0 1.28856 0.78999 0.5 1.76069 0.5H29.2388C30.2095 0.5 30.9995 1.28856 30.9995 2.2575V23.8713C30.9995 24.8402 30.2095 25.6288 29.2388 25.6288ZM1.76069 0.707871C0.904503 0.707871 0.208248 1.40287 0.208248 2.2575V23.8713C0.208248 24.7259 0.904503 25.4214 1.76117 25.4214H29.2393C30.0955 25.4214 30.7922 24.7264 30.7922 23.8713V2.2575C30.7922 1.40287 30.096 0.707389 29.2393 0.707389H1.76069V0.707871Z" fill="%23FFE8B5"/><path d="M28.6001 1.45007H2.39944C1.71844 1.45007 1.16638 2.00113 1.16638 2.6809V17.1716C1.16638 17.8514 1.71844 18.4024 2.39944 18.4024H28.6001C29.2811 18.4024 29.8331 17.8514 29.8331 17.1716V2.6809C29.8331 2.00113 29.2811 1.45007 28.6001 1.45007Z" fill="%23231F20"/><path d="M28.6006 1.4503C29.2813 1.4503 29.8336 2.00109 29.8336 2.68113V17.1723C29.8336 17.8519 29.2818 18.4031 28.6006 18.4031H2.39944C1.71865 18.4031 1.16638 17.8524 1.16638 17.1723V2.68065C1.16638 2.00109 1.71817 1.44982 2.39944 1.44982H28.6006M28.6006 1.24243H2.39944C1.60511 1.24243 0.958618 1.88775 0.958618 2.68065V17.1718C0.958618 17.9647 1.60511 18.61 2.39944 18.61H28.6006C29.3949 18.61 30.0414 17.9647 30.0414 17.1718V2.68065C30.0414 1.88775 29.3949 1.24243 28.6006 1.24243Z" fill="%23231F20"/><path d="M28.6001 1.45007H2.39944C1.71844 1.45007 1.16638 2.00113 1.16638 2.6809V17.1716C1.16638 17.8514 1.71844 18.4024 2.39944 18.4024H28.6001C29.2811 18.4024 29.8331 17.8514 29.8331 17.1716V2.6809C29.8331 2.00113 29.2811 1.45007 28.6001 1.45007Z" fill="url(/kinoApi/UI/web/spielplan/src/%23paint0_linear_137_1632)"/><path d="M14.7547 12.7417H13.0945V14.8788H10.7937V12.7417H5.30286V11.1574L10.109 4.70276H12.5848L8.12846 10.8231H10.8666V8.91854H13.095V10.8231H14.7552V12.7422L14.7547 12.7417Z" fill="%23FFE8B5"/><path d="M13.1984 14.9825H10.6893V12.8455H5.19849V11.1227L10.0563 4.59863H12.7887L8.33187 10.719H10.7618V8.81442H13.1979V10.719H14.8581V12.8455H13.1979V14.9825H13.1984ZM10.897 14.7752H12.9897V12.6381H14.6499V10.9269H12.9897V9.02229H10.9695V10.9269H7.92311L12.3799 4.8065H10.1602L5.40577 11.1917V12.6381H10.8966V14.7752H10.897Z" fill="%23FFE8B5"/><path d="M20.0991 10.881L18.7303 12.3057V14.8788H16.3854V4.70276H18.7303V9.45631L23.2451 4.70276H25.8663L21.6429 9.23831L26.1142 14.8788H23.3615L20.0991 10.881Z" fill="%23FFE8B5"/><path d="M26.3292 14.9825H23.3122L20.0928 11.0373L18.8342 12.3468V14.9821H16.2811V4.59863H18.8342V9.19592L23.2001 4.59863H26.105L21.7796 9.24366L26.3287 14.9825H26.3292ZM23.4113 14.7752H25.8996L21.5066 9.23305L25.6281 4.8065H23.29L18.6269 9.7168V4.8065H16.4903V14.7752H18.6269V12.2643L20.1059 10.7248L23.4113 14.7756V14.7752Z" fill="%23FFE8B5"/><path d="M7.39451 22.9666C7.21235 22.7784 7.12103 22.5111 7.12103 22.1657V20.8762H7.74674V22.146C7.74674 22.5184 7.88686 22.7041 8.16759 22.7041C8.44831 22.7041 8.58457 22.5179 8.58457 22.146V20.8762H9.20158V22.1657C9.20158 22.5111 9.11026 22.7784 8.92762 22.9666C8.74547 23.1547 8.48987 23.2493 8.16082 23.2493C7.83178 23.2493 7.57618 23.1552 7.39354 22.9666H7.39451Z" fill="%23141414"/><path d="M9.72101 20.8757H10.3472V22.6805H11.4034V23.2025H9.72101V20.8757Z" fill="%23141414"/><path d="M12.0103 21.3977H11.3304V20.8757H13.3134V21.3977H12.6365V23.2025H12.0103V21.3977Z" fill="%23141414"/><path d="M14.6098 22.584H14.2682V23.202H13.642V20.8752H14.6537C14.8538 20.8752 15.0277 20.91 15.1756 20.9799C15.3229 21.0499 15.4365 21.1497 15.5172 21.279C15.5969 21.4088 15.6375 21.5612 15.6375 21.7359C15.6375 21.9105 15.5998 22.0509 15.5254 22.1763C15.45 22.3018 15.3437 22.3997 15.2046 22.4706L15.6824 23.202H15.0118L14.6103 22.584H14.6098ZM14.9069 21.4841C14.8417 21.4242 14.7446 21.3943 14.616 21.3943H14.2682V22.0755H14.616C14.7446 22.0755 14.8417 22.0461 14.9069 21.9877C14.9721 21.9289 15.005 21.8454 15.005 21.7369C15.005 21.6283 14.9721 21.5439 14.9069 21.4841Z" fill="%23141414"/><path d="M17.5605 22.7504H16.6241L16.4502 23.2025H15.8114L16.7884 20.8757H17.4054L18.3858 23.2025H17.7344L17.5605 22.7504ZM17.3769 22.2651L17.0923 21.5207L16.8077 22.2651H17.3774H17.3769Z" fill="%23141414"/><path d="M21.7786 20.8757V23.2025H21.1524V22.295H20.2987V23.2025H19.6725V20.8757H20.2987V21.7499H21.1524V20.8757H21.7786Z" fill="%23141414"/><path d="M22.3164 20.8757H23.3634C23.606 20.8757 23.821 20.9235 24.0085 21.0185C24.196 21.1136 24.3414 21.2491 24.4453 21.4242C24.5482 21.5994 24.6004 21.8044 24.6004 22.0393C24.6004 22.2743 24.5482 22.4793 24.4453 22.6539C24.3419 22.8291 24.1964 22.9641 24.0085 23.0592C23.821 23.1547 23.606 23.202 23.3634 23.202H22.3164V20.8752V20.8757ZM23.3378 22.6771C23.5277 22.6771 23.6799 22.6206 23.7949 22.5078C23.9099 22.3949 23.9674 22.2386 23.9674 22.0393C23.9674 21.8401 23.9099 21.6838 23.7949 21.5709C23.6799 21.458 23.5277 21.4011 23.3378 21.4011H22.9426V22.6776H23.3378V22.6771Z" fill="%23141414"/><g style="mix-blend-mode:screen"><path d="M28.6006 1.45019H2.39944C1.71865 1.45019 1.16638 2.00098 1.16638 2.68102V17.1722C1.16638 17.2074 1.1688 17.2417 1.1717 17.2759C4.38239 13.2747 13.1539 4.69366 29.8331 3.84143V2.68054C29.8331 2.00098 29.2813 1.44971 28.6001 1.44971L28.6006 1.45019Z" fill="%23231F20"/></g></g><defs><linearGradient id="paint0_linear_137_1632" x1="15.4998" y1="25.9485" x2="15.4998" y2="-13.5249" gradientUnits="userSpaceOnUse"><stop stop-color="%233B3B3B"/><stop offset="0.06" stop-color="%23212121"/><stop offset="0.12" stop-color="%230E0E0E"/><stop offset="0.18" stop-color="%23030303"/><stop offset="0.25"/><stop offset="0.31" stop-color="%23060606"/><stop offset="0.41" stop-color="%23191919"/><stop offset="0.51" stop-color="%23363636"/><stop offset="0.59" stop-color="%234C4C4C"/><stop offset="0.68" stop-color="%235D5D5D"/><stop offset="0.75" stop-color="%23646464"/><stop offset="0.8" stop-color="%235E5E5E"/><stop offset="0.86" stop-color="%234D4D4D"/><stop offset="0.93" stop-color="%23313131"/><stop offset="1" stop-color="%23101010"/></linearGradient><clipPath id="clip0_137_1632"><rect width="31" height="25.1288" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
background-repeat: no-repeat;
}
.kino-film-beschreibung {
color: var(--text-80);
font-family: Lato;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 35px; }
.kino-film-beschreibung-1 {
padding-bottom: 6px;
display: -webkit-box;
-webkit-line-clamp: 3; -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
transition: all 0.3s ease;
}
.kino-film-beschreibung-mehr-link {
color: var(--Wight);
font-family: Lato;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 35px; text-decoration: none;
cursor: pointer;
padding-bottom: 6px;
display: inline-flex;
align-items: center;
}
.kino-film-beschreibung-mehr-link:after{
content: '';
display: block;
width: 24px;
height: 24px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M12 17.9L6 11.9L7.4 10.5L12 15.1L16.6 10.5L18 11.9L12 17.9Z" fill="white"/></svg>');
background-repeat: no-repeat;
margin-left: 3px;
transition: transform 0.3s ease;
position: relative;
}
.kino-film-beschreibung.expanded .kino-film-beschreibung-mehr-link:after {
transform: rotate(180deg); top: 3px;
} .kino-film-beschreibung.expanded .kino-film-beschreibung-1 {
-webkit-line-clamp: unset; }
.kino-film-beschreibung-2 {
display: none;
padding-top: 4px;
}
.kino-film-beschreibung-2.expanded {
height: auto;
}
.kino-film-beschreibung-2 p {
padding-bottom: 6px;
}
.kino-film-beschreibung-2 p:last-of-type{
padding-bottom: 6px;
}
.kino-film-vorstellungen {
display: flex;
flex-direction: row;
flex-wrap: wrap; row-gap: 20px;
column-gap: 25px;
padding: 10px 0 25px 0;
}
.kino-film-vorstellung, .kino-film-vorstellung-outdated {
padding: 10px 20px 9px 20px;
justify-content: center;
display: flex;
align-items: center;
border-radius: 8px;
border: 5px solid var(--uni-pink-transparent);
background: var(--background-w-8);
color: #FFF;
font-family: Lato;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 38px; min-width: 300px;
box-sizing: border-box;
}
.kino-film-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: flex-start;
}
.kino-film-button {
border-radius: 5px;
background: var(--UNI-Blue);
padding: 13px 25px 14px;
color: #FFF;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.009px;
text-transform: uppercase;
display: flex;
text-transform: uppercase;
align-items: center;
cursor: pointer;
white-space: nowrap;
min-width: max-content;
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.kino-film-button:hover {
background: var(--UNI-Pink);
}
.kino-film-button:before {
content: '';
display: block;
background-repeat: no-repeat;
padding-right: 10px;
}
.kino-film-button-trailer:before {
width: 10px;
height: 13px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="13" viewBox="0 0 10 13" fill="none"><path d="M0 12.4621V0.79541L9.16667 6.62874L0 12.4621Z" fill="white"/></svg>');
}
.kino-film-button-reservieren:before {
width: 16px;
height: 13px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="13" viewBox="0 0 16 13" fill="none"><path d="M5.56669 9.62878L7.66669 8.05378L9.72919 9.62878L8.94169 7.07878L11.0417 5.42878H8.49169L7.66669 2.87878L6.84169 5.42878H4.29169L6.35419 7.07878L5.56669 9.62878ZM1.66669 12.6288C1.25419 12.6288 0.901062 12.4819 0.607312 12.1882C0.313562 11.8944 0.166687 11.5413 0.166687 11.1288V8.59753C0.166687 8.46003 0.210437 8.34128 0.297937 8.24128C0.385437 8.14128 0.497937 8.07878 0.635437 8.05378C0.935437 7.95378 1.18231 7.77253 1.37606 7.51003C1.56981 7.24753 1.66669 6.95378 1.66669 6.62878C1.66669 6.30378 1.56981 6.01003 1.37606 5.74753C1.18231 5.48503 0.935437 5.30378 0.635437 5.20378C0.497937 5.17878 0.385437 5.11628 0.297937 5.01628C0.210437 4.91628 0.166687 4.79753 0.166687 4.66003V2.12878C0.166687 1.71628 0.313562 1.36316 0.607312 1.06941C0.901062 0.775659 1.25419 0.628784 1.66669 0.628784H13.6667C14.0792 0.628784 14.4323 0.775659 14.7261 1.06941C15.0198 1.36316 15.1667 1.71628 15.1667 2.12878V4.66003C15.1667 4.79753 15.1229 4.91628 15.0354 5.01628C14.9479 5.11628 14.8354 5.17878 14.6979 5.20378C14.3979 5.30378 14.1511 5.48503 13.9573 5.74753C13.7636 6.01003 13.6667 6.30378 13.6667 6.62878C13.6667 6.95378 13.7636 7.24753 13.9573 7.51003C14.1511 7.77253 14.3979 7.95378 14.6979 8.05378C14.8354 8.07878 14.9479 8.14128 15.0354 8.24128C15.1229 8.34128 15.1667 8.46003 15.1667 8.59753V11.1288C15.1667 11.5413 15.0198 11.8944 14.7261 12.1882C14.4323 12.4819 14.0792 12.6288 13.6667 12.6288H1.66669Z" fill="white"/></svg>');
}
.kino-film-verlaengert {
position: absolute;
right: 0;
bottom: 0;
width: 202px;
height: 86px;
background-image: url('data:image/svg+xml,<svg width="202" height="86" viewBox="0 0 202 86" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="54.7946" width="84" height="84" rx="42" fill="%23FFE8B5"/><path d="M15.5433 66.8655C14.9323 66.9382 14.3893 66.8996 13.9142 66.7496C13.4947 67.3158 13.05 67.8555 12.58 68.3688C12.1083 68.8675 11.6378 69.3144 11.1685 69.7095C10.7009 70.1192 10.232 70.4553 9.76168 70.7178C9.29135 70.9803 8.83974 71.152 8.40682 71.233C8.18864 71.259 7.85738 71.2025 7.41305 71.0636C6.98326 70.923 6.55383 70.7233 6.12474 70.4646C5.68284 70.2222 5.29393 69.9291 4.95801 69.5856C4.60581 69.2292 4.40634 68.8546 4.35961 68.4619C4.24537 67.5019 4.22567 66.5306 4.30053 65.5481C4.37365 64.551 4.49942 63.5624 4.67782 62.5823C4.84168 61.6039 5.0445 60.6431 5.28628 59.6997C5.51179 58.7435 5.72707 57.8254 5.93214 56.9454C6.71379 57.1917 7.47795 57.4769 8.22461 57.8011C8.98582 58.1236 9.70478 58.5248 10.3815 59.0049C10.2152 59.4672 10.0567 59.995 9.90607 60.5882C9.75539 61.1815 9.61457 61.7957 9.48363 62.4308C9.35269 63.066 9.23629 63.6994 9.13444 64.3311C9.03259 64.9628 8.94737 65.5483 8.87877 66.0875C8.81017 66.6267 8.76374 67.1043 8.73948 67.5203C8.71348 67.9217 8.71087 68.2096 8.73164 68.3842C8.74549 68.5005 8.78029 68.607 8.83604 68.7037C8.90461 68.784 8.99708 68.8173 9.11345 68.8034C9.34618 68.7757 9.59208 68.6727 9.85114 68.4944C10.1247 68.3143 10.4077 68.0888 10.7 67.818C10.9906 67.5327 11.2769 67.2109 11.5588 66.8529C11.8535 66.4785 12.132 66.0913 12.3942 65.6913C12.0787 65.2715 11.8941 64.8362 11.8405 64.3853C11.8041 64.0798 11.8045 63.711 11.8416 63.2788C11.8915 62.8303 11.9687 62.3638 12.0733 61.8793C12.1779 61.3948 12.2971 60.9085 12.4308 60.4206C12.5773 59.9163 12.7282 59.4484 12.8833 59.0169C13.0531 58.5837 13.2143 58.2031 13.367 57.8751C13.5343 57.5454 13.6893 57.2983 13.832 57.1338C14.1822 57.2249 14.5529 57.3652 14.9442 57.5547C15.3338 57.7296 15.697 57.9298 16.0336 58.1552C16.3685 58.3662 16.6452 58.584 16.8637 58.8088C17.095 59.0173 17.2348 59.1998 17.2829 59.3564C17.3192 59.6618 17.2889 60.0269 17.1919 60.4514C17.0949 60.876 16.9441 61.3439 16.7394 61.8551C16.5475 62.35 16.3009 62.8809 15.9995 63.4478C15.711 63.9985 15.387 64.5607 15.0275 65.1345C15.1182 65.1533 15.209 65.172 15.2997 65.1907C15.4033 65.1931 15.5205 65.1865 15.6514 65.1709C16.2332 65.1017 16.7427 64.9821 17.1798 64.812C17.6168 64.642 18.026 64.4237 18.4074 64.157C18.7869 63.8758 19.1532 63.5446 19.5061 63.1633C19.859 62.782 20.2423 62.3455 20.6558 61.8537C20.8023 61.969 20.9904 62.1237 21.22 62.3176C21.4624 62.4953 21.6586 62.6564 21.8085 62.8008C21.2703 63.4844 20.7499 64.07 20.2474 64.5576C19.7576 65.029 19.2593 65.4276 18.7522 65.7534C18.258 66.063 17.7487 66.308 17.2244 66.4884C16.7 66.6689 16.1396 66.7945 15.5433 66.8655ZM35.706 61.324C34.5236 62.7924 33.3888 64.0412 32.3016 65.0704C31.229 66.0979 30.1865 66.9448 29.1741 67.6111C28.1618 68.2774 27.1749 68.7858 26.2135 69.1362C25.2666 69.4849 24.3277 69.7146 23.3968 69.8254C23.004 69.8722 22.5504 69.7786 22.0357 69.5448C21.5211 69.311 21.035 69.0075 20.5776 68.6341C20.1073 68.277 19.7071 67.8895 19.3771 67.4714C19.0471 67.0534 18.863 66.6844 18.8249 66.3644C18.683 65.1716 18.7204 64.0608 18.9373 63.0318C19.1379 61.9901 19.4596 61.0372 19.9026 60.1731C20.3456 59.3091 20.8726 58.5309 21.4836 57.8386C22.1091 57.1446 22.7685 56.5498 23.4619 56.0543C24.1698 55.557 24.8825 55.1624 25.6001 54.8704C26.3177 54.5785 26.9893 54.3954 27.6148 54.3209C28.0657 54.2673 28.5249 54.3454 28.9924 54.5553C29.4745 54.7634 29.9199 55.035 30.3285 55.3699C30.7372 55.7048 31.0757 56.0702 31.3441 56.4661C31.6253 56.8457 31.784 57.1882 31.8204 57.4937C31.8792 57.9882 31.7289 58.5224 31.3694 59.0963C31.0227 59.6538 30.5032 60.2467 29.8108 60.8749C29.1185 61.5031 28.2752 62.164 27.2808 62.8577C26.2848 63.5368 25.1805 64.2361 23.9679 64.9558C23.9658 65.31 23.9847 65.6545 24.0245 65.989C24.0782 66.4399 24.2091 66.7342 24.4172 66.8717C24.6399 67.0074 25.0203 67.0433 25.5585 66.9792C26.5185 66.865 27.4013 66.5977 28.2069 66.1773C29.027 65.7551 29.7995 65.2428 30.5244 64.6402C31.2493 64.0376 31.9365 63.3658 32.5859 62.6247C33.2353 61.8836 33.8765 61.1361 34.5097 60.3822L35.706 61.324ZM27.3767 56.7833C27.0858 56.8179 26.7848 57.016 26.4738 57.3775C26.1611 57.7246 25.8604 58.1734 25.5719 58.724C25.2834 59.2747 25.0189 59.9036 24.7786 60.6108C24.5364 61.3034 24.3414 62.02 24.1935 62.7604C24.6902 62.3473 25.1697 61.914 25.632 61.4607C26.1089 61.0057 26.5259 60.543 26.883 60.0727C27.2384 59.5878 27.5129 59.1053 27.7065 58.6249C27.9001 58.1446 27.9701 57.6789 27.9164 57.228C27.9009 57.0971 27.8434 56.9859 27.744 56.8945C27.6591 56.8013 27.5367 56.7643 27.3767 56.7833ZM44.1064 56.607C43.9848 57.1967 43.8218 57.8726 43.6174 58.6345C43.4276 59.3947 43.2433 60.1395 43.0646 60.8688C42.8859 61.5982 42.7357 62.2577 42.6141 62.8475C42.5071 63.4356 42.4682 63.8532 42.4977 64.1005C42.5081 64.1878 42.5569 64.2262 42.6442 64.2159C42.8042 64.1968 43.0329 64.0737 43.3304 63.8465C43.6279 63.6194 43.9622 63.3288 44.3331 62.9749C44.7186 62.6192 45.1151 62.2327 45.5228 61.8154C45.9304 61.3981 46.3171 60.9907 46.6829 60.5931C47.0614 60.1793 47.4007 59.807 47.7006 59.4763C48.0005 59.1455 48.2291 58.8971 48.3864 58.7308C48.5328 58.8462 48.7055 58.9953 48.9043 59.1781C49.1176 59.3593 49.3146 59.5276 49.4954 59.6831C49.2135 60.0412 48.8602 60.4815 48.4356 61.0041C48.0092 61.5122 47.541 62.04 47.0308 62.5875C46.5352 63.1333 46.0105 63.6825 45.4567 64.2352C44.9174 64.7862 44.3794 65.2854 43.8426 65.7328C43.3203 66.1785 42.8257 66.5472 42.3588 66.8388C41.892 67.1303 41.4913 67.296 41.1567 67.3358C40.9385 67.3618 40.6526 67.3147 40.299 67.1945C39.9472 67.0889 39.6047 66.9378 39.2715 66.7415C38.9401 66.5596 38.6488 66.3435 38.3978 66.0931C38.1467 65.8427 38.0056 65.5866 37.9744 65.3247C38.0766 64.3242 38.1936 63.4473 38.3252 62.6941C38.4568 61.9408 38.5869 61.2984 38.7154 60.7668C38.8422 60.2206 38.9593 59.7789 39.0667 59.4416C39.174 59.1043 39.2546 58.8513 39.3083 58.6826C39.1251 58.6307 38.9483 58.5706 38.7779 58.5023C38.6075 58.4341 38.4371 58.3659 38.2667 58.2976C38.0634 58.5726 37.8327 58.8656 37.5747 59.1766C37.3312 59.4858 37.0805 59.7959 36.8224 60.1069C36.5644 60.4179 36.3055 60.7216 36.0458 61.0181C35.786 61.3145 35.5527 61.5857 35.346 61.8316L34.1714 60.8871C34.5064 60.4784 34.9126 59.9875 35.3902 59.4144C35.8516 58.8284 36.3056 58.2433 36.7524 57.6591C36.3628 57.4842 36.0113 57.3195 35.6979 57.165C35.3827 56.996 35.1138 56.8436 34.8911 56.7078C34.6231 56.5627 34.3859 56.4287 34.1795 56.3057C34.087 56.2724 34.0321 56.1831 34.0148 56.0376C33.9957 55.8776 34.0344 55.6444 34.1307 55.3379C34.2107 55.0186 34.3253 54.6804 34.4746 54.3233C34.6222 53.9517 34.7843 53.5784 34.9609 53.2033C35.1358 52.8137 35.3078 52.4613 35.4768 52.1462C35.6458 51.831 35.7927 51.5775 35.9174 51.3857C36.0549 51.1776 36.1455 51.0709 36.1891 51.0657C36.2182 51.0622 36.3171 51.0873 36.4857 51.141C36.6689 51.193 36.8611 51.2586 37.0623 51.3379C37.2618 51.4027 37.4485 51.4838 37.6223 51.5811C37.7962 51.6784 37.9101 51.7681 37.9642 51.8502C37.9874 51.9212 38.0201 52.0722 38.0623 52.3032C38.1046 52.5342 38.1529 52.8161 38.2072 53.1489C38.8091 53.3724 39.4308 53.6377 40.0721 53.9449C40.7118 54.2376 41.2988 54.5218 41.8332 54.7975C42.46 55.1064 43.0586 55.4261 43.629 55.7565C43.832 55.8504 43.9656 55.982 44.03 56.1514C44.109 56.319 44.1344 56.4709 44.1064 56.607ZM53.5525 63.0948C53.7852 63.0671 54.0858 62.9281 54.4543 62.6777C54.8374 62.4256 55.2507 62.1183 55.6944 61.7557C56.1363 61.3785 56.5966 60.9697 57.0753 60.5292C57.5539 60.0887 57.9971 59.6598 58.4047 59.2425C58.8269 58.8235 59.2016 58.4396 59.5289 58.0908C59.8562 57.7421 60.0985 57.4846 60.2557 57.3184C60.4022 57.4337 60.5749 57.5828 60.7736 57.7657C60.987 57.9468 61.184 58.1152 61.3648 58.2707C61.0829 58.6288 60.7296 59.0691 60.305 59.5917C59.8786 60.0997 59.4104 60.6275 58.9002 61.175C58.4046 61.7208 57.8799 62.2701 57.3261 62.8228C56.7868 63.3738 56.2488 63.873 55.7119 64.3204C55.1897 64.7661 54.6951 65.1347 54.2282 65.4263C53.7614 65.7179 53.3606 65.8836 53.0261 65.9234C52.5752 65.9771 52.0761 65.8742 51.5289 65.6148C50.9963 65.3536 50.4867 65.0381 50.0001 64.6682C49.5118 64.2837 49.089 63.8915 48.7316 63.4915C48.3742 63.0914 48.1607 62.7849 48.0911 62.5719C48.0516 62.4881 48.025 62.388 48.0111 62.2717C47.9955 62.1408 47.9791 62.0026 47.9618 61.8571C47.8752 61.1298 47.8607 60.2022 47.9183 59.0742C47.9595 57.9334 48.0593 56.7266 48.2177 55.4539C48.3743 54.1666 48.5763 52.8887 48.8236 51.6201C49.0837 50.3352 49.3758 49.1941 49.6996 48.1967C50.3567 46.1565 51.0616 44.3319 51.8142 42.7229C52.5814 41.1122 53.3501 39.7004 54.1204 38.4876C54.889 37.2603 55.6428 36.2191 56.3819 35.364C57.121 34.509 57.7902 33.8098 58.3893 33.2664C59.003 32.7213 59.5233 32.3202 59.9499 32.0629C60.3912 31.8038 60.6991 31.6639 60.8736 31.6431C61.1621 31.7121 61.4566 31.8319 61.7572 32.0027C62.0707 32.1572 62.364 32.3288 62.6372 32.5175C62.9105 32.7063 63.1546 32.8985 63.3697 33.0942C63.583 33.2753 63.7394 33.4116 63.8388 33.5031C63.969 33.6056 64.0556 33.7133 64.0985 33.8262C64.1543 33.9228 64.1925 34.0584 64.2133 34.233C64.2548 34.5821 64.2247 35.0725 64.1228 35.7042C64.021 36.3359 63.7863 37.153 63.4188 38.1556C63.0496 39.1437 62.5137 40.3433 61.8113 41.7546C61.1234 43.1641 60.1997 44.8229 59.0401 46.7311C58.497 47.6219 57.9193 48.5315 57.307 49.4599C56.7826 50.2599 56.1715 51.1366 55.4736 52.09C54.7757 53.0434 54.0516 53.9631 53.3014 54.8489C53.07 56.4992 52.9397 57.9456 52.9106 59.1882C52.896 60.4291 52.9293 61.3914 53.0107 62.075C53.0644 62.5259 53.1353 62.8125 53.2236 62.9348C53.312 63.057 53.4216 63.1104 53.5525 63.0948ZM55.1403 46.6863C54.9588 47.2684 54.7901 47.8343 54.6342 48.3839C54.4929 48.9318 54.358 49.4716 54.2295 50.0032C54.6198 49.4404 54.9691 48.9047 55.2774 48.3959C55.6002 47.8854 55.8726 47.4474 56.0946 47.0816C56.3533 46.6526 56.5856 46.2488 56.7913 45.8702C57.6399 44.3236 58.3641 42.9097 58.964 41.6287C59.5639 40.3477 60.0502 39.2277 60.4229 38.2687C60.7939 37.2952 61.0529 36.4973 61.2002 35.8749C61.3602 35.2363 61.4246 34.7861 61.3935 34.5243C61.3848 34.4515 61.3715 34.4015 61.3535 34.3741C61.3483 34.3305 61.3093 34.313 61.2366 34.3217C61.1057 34.3372 60.8335 34.5909 60.4199 35.0827C60.0047 35.5599 59.5106 36.3046 58.9377 37.3169C58.3794 38.3275 57.7649 39.6102 57.0944 41.1652C56.4366 42.7039 55.7853 44.5443 55.1403 46.6863ZM73.0553 60.3757C73.0657 60.463 73.1145 60.5014 73.2018 60.491C73.3327 60.4755 73.5396 60.3549 73.8226 60.1295C74.1056 59.9041 74.4261 59.6225 74.7842 59.2849C75.1423 58.9472 75.518 58.5706 75.9111 58.155C76.3187 57.7377 76.7054 57.3303 77.0711 56.9327C77.4369 56.5351 77.7624 56.1719 78.0478 55.8429C78.3478 55.5121 78.5755 55.2564 78.731 55.0756C78.8775 55.191 79.0583 55.3465 79.2733 55.5421C79.5029 55.7361 79.7081 55.9108 79.8889 56.0663C79.5779 56.4279 79.2028 56.8708 78.7636 57.3951C78.3373 57.9032 77.8699 58.4382 77.3614 59.0003C76.8675 59.5606 76.3518 60.1236 75.8143 60.6891C75.275 61.2401 74.7443 61.7384 74.222 62.1841C73.6997 62.6298 73.1979 62.9993 72.7165 63.2926C72.2368 63.6005 71.8078 63.7769 71.4297 63.8219C71.1678 63.8531 70.8709 63.8368 70.5387 63.773C70.2212 63.7076 69.9202 63.5959 69.6359 63.4379C69.3533 63.2945 69.11 63.1096 68.906 62.8831C68.702 62.6566 68.5819 62.3906 68.5455 62.0851C68.5317 61.9688 68.508 61.8314 68.4744 61.6732C68.4536 61.4986 68.4422 61.2787 68.4401 61.0134C68.4363 60.7336 68.4556 60.3994 68.4978 60.0108C68.5384 59.6077 68.6122 59.1121 68.7192 58.524C68.2998 59.0903 67.7957 59.6887 67.2069 60.3193C66.6326 60.9482 66.0186 61.5524 65.3647 62.1317C64.7108 62.7111 64.0436 63.2404 63.363 63.7197C62.6987 64.2118 62.0733 64.596 61.4866 64.8724C61.4173 64.9101 61.3608 64.9316 61.3172 64.9368C61.2736 64.942 61.2299 64.9472 61.1863 64.9524C61.0408 64.9697 60.8431 64.9194 60.593 64.8017C60.3285 64.6856 60.0651 64.5178 59.8029 64.2983C59.5425 64.0932 59.3141 63.8475 59.1178 63.5611C58.9069 63.2764 58.7832 62.9813 58.7469 62.6758C58.7365 62.5886 58.7455 62.2924 58.7739 61.7875C58.8024 61.2826 58.9388 60.632 59.1834 59.8358C59.4117 59.0268 59.7895 58.1115 60.317 57.0898C60.8428 56.0536 61.5987 54.9679 62.5848 53.8327C63.0915 53.2561 63.6453 52.7034 64.2462 52.1746C64.7539 51.7306 65.3408 51.2699 66.0068 50.7923C66.6728 50.3148 67.3847 49.9129 68.1425 49.5867C68.1716 49.5832 68.1925 49.5734 68.2054 49.5571C68.2327 49.5391 68.2699 49.542 68.317 49.5659C68.4985 49.6033 68.7134 49.6736 68.9617 49.7769C69.2228 49.8638 69.4784 49.9662 69.7285 50.0839C69.9913 50.1854 70.2187 50.2985 70.4105 50.4232C70.6152 50.5316 70.7518 50.626 70.8204 50.7063C70.8384 50.7337 70.841 50.7555 70.8282 50.7718L70.7898 50.8206C70.1767 51.2476 69.6053 51.7139 69.0754 52.2195C68.5437 52.7106 68.075 53.172 67.669 53.6039C67.1991 54.1171 66.7646 54.6188 66.3656 55.1088C65.4284 56.2824 64.802 57.279 64.4864 58.0984C64.1692 58.9032 64.0304 59.4729 64.0702 59.8075C64.0997 60.0547 64.2162 60.1663 64.4198 60.142C64.6235 60.1178 64.8685 60.0075 65.1549 59.8112C65.4542 59.5985 65.7837 59.3307 66.1436 59.0075C66.5017 58.6699 66.891 58.2843 67.3114 57.8507C67.7447 57.4008 68.1908 56.9347 68.6497 56.4523C69.0573 56.035 69.447 55.5903 69.8186 55.1183C70.1407 54.7259 70.4713 54.2809 70.8104 53.7833C71.1495 53.2856 71.4295 52.7876 71.6505 52.2892C71.6487 52.2747 71.6543 52.2593 71.6671 52.243C71.6799 52.2267 71.7017 52.2241 71.7326 52.2352C71.9064 52.3326 72.1116 52.5073 72.3481 52.7594C72.5829 52.997 72.8066 53.2654 73.0193 53.5647C73.2319 53.8639 73.4146 54.1593 73.5673 54.4509C73.7328 54.7263 73.8251 54.9439 73.8441 55.104C73.5909 55.8274 73.4036 56.484 73.282 57.0738C73.1732 57.6473 73.093 58.1511 73.0414 58.585C73.0043 59.0172 72.9894 59.3878 72.9966 59.6967C73.0167 59.9894 73.0363 60.2157 73.0553 60.3757ZM69.7475 43.1778C69.7579 43.2651 69.6974 43.5009 69.5662 43.8854C69.4332 44.2552 69.2737 44.6504 69.0877 45.0708C68.9145 45.475 68.737 45.8428 68.5551 46.1742C68.3733 46.5056 68.2315 46.6774 68.1296 46.6895C68.0278 46.7016 67.7937 46.6557 67.4273 46.5518C67.0609 46.4479 66.6773 46.3239 66.2766 46.1798C65.8905 46.034 65.5416 45.8911 65.2299 45.7512C64.9165 45.5967 64.7554 45.4831 64.7468 45.4103C64.7208 45.1922 64.7636 44.8699 64.8751 44.4436C65.0012 44.0155 65.15 43.5921 65.3214 43.1734C65.4912 42.7402 65.6605 42.366 65.8296 42.0509C65.9986 41.7357 66.1195 41.5738 66.1922 41.5651C66.3813 41.5426 66.6689 41.6043 67.0551 41.7501C67.454 41.8797 67.8492 42.0392 68.2405 42.2286C68.6319 42.4181 68.9787 42.6055 69.281 42.7908C69.5834 42.9761 69.7389 43.1051 69.7475 43.1778ZM76.064 42.8908C76.0744 42.9781 76.0131 43.2067 75.8801 43.5766C75.7471 43.9464 75.5876 44.3416 75.4016 44.762C75.2284 45.1662 75.0509 45.534 74.869 45.8654C74.6872 46.1968 74.5454 46.3686 74.4435 46.3807C74.3417 46.3928 74.1085 46.3542 73.7438 46.2648C73.3774 46.1609 72.9938 46.0369 72.5931 45.8928C72.207 45.747 71.8581 45.6041 71.5464 45.4642C71.233 45.3097 71.0719 45.1961 71.0633 45.1234C71.0373 44.9052 71.0801 44.5829 71.1916 44.1566C71.3177 43.7286 71.4665 43.3052 71.6379 42.8865C71.8077 42.4532 71.977 42.079 72.1461 41.7639C72.3151 41.4487 72.436 41.2868 72.5087 41.2782C72.6978 41.2557 72.9854 41.3173 73.3716 41.4632C73.7705 41.5927 74.1657 41.7522 74.557 41.9417C74.9466 42.1166 75.2926 42.2967 75.5949 42.482C75.8973 42.6673 76.0536 42.8036 76.064 42.8908ZM84.3791 50.2877C84.26 50.774 84.1417 51.2675 84.0242 51.7683C83.9068 52.2691 83.7911 52.7844 83.6771 53.3143C84.4689 52.1579 85.1531 51.2135 85.7298 50.4811C86.3193 49.7323 86.817 49.142 87.2229 48.7102C87.6434 48.2766 87.984 47.9779 88.2448 47.8141C88.5184 47.634 88.7352 47.5345 88.8952 47.5154C89.0843 47.4929 89.3792 47.5537 89.7799 47.6978C90.1806 47.8419 90.5864 48.0297 90.9975 48.261C91.4232 48.4907 91.7915 48.7345 92.1024 48.9925C92.428 49.2488 92.6037 49.4861 92.6297 49.7042C92.6349 49.7479 92.6345 49.8069 92.6286 49.8814C92.621 49.9413 92.6087 50.0239 92.5918 50.1292C92.5187 50.5067 92.417 50.954 92.2867 51.471C92.171 51.9863 92.0434 52.5252 91.9038 53.0876C91.7625 53.6355 91.622 54.1907 91.4824 54.7531C91.3411 55.301 91.2181 55.8172 91.1135 56.3017C91.0089 56.7862 90.9264 57.2091 90.8662 57.5703C90.8059 57.9315 90.7853 58.1921 90.8043 58.3521C90.8147 58.4394 90.8635 58.4778 90.9508 58.4674C91.1108 58.4484 91.3396 58.3253 91.6371 58.0981C91.9346 57.8709 92.2688 57.5804 92.6397 57.2265C93.0252 56.8708 93.4218 56.4843 93.8294 56.067C94.2371 55.6497 94.6238 55.2423 94.9895 54.8447C95.368 54.4309 95.7073 54.0586 96.0072 53.7279C96.3072 53.3971 96.5357 53.1486 96.693 52.9824C96.854 53.096 97.0339 53.2443 97.2327 53.4271C97.4315 53.61 97.6213 53.7792 97.8021 53.9347C97.5201 54.2928 97.1669 54.7331 96.7422 55.2557C96.3159 55.7638 95.8476 56.2915 95.3375 56.8391C94.8418 57.3848 94.3171 57.9341 93.7633 58.4868C93.2241 59.0378 92.6933 59.5361 92.171 59.9818C91.6487 60.4275 91.1542 60.7962 90.6873 61.0877C90.2204 61.3793 89.8197 61.545 89.4852 61.5848C89.267 61.6108 88.9811 61.5637 88.6275 61.4435C88.2756 61.3378 87.9258 61.1877 87.5781 60.993C87.2467 60.8112 86.9555 60.5951 86.7044 60.3447C86.4533 60.0943 86.3122 59.8382 86.281 59.5763C86.341 58.9644 86.4351 58.2672 86.5632 57.4849C86.706 56.7008 86.8615 55.9004 87.0299 55.0838C87.1965 54.2526 87.3721 53.4351 87.5567 52.6313C87.7542 51.8112 87.9449 51.0583 88.1288 50.3726L88.0904 50.4214C87.8538 50.7889 87.5066 51.2801 87.0487 51.8952C86.6036 52.494 86.1049 53.2614 85.5525 54.1975C84.9983 55.119 84.4294 56.2267 83.8458 57.5206C83.2604 58.7999 82.7164 60.3029 82.2138 62.0297C82.1508 62.2437 82.0898 62.4132 82.031 62.5383C81.9721 62.6633 81.8408 62.7379 81.6372 62.7621C81.3899 62.7916 81.0976 62.7526 80.7603 62.6452C80.4392 62.5506 80.1049 62.406 79.7572 62.2114C79.3966 62.033 79.0399 61.8247 78.687 61.5864C78.3196 61.3498 77.9885 61.1089 77.6938 60.8637C77.6834 60.7765 77.6976 60.524 77.7364 60.1063C77.7607 59.6904 77.8092 59.1683 77.882 58.5401C77.953 57.8973 78.0509 57.1702 78.1756 56.3587C78.2986 55.5327 78.4463 54.6669 78.6188 53.7613C78.7914 52.8557 78.9912 51.932 79.2185 50.9904C79.4294 50.0359 79.6738 49.1143 79.9516 48.2257C80.5972 48.4439 81.3159 48.7198 82.108 49.0533C82.9146 49.3852 83.6716 49.7966 84.3791 50.2877ZM114.886 51.9017C113.787 53.3306 112.669 54.6585 111.532 55.8855C110.408 57.0962 109.282 58.2406 108.157 59.3187C108.004 60.0155 107.83 60.7222 107.635 61.4387C107.456 62.168 107.263 62.8991 107.055 63.632C106.747 64.6422 106.362 65.6174 105.898 66.5577C105.451 67.5107 104.959 68.3954 104.422 69.2117C103.886 70.0425 103.327 70.795 102.743 71.4693C102.161 72.1581 101.59 72.7498 101.029 73.2443C100.483 73.7371 99.9693 74.1302 99.4879 74.4235C98.9919 74.7185 98.5621 74.8877 98.1985 74.931C97.9512 74.9604 97.6473 74.8859 97.2868 74.7075C96.9262 74.5292 96.5806 74.29 96.2499 73.9901C95.9063 73.7064 95.6094 73.3803 95.359 73.0118C95.0958 72.6596 94.9435 72.3089 94.9019 71.9598C94.8119 71.2034 94.9854 70.4305 95.4226 69.6409C95.8451 68.853 96.4687 68.0191 97.2934 67.1391C98.1035 66.2608 99.0684 65.3199 100.188 64.3163C101.31 63.3273 102.524 62.2534 103.832 61.0946C104.053 60.2274 104.293 59.2032 104.551 58.0219C104.821 56.8243 105.133 55.3562 105.487 53.6177C105.05 54.4073 104.525 55.2 103.911 55.9958C103.296 56.7771 102.65 57.4882 101.974 58.1293C101.298 58.7703 100.609 59.3022 99.9073 59.725C99.2215 60.1607 98.5732 60.4149 97.9623 60.4876C97.8023 60.5066 97.5891 60.4508 97.3228 60.3203C97.0436 60.2059 96.7657 60.0399 96.489 59.822C96.1978 59.6059 95.945 59.3409 95.7306 59.0272C95.5017 58.7151 95.3647 58.37 95.3197 57.9918C95.2626 57.5118 95.3106 56.9234 95.4637 56.2266C95.6151 55.5152 95.8712 54.7545 96.2322 53.9445C96.5785 53.1362 97.0177 52.3021 97.5497 51.4422C98.0962 50.5805 98.7216 49.7612 99.4257 48.984C100.143 48.1906 100.935 47.4694 101.801 46.8205C102.681 46.1552 103.635 45.614 104.662 45.1967C104.822 45.1776 105.055 45.2163 105.362 45.3126C105.666 45.3943 105.966 45.4987 106.262 45.6259C106.57 45.7367 106.835 45.8527 107.056 45.974C107.291 46.0935 107.411 46.175 107.417 46.2187C107.42 46.2477 107.403 46.2867 107.364 46.3355C107.337 46.3535 107.316 46.3634 107.301 46.3651C106.991 46.6086 106.596 46.9433 106.115 47.3693C105.635 47.7952 105.131 48.2756 104.605 48.8103C104.077 49.3304 103.553 49.8869 103.033 50.4798C102.514 51.0727 102.045 51.6595 101.628 52.2403C101.223 52.8048 100.903 53.3444 100.67 53.859C100.434 54.3591 100.339 54.7982 100.384 55.1764C100.399 55.3073 100.442 55.4202 100.513 55.5151C100.596 55.5937 100.703 55.6253 100.834 55.6097C101.197 55.5664 101.59 55.3943 102.011 55.0934C102.446 54.7762 102.879 54.3853 103.31 53.9209C103.742 53.4565 104.168 52.9485 104.589 52.3968C105.009 51.8306 105.401 51.2824 105.765 50.7522C106.143 50.2057 106.474 49.7016 106.758 49.24C107.043 48.7783 107.264 48.4054 107.422 48.121C107.447 48.0885 107.466 48.0568 107.477 48.026C107.502 47.9934 107.535 47.96 107.576 47.9257C107.695 47.941 107.865 48.0682 108.086 48.3076C108.32 48.5452 108.553 48.8272 108.784 49.1538C109.013 49.4659 109.213 49.7814 109.383 50.1004C109.569 50.4176 109.67 50.649 109.687 50.7944L109.692 50.8381C109.694 50.8526 109.686 50.9053 109.667 50.996C109.567 51.5241 109.449 52.2611 109.31 53.2069C109.172 54.1527 108.985 55.2445 108.749 56.4823C109.591 55.6297 110.43 54.7407 111.264 53.8153C112.112 52.8883 112.947 51.9039 113.767 50.8622L114.886 51.9017ZM97.5233 72.0462C97.8142 72.0116 98.2092 71.7359 98.7083 71.2192C99.1945 70.7188 99.7016 70.0831 100.229 69.3122C100.759 68.5559 101.264 67.7213 101.746 66.8084C102.244 65.9083 102.642 65.0422 102.941 64.2099C102.077 65.0061 101.288 65.7491 100.573 66.439C99.8607 67.1434 99.2617 67.8121 98.7764 68.4451C98.2767 69.0799 97.9052 69.6773 97.662 70.2373C97.4061 70.8136 97.3093 71.3636 97.3716 71.8872C97.3854 72.0036 97.436 72.0566 97.5233 72.0462ZM128.916 50.2322C127.733 51.7006 126.598 52.9494 125.511 53.9786C124.439 55.0061 123.396 55.853 122.384 56.5193C121.371 57.1856 120.384 57.694 119.423 58.0444C118.476 58.3931 117.537 58.6228 116.606 58.7336C116.214 58.7804 115.76 58.6868 115.245 58.453C114.731 58.2192 114.245 57.9157 113.787 57.5423C113.317 57.1852 112.917 56.7976 112.587 56.3796C112.257 55.9616 112.073 55.5926 112.034 55.2726C111.893 54.0798 111.93 52.969 112.147 51.94C112.347 50.8983 112.669 49.9454 113.112 49.0813C113.555 48.2173 114.082 47.4391 114.693 46.7468C115.319 46.0528 115.978 45.458 116.671 44.9625C117.379 44.4652 118.092 44.0706 118.81 43.7786C119.527 43.4867 120.199 43.3035 120.824 43.2291C121.275 43.1755 121.734 43.2536 122.202 43.4635C122.684 43.6716 123.129 43.9432 123.538 44.2781C123.947 44.613 124.285 44.9784 124.554 45.3743C124.835 45.7539 124.994 46.0964 125.03 46.4018C125.089 46.8964 124.938 47.4306 124.579 48.0045C124.232 48.562 123.713 49.1549 123.02 49.7831C122.328 50.4113 121.485 51.0722 120.49 51.7659C119.494 52.445 118.39 53.1443 117.177 53.8639C117.175 54.2182 117.194 54.5627 117.234 54.8972C117.288 55.3481 117.419 55.6423 117.627 55.7798C117.849 55.9156 118.23 55.9515 118.768 55.8874C119.728 55.7732 120.611 55.5059 121.416 55.0855C122.237 54.6633 123.009 54.151 123.734 53.5484C124.459 52.9458 125.146 52.274 125.795 51.5329C126.445 50.7918 127.086 50.0443 127.719 49.2903L128.916 50.2322ZM120.586 45.6915C120.295 45.7261 119.994 45.9242 119.683 46.2857C119.371 46.6327 119.07 47.0816 118.781 47.6322C118.493 48.1829 118.228 48.8118 117.988 49.519C117.746 50.2116 117.551 50.9282 117.403 51.6686C117.9 51.2554 118.379 50.8222 118.842 50.3689C119.318 49.9138 119.735 49.4512 120.093 48.9809C120.448 48.496 120.722 48.0134 120.916 47.5331C121.11 47.0528 121.18 46.5871 121.126 46.1362C121.11 46.0053 121.053 45.8941 120.954 45.8027C120.869 45.7095 120.746 45.6725 120.586 45.6915ZM137.316 45.5152C137.194 46.1049 137.031 46.7808 136.827 47.5427C136.637 48.3029 136.453 49.0476 136.274 49.777C136.095 50.5064 135.945 51.1659 135.824 51.7557C135.717 52.3438 135.678 52.7614 135.707 53.0087C135.718 53.096 135.766 53.1344 135.854 53.1241C136.014 53.105 136.242 52.9819 136.54 52.7547C136.837 52.5276 137.172 52.237 137.543 51.8831C137.928 51.5274 138.325 51.1409 138.732 50.7236C139.14 50.3063 139.527 49.8989 139.892 49.5013C140.271 49.0875 140.61 48.7152 140.91 48.3845C141.21 48.0537 141.439 47.8053 141.596 47.639C141.742 47.7544 141.915 47.9035 142.114 48.0863C142.327 48.2675 142.524 48.4358 142.705 48.5913C142.423 48.9494 142.07 49.3897 141.645 49.9123C141.219 50.4204 140.751 50.9481 140.24 51.4957C139.745 52.0415 139.22 52.5907 138.666 53.1434C138.127 53.6944 137.589 54.1936 137.052 54.641C136.53 55.0867 136.035 55.4554 135.568 55.7469C135.102 56.0385 134.701 56.2042 134.366 56.244C134.148 56.27 133.862 56.2229 133.509 56.1027C133.157 55.9971 132.814 55.846 132.481 55.6497C132.15 55.4678 131.858 55.2517 131.607 55.0013C131.356 54.7509 131.215 54.4948 131.184 54.2329C131.286 53.2324 131.403 52.3555 131.535 51.6023C131.666 50.849 131.796 50.2066 131.925 49.675C132.052 49.1288 132.169 48.6871 132.276 48.3498C132.384 48.0125 132.464 47.7595 132.518 47.5908C132.335 47.5388 132.158 47.4788 131.987 47.4105C131.817 47.3423 131.647 47.274 131.476 47.2058C131.273 47.4808 131.042 47.7738 130.784 48.0848C130.541 48.394 130.29 48.7041 130.032 49.0151C129.774 49.3261 129.515 49.6298 129.255 49.9263C128.996 50.2227 128.762 50.4939 128.556 50.7398L127.381 49.7953C127.716 49.3866 128.122 48.8957 128.6 48.3226C129.061 47.7366 129.515 47.1515 129.962 46.5673C129.572 46.3924 129.221 46.2277 128.907 46.0732C128.592 45.9042 128.323 45.7518 128.101 45.616C127.833 45.4709 127.595 45.3368 127.389 45.2139C127.297 45.1806 127.242 45.0913 127.224 44.9458C127.205 44.7858 127.244 44.5526 127.34 44.2461C127.42 43.9268 127.535 43.5886 127.684 43.2315C127.832 42.8599 127.994 42.4866 128.17 42.1115C128.345 41.7219 128.517 41.3695 128.686 41.0544C128.855 40.7392 129.002 40.4857 129.127 40.2939C129.264 40.0857 129.355 39.9791 129.399 39.9739C129.428 39.9704 129.527 39.9955 129.695 40.0492C129.878 40.1012 130.071 40.1668 130.272 40.2461C130.471 40.3109 130.658 40.392 130.832 40.4893C131.006 40.5866 131.12 40.6763 131.174 40.7584C131.197 40.8294 131.23 40.9804 131.272 41.2114C131.314 41.4424 131.362 41.7243 131.417 42.0571C132.019 42.2806 132.64 42.5459 133.282 42.8531C133.921 43.1458 134.508 43.43 135.043 43.7057C135.67 44.0146 136.268 44.3343 136.839 44.6647C137.042 44.7586 137.175 44.8902 137.24 45.0596C137.319 45.2272 137.344 45.379 137.316 45.5152ZM144.621 55.0237C144.374 55.0532 144.033 54.9757 143.598 54.7915C143.179 54.62 142.761 54.3895 142.343 54.1C141.926 53.825 141.559 53.5294 141.241 53.2131C140.923 52.8969 140.75 52.6152 140.72 52.3679C140.668 51.9315 140.71 51.2259 140.845 50.251C140.965 49.2778 141.149 48.1642 141.399 46.9102C141.646 45.6416 141.935 44.287 142.265 42.8463C142.609 41.4038 142.958 39.9905 143.309 38.6062L140.233 38.9723L140.211 38.9749C140.196 38.9766 140.187 38.963 140.184 38.9339C140.173 38.8466 140.195 38.7186 140.249 38.55C140.286 38.3685 140.345 38.1844 140.426 37.9978C140.491 37.7983 140.58 37.618 140.694 37.457C140.791 37.2831 140.896 37.1675 141.007 37.11L143.828 36.6415C144.117 35.604 144.395 34.649 144.659 33.7766C144.937 32.8879 145.186 32.1281 145.406 31.4971C145.46 31.3284 145.513 31.1525 145.565 30.9693C145.629 30.7698 145.724 30.5742 145.849 30.3823C145.986 30.1742 146.167 29.9608 146.392 29.7423C146.63 29.5075 146.955 29.2623 147.367 29.0068C147.668 28.8087 148.032 28.5883 148.461 28.3455C148.904 28.101 149.334 27.8728 149.751 27.6609C150.183 27.4472 150.575 27.2678 150.926 27.1227C151.276 26.9631 151.531 26.8738 151.691 26.8547C151.837 26.8374 151.913 26.8578 151.92 26.916L151.925 26.9597C151.927 26.9742 151.916 27.0123 151.894 27.074C151.824 27.2298 151.702 27.5688 151.528 28.0911C151.353 28.5988 151.135 29.2443 150.874 30.0277C150.626 30.7948 150.347 31.6762 150.038 32.6719C149.741 33.6513 149.437 34.6906 149.125 35.7898L154.339 34.9703C154.484 34.953 154.538 35.0351 154.501 35.2166C154.463 35.398 154.378 35.6147 154.246 35.8664C154.114 36.1182 153.953 36.3807 153.764 36.654C153.59 36.9255 153.438 37.1353 153.308 37.2836C153.283 37.3161 153.228 37.3521 153.144 37.3916C153.06 37.4311 152.953 37.4586 152.822 37.4742L148.502 37.9883C148.129 39.3161 147.779 40.6558 147.453 42.0075C147.127 43.3592 146.845 44.6394 146.605 45.8481C146.365 47.0567 146.187 48.1622 146.07 49.1645C145.968 50.165 145.954 50.978 146.029 51.6035C146.039 51.6908 146.088 51.7292 146.175 51.7188C146.335 51.6998 146.565 51.5839 146.864 51.3713C147.161 51.1441 147.489 50.8617 147.847 50.5241C148.22 50.1847 148.611 49.8136 149.02 49.4109C149.43 49.0081 149.818 48.6152 150.186 48.2322C150.551 47.8346 150.878 47.4786 151.165 47.1642C151.465 46.8334 151.693 46.585 151.851 46.4187C151.997 46.5341 152.17 46.6832 152.369 46.866C152.582 47.0472 152.779 47.2155 152.96 47.371C152.678 47.7291 152.325 48.1694 151.9 48.692C151.474 49.2001 151.005 49.7278 150.495 50.2754C150 50.8211 149.475 51.3704 148.921 51.9231C148.382 52.4741 147.844 52.9733 147.307 53.4207C146.785 53.8664 146.29 54.2351 145.823 54.5266C145.356 54.8182 144.956 54.9839 144.621 55.0237ZM167.25 23.3437C166.729 25.2939 166.181 27.2547 165.604 29.2263C165.026 31.1834 164.442 33.0968 163.853 34.9666C163.262 36.8219 162.677 38.5954 162.096 40.2872C161.516 41.9789 160.976 43.5183 160.477 44.9054C159.829 44.7907 159.207 44.5844 158.611 44.2865C158.015 43.9887 157.533 43.6551 157.165 43.2859C157.482 42.1123 157.792 40.8068 158.093 39.3695C158.407 37.916 158.724 36.2409 159.044 34.344C159.378 32.4455 159.725 30.2727 160.082 27.8255C160.455 25.3767 160.872 22.5611 161.334 19.3787C161.929 19.5439 162.551 19.8092 163.199 20.1746C163.862 20.5383 164.476 20.9226 165.04 21.3275C165.605 21.7324 166.087 22.1249 166.486 22.5052C166.898 22.8692 167.153 23.1487 167.25 23.3437ZM160.158 49.1033C160.172 49.2197 160.102 49.5009 159.949 49.947C159.794 50.3785 159.606 50.8434 159.385 51.3418C159.176 51.8239 158.956 52.2632 158.723 52.6597C158.504 53.0545 158.337 53.2588 158.22 53.2727C158.148 53.2813 157.997 53.255 157.768 53.1937C157.542 53.1469 157.282 53.0745 156.99 52.9765C156.7 52.893 156.393 52.7895 156.068 52.6658C155.744 52.5421 155.449 52.4223 155.185 52.3063C154.92 52.1902 154.693 52.0844 154.505 51.9888C154.331 51.8915 154.241 51.8138 154.234 51.7556C154.203 51.4937 154.253 51.1116 154.385 50.6091C154.53 50.0903 154.705 49.5826 154.912 49.0859C155.118 48.5893 155.317 48.1526 155.508 47.7758C155.714 47.3973 155.861 47.2028 155.948 47.1924C156.093 47.1751 156.296 47.2027 156.555 47.2751C156.829 47.3457 157.121 47.4438 157.431 47.5692C157.739 47.68 158.051 47.8199 158.366 47.9889C158.694 48.1417 158.985 48.2915 159.238 48.4383C159.506 48.5835 159.722 48.7201 159.884 48.8483C160.06 48.9601 160.151 49.0452 160.158 49.1033ZM181.912 21.5989C181.391 23.5491 180.843 25.51 180.266 27.4816C179.688 29.4386 179.104 31.3521 178.515 33.2219C177.925 35.0771 177.339 36.8506 176.759 38.5424C176.178 40.2342 175.638 41.7736 175.14 43.1606C174.492 43.0459 173.87 42.8396 173.274 42.5418C172.678 42.2439 172.195 41.9104 171.827 41.5412C172.145 40.3675 172.454 39.062 172.755 37.6248C173.069 36.1713 173.386 34.4961 173.706 32.5993C174.04 30.7007 174.387 28.5279 174.745 26.0808C175.117 23.6319 175.534 20.8163 175.996 17.6339C176.591 17.7991 177.213 18.0644 177.861 18.4299C178.524 18.7935 179.138 19.1778 179.702 19.5827C180.267 19.9876 180.749 20.3802 181.148 20.7604C181.56 21.1245 181.815 21.404 181.912 21.5989ZM174.82 47.3586C174.834 47.4749 174.764 47.7561 174.611 48.2022C174.456 48.6337 174.268 49.0987 174.047 49.597C173.839 50.0791 173.618 50.5184 173.385 50.9149C173.166 51.3097 172.999 51.514 172.883 51.5279C172.81 51.5365 172.659 51.5102 172.431 51.4489C172.204 51.4021 171.944 51.3297 171.652 51.2317C171.362 51.1482 171.055 51.0447 170.73 50.921C170.406 50.7974 170.111 50.6775 169.847 50.5615C169.582 50.4455 169.356 50.3396 169.167 50.2441C168.993 50.1467 168.903 50.069 168.896 50.0108C168.865 49.749 168.915 49.3668 169.047 48.8643C169.192 48.3455 169.368 47.8378 169.574 47.3412C169.781 46.8445 169.979 46.4078 170.171 46.031C170.376 45.6525 170.523 45.4581 170.61 45.4477C170.756 45.4304 170.958 45.4579 171.217 45.5303C171.491 45.601 171.783 45.699 172.093 45.8244C172.401 45.9352 172.713 46.0751 173.028 46.2442C173.356 46.3969 173.647 46.5467 173.9 46.6936C174.169 46.8387 174.384 46.9753 174.547 47.1035C174.722 47.2153 174.814 47.3004 174.82 47.3586ZM196.574 19.8542C196.054 21.8043 195.505 23.7652 194.928 25.7368C194.35 27.6939 193.766 29.6073 193.177 31.4771C192.587 33.3323 192.001 35.1058 191.421 36.7976C190.84 38.4894 190.301 40.0288 189.802 41.4158C189.154 41.3011 188.532 41.0949 187.936 40.797C187.34 40.4991 186.858 40.1656 186.489 39.7964C186.807 38.6227 187.116 37.3172 187.417 35.88C187.731 34.4265 188.048 32.7513 188.368 30.8545C188.703 28.9559 189.049 26.7831 189.407 24.336C189.779 21.8871 190.196 19.0715 190.659 15.8891C191.254 16.0544 191.875 16.3197 192.524 16.6851C193.186 17.0488 193.8 17.433 194.365 17.8379C194.929 18.2428 195.411 18.6354 195.81 19.0157C196.222 19.3797 196.477 19.6592 196.574 19.8542ZM189.483 45.6138C189.496 45.7301 189.427 46.0114 189.273 46.4574C189.118 46.8889 188.93 47.3539 188.709 47.8522C188.501 48.3343 188.28 48.7736 188.047 49.1701C187.829 49.5649 187.661 49.7693 187.545 49.7831C187.472 49.7918 187.321 49.7654 187.093 49.7041C186.866 49.6574 186.607 49.585 186.315 49.4869C186.024 49.4035 185.717 49.2999 185.392 49.1762C185.068 49.0526 184.773 48.9327 184.509 48.8167C184.244 48.7007 184.018 48.5949 183.829 48.4993C183.656 48.4019 183.565 48.3242 183.558 48.266C183.527 48.0042 183.577 47.622 183.709 47.1195C183.854 46.6007 184.03 46.093 184.236 45.5964C184.443 45.0998 184.642 44.6631 184.833 44.2863C185.038 43.9077 185.185 43.7133 185.272 43.7029C185.418 43.6856 185.62 43.7131 185.88 43.7855C186.153 43.8562 186.445 43.9542 186.755 44.0796C187.064 44.1904 187.375 44.3304 187.69 44.4994C188.018 44.6521 188.309 44.8019 188.563 44.9488C188.831 45.0939 189.046 45.2305 189.209 45.3587C189.384 45.4706 189.476 45.5556 189.483 45.6138Z" fill="%23F65287"/></svg>');
background-repeat: no-repeat;
}
.kino-film-archiv-laden{
display: flex;
justify-content: center;
}
.kino-film-button-archiv:before {
width: 16px;
height: 16px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.645 2.35C12.195 0.9 10.205 0 7.995 0C3.575 0 0.00500488 3.58 0.00500488 8C0.00500488 12.42 3.575 16 7.995 16C11.725 16 14.835 13.45 15.725 10H13.645C12.825 12.33 10.605 14 7.995 14C4.685 14 1.995 11.31 1.995 8C1.995 4.69 4.685 2 7.995 2C9.655 2 11.135 2.69 12.215 3.78L8.995 7H15.995V0L13.645 2.35Z" fill="%23E8EAED"/></svg>');
} .kino-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: flex-start; z-index: 1000;
}
.kino-modal {
height: 500px;
min-height: 500px;
display: flex;
align-items: center;
justify-content: center;
width: 700px;
position: relative;
border-radius: 8px;
border: 6px solid var(--uni-pink-transparent);
background: var(--Dark);
box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.06);
max-height: 90vh; margin-top: 5vh;  transition: height 0.3s ease-in-out;
}
.kino-modal-close {
position: absolute;
top: 25px;
right: 25px;
background: none;
border: none;
padding: 10px;
margin: 0;
cursor: pointer;
}
.kino-modal-close:before {
content: '';
width: 24px;
height: 25px;
display: block;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><g clip-path="url(%23clip0_278_319)"><path d="M18.2997 6.20997C17.9097 5.81997 17.2797 5.81997 16.8897 6.20997L11.9997 11.09L7.10973 6.19997C6.71973 5.80997 6.08973 5.80997 5.69973 6.19997C5.30973 6.58997 5.30973 7.21997 5.69973 7.60997L10.5897 12.5L5.69973 17.39C5.30973 17.78 5.30973 18.41 5.69973 18.8C6.08973 19.19 6.71973 19.19 7.10973 18.8L11.9997 13.91L16.8897 18.8C17.2797 19.19 17.9097 19.19 18.2997 18.8C18.6897 18.41 18.6897 17.78 18.2997 17.39L13.4097 12.5L18.2997 7.60997C18.6797 7.22997 18.6797 6.58997 18.2997 6.20997Z" fill="white" fill-opacity="0.5"/></g><defs><clipPath id="clip0_278_319"><rect width="24" height="24" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
}
.kino-modal iframe {
width: 100%;
height: 100%;
border: none;
}   @media (max-width: 1280px) {
.spielplan_row{
width: 90%;
}
.kino-film-row {
gap: 30px;
}
.kino-film-titel {
font-size: 32px;
line-height: 38px; }
.kino-film-metainfos, .kino-film-beschreibung-mehr-link {
font-size: 20px;
line-height: normal;
}
.kino-film-beschreibung{
font-size: 18px;
line-height: 29px;
}
}
@media (max-width: 768px) { .kino-film-row{
flex-direction: column;
}
.kino-film-image {
display: flex;
justify-content: center;
border-radius: 8px;
background: rgba(255, 255, 255, 0.10);
flex: auto;
}
.kino-film-image-container{
flex: 0 0 300px;
}
.kino-film-vorstellung {
font-size: 22px;
}
}
@media (max-width: 480px) {
.kino-film-image-container {
flex: 1;
}
.kino-film-image img {
width: 100%;
height: auto;
}
.kino-film-buttons > .kino-film-button {
flex: 1 1 auto;
}
}   .latest_films_row {
max-width: 1354px !important;
}
.kino-latest-films {
display: flex;
gap: 40px;
flex-wrap: wrap;
justify-content: center;
}
.kino-latest-films-column {
flex: 1 1 calc((100% - 3 * 40px) / 4);  max-width: 308px;
line-height: 0;
}
.kino-latest-films-image {
height: 100%;
transition: transform 300ms ease 0ms;
}
.kino-latest-films-image:hover {
transform: scaleX(0.99) scaleY(0.99) !important;
}
.kino-latest-films-image-container {
height: 100%;
}
.kino-latest-films-image img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
border: 6px solid var(--Wight);
}   @media (max-width: 980px) {
.latest_films_row {
width: 90% !important;
}
.kino-latest-films-column {
flex: 1 1 calc((100% - 1 * 40px) / 2); }
}
@media (max-width: 480px) {
.kino-latest-films-column {
flex: 1 1 100%;
}
}
@keyframes slideUp {
from {
transform: translateY(30%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.slide-up {
animation: slideUp 850ms ease-in-out forwards;
}