#render {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 0 8px;
  padding-left: 4px;
  color: white;
  background-color: #001696;
  opacity: 0.5;
  border-radius: 0 0 12px 0;
  z-index: 999;
}
#render a {
  color: white;
  text-decoration: none;
}
svg {
  max-width: 100%;
  height: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  color: #EFF3F9;
  background-color: #061927;
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  font-optical-sizing: auto;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
  text-align: center;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.3);
}
.container.s1162 {
  max-width: 1162px;
}
@media (max-width: 1194px) {
  .container.s1162 {
    padding: 0 16px;
  }
}
.container.s974 {
  max-width: 984px;
}
@media (max-width: 1016px) {
  .container.s974 {
    padding: 0 16px;
  }
}
.container.s964 {
  max-width: 964px;
}
@media (max-width: 996px) {
  .container.s964 {
    padding: 0 16px;
  }
}
.container.s798 {
  max-width: 798px;
}
@media (max-width: 830px) {
  .container.s798 {
    padding: 0 16px;
  }
}
.container.s464 {
  max-width: 464px;
}
@media (max-width: 496px) {
  .container.s464 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 {
  font-family: "Inter", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 28px;
  text-shadow: 0px 0px 15px #00000040;
}
@media (max-width: 720px) {
  h1 {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
h2 {
  color: white;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 16px;
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
@media (max-width: 720px) {
  h2 {
    font-size: 24px;
    line-height: 120%;
  }
}
p {
  margin: 12px auto;
}
p.undertitle {
  margin: 0 auto;
  margin-bottom: 48px;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  width: 100% !important;
  height: auto !important;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: #80BADE;
  text-decoration: underline;
}
#viceBtn.show {
  display: inline;
}
#viceBtn.hidden {
  display: none;
}
#vice.show {
  display: block;
}
#vice.hidden {
  display: none;
}
.border {
  position: relative;
  border-bottom: 2px #3EE8FF solid;
  padding-bottom: 60px;
}
.border::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 117px;
  left: 0;
  bottom: 0;
  background-color: #3EE8FF;
}
.border::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 117px;
  right: 0;
  bottom: 0;
  background-color: #3EE8FF;
}
header {
  min-height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
@media (max-width: 650px) {
  header {
    min-height: 40px;
  }
}
header a {
  display: flex;
}
header .logoIdnes {
  width: 158px;
}
@media (max-width: 650px) {
  header .logoIdnes {
    width: 100px;
  }
}
.opener {
  background-image: url('opener.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 520px;
  padding-bottom: 60px;
  position: relative;
}
.opener::before {
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url('opener_blink.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: zablikej 1s ease-in-out;
  animation-delay: 500ms;
  z-index: 1;
}
@media (max-width: 720px) {
  .opener {
    padding-top: 53vw;
    padding-bottom: 32px;
    background-image: url('opener_touch.jpg');
    background-size: contain;
  }
  .opener::before {
    top: 0;
    background-image: url('opener_touch_blink.jpg');
    background-size: contain;
  }
}
.opener .drautomobiles {
  display: block;
  margin: 0 auto;
  max-width: 660px;
  margin-bottom: 28px;
}
@media (max-width: 720px) {
  .opener .drautomobiles {
    margin-bottom: 10px;
  }
}
.opener .drautomobiles .fill {
  animation: drautomobileslogo 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
.opener p {
  color: white;
  margin: 24px auto;
  text-align: center;
  text-shadow: 0px 0px 10px #00000080;
}
@media (max-width: 650px) {
  .opener p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .opener p:first-of-type {
    margin-top: 0;
  }
}
.opener .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 280px;
  min-height: 60px;
  border-radius: 4px;
  color: white;
  background: linear-gradient(180deg, #45146A 0%, #652397 100%);
  box-shadow: 0px 0px 15px 0px #00000080;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}
.opener .btn span {
  text-decoration: underline;
}
.opener .btn:hover {
  background: linear-gradient(180deg, #652397 0%, #45146A 100%);
}
.opener h1,
.opener p,
.opener .btn {
  position: relative;
  z-index: 99;
}
.diamond {
  width: 40px;
  height: 40px;
  rotate: 45deg;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 26px 0px #FEFFE26B, 0px 0px 19px 0px #FF00E1;
  animation: diamond 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
@media (max-width: 720px) {
  .diamond.small {
    width: 22px;
    height: 22px;
  }
}
.mapdia {
  display: block;
  animation: mapdiamond 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
.mapdiaOff {
  display: block;
  animation: mapdiamond 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
.ledpanel {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 118px;
  height: 6px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 26px 0px #FEFFE26B;
  box-shadow: 0px 0px 19px 0px #FF00E1;
}
.infoBtn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.perk {
  display: grid;
  grid: auto / 1fr 28.5px 28.5px 1fr;
  gap: 0px 0px;
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.4px;
  min-height: 196px;
}
.perk .left {
  grid-area: 1 / 1 / 2 / 3;
}
.perk .center {
  grid-area: 1 / 2 / 2 / 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.perk .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.perk .right {
  grid-area: 1 / 3 / 2 / 5;
}
@media (max-width: 720px) {
  .perk {
    grid: 192px 28.5px 28.5px 192px / 1fr;
    font-size: 30px;
    line-height: 120%;
  }
  .perk .left {
    grid-area: 1 / 1 / 3 / 2;
  }
  .perk .center {
    grid-area: 2 / 1 / 4 / 2;
  }
  .perk .right {
    grid-area: 3 / 1 / 5 / 2;
  }
}
.perk.first {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #FFFFFF80;
}
.perk.first .left {
  background-image: url('perk1.jpg');
  background-position: right center;
}
.perk.first .right {
  background: linear-gradient(90deg, #051A28 0%, #2F6383 100%);
}
.perk.first .text {
  justify-content: flex-start;
  text-align: left;
  padding-left: 48px;
}
@media (max-width: 720px) {
  .perk.first .left {
    background-image: url('perk1-touch.jpg');
  }
  .perk.first .text {
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
}
.perk.second {
  min-height: 198px;
}
.perk.second .left {
  background: linear-gradient(90deg, #2F6383 0%, #051A28 100%);
}
.perk.second .right {
  background-image: url('perk2.jpg');
  background-position: left center;
}
.perk.second .text {
  justify-content: flex-end;
  text-align: right;
  padding-right: 48px;
}
@media (max-width: 720px) {
  .perk.second .left {
    grid-area: 3 / 1 / 5 / 2;
    background: linear-gradient(90deg, #051A28 0%, #2F6383 100%);
  }
  .perk.second .right {
    grid-area: 1 / 1 / 3 / 2;
    background-image: url('perk2-touch.jpg');
  }
  .perk.second .text {
    justify-content: center;
    text-align: center;
    padding-right: 0;
  }
}
.box {
  position: absolute;
  max-width: 340px;
  min-height: 92px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 28.5px 28.5px 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 720px) {
  .box {
    max-width: 254px;
    min-height: 64px;
  }
}
.box .left {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
  align-self: center;
}
.box .text {
  grid-area: 1 / 2 / 2 / 4;
  background-color: #051A28;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  font-size: 24px;
  line-height: 30px;
  min-width: max-content;
}
@media (max-width: 720px) {
  .box .text {
    padding-left: 16px;
    font-size: 16.86px;
    line-height: 125%;
  }
}
.evo5 {
  background-image: url('evo5.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 520px;
  display: flex;
  align-items: flex-end;
}
.evo5 .boxhldr {
  position: relative;
}
.evo5 .box {
  min-width: 340px;
  bottom: 0;
  right: 0;
  transform: translate(100px, -300px);
}
@media (max-width: 720px) {
  .evo5 .box {
    min-width: 240px;
  }
}
.evo5 p {
  margin-bottom: 40px;
}
@media (max-width: 1920px) {
  .evo5 .box {
    transform: translate(4vw, -300px);
  }
}
@media (max-width: 960px) {
  .evo5 {
    background-image: url('evo5-middle.jpg');
    background-position: top center;
    background-size: contain;
    padding-top: 61vw;
  }
  .evo5 .box {
    transform: translate(-10vw, -50px);
  }
}
@media (max-width: 720px) {
  .evo5 {
    background-image: url('evo-touch.jpg');
    padding-top: 62vw;
  }
  .evo5 .box {
    transform: translate(-3vw, -2vw);
  }
  .evo5 p {
    margin-bottom: 16px;
  }
}
.citathldr {
  padding-top: 40px;
  background: linear-gradient(180deg, #051A28 0%, #2F6383 95%);
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #FFFFFF80;
}
@media (max-width: 720px) {
  .citathldr {
    padding-top: 16px;
  }
}
.citathldr .text {
  line-height: 30px;
  font-style: italic;
}
.citathldr .text p {
  margin: 0 auto;
  margin-bottom: 24px;
}
.citathldr .citat {
  display: grid;
  grid: min-content / 1fr;
  gap: 0px 0px;
}
.citathldr .citat .img {
  grid-area: 2 / 1 / 4 / 2;
}
.citathldr .citat .text {
  grid-area: 1 / 1 / 3 / 2;
}
@media (max-width: 780px) {
  .citathldr .citat .text {
    grid-area: 1 / 1 / 2 / 2;
  }
  .citathldr .citat .img {
    grid-area: 2 / 1 / 3 / 2;
    margin-top: 10px;
  }
}
.citathldr .citat .icon {
  width: 48px;
  height: 48px;
  background-color: white;
  box-shadow: 0px 0px 26px 0px #FEFFE26B, 0px 0px 19px 0px #FF00E1;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: diamond 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation-play-state: paused;
}
.citathldr .citat .icon svg {
  width: 29.5px;
  height: 21.75px;
}
@media (max-width: 780px) {
  .citathldr .citat .icon {
    width: 42px;
    height: 42px;
  }
  .citathldr .citat .icon svg {
    width: 25.81px;
    height: 19.03px;
  }
}
.citathldr .citat .autor {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  line-height: 22.5px;
}
.citathldr .citat .autor div {
  text-align: left;
}
@media (max-width: 780px) {
  .citathldr .citat .autor div {
    font-size: 16px;
  }
}
.dravost {
  padding-top: 40px;
  background-image: url('dravost.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .dravost {
    padding-top: 24px;
  }
}
.dravost .znacky {
  position: relative;
  margin: 40px auto;
  display: grid;
  grid: 1fr / repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1010px) {
  .dravost .znacky {
    grid: auto / repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .dravost .znacky {
    grid: auto / 1fr;
  }
}
.dravost .znacky .item {
  background-color: #051A28;
  border: 1px solid #FFFFFF80;
  border-radius: 16px;
  padding: 16px 4px;
}
.dravost .znacky .item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 4px;
}
.dravost .znacky .item p,
.dravost .znacky .item li {
  font-size: 14px;
  line-height: 17.5px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.dravost .znacky .item li {
  text-align: left;
}
.dravost .znacky .item .img {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dravost .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 720px) {
  .dravost .title {
    flex-direction: column;
    gap: 16px;
  }
}
.dravost .title #description {
  font-weight: 600;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0px;
}
.dravost .splide {
  margin-top: 32px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 720px) {
  .dravost .splide {
    padding-bottom: 24px;
  }
}
.dravost .splide .splide__arrows {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.dravost .splide .splide__arrows .splide__pagination {
  margin: 0 auto;
  padding: 0;
  order: 2;
  gap: 8px;
}
.dravost .splide .splide__arrows .splide__pagination li {
  height: 24px;
}
.dravost .splide .splide__arrows .splide__pagination li button {
  width: 24px;
  height: 24px;
  line-height: 0;
  border: 1px solid #FFFFFF80;
  border-radius: 50%;
  background-color: inherit;
  cursor: pointer;
}
.dravost .splide .splide__arrows .splide__pagination li button.is-active {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 42px 0px #FEFFE242, 0px 0px 19px 0px #FF00E1;
}
.dravost .splide .splide__arrows button {
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dravost .splide .splide__arrows button svg {
  width: auto;
  height: 20px;
  fill: #FFFFFF80;
}
.dravost .splide .splide__arrows .splide__arrow--prev {
  order: 1;
}
.dravost .splide .splide__arrows .splide__arrow--next {
  order: 3;
  transform: rotate(180deg);
}
.dravost .splide .splide__track {
  margin-bottom: 16px;
}
.tippy-box[data-theme~='drauto'] {
  text-align: left;
  /* Zarovnání textu doleva */
  background: #2F6383;
  /* Barva pozadí */
  color: #EFF3F9;
  /* Barva textu */
  border: 1px solid #ffffff80;
  /* Okraj */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* Stín */
  padding: 10px;
  /* Vnitřní odsazení */
  border-radius: 16px;
  /* Zaoblení rohů */
  list-style-type: none;
  margin: 0;
}
.tippy-box[data-theme~='drauto'] li {
  margin-bottom: 8px;
}
/* Přidání vlastních stylů pro šipku tooltipu */
.tippy-box[data-theme~='drauto'] .tippy-arrow {
  color: #2F6383;
  /* Barva šipky */
}
.dr60 {
  background-image: url('dr60.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 657px;
}
.dr60 .boxhldr {
  position: relative;
}
.dr60 .box {
  min-width: 385px;
  bottom: 0;
  right: 0;
  transform: translate(90px, -280px);
}
@media (max-width: 720px) {
  .dr60 .box {
    min-width: 256px;
  }
}
@media (max-width: 1920px) {
  .dr60 .box {
    transform: translate(4vw, -280px);
  }
}
@media (max-width: 960px) {
  .dr60 {
    background-image: url('dr60-middle.jpg');
    background-position: top center;
    background-size: contain;
    padding-top: 65vw;
  }
  .dr60 .box {
    transform: translate(-10vw, -50px);
  }
}
@media (max-width: 720px) {
  .dr60 {
    background-image: url('dr60-touch.jpg');
    padding-top: 80vw;
  }
  .dr60 .box {
    transform: translate(-2vw, -4vw);
  }
}
.mapy {
  padding: 40px 0;
  background: linear-gradient(0deg, #051A28 47.5%, #2F6383 95%);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #FFFFFF80;
}
.mapy .mapacr,
.mapy .mapask {
  margin-top: 40px;
}
@media (max-width: 720px) {
  .mapy {
    padding: 24px 0;
  }
}
.formular {
  padding: 40px 0;
  background-image: url('formular.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 720px) {
  .formular {
    padding: 24px 0;
  }
}
.formular .form {
  margin-top: 24px;
}
.clankyhldr {
  padding: 40px 0;
  background: linear-gradient(0deg, #80BADE 0%, #C3E8FF 100%);
}
@media (max-width: 720px) {
  .clankyhldr {
    padding: 24px 0;
  }
}
.clankyhldr h2 {
  color: #051A28;
  margin-bottom: 40px;
}
.clankyhldr .clanky .item {
  margin-bottom: 24px;
  display: grid;
  grid: auto / 3fr 2fr;
  gap: 0 24px;
  text-decoration: none;
}
.clankyhldr .clanky .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .clankyhldr .clanky .item {
    grid: auto / 1fr;
    justify-items: center;
  }
}
.clankyhldr .clanky .item:hover {
  color: #19405B;
  text-decoration: underline;
}
.clankyhldr .clanky .item img {
  max-width: 474px;
}
@media (max-width: 800px) {
  .clankyhldr .clanky .item img {
    margin-bottom: 12px;
  }
}
@media (max-width: 500px) {
  .clankyhldr .clanky .item img {
    max-width: 100%;
  }
}
.clankyhldr .clanky .item h3 {
  color: #051A28;
  margin: 0;
  margin-bottom: 12px;
  font-family: "Fira Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 800px) {
  .clankyhldr .clanky .item h3 {
    margin-bottom: 12px;
  }
}
.clankyhldr .clanky .item p {
  color: #19405B;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
footer {
  background-color: #80BADE;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #3B8BBE;
  padding: 40px 0;
}
@media (max-width: 720px) {
  footer {
    padding: 24px 0;
  }
}
footer .kontakty {
  display: grid;
  grid: auto / repeat(3, 1fr);
}
@media (max-width: 720px) {
  footer .kontakty {
    grid: auto / 1fr;
    gap: 32px;
  }
}
footer .kontakty .item {
  color: black;
  font-size: 16px;
  line-height: 125%;
  text-align: left;
}
footer .kontakty h3,
footer .kontakty p {
  color: #051A28;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}
footer .kontakty h3 {
  font-weight: 600;
  margin-bottom: 18px;
}
footer .kontakty p {
  font-weight: 400;
}
footer .kontakty .icons {
  display: flex;
  gap: 12px;
}
footer .kontakty a {
  display: inline-flex;
  text-decoration: underline;
  color: #051A28;
}
footer .kontakty a:hover {
  color: #19405B;
}
footer .kontakty a:hover svg path {
  fill: #19405B;
}
.footerinfo {
  color: #051A28;
  background-color: #80BADE;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-inViewport,
.is-inViewport > * {
  animation-play-state: running!important;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes zablikej {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drautomobileslogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes diamond {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes mapdiamond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  _display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
  visibility: hidden;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #D3CA66;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form .thaks {
  display: none;
  margin: 40px auto;
  text-align: center;
}
.form .thaks .check {
  width: 100px;
  margin-bottom: 40px;
}
.form .thaks h2 {
  font-size: 20px;
  margin-bottom: 40px;
  animation: none;
}
.form .thaks .text {
  margin: 0 auto;
  max-width: 30em;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 650px) {
  .form .thaks .text {
    text-align: center;
  }
}
.form .sides {
  margin: 0 auto;
  display: grid;
  grid: auto / 41fr 56fr;
  gap: 0px 24px;
  align-items: center;
  grid-template-areas: "inputs img";
}
.form .sides .img {
  grid-area: img;
}
.form .sides .inputs {
  grid-area: inputs;
}
@media (max-width: 820px) {
  .form .sides {
    max-width: 780px;
    grid-template-columns: 43fr 44fr;
    grid-template-areas: "inputs img";
  }
}
@media (max-width: 820px) and (max-width: 720px) {
  .form .sides {
    grid-template-columns: 1fr;
    grid-template-areas: "inputs" "img";
  }
}
.form .sides img {
  width: 100%;
}
@media (max-width: 720px) {
  .form .sides img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.form .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form .inputs label {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.form .inputs .btn {
  color: #051A28;
  background-color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  width: 100%;
  min-height: 60px;
  padding: 0;
  box-shadow: 0px 0px 19px 0px #FF2821, 0px 0px 26px 0px #662CF86B;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form .inputs .btn:hover {
  color: white;
  background-color: #051A28;
  box-shadow: 0px 0px 19px 0px #ffffff, 0px 0px 26px 0px #dfd2ff6b;
}
@media (max-width: 360px) {
  .form .inputs .btn {
    min-width: auto;
    width: 100%;
  }
}
.form .inputs .group,
.form .inputs select {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #FFFFFF80;
  border-radius: 4px;
  padding: 8px;
  box-shadow: 0px 2px 4px 0px #00000033 inset;
}
.form .inputs .group.website,
.form .inputs select.website {
  display: none;
}
.form .inputs .group.disabled,
.form .inputs select.disabled {
  border: 1px solid #dddddd;
}
.form .inputs .group.disabled label,
.form .inputs select.disabled label {
  color: #dddddd;
}
.form .inputs select {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  color: #0B132B;
  background-color: #3EE8FF;
  border: 1px #0B132B solid;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form .inputs select:focus-visible {
  outline: none;
}
.form .inputs select option {
  font-size: 16px;
  background-color: white;
}
.form .inputs input[type="text"],
.form .inputs input[type="email"],
.form .inputs textarea {
  padding: 0;
  border: none;
  background: transparent;
  color: white;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.form .inputs input[type="text"]:focus-visible,
.form .inputs input[type="email"]:focus-visible,
.form .inputs textarea:focus-visible {
  outline: none;
}
.form .inputs textarea {
  min-height: 160px;
}
.form .inputs input:-webkit-autofill,
.form .inputs input:-webkit-autofill:hover,
.form .inputs input:-webkit-autofill:focus,
.form .inputs textarea:-webkit-autofill,
.form .inputs textarea:-webkit-autofill:hover,
.form .inputs textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #546E7A;
  background-color: #FFFFFF !important;
}
.form .checkbox label {
  display: flex;
  align-items: center;
}
.form input[type="checkbox"] {
  margin-right: 10px;
}
.form .submit {
  display: flex;
}
@media (max-width: 360px) {
  .form .submit {
    display: block;
    width: 100%;
  }
}
.form .help-block {
  font-size: 12px;
  text-align: left;
  color: #e44f5b;
}
.form #consent-text {
  margin-top: 16px;
  color: white;
  font-size: 10px;
  line-height: 140%;
  text-align: left;
}
@media (max-width: 720px) {
  .form #consent-text {
    margin-top: 16px;
  }
}
.form #consent-text p {
  margin: 8px auto;
}
.form #consent-text p:first-child {
  margin-bottom: 0;
}
