#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 {
  display: block;
  max-width: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  color: white;
  background-color: #191A24;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  font-optical-sizing: auto;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
  text-align: center;
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.3);
}
.container.s1012 {
  max-width: 1012px;
}
@media (max-width: 1044px) {
  .container.s1012 {
    padding: 0 16px;
  }
}
.container.s798 {
  max-width: 798px;
}
@media (max-width: 830px) {
  .container.s798 {
    padding: 0 16px;
  }
}
.container.s790 {
  max-width: 790px;
}
@media (max-width: 822px) {
  .container.s790 {
    padding: 0 16px;
  }
}
.container.s508 {
  max-width: 508px;
}
@media (max-width: 540px) {
  .container.s508 {
    padding: 0 16px;
  }
}
.container.s410 {
  max-width: 410px;
}
@media (max-width: 442px) {
  .container.s410 {
    padding: 0 16px;
  }
}
.container.s328 {
  max-width: 328px;
}
@media (max-width: 360px) {
  .container.s328 {
    padding: 0 16px;
  }
}
.container.s308 {
  max-width: 308px;
}
@media (max-width: 340px) {
  .container.s308 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 {
  font-family: "Amarante", serif;
  font-size: 124px;
  font-weight: 400;
  line-height: 136px;
  text-transform: uppercase;
  margin: 24px auto;
}
@media (max-width: 720px) {
  h1 {
    font-size: 68px;
    line-height: 80%;
    margin: 16px auto;
  }
}
h1 span {
  display: block;
}
h1 svg {
  margin: 0 auto;
}
@media (max-width: 720px) {
  h1 svg {
    width: 100%;
    max-width: 380px;
  }
}
h1 .small {
  color: #EBCD84;
  font-family: "Inter", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 4px;
}
@media (max-width: 720px) {
  h1 .small {
    font-size: 21px;
    line-height: 100%;
  }
}
h1 .gold {
  background: linear-gradient(180deg, #FFF3D4 0%, #FFF3D4 17.79%, #EDC55C 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {
  color: #E2E2E2;
  font-family: "Inknut Antiqua", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  margin: 24px auto;
}
@media (max-width: 720px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 16px auto;
  }
}
p {
  margin: 24px auto;
}
@media (max-width: 720px) {
  p {
    margin: 16px auto;
  }
}
p.undertitle {
  margin: 0 auto;
  margin-bottom: 48px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: white;
  text-decoration: underline;
}
a:hover {
  color: #80BADE;
  text-decoration: underline;
}
.aniContainer {
  max-width: 100vw;
  overflow: hidden;
}
.quote {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .quote {
    margin-bottom: 16px;
  }
}
.quote .frame {
  color: #F1F1F1;
  position: relative;
  border-top: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  padding: 24px 0;
}
.quote .frame:before {
  position: absolute;
  content: '';
  width: 86px;
  height: 28px;
  left: calc(50% - 43px);
  top: 0;
  transform: translateY(-50%);
  background-color: #191A24;
  background-image: url(icon-bryle.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
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 {
  padding-top: 410px;
  margin-bottom: 40px;
  background-image: url(opener-desktop.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1012px) {
  .opener {
    padding-top: 39vw;
  }
}
@media (max-width: 720px) {
  .opener {
    background-image: url(opener-touch.jpg);
    padding-top: 60vw;
  }
}
.opener p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 720px) {
  .opener p {
    font-size: 16px;
    line-height: 160%;
  }
}
.opener .btn {
  max-width: 328px;
  min-height: 68px;
  background: linear-gradient(180deg, #FEF1D0 0%, #E6C46C 100%);
  padding: 1px;
  border-radius: 4px;
  display: grid;
  align-items: stretch;
  justify-items: stretch;
  margin: 0 auto;
  margin-bottom: 50px;
}
.opener .btn:hover {
  background: linear-gradient(180deg, #E6C46C 0%, #FEF1D0 100%);
}
.opener .btn div {
  display: flex;
  background-color: #191A24;
  border-radius: 4px;
}
.opener .btn div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 125%;
  text-decoration: none;
}
.opener .btn div a:hover {
  color: #E6C46C;
}
@media (max-width: 360px) {
  .opener .btn div a {
    flex-direction: column;
  }
}
.opener .btn div a span {
  display: none;
}
.objednat {
  min-height: 500px;
}
@media (max-width: 720px) {
  .objednat {
    min-height: auto;
  }
}
.objednat .block {
  background-image: url(objednat-bg-desktop.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  display: grid;
  grid: min-content / 1fr 1fr 100px;
  justify-items: center;
  align-items: center;
  padding: 128px 0;
}
@media (max-width: 850px) {
  .objednat .block {
    grid: auto / 1fr;
    gap: 36px;
    padding: 0;
    padding-bottom: 36px;
  }
}
@media (max-width: 720px) {
  .objednat .block {
    background-image: url(objednat-bg-touch.jpg);
    background-size: cover;
    background-position: center center;
  }
}
.objednat .block h2 {
  margin-top: 0;
}
@media (max-width: 720px) {
  .objednat .block h2 {
    font-size: 28px;
  }
}
.objednat .block .mince {
  max-width: 382px;
}
@media (max-width: 720px) {
  .objednat .block .mince {
    max-width: 320px;
  }
}
@media (max-width: 330px) {
  .objednat .block .mince {
    max-width: 100%;
  }
}
.objednat .block .cena {
  align-self: self-end;
}
.objednat .block .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 302px;
  height: 84px;
  color: #191A24;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px #00000080;
  margin: 0 auto;
  font-family: "Inknut Antiqua", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px white solid;
  margin-top: 40px;
}
@media (max-width: 720px) {
  .objednat .block .btn {
    font-size: 24px;
    margin-top: 36px;
  }
}
@media (max-width: 400px) {
  .objednat .block .btn {
    width: 100%;
  }
}
.objednat .block .btn:hover {
  background-color: #191A24;
  color: #E6C46C;
  border: 1px #E6C46C solid;
}
.objednat .block .btn:hover svg path {
  fill: #E6C46C;
}
.textblock {
  padding: 0;
}
.textblock.nopad {
  padding-bottom: 0;
}
.textblock .aniContainer {
  margin: 0 auto;
}
.textblock h2 {
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 720px) {
  .textblock h2 {
    padding-top: 36px;
  }
}
.textblock h2 svg {
  margin: 0 auto;
}
.textblock h2 .iconOdstavec .first {
  animation: icon-odstavec-first 0.65s ease-out both;
  animation-play-state: paused;
}
.textblock h2 .iconOdstavec .second {
  animation: icon-odstavec-second 0.65s ease-out 0.2s both;
  animation-play-state: paused;
}
.textblock h2 .iconOdstavec .third {
  animation: icon-odstavec-third 0.65s ease-out both;
  animation-play-state: paused;
}
.textblock .img-wrapper {
  margin-top: 48px;
  position: relative;
  background: linear-gradient(180deg, #F1F1F1 0%, #939393 100%);
  padding: 2px;
  border-radius: 8px;
}
@media (max-width: 720px) {
  .textblock .img-wrapper {
    margin-top: 24px;
  }
}
.textblock .img-wrapper .description {
  position: absolute;
  color: #191A24;
  background-color: #F1F1F1;
  box-shadow: 0px 8px 16px 0px var(--basicsblackblacko10);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 8px 0 8px 0;
}
@media (max-width: 720px) {
  .textblock .img-wrapper .description {
    font-size: 13px;
    line-height: 125%;
  }
}
@media (max-width: 308px) {
  .textblock .img-wrapper .description {
    left: 0;
    right: 0;
    border-radius: 8px 8px 0  0 ;
  }
}
.textblock .img-wrapper img {
  display: flex;
  border-radius: 8px;
}
.textblock .quote {
  margin-top: 48px;
}
.zaver {
  color: #191A24;
  background-color: #f8f8f8;
  background-image: url(bg-zaver-desktop.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.zaver .tricolor {
  background-image: url(tricolor.svg);
  height: 8px;
  margin-bottom: 64px;
}
@media (max-width: 720px) {
  .zaver .tricolor {
    margin-bottom: 40px;
  }
}
.zaver .coin .images {
  width: 100%;
  display: grid;
  grid: auto / 1fr;
}
.zaver .coin .images .front {
  grid-area: 1 / 1 / 2 / 2;
  animation: mince-change-back 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.zaver .coin .images .front.active {
  animation: mince-change-left 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.zaver .coin .images .back {
  grid-area: 1 / 1 / 2 / 2;
  animation: mince-change-back 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.zaver .coin .images .back.active {
  animation: mince-change-right 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.zaver .coin .buttons {
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 720px) {
  .zaver .coin .buttons {
    margin-bottom: 16px;
  }
}
@media (max-width: 310px) {
  .zaver .coin .buttons {
    flex-direction: column;
    gap: 8px;
  }
}
.zaver .coin .buttons button {
  min-width: 164px;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #191A24;
  background-color: transparent;
  font-family: "Inknut Antiqua", serif;
  font-size: 16px;
}
@media (max-width: 359px) {
  .zaver .coin .buttons button {
    min-width: auto;
    width: 50%;
  }
}
@media (max-width: 310px) {
  .zaver .coin .buttons button {
    width: 100%;
  }
}
.zaver .coin .buttons button.front {
  border-radius: 6px 0px 0px 6px;
}
@media (max-width: 310px) {
  .zaver .coin .buttons button.front {
    border-radius: 6px;
  }
}
.zaver .coin .buttons button.back {
  border-radius: 0px 6px 6px 0px;
}
@media (max-width: 310px) {
  .zaver .coin .buttons button.back {
    border-radius: 6px;
  }
}
.zaver .coin .buttons button:hover {
  color: #191A24;
  background-color: #D0D0D0;
}
.zaver .coin .buttons button.active {
  color: white;
  background-color: #191A24;
  animation: mince-buttons 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.zaver h2 {
  color: #191A24;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 720px) {
  .zaver h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.zaver p {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 720px) {
  .zaver p {
    margin-top: 0;
  }
}
.zaver a {
  color: #191A24;
  text-decoration: none;
}
.zaver a:hover {
  text-decoration: underline;
}
.zaver .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 450px;
  height: 84px;
  color: white;
  background: linear-gradient(180deg, #CA2324 0%, #9A1818 100%);
  border-radius: 8px;
  margin: 24px auto;
  margin-bottom: 48px;
  font-family: "Inknut Antiqua", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 720px) {
  .zaver .btn {
    margin: 16px auto;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 28px;
    height: 65px;
  }
}
@media (max-width: 490px) {
  .zaver .btn {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
@media (max-width: 375px) {
  .zaver .btn {
    padding: 10px 16px;
  }
}
.zaver .btn svg path {
  fill: white;
}
.zaver .btn:hover {
  background-color: #191A24;
  color: #E6C46C;
  text-decoration: none;
}
.zaver .btn:hover svg path {
  fill: #E6C46C;
}
footer {
  color: #191A24;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #00000040;
}
.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 mince-change-left {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(-80px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mince-change-right {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-back {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes mince-buttons {
  0% {
    color: #24182F;
    background-color: white;
  }
  100% {
    color: white;
    background-color: #191A24;
  }
}
@keyframes icon-odstavec-first {
  0% {
    transform: translateX(32px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes icon-odstavec-second {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes icon-odstavec-third {
  0% {
    transform: translateX(-32px);
  }
  100% {
    transform: translateX(0);
  }
}
@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;
}
.videoplayer {
  margin: 40px 0;
}
@media (max-width: 720px) {
  .videoplayer {
    margin: 20px 0;
  }
}
.videoplayer videoplayer + small {
  display: none;
}
.videoplayer videoplayer.unwrapped {
  margin-bottom: 5em!important;
}
@media (max-width: 720px) {
  .videoplayer videoplayer.unwrapped {
    margin-bottom: 4em!important;
  }
}
