/*! CSS Used from: https://www.freedommusic.cz/assets/css/bootstrap.min.css */
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}
*,::after,::before{box-sizing:border-box;}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}
footer,nav{display:block;}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}
[tabindex="-1"]:focus{outline:0!important;}
h2,h5{margin-top:0;margin-bottom:.5rem;}
p{margin-top:0;margin-bottom:1rem;}
small{font-size:80%;}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#0056b3;text-decoration:underline;}
a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus{outline:0;}
img{vertical-align:middle;border-style:none;}
button{border-radius:0;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button,input{overflow:visible;}
button{text-transform:none;}
button,html [type=button]{-webkit-appearance:button;}
[type=button]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
h2,h5{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h2{font-size:2rem;}
h5{font-size:1.25rem;}
small{font-size:80%;font-weight:400;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
    .container{max-width:540px;}
}
@media (min-width:768px){
    .container{max-width:720px;}
}
@media (min-width:992px){
    .container{max-width:960px;}
}
@media (min-width:1200px){
    .container{max-width:1140px;}
}
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-12,.col-md-3{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}
@media (min-width:768px){
    .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
    .offset-md-3{margin-left:25%;}
}
@media (min-width:992px){
    .order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}
}
.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.btn:focus,.btn:hover{text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
.btn:disabled{opacity:.65;}
.fade{opacity:0;transition:opacity .15s linear;}
.collapse{display:none;}
.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;}
.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none;}
.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
@media (min-width:992px){
    .navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
    .navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto;}
}
.navbar-dark .navbar-brand{color:#fff;}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff;}
.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5;}
.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75;}
button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;}
.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;}
.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%);}
.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2));}
.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0;}
.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem;}
.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto;}
.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem;}
@media (min-width:576px){
    .modal-dialog{max-width:500px;margin:1.75rem auto;}
    .modal-dialog-centered{min-height:calc(100% - (1.75rem * 2));}
}
.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;}
@media (min-width:992px){
    .d-lg-block{display:block!important;}
}
.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important;}
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030;}
.w-100{width:100%!important;}
.h-100{height:100%!important;}
.mt-2{margin-top:.5rem!important;}
.mt-3,.my-3{margin-top:1rem!important;}
.mb-3,.my-3{margin-bottom:1rem!important;}
.mt-4{margin-top:1.5rem!important;}
.mb-5{margin-bottom:3rem!important;}
.py-0{padding-top:0!important;}
.px-0{padding-right:0!important;}
.py-0{padding-bottom:0!important;}
.px-0{padding-left:0!important;}
.pt-1,.py-1{padding-top:.25rem!important;}
.px-1{padding-right:.25rem!important;}
.py-1{padding-bottom:.25rem!important;}
.px-1{padding-left:.25rem!important;}
.pt-2{padding-top:.5rem!important;}
.py-3{padding-top:1rem!important;}
.px-3{padding-right:1rem!important;}
.py-3{padding-bottom:1rem!important;}
.px-3{padding-left:1rem!important;}
.py-5{padding-top:3rem!important;}
.px-5{padding-right:3rem!important;}
.py-5{padding-bottom:3rem!important;}
.px-5{padding-left:3rem!important;}
.mx-auto{margin-right:auto!important;}
.mx-auto{margin-left:auto!important;}
@media (min-width:768px){
    .mb-md-0{margin-bottom:0!important;}
    .py-md-5{padding-top:3rem!important;}
    .py-md-5{padding-bottom:3rem!important;}
}
@media (min-width:992px){
    .mx-lg-auto{margin-right:auto!important;}
    .mx-lg-auto{margin-left:auto!important;}
}
.text-center{text-align:center!important;}
@media (min-width:768px){
    .text-md-left{text-align:left!important;}
}
.font-weight-light{font-weight:300!important;}
.text-white{color:#fff!important;}
@media print{
    *,::after,::before{text-shadow:none!important;box-shadow:none!important;}
    a:not(.btn){text-decoration:underline;}
    img{page-break-inside:avoid;}
    h2,p{orphans:3;widows:3;}
    h2{page-break-after:avoid;}
    body{min-width:992px!important;}
    .container{min-width:992px!important;}
    .navbar{display:none;}
}
/*! CSS Used from: https://www.freedommusic.cz/assets/css/bootstrap-grid.css */
html{box-sizing:border-box;-ms-overflow-style:scrollbar;}
*,*::before,*::after{box-sizing:inherit;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width: 576px){
    .container{max-width:540px;}
}
@media (min-width: 768px){
    .container{max-width:720px;}
}
@media (min-width: 992px){
    .container{max-width:960px;}
}
@media (min-width: 1200px){
    .container{max-width:1140px;}
}
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-12,.col-md-3{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}
.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}
.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}
@media (min-width: 768px){
    .col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;}
    .offset-md-3{margin-left:25%;}
}
@media (min-width: 992px){
    .order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;}
}
.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;}
@media (min-width: 992px){
    .d-lg-block{display:block!important;}
}
.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;}
.align-self-center{-ms-flex-item-align:center!important;align-self:center!important;}
/*! CSS Used from: https://www.freedommusic.cz/assets/css/custom.css?v=201907191352 */
body{font-size:2rem;}
.bg-color-primary{background-color:#164194;}
.page-footer{color:white;font-weight:100;}
h5{font-size:2rem;}
.btn-custom-fm{border-radius:40px;padding:2rem 7.6rem 1.5rem;max-width:100%;background-color:#e31432;color:#fff!important;border:1px solid #e31432;font-size:2.5rem;font-weight:400;line-height:normal;height:100%;text-transform:none;}
.btn-custom-fm:hover{background-color:white;color:#e31432!important;text-decoration:none;}
a.btn-custom-fm{color:#db0d16;}
body{padding-top:65px;}
html{height:100%;}
body{height:100%;}
a{color:#164194;}
.navbar__logo{padding-top:10px!important;padding-bottom:10px!important;}
/*! CSS Used from: https://www.freedommusic.cz/soutez/assets/landingPage.css */
body{font-family:'WinstonFixed', sans-serif!important;}
.navbar__logo{height:60px!important;max-height:none;}
h2{color:white;text-transform:uppercase;font-weight:800;font-size:13rem;text-align:right;line-height:1;}
.lpButtonWhite{background-color:white;color:#e31432!important;font-weight:300;padding-bottom:10px;padding-left:40px;padding-right:40px;font-size:2.5rem;border-radius:40px;padding-top:13px;border:2px solid white;}
.lpButtonWhite:hover{background-color:#e31432;color:white!important;}
a.buttonOnRed{border:2px solid white;background-color:#e31432;color:white!important;}
a.buttonOnRed:hover{color:#e31432!important;background-color:white;}
.redAlert{background-color:#e31432;border-radius:40px;text-align:center;color:white;box-shadow:0px 59px 46px 0px rgba(49, 47, 97, 0.2);}
.redAlert h2{font-size:3rem;font-weight:800;text-transform:uppercase;}
.lpForm input{border-radius:20px;font-size:2rem;padding-bottom:6px;padding-top:9px;}
input[type="password"]{text-transform:none!important;}
.lpForm input:disabled{color:#dedede;cursor:not-allowed;}
*:focus{outline:none;}
input.redOnRed{border:2px solid white;background-color:#e31432;padding-left:30px;padding-right:30px;color:white;text-transform:uppercase;letter-spacing:2px;min-width:200px;text-align:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='263.765px' height='5.765px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.255,1.255 L25.003,1.255 L25.003,3.255 L1.255,3.255 L1.255,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M30.056,1.255 L53.804,1.255 L53.804,3.255 L30.056,3.255 L30.056,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M58.857,1.255 L82.605,1.255 L82.605,3.255 L58.857,3.255 L58.857,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M90.580,1.255 L114.328,1.255 L114.328,3.255 L90.580,3.255 L90.580,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M119.381,1.255 L143.129,1.255 L143.129,3.255 L119.381,3.255 L119.381,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M148.182,1.255 L171.930,1.255 L171.930,3.255 L148.182,3.255 L148.182,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M179.905,1.255 L203.653,1.255 L203.653,3.255 L179.905,3.255 L179.905,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M208.706,1.255 L232.454,1.255 L232.454,3.255 L208.706,3.255 L208.706,1.255 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2.51px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M237.507,1.255 L261.255,1.255 L261.255,3.255 L237.507,3.255 L237.507,1.255 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:75%;background-position-x:center;background-position-y:85%;}
input.redOnRed::placeholder{color:white;background-image:none;font-weight:300;text-transform:none;padding-bottom:15px;}
input.redOnRed:focus{background-image:none;}
.fullPageNotice{position:fixed;top:0;left:0;background-image:url("https://www.freedommusic.cz/soutez/imgs/blue-background_winston_web.png");overflow:hidden;width:100%;height:100%;z-index:1030;}
h2.ageGateh2{font-size:5rem;}
.font-weight-100{font-weight:100;}
.contMinusHeader{margin-top:-116px;}
.modal-content{background-color:#e31432;color:white;border-radius:20px;}
.modal-header{border-bottom:0;}
.modal-header span{background-color:white;color:#e31432;border-radius:20px;font-size:3rem;width:30px;height:30px;display:block;padding-top:1px;}
.modal-header .close{padding:0;padding-right:1rem;opacity:1;margin-top:-3px;}
.h2Modal{font-size:6rem;text-align:center;}
a.whiteLink{color:white;font-weight:100;}
.btn{-webkit-font-smoothing:antialiased;}
.btn-lp{border-radius:30px;padding-left:4rem;padding-right:4rem;padding-top:16px;}
a.btn-lp{color:white;}
.lpForm{margin-top:50px;padding-top:100px;}
@media only screen and (max-width: 992px){
    .mobile-none{display:none;}
}
@media only screen and (max-height: 720px) and (min-width: 1000px){
    h2{font-size:8rem;}
}
input.noBg{background-image:none!important;}
input:focus::-webkit-input-placeholder{opacity:0;}
.modal-header{position:absolute;right:-15px;top:-15px;z-index:10001;}
/*! CSS Used from: https://www.freedommusic.cz/assets/css/custom-style.css */
html{font-size:62.5%;scroll-behavior:smooth;}
body{font-family:'WinstonFixed', sans-serif;color:#164194;}
.navbar{font-size:1.6rem;color:#fff;}
.navbar--blue{background-color:#164194;}
.navbar__logo{max-height:5rem;}
p,span{font-size:2rem;font-weight:100;}
.font-weight-800{font-weight:800!important;}
/*! CSS Used from: https://unpkg.com/swiper/swiper-bundle.min.css */
:root{--swiper-theme-color:#007aff;}
:root{--swiper-navigation-size:44px;}
/*! CSS Used from: https://www.freedommusic.cz/soutez/assets/main.css */
body{padding-top:0;}
h2{width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;}
@media only screen and (max-width: 1199.98px){
    h2{font-size:10rem;}
}
@media only screen and (max-width: 575.98px){
    h2{font-size:7rem;}
}
@media only screen and (max-width: 991.98px){
    .navbar-logo-container{width:100%;margin-top:1.2rem;margin-bottom:1.2rem;padding-right:15px;padding-left:15px;}
}
.navbar{padding:0;}
.navbar-collapse{height:100%;padding:0;transition:height .35s ease;}
.lpForm{width:100%;display:flex;flex-direction:column;align-items:center;}
.fade{display:none!important;}
/*! CSS Used fontfaces */
@font-face{font-family:WinstonFixed;font-weight:100;font-style:normal;src:url("https://www.freedommusic.cz/assets/fonts/thinfixed.otf") format('opentype');}
@font-face{font-family:WinstonFixed;font-weight:bold;font-style:normal;src:url("https://www.freedommusic.cz/assets/fonts/boldfixed.otf") format('opentype');}
@font-face{font-family:WinstonFixed;font-weight:normal;font-style:normal;src:url("https://www.freedommusic.cz/assets/fonts/mediumfixed.otf") format("opentype");}

#onetrust-pc-sdk.otRelFont {
    font-size:23px;
}

#ot-pc-content{
    font-size: 20px;
}


#onetrust-banner-sdk.otRelFont,.ot-sdk-row,.ot-btn-container{
    font-size: 20px;
}