@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
article,
footer,
header,
main,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #202020;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
h1,
h2,
h3,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
button,
[type='button'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h5,
h6,
.h1,
.h2,
.h3,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-4,
.col-md-6,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body iframe {
  min-height: 420px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.5);
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.visible {
  visibility: visible !important;
}
.hero-title {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 20px;
}
.hero-text {
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}
.hero {
  background-color: #dddddc;
  background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/hero-small.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 300px;
  height: 600px;
}
.hero-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 520px;
}
.hero-timing {
  display: none;
  margin-top: 20px;
}
.hero-timing-blank {
  margin-right: 5px;
}
.hero-logo {
  width: 141px;
  height: auto;
}
.hero-footer-logo {
  width: 141px;
  height: auto;
}
.hero-logo-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .hero {
    background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/hero-large.png");
    background-position: 0 250px;
    height: 670px;
  }
  .hero-wrapper {
    height: 620px;
  }
}
@media screen and (min-width: 768px) {
  .hero-logo-wrapper {
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media screen and (min-width: 992px) {
  .hero-logo {
    width: 252px;
  }
  .hero-logo-wrapper {
    -ms-flex-pack: left;
    justify-content: left;
  }
  .hero-title {
    font-size: 50px;
    margin-top: 30px;
  }
  .hero {
    background-image: url("");
  }
  .hero-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/hero-large.png");
    background-size: 969px auto;
    background-repeat: no-repeat;
    background-position: right 110px;
    height: 700px;
  }
  .hero-wrapper {
    height: 595px;
  }
  .hero-timing {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer {
  background-color: #6f32ff;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.billing-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.copyright {
  border-top: 1px solid #6f27a1;
  padding-top: 9px;
  padding-bottom: 19px;
  text-align: center;
}
.register-info {
  min-width: 160px;
}
@media screen and (min-width: 480px) {
  .register-info {
    min-width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .copyright {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .register-info {
    min-width: 200px;
  }
}
.conditions-container {
  padding-bottom: 45px;
}
.conditions-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.conditions-title {
  padding-bottom: 10px;
}
.conditions-img {
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .conditions-container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .conditions-title {
    padding-bottom: 40px;
  }
  .conditions-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.state-help {
  background-color: #f6f5fa;
  padding-bottom: 20px;
}
.state-text-strong {
  font-weight: 600;
}
.state-title-article {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.state-text-margin {
  margin-bottom: 25px;
}
.state-img-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: self-start;
  align-items: self-start;
}
@media screen and (min-width: 992px) {
  .state-text {
    font-size: 18px;
    font-weight: 500;
  }
  .state-title-article {
    font-size: 30px;
    text-align: left;
  }
  .state-text-strong {
    font-size: 18px;
  }
}
.future-planning {
  padding-bottom: 34px;
}
.future-thumb {
  border-radius: 35px;
  background-color: #f6f5fa;
  padding-left: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 270px;
}
.future-thumb-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 290px;
}
.future-thumb-container:not(:last-child) {
  margin-bottom: 40px;
}
.future-thumb-text {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.future-text {
  margin-bottom: 30px;
}
.future-number-pointer {
  position: absolute;
  top: -55px;
  left: -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94px;
  height: 66px;
  border-top-right-radius: 45%;
  border-bottom-right-radius: 45%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #6f32ff;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25), 0px 0px 70px 0px #6f32ff;
  margin-top: 67px;
  margin-bottom: 30px;
}
.future-number-text {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.future-main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 40px;
}
.future-bottom {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .future-planning {
    padding-bottom: 42px;
  }
  .future-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 55px;
  }
  .future-number-pointer {
    position: absolute;
    top: -45px;
    left: -20px;
  }
  .future-thumb {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 360px;
  }
  .future-main-container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 60px;
    margin-bottom: 54px;
  }
  .future-thumb-container {
    width: 391px;
  }
  .future-thumb-container:not(:last-child) {
    margin-bottom: 0;
  }
  .future-bottom {
    margin-bottom: 40px;
  }
  .future-thumb-text {
    font-weight: 600;
    font-size: 20px;
  }
}
.examples-container {
  background-color: #f6f5fa;
  padding-bottom: 35px;
}
.examples-article {
  background-color: #6f32ff;
  border-radius: 35px;
  width: 95%;
  padding: 24px 12px;
}
.examples-article-light {
  background-color: #f6f5fa;
  box-shadow: 0px 4px 10px 0px rgba(72,102,210,0.33);
  margin-top: 25px;
}
.examples-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 40px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.examples-top-article {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.examples-img-top-article {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.examples-text-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.examples-text-thumb {
  font-weight: 400;
}
.examples-medium-text {
  font-weight: 500;
  text-align: left;
}
.examples-title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 16px;
}
.examples-title-thumb {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.examples-slide-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.slide {
  position: relative;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 750px) {
  .examples-article {
    margin-left: 150px;
    margin-right: 150px;
  }
}
@media screen and (min-width: 992px) {
  .examples-articles {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: end;
    align-items: end;
    padding-left: 5px;
    padding-right: 5px;
  }
  .examples-article {
    background-color: #f6f5fa;
    box-shadow: 0px 4px 10px 0px rgba(72,102,210,0.33);
    border-radius: 35px;
    min-width: 300px;
    padding: 22px 20px;
    margin-left: 0;
    margin-right: 10px;
  }
  .examples-img-top-article {
    width: 100%;
  }
  .examples-slide-title {
    position: absolute;
    font-size: 35px;
  }
  .example-slide-title-left {
    top: 70px;
    left: 30%;
  }
  .example-slide-title-right {
    top: 30px;
    left: 0%;
  }
  .examples-first-item {
    -ms-flex-order: 2;
    order: 2;
  }
  .examples-title-thumb {
    font-size: 20px;
  }
  .examples-text-thumb {
    font-size: 20px;
  }
  .examples-background-color {
    background-color: #6f32ff;
  }
  .my-swiper .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.real-life-container {
  padding-bottom: 20px;
}
.real-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  min-height: 250px;
  border-radius: 20px;
}
.real-first-slide {
  background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/petra.jpg");
}
.real-second-slide {
  background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/martin.jpg");
}
.real-third-slide {
  background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/teresa.jpg");
}
.real-slide {
  padding: 20px;
  margin: 0 20px;
}
.real-title {
  font-size: 14px;
  margin-top: 10px;
}
.real-article {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 15px 0px rgba(117,121,255,0.5);
  padding: 40px;
  margin-bottom: 40px;
}
.real-article:after {
  position: absolute;
  top: -20px;
  right: 20px;
  content: '';
  width: 50px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/cdn/landings/img/income_insurance_basic_pojisteniprace_cz/brackets.svg");
}
.nav-swiper .nav-swiper-pagination {
  text-align: center;
}
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .real-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
  }
  .real-thumbnail {
    background-position: center;
    min-height: 400px;
  }
  .real-text {
    font-size: 18px;
  }
  .real-space {
    padding: 0 5px;
  }
  .real-article {
    margin-bottom: 0;
  }
  .swiper-button-next:after {
    display: block;
  }
  .swiper-button-prev:after {
    display: block;
  }
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 320px;
  height: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover,
a:focus {
  color: #6f27a1;
}
p,
h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.container {
  padding-top: 22px;
}
.button {
  background-color: #6f32ff;
  color: #fff;
  border-radius: 20px;
  height: 55px;
  width: 270px;
  border: none;
  box-shadow: 0px 0px 30px 0px rgba(111,50,255,0.33);
  transition: background-color 0.3s, color 0.3s;
}
.button:hover,
.button:focus {
  background-color: #fff;
  color: #6f32ff;
}
.highlighted {
  color: #6f32ff;
}
.light {
  color: #fff;
}
.title-main {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
iframe {
  border-width: 0px;
  width: 100%;
}
.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.terms-color {
  color: #ff8562;
}
.terms-space {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.terms-text {
  font-size: 10px;
}
.terms-column:not(:last-child) {
  border-right: 1px solid #202020;
}
@media screen and (min-width: 992px) {
  .button {
    width: 330px;
  }
  .title-main {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
  }
  .terms-text {
    font-size: 12px;
  }
}
.cookies-policy {
  display: none;
}
.agree {
  display: none;
}
.b-close {
  display: none;
}
.form-cell.checkbox.agreement_checkbox.agree.filled.hidden.error {
  display: block !important;
}
#form-embed .hidden {
  display: block !important;
}
.grecaptcha-badge {
  display: none !important;
}
