/**
 * Theme Name: kropos
 * Author: kropos
 * Version: 0.0.1
 */

body{overflow-x:hidden;margin:0;padding:0}a{outline:none;text-decoration:none}a:hover{color:unset}img{width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin:0}p{margin:0}body{-webkit-box-sizing:border-box;box-sizing:border-box}input{outline:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}button{outline:none;border:0}button:hover{cursor:pointer}ul{margin:0;padding:0;list-style:none}h1{font:400 60px/100% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}@media only screen and (max-width: 1296px){h1{font-size:42px}}@media only screen and (max-width: 768px){h1{font-size:24px}}@media only screen and (max-width: 390px){h1{font-size:20px}}h2{font:400 24px/100% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}@media only screen and (max-width: 1296px){h2{font-size:20px}}@media only screen and (max-width: 768px){h2{font-size:18px}}p,li,a{font:400 16px/140% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}@media only screen and (max-width: 1296px){p,li,a{font-size:15px}}@media only screen and (max-width: 768px){p,li,a{font-size:14px}}.kropos-header{background:#02838d}.kropos-header .top{padding:20px 60px;border-radius:100px 0;background:#fffeaa;display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto}@media only screen and (max-width: 1008px){.kropos-header .top{padding:10px 28px;border-radius:20px;margin:0 auto;gap:10px}}@media only screen and (max-width: 768px){.kropos-header .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.kropos-header .top img{max-width:50px}@media only screen and (max-width: 768px){.kropos-header .top img{max-width:30px}}.kropos-header .top h2{font:400 16px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#000;text-transform:uppercase}@media only screen and (max-width: 1296px){.kropos-header .top h2{font-size:13px}}@media only screen and (max-width: 768px){.kropos-header .top h2{font-size:10px}}.kropos-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}@media only screen and (max-width: 1008px){.kropos-header-content{margin-left:auto}}.kropos-header__images{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.kropos-header>.kropos-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;padding:10px 28px}@media only screen and (max-width: 1008px){.kropos-header>.kropos-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.kropos-header .header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}@media only screen and (max-width: 1296px){.kropos-header .header-menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.kropos-header .header-menu a{font:500 14px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#fff;-webkit-transition:all .4s ease;transition:all .4s ease;text-transform:uppercase}.kropos-header .header-menu a:hover{text-decoration:underline}.kropos-header .menu-header-menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;border-radius:20px;margin:0 auto;padding:10px}@media only screen and (max-width: 1008px){.kropos-header .menu-header-menu-container{display:none}}.kropos-header-mob__menu{display:none;position:absolute;top:-1000px;left:0;right:0;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:5px;background:#02838d;padding:20px 28px 15px;z-index:10}@media only screen and (max-width: 1008px){.kropos-header-mob__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.kropos-header-mob__menu .menu-header-menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0;border:0;margin:0}.kropos-header-mob__menu .header-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.kropos-header-mob__menu .header-menu li{margin-bottom:10px}.kropos-header-burger{display:none;padding:5px;width:20px;height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border-radius:5px}@media only screen and (max-width: 1008px){.kropos-header-burger{display:-webkit-box;display:-ms-flexbox;display:flex}}.kropos-header-burger span{width:100%;height:1px;display:block;background:#000;-webkit-transition:all .4s ease;transition:all .4s ease}.kropos-header-burger span:not(:last-of-type){margin-bottom:5px}.kropos-header-burger.active span{margin:0}.kropos-header-burger.active span:first-of-type{-webkit-transform:rotate(40deg);transform:rotate(40deg)}.kropos-header-burger.active span:nth-child(2){position:relative;-webkit-transform:rotate(140deg);transform:rotate(140deg);top:-1px}.kropos-header-burger.active span:last-of-type{display:none}.kropos-header .current-menu-item a{text-decoration:underline}.kropos-header .custom-logo{max-width:92px}.age-gate__headline{font:400 40px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important}@media only screen and (max-width: 1296px){.age-gate__headline{font-size:30px !important}}@media only screen and (max-width: 768px){.age-gate__headline{font-size:20px !important}}.age-gate__subheadline{font:400 24px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important}@media only screen and (max-width: 1296px){.age-gate__subheadline{font-size:20px !important}}@media only screen and (max-width: 768px){.age-gate__subheadline{font-size:18px !important}}.age-gate{max-width:815px}.age-gate__remember-field{-webkit-appearance:auto !important;-moz-appearance:auto !important;appearance:auto !important}.age-gate__remember-text{font:400 24px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important}@media only screen and (max-width: 1296px){.age-gate__remember-text{font-size:20px !important}}@media only screen and (max-width: 768px){.age-gate__remember-text{font-size:18px !important}}.age-gate__button{padding:16px 32px !important;border-radius:8px !important;background:#77b022 !important;font:600 16px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;text-transform:uppercase !important}.kropos-footer{paddng:10px 0}.kropos-footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}@media only screen and (max-width: 768px){.kropos-footer__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.kropos-footer .left{padding:10px 60px;border-radius:100px 0;background:#fffeaa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media only screen and (max-width: 1296px){.kropos-footer .left{padding:10px 30px}}@media only screen and (max-width: 768px){.kropos-footer .left{padding:24px;border-radius:10px}}.kropos-footer .left img{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.kropos-footer .left h3{font:400 16px/120% -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#000;text-transform:uppercase}@media only screen and (max-width: 1296px){.kropos-footer .left h3{font-size:15px}}@media only screen and (max-width: 768px){.kropos-footer .left h3{font-size:14px}}.kropos-footer .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap}.kropos-footer .right img{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.kropos-container{max-width:1140px;margin:0 auto;padding:0 28px}body{position:relative;background:#02838d}html{scroll-behavior:smooth}button{cursor:pointer}