@charset "UTF-8";
* {
  font-family: "IBM Plex Sans", sans-serif;
}

.gridCont {
  width: 90%;
  max-width: 1402px;
  margin: 0 auto;
  display: grid;
}

.form .any a {
  font-weight: 700;
  text-decoration: underline;
}

@layer default, comp, aloldal, hover, resp, ipad, mobil, landscape, notebook, external;
@layer default {
  * {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 0px;
    color: #fff;
    outline: none !important;
  }
  html {
    background: #231F20;
    overflow-x: hidden;
    position: relative;
  }
  html:not(:has(.productPage)) {
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
  }
  html {
    /*
    	@media(prefers-reduced-motion: no-preference){
    		interpolate-size: allow-keywords;
    	}
    */
  }
  @media (min-width: 1200px) {
    .m {
      display: none;
    }
  }
  svg path {
    color: inherit;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  a * {
    font-size: inherit;
    color: inherit;
  }
  .elitelogo {
    grid-column: 4;
    border: 1px solid #000;
    text-align: center;
    width: 160px;
    height: 46px;
  }
  .elitelogo span {
    margin: 3px auto 4px auto;
    font-size: 12px;
    display: table;
  }
  .elitelogo {
    padding: 2px 0px;
  }
  .video-responsive iframe {
    aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
  }
  picture:not(.object-fit) {
    display: table;
  }
  picture:not(.object-fit) img {
    max-width: 100%;
    height: auto;
  }
  picture.object-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #form_recaptcha {
    border: 0 !important;
  }
  body {
    min-height: 100svh;
  }
}
@layer comp {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100svw;
    z-index: 30;
  }
  header.shrink .top {
    height: 0;
    min-height: 0;
    opacity: 0;
    pointer-events: none;
  }
  header .top {
    background: rgba(0, 0, 0, 0.9);
    transition: height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
  }
  header .top ul {
    grid-template-columns: repeat(3, 280px) min-content;
    grid-column-gap: 112px;
    display: grid;
    align-items: center;
    min-height: 68px;
  }
  header .top ul li {
    display: flex;
    align-items: center;
    grid-column-gap: 4px;
    white-space: nowrap;
  }
  header .top ul li:before {
    background: #FFD900;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    content: "";
    display: table;
  }
  header .top ul li a, header .top ul li span {
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    line-height: 100%;
    font-weight: 400;
  }
  header .bot {
    background: rgba(0, 0, 0, 0.7);
  }
  header .bot .gridCont {
    display: grid;
    align-items: center;
    min-height: 104px;
    grid-template-columns: min-content auto min-content;
    grid-column-gap: 50px;
  }
  header .bot .gridCont .logo {
    width: 172px;
  }
  header .bot .gridCont nav {
    justify-self: end;
  }
  header .bot .gridCont nav > ul {
    display: flex;
    grid-column-gap: 40px;
  }
  header .bot .gridCont nav > ul > li {
    position: relative;
    display: grid;
    grid-column-gap: 10px;
    align-items: center;
    grid-template-columns: repeat(2, min-content);
  }
  header .bot .gridCont nav > ul > li > input {
    grid-row: 1;
    grid-column: 1/-1;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    height: 20px;
  }
  header .bot .gridCont nav > ul > li > a {
    grid-row: 1;
    grid-column: 1;
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 100%;
    font-weight: 600;
  }
  header .bot .gridCont nav > ul > li > svg {
    grid-row: 1;
    grid-column: 2;
  }
  header .bot .gridCont nav > ul > li:not(:has(> input:checked)) > ul {
    transform: translateY(-40px) translateX(-50%);
    height: 0;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }
  header .bot .gridCont nav > ul > li:has(> input:checked) > ul {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    height: initial;
  }
  header .bot .gridCont nav > ul > li > ul {
    transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease;
    background: #231F20;
    grid-row: 2;
    grid-column: 1/-1;
    position: absolute;
    top: 42px;
    white-space: nowrap;
    left: 50%;
    display: grid;
    padding: 20px 0;
    grid-row-gap: 30px;
  }
  header .bot .gridCont nav > ul > li > ul > li input, header .bot .gridCont nav > ul > li > ul > li ul, header .bot .gridCont nav > ul > li > ul > li svg {
    display: none !important;
  }
  header .bot .gridCont nav > ul > li > ul > li > a {
    padding: 0 20px;
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
  }
  header .bot .gridCont .megrendUrlap {
    background: #FFD900;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 8px;
    color: #231F20;
    font-family: inherit;
    font-size: 17px;
    line-height: 56px;
    font-weight: 600;
  }
  .hero {
    display: grid;
  }
  .hero > * {
    grid-column: 1;
    grid-row: 1;
  }
  .hero {
    overflow: hidden;
  }
  .hero:before {
    position: absolute;
    left: -424.5px;
    top: -424.5px;
    background: #FFD900;
    filter: blur(204px);
    height: 849px;
    width: 849px;
    content: "";
    z-index: 1;
  }
  .hero picture {
    aspect-ratio: 1920/900;
    position: relative;
  }
  .hero .gridCont {
    z-index: 2;
    justify-self: center;
    align-self: center;
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    grid-row-gap: 24px;
    padding-top: 104px;
  }
  .hero .gridCont h1 {
    max-width: 800px;
    margin: 0 auto 0 0;
    color: inherit;
    font-family: inherit;
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
  }
  .hero .gridCont h1 * {
    color: inherit;
    font-family: inherit;
    font-size: 90px;
    line-height: 90px;
  }
  .hero .gridCont h1 strong {
    color: #FFD900;
    font-weight: 700;
  }
  .hero .gridCont p {
    max-width: 800px;
    margin: 0 auto 0 0;
    color: inherit;
    font-family: inherit;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
  }
  .hero .gridCont p * {
    color: inherit;
    font-family: inherit;
    font-size: 24px;
    line-height: 32px;
  }
  .Icons {
    margin-top: -55.5px;
    position: relative;
    z-index: 3;
  }
  .Icons .gridCont ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding-bottom: 60px;
  }
  .Icons .gridCont ul li {
    display: grid;
    padding: 0 20px;
    grid-template-columns: repeat(2, min-content);
    align-items: center;
    background: #FFD900;
    grid-column-gap: 10px;
    color: #231F20;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .Icons .gridCont ul li * {
    color: #231F20;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
  }
  .Icons .gridCont ul li {
    min-height: 111px;
    justify-content: center;
    border-radius: 8px;
  }
  .homeBlog .gridCont ul {
    display: grid;
    grid-column-gap: 31px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 80px;
    width: -webkit-fill-available;
  }
  .homeBlog .gridCont ul li {
    width: -webkit-fill-available;
  }
  .homeBlog .gridCont ul li a {
    overflow: hidden;
    border-radius: 16px;
    display: grid;
    aspect-ratio: 447/585;
    width: -webkit-fill-available;
  }
  .homeBlog .gridCont ul li a > * {
    grid-column: 1;
    grid-row: 1;
  }
  .homeBlog .gridCont ul li a > span {
    align-self: start;
    justify-self: end;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    background: #231F20;
    border-radius: 10px;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    line-height: 100%;
    font-weight: 400;
    z-index: 1;
  }
  .homeBlog .gridCont ul li a .cont {
    align-self: end;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    display: grid;
    z-index: 1;
    grid-row-gap: 10px;
    align-content: end;
    width: -webkit-fill-available;
  }
  .homeBlog .gridCont ul li a .cont .h2 {
    color: #FFD900;
    font-family: inherit;
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
  }
  .homeBlog .gridCont ul li a .cont p {
    color: inherit;
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  body {
    background: url("/src/images/blur.png") no-repeat right bottom;
  }
  footer {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    z-index: 5;
  }
  footer .gridCont .top {
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    grid-gap: 30px;
    display: grid;
    padding-top: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .gridCont .top nav {
    display: grid;
    grid-row-gap: 91px;
    height: -webkit-fill-available;
    align-items: start;
    grid-template-rows: repeat(2, min-content);
  }
  footer .gridCont .top nav > span {
    padding-bottom: 31px;
    position: relative;
    color: #FFD900;
    font-family: inherit;
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
  }
  footer .gridCont .top nav > span:after {
    content: "";
    height: 1px;
    width: 55px;
    margin: 0 auto 0 0;
    display: table;
    background: #FFD900;
    position: absolute;
    bottom: 0;
  }
  footer .gridCont .top nav:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .gridCont .top nav:not(:last-child) ul li svg {
    display: none !important;
  }
  footer .gridCont .top nav ul {
    display: grid;
    grid-row-gap: 30px;
  }
  footer .gridCont .top nav ul li input, footer .gridCont .top nav ul li ul {
    display: none !important;
  }
  footer .gridCont .top nav ul li {
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
  }
  footer .gridCont .top nav ul li * {
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 100%;
  }
  footer .gridCont .top nav:last-child ul li {
    display: grid;
    grid-template-columns: min-content auto;
    align-items: center;
    grid-column-gap: 8px;
  }
  footer .gridCont .bot {
    padding-bottom: 60px;
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    align-items: center;
  }
  footer .gridCont .bot > span {
    justify-self: center;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  footer .gridCont .bot .logo {
    width: 172px;
  }
  footer .gridCont .bot .elitelogo {
    border: 1px solid #fff;
    align-items: center;
    justify-items: center;
    display: grid;
    grid-row-gap: 8px;
    width: 163px;
    height: 47px;
  }
  footer .gridCont .bot .elitelogo span {
    position: relative;
    top: 2px;
    margin: 0 auto -3px auto;
  }
  footer .gridCont .bot .elitelogo svg {
    align-self: start;
  }
  #ui-datepicker-div * {
    color: #231F20 !important;
  }
  .form {
    width: -webkit-fill-available;
    background: url("/src/images/form_bg.png") no-repeat left bottom rgb(35, 31, 32);
    padding: 40px;
    display: grid;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }
  .form > p {
    text-align: center;
    width: 100%;
    display: table;
    color: inherit;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
    font-weight: 400;
  }
  .form > p strong {
    color: #FFD900;
    font-family: inherit;
    font-size: 70px;
    line-height: 75px;
    font-weight: 400;
  }
  .form > p small {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .form > div {
    width: 95%;
    max-width: 709px;
    margin: 0px auto;
  }
  .form > div:has(input[type=text]:not(:disabled)) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(input[type=text]:not(:disabled)) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(input[type=text]:not(:disabled)) input, .form > div:has(input[type=text]:not(:disabled)) select, .form > div:has(input[type=text]:not(:disabled)) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=text]:not(:disabled)) input::-moz-placeholder, .form > div:has(input[type=text]:not(:disabled)) select::-moz-placeholder, .form > div:has(input[type=text]:not(:disabled)) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=text]:not(:disabled)) input::placeholder, .form > div:has(input[type=text]:not(:disabled)) select::placeholder, .form > div:has(input[type=text]:not(:disabled)) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=text]:not(:disabled)) input, .form > div:has(input[type=text]:not(:disabled)) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(input[type=text]:not(:disabled)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(input[type=text]:not(:disabled)) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(input[type=text]:not(:disabled)) label {
    padding-left: 20px;
  }
  .form > div:has(input[type=text]:not(:disabled)):not(:has(input:-moz-placeholder)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    transform: translate(0px, -16px);
    opacity: 0.7;
  }
  .form > div:has(input[type=text]:not(:disabled)):not(:has(input:placeholder-shown)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    transform: translate(0px, -16px);
    opacity: 0.7;
  }
  .form > div:has(input[type=text]:not(:disabled)):has(input:-moz-placeholder) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(input[type=text]:not(:disabled)):has(input:placeholder-shown) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(input[type=email]:not(:disabled)) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(input[type=email]:not(:disabled)) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(input[type=email]:not(:disabled)) input, .form > div:has(input[type=email]:not(:disabled)) select, .form > div:has(input[type=email]:not(:disabled)) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=email]:not(:disabled)) input::-moz-placeholder, .form > div:has(input[type=email]:not(:disabled)) select::-moz-placeholder, .form > div:has(input[type=email]:not(:disabled)) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=email]:not(:disabled)) input::placeholder, .form > div:has(input[type=email]:not(:disabled)) select::placeholder, .form > div:has(input[type=email]:not(:disabled)) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=email]:not(:disabled)) input, .form > div:has(input[type=email]:not(:disabled)) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(input[type=email]:not(:disabled)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(input[type=email]:not(:disabled)) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(input[type=email]:not(:disabled)) label {
    padding-left: 20px;
  }
  .form > div:has(input[type=email]:not(:disabled)):not(:has(input:-moz-placeholder)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    transform: translate(0px, -16px);
    opacity: 0.7;
  }
  .form > div:has(input[type=email]:not(:disabled)):not(:has(input:placeholder-shown)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    transform: translate(0px, -16px);
    opacity: 0.7;
  }
  .form > div:has(input[type=email]:not(:disabled)):has(input:-moz-placeholder) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(input[type=email]:not(:disabled)):has(input:placeholder-shown) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(select) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(select) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(select) input, .form > div:has(select) select, .form > div:has(select) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(select) input::-moz-placeholder, .form > div:has(select) select::-moz-placeholder, .form > div:has(select) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(select) input::placeholder, .form > div:has(select) select::placeholder, .form > div:has(select) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(select) input, .form > div:has(select) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(select) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(select) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(select) label {
    padding-left: 20px;
  }
  .form > div:has(select) svg {
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .form > div:has(select) label {
    display: none !important;
  }
  .form > div:has(select) option {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(select):has(option:not([value=""]):checked) label span {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(select):has(option:not([value=""]):checked) label span * {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(select):has(option:not([value=""]):checked) label span {
    transform: translate(0px, -25px);
    position: absolute;
  }
  .form > div:has(input[type=file]) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(input[type=file]) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(input[type=file]) input, .form > div:has(input[type=file]) select, .form > div:has(input[type=file]) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=file]) input::-moz-placeholder, .form > div:has(input[type=file]) select::-moz-placeholder, .form > div:has(input[type=file]) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=file]) input::placeholder, .form > div:has(input[type=file]) select::placeholder, .form > div:has(input[type=file]) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=file]) input, .form > div:has(input[type=file]) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(input[type=file]) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(input[type=file]) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(input[type=file]) label {
    padding-left: 20px;
  }
  .form > div:has(input[type=file]) svg {
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .form > div:has(input[type=file]) input::file-selector-button {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
  }
  .form > div:has(input[type=file]) label span {
    display: none;
  }
  .form > div:has(.datepicker) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(.datepicker) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(.datepicker) input, .form > div:has(.datepicker) select, .form > div:has(.datepicker) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(.datepicker) input::-moz-placeholder, .form > div:has(.datepicker) select::-moz-placeholder, .form > div:has(.datepicker) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(.datepicker) input::placeholder, .form > div:has(.datepicker) select::placeholder, .form > div:has(.datepicker) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(.datepicker) input, .form > div:has(.datepicker) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(.datepicker) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(.datepicker) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(.datepicker) label {
    padding-left: 20px;
  }
  .form > div:has(.datepicker) svg {
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .form > div:has(.datepicker) input::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
  }
  .form > div:has(.datepicker):not(:has(input:valid)) label span, .form > div:has(.datepicker):not(:has(input:valid)) label small {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(.datepicker):has(input:valid) label span {
    transform: translate(0px, -25px);
  }
  .form > div:has(.datepicker):has(input:valid) label span, .form > div:has(.datepicker):has(input:valid) label small {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
  }
  .form > div:has(.datepicker):has(input:valid) label span *, .form > div:has(.datepicker):has(input:valid) label small * {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
  }
  .form > div:has(.datepicker):has(input:valid) label span, .form > div:has(.datepicker):has(input:valid) label small {
    position: absolute;
  }
  .form > div:has(.datepicker):has(input:valid) label small {
    transform: translate(0px, 18px);
  }
  .form > div:has(input[type=date]) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(input[type=date]) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(input[type=date]) input, .form > div:has(input[type=date]) select, .form > div:has(input[type=date]) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=date]) input::-moz-placeholder, .form > div:has(input[type=date]) select::-moz-placeholder, .form > div:has(input[type=date]) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=date]) input::placeholder, .form > div:has(input[type=date]) select::placeholder, .form > div:has(input[type=date]) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(input[type=date]) input, .form > div:has(input[type=date]) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(input[type=date]) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(input[type=date]) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(input[type=date]) label {
    padding-left: 20px;
  }
  .form > div:has(input[type=date]) svg {
    position: absolute;
    right: 26px;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .form > div:has(input[type=date]) input::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
  }
  .form > div:has(input[type=date]):not(:has(input:valid)) label span, .form > div:has(input[type=date]):not(:has(input:valid)) label small {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(input[type=date]):has(input:valid) label span {
    transform: translate(0px, -25px);
  }
  .form > div:has(input[type=date]):has(input:valid) label span, .form > div:has(input[type=date]):has(input:valid) label small {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
  }
  .form > div:has(input[type=date]):has(input:valid) label span *, .form > div:has(input[type=date]):has(input:valid) label small * {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
  }
  .form > div:has(input[type=date]):has(input:valid) label span, .form > div:has(input[type=date]):has(input:valid) label small {
    position: absolute;
  }
  .form > div:has(input[type=date]):has(input:valid) label small {
    transform: translate(0px, 18px);
  }
  .form > div:has(textarea) {
    display: grid;
    align-items: center;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 8px;
  }
  .form > div:has(textarea) * {
    grid-row: 1;
    grid-column: 1;
  }
  .form > div:has(textarea) input, .form > div:has(textarea) select, .form > div:has(textarea) textarea {
    padding: 0px 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(textarea) input::-moz-placeholder, .form > div:has(textarea) select::-moz-placeholder, .form > div:has(textarea) textarea::-moz-placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(textarea) input::placeholder, .form > div:has(textarea) select::placeholder, .form > div:has(textarea) textarea::placeholder {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 50px;
    font-weight: 400;
  }
  .form > div:has(textarea) input, .form > div:has(textarea) select {
    height: 50px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    border: 0;
    background: transparent;
  }
  .form > div:has(textarea) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .form > div:has(textarea) label * {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 20px;
  }
  .form > div:has(textarea) label {
    padding-left: 20px;
  }
  .form > div:has(textarea):not(:has(input:-moz-placeholder)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    transform: translate(0px, -16px);
    opacity: 0.7;
  }
  .form > div:has(textarea):not(:has(input:placeholder-shown)) label {
    color: #231F20;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    transform: translate(0px, -16px);
    opacity: 0.7;
  }
  .form > div:has(textarea):has(input:-moz-placeholder) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(textarea):has(input:placeholder-shown) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(textarea) textarea {
    height: 184px;
  }
  .form > div:has(textarea) label {
    position: absolute;
    top: 28px;
  }
  .form > div:has(textarea):not(:has(textarea:-moz-placeholder)) label {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    transform: translate(0px, -16px);
  }
  .form > div:has(textarea):not(:has(textarea:placeholder-shown)) label {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    transform: translate(0px, -16px);
  }
  .form > div:has(textarea):has(textarea:-moz-placeholder) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(textarea):has(textarea:placeholder-shown) label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }
  .form > div:has(input[type=checkbox]) {
    display: grid;
    grid-row-gap: 24px;
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-column-gap: 4px;
  }
  .form > div:has(input[type=checkbox]) input {
    width: 20px;
    height: 20px;
    border: 0;
    border: 1px solid #FFD900;
    background: #fff;
    justify-self: start;
    outline: none !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
  .form > div:has(input[type=checkbox]) input[type=checkbox] {
    border-radius: 4px;
  }
  .form > div:has(input[type=checkbox]) input[type=checkbox]:checked:before {
    content: "✓";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #231F20;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    background: #FFD900;
  }
  .form > div:has(input[type=checkbox]) input[type=radio] {
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #FFD900;
  }
  .form > div:has(input[type=checkbox]) input[type=radio]:checked {
    background: #FFD900;
  }
  .form > div:has(input[type=checkbox]) input[type=radio]:checked:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 13px;
    display: block;
    text-align: center;
    background: #231F20;
  }
  .form > div:has(input[type=checkbox]) label {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .form > div:has(input[type=checkbox]) label * {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
  }
  .form > div:has(input[type=radio]) {
    display: grid;
    grid-row-gap: 24px;
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-column-gap: 4px;
  }
  .form > div:has(input[type=radio]) input {
    width: 20px;
    height: 20px;
    border: 0;
    border: 1px solid #FFD900;
    background: #fff;
    justify-self: start;
    outline: none !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
  .form > div:has(input[type=radio]) input[type=checkbox] {
    border-radius: 4px;
  }
  .form > div:has(input[type=radio]) input[type=checkbox]:checked:before {
    content: "✓";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #231F20;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    background: #FFD900;
  }
  .form > div:has(input[type=radio]) input[type=radio] {
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #FFD900;
  }
  .form > div:has(input[type=radio]) input[type=radio]:checked {
    background: #FFD900;
  }
  .form > div:has(input[type=radio]) input[type=radio]:checked:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 13px;
    display: block;
    text-align: center;
    background: #231F20;
  }
  .form > div:has(input[type=radio]) label {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .form > div:has(input[type=radio]) label * {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
  }
  .form > div:has(.any) {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    grid-column-gap: 4px;
  }
  .form > div:has(.any) input {
    width: 20px;
    height: 20px;
    border: 0;
    border: 1px solid #FFD900;
    background: #fff;
    justify-self: start;
    outline: none !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
  .form > div:has(.any) input[type=checkbox] {
    border-radius: 4px;
  }
  .form > div:has(.any) input[type=checkbox]:checked:before {
    content: "✓";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #231F20;
    font-family: inherit;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    background: #FFD900;
  }
  .form > div:has(.any) input[type=radio] {
    display: grid;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #FFD900;
  }
  .form > div:has(.any) input[type=radio]:checked {
    background: #FFD900;
  }
  .form > div:has(.any) input[type=radio]:checked:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 13px;
    display: block;
    text-align: center;
    background: #231F20;
  }
  .form > div:has(.any) label {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .form > div:has(.any) label * {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
  }
  .form > div:has(.any) input {
    grid-column: 1;
    grid-row: 1;
  }
  .form > div:has(.any) label {
    grid-column: 2;
    grid-row: 1;
  }
  .form > div:has(.any) label a {
    font-weight: 700;
    text-decoration: underline;
  }
  .form button[type=submit] {
    margin: 20px auto 0 auto;
    cursor: pointer;
    padding: 0 20px;
    color: #231F20;
    font-family: inherit;
    font-size: 17px;
    line-height: 56px;
    font-weight: 600;
  }
  .form button[type=submit] * {
    color: #231F20;
    font-family: inherit;
    font-size: 17px;
    line-height: 56px;
  }
  .form button[type=submit] {
    border-radius: 8px;
    background: #FFD900;
    border: 0px;
  }
  .acc_wrapp {
    background: #FFD900;
    width: -webkit-fill-available;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
  }
  .acc_wrapp .acc {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 55px auto;
    position: relative;
  }
  .acc_wrapp .acc input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    opacity: 0;
    background: transparent;
    z-index: 10;
    cursor: pointer;
    grid-row: 1;
    grid-column: 1;
  }
  .acc_wrapp .acc input:checked ~ label {
    font-weight: 700;
  }
  .acc_wrapp .acc input:checked ~ label svg {
    transform: rotate(180deg);
  }
  .acc_wrapp .acc input:checked ~ label {
    border-bottom: 1px solid transparent;
  }
  .acc_wrapp .acc input:checked ~ .acc_text {
    height: initial;
    opacity: 1;
  }
  .acc_wrapp .acc input:not(:checked) ~ .acc_text {
    height: 0px;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  .acc_wrapp .acc .acc_text {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    color: #231F20;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .acc_wrapp .acc .acc_text * {
    color: #231F20;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
  }
  .acc_wrapp .acc .acc_text {
    margin: 0px auto;
    transition: opacity 0.5s ease, height 0.5s ease;
  }
  .acc_wrapp .acc .acc_text p:not(:last-child) {
    padding-bottom: 32px;
  }
  .acc_wrapp .acc .acc_text p:first-child {
    padding-top: 0px;
  }
  .acc_wrapp .acc .acc_text p {
    text-align: left;
  }
  .acc_wrapp .acc label {
    display: block;
    width: 100%;
    height: 100%;
    grid-row: 1;
    grid-column: 1;
    display: grid;
    align-items: center;
    transition: color 0.5s ease;
    grid-template-columns: 1fr min-content;
    border-bottom: 1px solid rgba(35, 31, 32, 0.1);
    grid-column-gap: 32px;
    color: #231F20;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .acc_wrapp .acc label * {
    color: #231F20;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
  }
  .elite-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
  .elite-gallery a {
    display: block;
    width: 100%;
    aspect-ratio: 255/175;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #FFD900;
  }
  .elite-gallery a picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .elite-gallery a picture img {
    width: 100%;
    height: initial;
  }
  .elite-gallery a {
    position: relative;
  }
  .elite-gallery a:before {
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    content: "+";
    font-size: 40px;
    left: 0px;
    top: 0px;
    transition: opacity 0.5s ease;
    backdrop-filter: blur(5px);
    opacity: 0;
    z-index: 2;
    color: #fff;
  }
  dialog {
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    border: 1px solid #000;
    background: #fff;
    z-index: 1000000000;
  }
  dialog * {
    font-size: inherit;
  }
  dialog button {
    background: transparent;
    border: 0px;
    position: relative;
    height: 30px;
    width: 82px;
    cursor: pointer;
    outline: none;
  }
  dialog button:before {
    width: 150% !important;
  }
  @font-face {
    font-family: "lg";
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .lg-icon {
    font-family: "lg";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #lg-download {
    display: none;
  }
  .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
  }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF;
  }
  .lg-actions .lg-next {
    right: 20px;
  }
  .lg-actions .lg-next:before {
    content: "\e095";
    font-family: "lg" !important;
  }
  .lg-actions .lg-prev {
    left: 20px;
  }
  .lg-actions .lg-prev:after {
    content: "\e094";
    font-family: "lg" !important;
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
  }
  .lg-toolbar {
    z-index: 1080;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
  }
  .lg-toolbar .lg-icon:hover {
    color: #FFF;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
    font-family: "lg" !important;
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
    font-family: "lg" !important;
  }
  .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  #lg-counter {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
  .lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  .lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms ease 0s, opacity 250ms !important;
    transform-origin: 50% 50%;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
  }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0%, 0);
  }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
  .lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      transition: border-color 0.25s ease;
    }
  }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
  }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
  .lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
  }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
    font-family: "lg" !important;
  }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
  }
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
  .lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
    display: none;
  }
  .lg-outer .lg-has-video.lg-video-palying .lg-video-object {
    visibility: visible;
  }
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    transition: opacity 0.08s ease 0s;
  }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
  .lg-autoplay-button:after {
    content: "\e01d";
    font-family: "lg" !important;
  }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
    font-family: "lg" !important;
  }
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s ease 0s;
    transform: translate3d(0, 0, 0);
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s ease 0s, opacity 0.15s !important;
    transform-origin: 0 0;
  }
  #lg-zoom-in:after {
    content: "\e311";
    font-family: "lg" !important;
  }
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
  #lg-zoom-out:after {
    content: "\e312";
    font-family: "lg" !important;
  }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
  }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
  }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
  }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
  }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
  .lg-fullscreen:after {
    content: "\e20c";
    font-family: "lg" !important;
  }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
    font-family: "lg" !important;
  }
  .group {
    *zoom: 1;
  }
  .group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .group:after {
    clear: both;
  }
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    box-sizing: border-box;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: none !important;
  }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  .lg-outer .lg-img-wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 5px;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-empty-html {
    display: none;
  }
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  .lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    will-change: transform, opacity;
  }
  .lg-css3.lg-use-left .lg-item {
    will-change: left, opacity;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-actions {
    top: 50%;
  }

}
@layer external {
  /*! jQuery UI - v1.13.3 - 2024-04-26
  * https://jqueryui.com
  * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
  * Copyright OpenJS Foundation and other contributors; Licensed MIT */
  /* Layout helpers
  ----------------------------------*/
  .ui-helper-hidden {
    display: none;
  }
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .ui-helper-clearfix:before,
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }
  .ui-helper-clearfix:after {
    clear: both;
  }
  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
  }
  .ui-front {
    z-index: 100;
  }
  /* Interaction Cues
  ----------------------------------*/
  .ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  /* Icons
  ----------------------------------*/
  .ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
  }
  /* Misc visuals
  ----------------------------------*/
  /* Overlays */
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
  }
  .ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
  }
  .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
  }
  .ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
  }
  .ui-menu .ui-menu {
    position: absolute;
  }
  .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }
  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
  }
  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
  }
  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    margin: -1px;
  }
  /* icon support */
  .ui-menu-icons {
    position: relative;
  }
  .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
  }
  /* left-aligned */
  .ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
  }
  /* right-aligned */
  .ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
  }
  .ui-button {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
  }
  .ui-button,
  .ui-button:link,
  .ui-button:visited,
  .ui-button:hover,
  .ui-button:active {
    text-decoration: none;
  }
  /* to make room for the icon, a width needs to be set here */
  .ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
  }
  /* no icon support for input elements */
  input.ui-button.ui-button-icon-only {
    text-indent: 0;
  }
  /* button icon element(s) */
  .ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
  }
  .ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
  }
  input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
  }
  /* workarounds */
  /* Support: Firefox 5 - 40 */
  input.ui-button::-moz-focus-inner,
  button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
  }
  .ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .ui-controlgroup > .ui-controlgroup-item:focus,
  .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
  }
  .ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
  }
  .ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
  }
  .ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
  }
  .ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
  }
  .ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
  }
  .ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
  }
  .ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
  }
  /* Spinner specific style fixes */
  .ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
  }
  .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
  }
  .ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
  }
  .ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
  }
  .ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
  .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
  }
  .ui-checkboxradio-disabled {
    pointer-events: none;
  }
  .ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
  }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
  }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
  }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
  }
  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }
  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }
  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
  }
  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
  }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
  }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
  }
  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
  }
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 45%;
  }
  .ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
  }
  .ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
  }
  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
  }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
  }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
  }
  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }
  .ui-datepicker-multi .ui-datepicker-group {
    float: left;
  }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
  }
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
  }
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
  }
  .ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
  }
  .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
  }
  .ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
  }
  .ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
  }
  /* RTL support */
  .ui-datepicker-rtl {
    direction: rtl;
  }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }
  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }
  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
  }
  .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
  }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
  }
  /* Icons */
  .ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
  }
  .ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
  }
  .ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
  }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
  }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
  }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
  }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
  }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
  }
  .ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
  }
  .ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
  }
  .ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
  }
  .ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
  }
  .ui-dialog .ui-resizable-se,
  .ui-dialog .ui-resizable-sw,
  .ui-dialog .ui-resizable-ne,
  .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
  }
  .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
  }
  .ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
  }
  .ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
  }
  .ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
  }
  .ui-draggable .ui-dialog-titlebar {
    cursor: move;
  }
  .ui-draggable-handle {
    touch-action: none;
  }
  .ui-resizable {
    position: relative;
  }
  .ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none;
  }
  .ui-resizable-disabled .ui-resizable-handle,
  .ui-resizable-autohide .ui-resizable-handle {
    display: none;
  }
  .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
  }
  .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
  }
  .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
  }
  .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
  }
  .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
  }
  .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
  }
  .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
  }
  .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
  }
  .ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
  }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
  }
  .ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
    opacity: 0.25;
  }
  .ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
  }
  .ui-selectable {
    touch-action: none;
  }
  .ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
  }
  .ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
  }
  .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
  }
  .ui-selectmenu-open {
    display: block;
  }
  .ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
  }
  .ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
  }
  .ui-slider {
    position: relative;
    text-align: left;
  }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    touch-action: none;
  }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
  }
  /* support: IE8 - See #6727 */
  .ui-slider.ui-state-disabled .ui-slider-handle,
  .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
  }
  .ui-slider-horizontal {
    height: 0.8em;
  }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
  }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
  }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
  }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
  }
  .ui-slider-vertical {
    width: 0.8em;
    height: 100px;
  }
  .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
  }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
  }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
  }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0;
  }
  .ui-sortable-handle {
    touch-action: none;
  }
  .ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
  }
  .ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 2em;
  }
  .ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
  }
  /* more specificity required here to override default borders */
  .ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
  }
  .ui-spinner-up {
    top: 0;
  }
  .ui-spinner-down {
    bottom: 0;
  }
  .ui-tabs {
    position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0.2em;
  }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
  }
  .ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
  }
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
  }
  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
  .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
  .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
  }
  .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
  }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
  }
  .ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
  }
  body .ui-tooltip {
    border-width: 2px;
  }
  /* Component containers
  ----------------------------------*/
  .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
  }
  .ui-widget .ui-widget {
    font-size: 1em;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
  }
  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
  }
  .ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
  }
  .ui-widget-content a {
    color: #333333;
  }
  .ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
  }
  .ui-widget-header a {
    color: #333333;
  }
  /* Interaction states
  ----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
  }
  .ui-state-default a,
  .ui-state-default a:link,
  .ui-state-default a:visited,
  a.ui-button,
  a:link.ui-button,
  a:visited.ui-button,
  .ui-button {
    color: #454545;
    text-decoration: none;
  }
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus,
  .ui-button:hover,
  .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
  }
  .ui-state-hover a,
  .ui-state-hover a:hover,
  .ui-state-hover a:link,
  .ui-state-hover a:visited,
  .ui-state-focus a,
  .ui-state-focus a:hover,
  .ui-state-focus a:link,
  .ui-state-focus a:visited,
  a.ui-button:hover,
  a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
  }
  .ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
  }
  .ui-icon-background,
  .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
  }
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
  }
  /* Interaction Cues
  ----------------------------------*/
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
  }
  .ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
  }
  .ui-state-highlight a,
  .ui-widget-content .ui-state-highlight a,
  .ui-widget-header .ui-state-highlight a {
    color: #777620;
  }
  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
  }
  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
  }
  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
  }
  .ui-priority-primary,
  .ui-widget-content .ui-priority-primary,
  .ui-widget-header .ui-priority-primary {
    font-weight: bold;
  }
  .ui-priority-secondary,
  .ui-widget-content .ui-priority-secondary,
  .ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
    font-weight: normal;
  }
  .ui-state-disabled,
  .ui-widget-content .ui-state-disabled,
  .ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
    background-image: none;
  }
  .ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
  }
  /* Icons
  ----------------------------------*/
  /* states and images */
  .ui-icon {
    width: 16px;
    height: 16px;
  }
  .ui-icon,
  .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
  }
  .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
  }
  .ui-state-hover .ui-icon,
  .ui-state-focus .ui-icon,
  .ui-button:hover .ui-icon,
  .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
  }
  .ui-state-active .ui-icon,
  .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
  }
  .ui-state-highlight .ui-icon,
  .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
  }
  .ui-state-error .ui-icon,
  .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
  }
  .ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
  }
  /* positioning */
  /* Three classes needed to override `.ui-button:hover .ui-icon` */
  .ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
  }
  .ui-icon-caret-1-n {
    background-position: 0 0;
  }
  .ui-icon-caret-1-ne {
    background-position: -16px 0;
  }
  .ui-icon-caret-1-e {
    background-position: -32px 0;
  }
  .ui-icon-caret-1-se {
    background-position: -48px 0;
  }
  .ui-icon-caret-1-s {
    background-position: -65px 0;
  }
  .ui-icon-caret-1-sw {
    background-position: -80px 0;
  }
  .ui-icon-caret-1-w {
    background-position: -96px 0;
  }
  .ui-icon-caret-1-nw {
    background-position: -112px 0;
  }
  .ui-icon-caret-2-n-s {
    background-position: -128px 0;
  }
  .ui-icon-caret-2-e-w {
    background-position: -144px 0;
  }
  .ui-icon-triangle-1-n {
    background-position: 0 -16px;
  }
  .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
  }
  .ui-icon-triangle-1-e {
    background-position: -32px -16px;
  }
  .ui-icon-triangle-1-se {
    background-position: -48px -16px;
  }
  .ui-icon-triangle-1-s {
    background-position: -65px -16px;
  }
  .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
  }
  .ui-icon-triangle-1-w {
    background-position: -96px -16px;
  }
  .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
  }
  .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
  }
  .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
  }
  .ui-icon-arrow-1-n {
    background-position: 0 -32px;
  }
  .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
  }
  .ui-icon-arrow-1-e {
    background-position: -32px -32px;
  }
  .ui-icon-arrow-1-se {
    background-position: -48px -32px;
  }
  .ui-icon-arrow-1-s {
    background-position: -65px -32px;
  }
  .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
  }
  .ui-icon-arrow-1-w {
    background-position: -96px -32px;
  }
  .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
  }
  .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
  }
  .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
  }
  .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
  }
  .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
  }
  .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
  }
  .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
  }
  .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
  }
  .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
  }
  .ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
  }
  .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
  }
  .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
  }
  .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
  }
  .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
  }
  .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
  }
  .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
  }
  .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
  }
  .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
  }
  .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
  }
  .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
  }
  .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
  }
  .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
  }
  .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
  }
  .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
  }
  .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
  }
  .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
  }
  .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
  }
  .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
  }
  .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
  }
  .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
  }
  .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
  }
  .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
  }
  .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
  }
  .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
  }
  .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
  }
  .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
  }
  .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
  }
  .ui-icon-arrow-4 {
    background-position: 0 -80px;
  }
  .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
  }
  .ui-icon-extlink {
    background-position: -32px -80px;
  }
  .ui-icon-newwin {
    background-position: -48px -80px;
  }
  .ui-icon-refresh {
    background-position: -64px -80px;
  }
  .ui-icon-shuffle {
    background-position: -80px -80px;
  }
  .ui-icon-transfer-e-w {
    background-position: -96px -80px;
  }
  .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
  }
  .ui-icon-folder-collapsed {
    background-position: 0 -96px;
  }
  .ui-icon-folder-open {
    background-position: -16px -96px;
  }
  .ui-icon-document {
    background-position: -32px -96px;
  }
  .ui-icon-document-b {
    background-position: -48px -96px;
  }
  .ui-icon-note {
    background-position: -64px -96px;
  }
  .ui-icon-mail-closed {
    background-position: -80px -96px;
  }
  .ui-icon-mail-open {
    background-position: -96px -96px;
  }
  .ui-icon-suitcase {
    background-position: -112px -96px;
  }
  .ui-icon-comment {
    background-position: -128px -96px;
  }
  .ui-icon-person {
    background-position: -144px -96px;
  }
  .ui-icon-print {
    background-position: -160px -96px;
  }
  .ui-icon-trash {
    background-position: -176px -96px;
  }
  .ui-icon-locked {
    background-position: -192px -96px;
  }
  .ui-icon-unlocked {
    background-position: -208px -96px;
  }
  .ui-icon-bookmark {
    background-position: -224px -96px;
  }
  .ui-icon-tag {
    background-position: -240px -96px;
  }
  .ui-icon-home {
    background-position: 0 -112px;
  }
  .ui-icon-flag {
    background-position: -16px -112px;
  }
  .ui-icon-calendar {
    background-position: -32px -112px;
  }
  .ui-icon-cart {
    background-position: -48px -112px;
  }
  .ui-icon-pencil {
    background-position: -64px -112px;
  }
  .ui-icon-clock {
    background-position: -80px -112px;
  }
  .ui-icon-disk {
    background-position: -96px -112px;
  }
  .ui-icon-calculator {
    background-position: -112px -112px;
  }
  .ui-icon-zoomin {
    background-position: -128px -112px;
  }
  .ui-icon-zoomout {
    background-position: -144px -112px;
  }
  .ui-icon-search {
    background-position: -160px -112px;
  }
  .ui-icon-wrench {
    background-position: -176px -112px;
  }
  .ui-icon-gear {
    background-position: -192px -112px;
  }
  .ui-icon-heart {
    background-position: -208px -112px;
  }
  .ui-icon-star {
    background-position: -224px -112px;
  }
  .ui-icon-link {
    background-position: -240px -112px;
  }
  .ui-icon-cancel {
    background-position: 0 -128px;
  }
  .ui-icon-plus {
    background-position: -16px -128px;
  }
  .ui-icon-plusthick {
    background-position: -32px -128px;
  }
  .ui-icon-minus {
    background-position: -48px -128px;
  }
  .ui-icon-minusthick {
    background-position: -64px -128px;
  }
  .ui-icon-close {
    background-position: -80px -128px;
  }
  .ui-icon-closethick {
    background-position: -96px -128px;
  }
  .ui-icon-key {
    background-position: -112px -128px;
  }
  .ui-icon-lightbulb {
    background-position: -128px -128px;
  }
  .ui-icon-scissors {
    background-position: -144px -128px;
  }
  .ui-icon-clipboard {
    background-position: -160px -128px;
  }
  .ui-icon-copy {
    background-position: -176px -128px;
  }
  .ui-icon-contact {
    background-position: -192px -128px;
  }
  .ui-icon-image {
    background-position: -208px -128px;
  }
  .ui-icon-video {
    background-position: -224px -128px;
  }
  .ui-icon-script {
    background-position: -240px -128px;
  }
  .ui-icon-alert {
    background-position: 0 -144px;
  }
  .ui-icon-info {
    background-position: -16px -144px;
  }
  .ui-icon-notice {
    background-position: -32px -144px;
  }
  .ui-icon-help {
    background-position: -48px -144px;
  }
  .ui-icon-check {
    background-position: -64px -144px;
  }
  .ui-icon-bullet {
    background-position: -80px -144px;
  }
  .ui-icon-radio-on {
    background-position: -96px -144px;
  }
  .ui-icon-radio-off {
    background-position: -112px -144px;
  }
  .ui-icon-pin-w {
    background-position: -128px -144px;
  }
  .ui-icon-pin-s {
    background-position: -144px -144px;
  }
  .ui-icon-play {
    background-position: 0 -160px;
  }
  .ui-icon-pause {
    background-position: -16px -160px;
  }
  .ui-icon-seek-next {
    background-position: -32px -160px;
  }
  .ui-icon-seek-prev {
    background-position: -48px -160px;
  }
  .ui-icon-seek-end {
    background-position: -64px -160px;
  }
  .ui-icon-seek-start {
    background-position: -80px -160px;
  }
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  .ui-icon-seek-first {
    background-position: -80px -160px;
  }
  .ui-icon-stop {
    background-position: -96px -160px;
  }
  .ui-icon-eject {
    background-position: -112px -160px;
  }
  .ui-icon-volume-off {
    background-position: -128px -160px;
  }
  .ui-icon-volume-on {
    background-position: -144px -160px;
  }
  .ui-icon-power {
    background-position: 0 -176px;
  }
  .ui-icon-signal-diag {
    background-position: -16px -176px;
  }
  .ui-icon-signal {
    background-position: -32px -176px;
  }
  .ui-icon-battery-0 {
    background-position: -48px -176px;
  }
  .ui-icon-battery-1 {
    background-position: -64px -176px;
  }
  .ui-icon-battery-2 {
    background-position: -80px -176px;
  }
  .ui-icon-battery-3 {
    background-position: -96px -176px;
  }
  .ui-icon-circle-plus {
    background-position: 0 -192px;
  }
  .ui-icon-circle-minus {
    background-position: -16px -192px;
  }
  .ui-icon-circle-close {
    background-position: -32px -192px;
  }
  .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
  }
  .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
  }
  .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
  }
  .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
  }
  .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
  }
  .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
  }
  .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
  }
  .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
  }
  .ui-icon-circle-zoomin {
    background-position: -176px -192px;
  }
  .ui-icon-circle-zoomout {
    background-position: -192px -192px;
  }
  .ui-icon-circle-check {
    background-position: -208px -192px;
  }
  .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
  }
  .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
  }
  .ui-icon-circlesmall-close {
    background-position: -32px -208px;
  }
  .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
  }
  .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
  }
  .ui-icon-squaresmall-close {
    background-position: -80px -208px;
  }
  .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
  }
  .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
  }
  .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
  }
  .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
  }
  .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
  }
  .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
  }
  /* Misc visuals
  ----------------------------------*/
  /* Corner radius */
  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-left,
  .ui-corner-tl {
    border-top-left-radius: 3px;
  }
  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-right,
  .ui-corner-tr {
    border-top-right-radius: 3px;
  }
  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-left,
  .ui-corner-bl {
    border-bottom-left-radius: 3px;
  }
  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-right,
  .ui-corner-br {
    border-bottom-right-radius: 3px;
  }
  /* Overlays */
  .ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3;
    -ms-filter: "alpha(opacity=30)"; /* support: IE8 */
  }
  .ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
  }
  #ui-datepicker-div {
    font-size: 14px;
  }
  #ui-datepicker-div * {
    font-size: 14px;
  }
}
@layer aloldal {
  .blog {
    position: relative;
    z-index: 10;
  }
  .blog .gridCont ul {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 155px;
  }
  .blog .gridCont ul li a {
    display: grid;
    overflow: hidden;
    border-radius: 16px;
  }
  .blog .gridCont ul li a picture {
    aspect-ratio: 447/297;
    width: -webkit-fill-available;
    grid-row: 1;
  }
  .blog .gridCont ul li a .cont {
    grid-row: 2;
    background: rgba(0, 0, 0, 0.8);
    grid-row-gap: 30px;
    width: -webkit-fill-available;
    padding: 20px;
    display: grid;
  }
  .blog .gridCont ul li a .cont .h2 {
    color: #FFD900;
    font-family: inherit;
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    min-height: 62px;
  }
  .blog .gridCont ul li a .cont p {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 140px;
  }
  .blog .gridCont ul li a .cont > span {
    margin: 0 0 0 auto;
    background: #231F20;
    border-radius: 8px;
    justify-self: end;
    padding: 14px 20px;
    display: table;
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
  }
  .cikkTitle {
    width: 100svw;
    aspect-ratio: 1920/572;
    grid-template-rows: 172px 1fr;
    display: grid;
    align-items: center;
    justify-items: center;
  }
  .cikkTitle > * {
    grid-column: 1;
  }
  .cikkTitle picture {
    grid-row: 1/-1;
    z-index: 1;
    aspect-ratio: inherit;
  }
  .cikkTitle:before {
    content: "";
    grid-row: 1/-1;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    z-index: 2;
    background: url("/src/images/aloldal_blur.png") no-repeat;
    width: 1003px;
    height: 907px;
  }
  .cikkTitle h1 {
    z-index: 3;
    grid-row: 2;
    text-align: center;
    color: inherit;
    font-family: inherit;
    font-size: 70px;
    line-height: 75px;
    font-weight: 400;
    max-width: 929px;
  }
  .cikk {
    margin: -40px auto 112px auto;
    background: #2D292A;
    padding: 40px;
    width: calc(95svw - 80px);
    max-width: 1162px;
    position: relative;
    z-index: 10;
    border-radius: 16px;
  }
  .cikk > p > img {
    max-width: 100% !important;
    height: initial !important;
  }
  .cikk h2 {
    margin-bottom: 16px;
    color: inherit;
    font-family: inherit;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
  }
  .cikk h2 * {
    color: inherit;
    font-family: inherit;
    font-size: 40px;
    line-height: 100%;
  }
  .cikk p {
    margin-bottom: 32px;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .cikk p * {
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
  }
  .cikk p a {
    font-weight: 700;
    text-decoration: underline;
  }
  .cikk h3 {
    margin-bottom: 16px;
    color: inherit;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
  }
  .cikk h3 * {
    color: inherit;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
  }
  .cikk > ol {
    counter-reset: section;
    margin-bottom: 32px;
  }
  .cikk > ol li {
    counter-increment: section;
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
  }
  .cikk > ol li * {
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
  }
  .cikk > ol li * {
    font-size: inherit;
  }
  .cikk > ol li:before {
    content: counter(section) ".";
    margin-right: 4px;
  }
  .cikk > ul {
    margin-bottom: 32px;
  }
  .cikk > ul li {
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
  }
  .cikk > ul li * {
    color: inherit;
    font-family: inherit;
    font-size: 17px;
    line-height: 24px;
  }
  .cikk > ul li:before {
    display: inline-block;
    border-radius: 10px;
    content: "";
    margin-right: 4px;
    width: 5px;
    height: 5px;
    font-size: 0px;
    position: relative;
    top: -4px;
    background: #fff;
  }
  .cikk > ul li * {
    font-size: inherit;
  }
  .cikk blockqoute {
    background: #231F20;
    border-radius: 16px;
    padding: 58px;
    display: table;
    margin-bottom: 32px;
  }
  .cikk blockqoute p {
    text-align: center;
    color: inherit;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
    font-weight: 400;
  }
  .cikk blockqoute p * {
    color: inherit;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
  }
  .cikk blockqoute p:last-child {
    margin-bottom: 0px;
  }
  .cikk blockqoute:before {
    content: "";
    background: url("/src/images/idezet.svg");
    width: 84px;
    height: 69px;
    margin: 0px auto 20px auto;
    display: table;
  }
  .cikk .ajanlatModul {
    border-radius: 16px;
    background: #FFD900;
    width: -webkit-fill-available;
    display: grid;
    padding: 32px;
    align-items: center;
    grid-template-columns: min-content 1fr min-content;
    grid-gap: 40px;
    margin-bottom: 32px;
  }
  .cikk .ajanlatModul .cont {
    display: grid;
    grid-row-gap: 16px;
  }
  .cikk .ajanlatModul .cont > strong {
    color: #231F20;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
  }
  .cikk .ajanlatModul .cont > strong * {
    color: #231F20;
    font-family: inherit;
    font-size: 30px;
    line-height: 100%;
  }
  .cikk .ajanlatModul .cont > p {
    color: #231F20;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }
  .cikk .ajanlatModul .cont > p * {
    color: #231F20;
    font-family: inherit;
    font-size: 16px;
    line-height: 28px;
  }
  .cikk .ajanlatModul .cont > p {
    margin-bottom: 0px !important;
  }
  .cikk .ajanlatModul > a {
    border-radius: 8px;
    padding: 0 20px;
    transition: color 0.3s ease, background 0.3s ease;
    color: #FFD900;
    font-family: inherit;
    font-size: 17px;
    line-height: 56px;
    font-weight: 600;
    background: #231F20;
  }
  .cikk .ajanlatModul > a:hover {
    background: #fff;
    color: #000;
  }
}
@layer hover {
  @media (min-width: 1200px) {
    header .top ul li a:hover {
      text-decoration: underline;
    }
    header .bot nav ul li a {
      transition: color 0.3s ease;
    }
    header .bot nav ul li a:hover {
      color: #FFD900;
    }
    header .bot nav ul li:has(> input:hover) > a {
      color: #FFD900;
    }
    header .bot .megrendUrlap {
      transition: background 0.3s ease;
    }
    header .bot .megrendUrlap:hover {
      background: #fff;
    }
  }
  @media (min-width: 1200px) {
    .homeBlog .gridCont ul li a .cont {
      transition: height 0.5s ease;
    }
    .homeBlog .gridCont ul li a > span {
      transition: opacity 0.5s ease;
    }
    .homeBlog .gridCont ul li a:hover .cont {
      height: calc(100% - 80px) !important;
      align-content: start;
    }
    .homeBlog .gridCont ul li a:hover > span {
      opacity: 0;
    }
  }
  @media (min-width: 1200px) {
    footer .gridCont .top nav ul li a {
      transition: 0.3s ease;
    }
    footer .gridCont .top nav ul li a:hover {
      color: #FFD900;
    }
    footer .gridCont .bot .elitelogo {
      transition: border 0.3s ease, background 0.3s ease;
    }
    footer .gridCont .bot .elitelogo span {
      transition: color 0.3s ease;
    }
    footer .gridCont .bot .elitelogo svg path {
      transition: fill 0.3s ease;
    }
    footer .gridCont .bot .elitelogo:hover {
      background: #FFD900;
      border: 1px solid #FFD900;
    }
    footer .gridCont .bot .elitelogo:hover span {
      color: #231F20;
    }
    footer .gridCont .bot .elitelogo:hover svg path {
      fill: #231F20;
    }
  }
  @media (min-width: 1200px) {
    .blog .gridCont ul li a .cont > span {
      transition: color 0.3s ease, background 0.3s ease;
    }
    .blog .gridCont ul li a:hover .cont > span {
      color: #231F20;
      background: #FFD900;
    }
  }
  @media (min-width: 1200px) {
    .form button[type=submit] {
      transition: background 0.3s ease;
    }
    .form button[type=submit]:hover {
      background: #fff;
    }
  }
}
@layer resp {
  @media (max-width: 1540px) {
    header .top .gridCont > ul {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 30px;
    }
    header .top .gridCont > ul > li:last-child {
      justify-self: end;
    }
    header .top .gridCont > ul > li:nth-child(2), header .top .gridCont > ul > li:nth-child(3) {
      justify-self: center;
    }
  }
  @media (max-width: 1200px) {
    header:has(.menuCheck:checked) .top {
      opacity: 0;
      height: 0;
      pointer-events: none;
      z-index: -10;
    }
    header:has(.menuCheck:checked) .bot .gridCont {
      width: 99% !important;
    }
    header .bot {
      position: relative;
      z-index: 10;
    }
    header .bot .gridCont {
      transition: width 0.3s ease;
      grid-column-gap: 10px;
    }
    header .bot .gridCont .megrendUrlap {
      width: -moz-fit-content;
      width: fit-content;
      grid-column: 2;
      justify-self: end;
      grid-row: 1;
    }
    header .bot .gridCont .logo {
      grid-row: 1;
      grid-column: 1;
    }
    header .bot .gridCont .menuCheck {
      grid-column: 3;
      display: table;
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      border: 0px;
      opacity: 0;
      background: transparent;
      z-index: 10;
      cursor: pointer;
      grid-row: 1;
      z-index: 12;
      width: 44px;
      height: 44px;
    }
    header .bot .gridCont:has(.menuCheck:checked) .menu_open svg:nth-child(2) {
      opacity: 1;
    }
    header .bot .gridCont:has(.menuCheck:checked) .menu_open svg:nth-child(1) {
      opacity: 0;
      z-index: -10;
      pointer-events: none;
    }
    header .bot .gridCont:has(.menuCheck:checked) nav {
      height: initial;
      opacity: 1;
      z-index: 10;
    }
    header .bot .gridCont:not(:has(.menuCheck:checked)) .menu_open svg:nth-child(1) {
      opacity: 1;
    }
    header .bot .gridCont:not(:has(.menuCheck:checked)) .menu_open svg:nth-child(2) {
      opacity: 0;
      z-index: -10;
      pointer-events: none;
    }
    header .bot .gridCont:not(:has(.menuCheck:checked)) nav {
      z-index: -10;
      opacity: 0;
      height: 0;
      pointer-events: none;
    }
    header .bot .gridCont .menu_open {
      display: grid;
      position: relative;
      grid-column: 3;
      grid-row: 1;
      width: 44px;
      height: 44px;
      background: #2D292A;
      border-radius: 8px;
      z-index: 11;
      align-items: center;
      justify-items: center;
    }
    header .bot .gridCont .menu_open svg {
      grid-column: 1;
      grid-row: 1;
      transition: opacity 0.3s ease;
    }
    header .bot .gridCont > nav {
      transition: height 0.3s ease, opacity 0.3s ease;
      grid-column: 1/-1;
      grid-row: 1;
      position: absolute;
      width: 100svw;
      left: 50%;
      transform: translate(-50%, 0px);
      top: 0;
      background: #231F20;
      padding: 90px 40px 40px 40px;
    }
    header .bot .gridCont > nav > ul {
      grid-template-columns: 1fr !important;
      display: grid;
      grid-row-gap: 20px;
      justify-self: center;
      width: -webkit-fill-available;
    }
    header .bot .gridCont > nav > ul > li {
      grid-template-columns: 1fr min-content;
      padding: 0 20px;
    }
    header .bot .gridCont > nav > ul > li:has(> input:checked) > ul {
      position: relative;
      top: 0px;
    }
  }
  @media (max-width: 1000px) {
    header .top .gridCont {
      width: 100% !important;
    }
    header .top .gridCont ul {
      width: 100%;
      grid-template-columns: repeat(2, 1fr) !important;
      justify-self: center !important;
    }
    header .top .gridCont ul li:first-child, header .top .gridCont ul li:last-child {
      display: none !important;
    }
  }
  @media (max-width: 700px) {
    header .bot .logo {
      width: 100px !important;
    }
  }
  @media (max-width: 1400px) {
    .hero .gridCont h1 {
      font-size: 40px;
      line-height: initial;
    }
    .hero .gridCont h1 * {
      font-size: 40px;
      line-height: initial;
    }
    .hero .gridCont p {
      font-size: 16px;
      line-height: 26px;
    }
    .hero .gridCont p * {
      font-size: 16px;
      line-height: 26px;
    }
  }
  @media (max-width: 1040px) {
    .hero > picture {
      aspect-ratio: 1/0.7;
    }
    .hero:before {
      display: none !important;
    }
    .Icons .gridCont ul li {
      min-height: 70px;
    }
    .Icons .gridCont ul li svg {
      width: 25px;
    }
    .Icons .gridCont ul li span {
      font-size: 14px;
      line-height: 18px;
    }
  }
  @media (max-width: 850px) {
    .Icons .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px;
    }
  }
  @media (max-width: 900px) {
    .hero > picture {
      aspect-ratio: 1/1.6 !important;
    }
  }
  @media (max-width: 1450px) {
    .homeBlog .gridCont ul li .cont .h2 {
      font-size: 24px;
    }
    .homeBlog .gridCont ul li .cont p {
      font-size: 14px;
      line-height: 24px;
    }
  }
  @media (max-width: 1200px) and (min-width: 780px) {
    .homeBlog .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 780px) {
    .hero .gridCont h1 {
      font-size: 28px !important;
    }
    .hero .gridCont h1 strong {
      font-size: 28px !important;
    }
    .homeBlog .gridCont ul {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 850px) {
    .cikk h2 {
      font-size: 28px;
    }
    .cikk h3 {
      font-size: 20px;
    }
    .cikk p {
      font-size: 14px;
      line-height: 26px;
    }
    .cikk .acc_wrapp .acc label {
      font-size: 16px;
      line-height: 20px;
    }
    .cikk blockqoute p {
      font-size: 20px;
    }
    .cikk ul li, .cikk ol li {
      font-size: 14px;
    }
    .cikk .ajanlatModul .cont {
      grid-column: 1/-1;
    }
    .cikk .elite-gallery {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 650px) {
    .cikk {
      width: calc(95svw - 40px);
      padding: 20px;
    }
    .cikk .form {
      padding: 20px 10px;
    }
  }
  @media (max-width: 1050px) {
    footer .gridCont .top {
      grid-row-gap: 80px;
      grid-template-columns: repeat(2, 1fr);
    }
    footer .gridCont .top nav {
      grid-row-gap: 50px;
    }
    footer .gridCont .top nav:nth-child(2) {
      border-right: 0 !important;
    }
    footer .gridCont .bot {
      grid-row-gap: 40px;
      grid-template-columns: repeat(2, 1fr);
    }
    footer .gridCont .bot .logo {
      grid-row: 1;
      grid-column: 1;
    }
    footer .gridCont .bot > span {
      grid-row: 2;
      grid-column: 1/-1;
      text-align: center;
    }
    footer .gridCont .bot .elitelogo {
      grid-row: 1;
      grid-column: 2;
      justify-self: end;
    }
  }
  @media (max-width: 660px) {
    footer .gridCont .top {
      grid-template-columns: 1fr;
    }
    footer .gridCont .top nav {
      border-right: 0 !important;
    }
    footer .gridCont .bot .logo {
      width: 100px !important;
    }
  }
  @media (max-width: 1500px) {
    .cikkTitle {
      aspect-ratio: 1/0.5;
    }
  }
  @media (max-width: 1360px) {
    .cikkTitle:before {
      display: none !important;
    }
    .cikkTitle h1 {
      font-size: 40px;
      line-height: 45px;
    }
  }
  @media (max-width: 650px) {
    .cikkTitle {
      aspect-ratio: 1/0.7;
    }
    .cikkTitle h1 {
      font-size: 28px;
      line-height: 33px;
      padding: 100px 30px 0 30px;
    }
  }
  @media (max-width: 1200px) {
    .blog .gridCont ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 820px) {
    .blog .gridCont ul {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 1050px) {
    .cikkTitle {
      padding: 40px 0px;
    }
  }
}
@layer mobil {}/*# sourceMappingURL=style.css.map */