.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

a {
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.down {
  z-index: 25;
}

.section.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.screen {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1340px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 56px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 40px;
}

.screen.formdiv1 {
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #582d78;
}

.screen.main {
  padding-top: 40px;
}

.logodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.textvisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leftdiv {
  max-width: 615px;
  margin-right: 100px;
}

.warningdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  font-family: Commissioner, sans-serif;
  color: rgba(58, 48, 66, 0.8);
  font-size: 24px;
  line-height: 116%;
}

.headline {
  color: #3a3042;
  font-size: 35px;
  line-height: 100%;
  font-weight: 500;
}

.headline.white {
  color: #fff;
}

.headline.white.end {
  font-size: 44px;
}

.headline.enter {
  margin-bottom: 100px;
  padding-right: 56px;
  padding-left: 56px;
  text-align: center;
}

.headline.whiteheadline {
  color: #fff;
}

.headlinediv1 {
  margin-bottom: 30px;
}

.sublinetext {
  margin-bottom: 40px;
}

.warning-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.green {
  color: #5be7c4;
  text-decoration: none;
}

.white {
  color: #fff;
  font-size: 20px;
}

.langdiv {
  position: relative;
  right: -7.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.langlink {
  display: block;
  padding: 7.5px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}

.langlink.select {
  opacity: 0.4;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 66px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #2ec4b6;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #34dece;
}

.button:active {
  background-color: #28ab9f;
}

.button.mainbutt {
  text-transform: uppercase;
}

.button.mobile {
  display: none;
}

.purplebg {
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 40px;
  background-color: #582d78;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 355px;
  max-width: 614px;
  margin-right: 0px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cardscreen1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stick2 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.headline2 {
  color: #3a3042;
  font-size: 25px;
  line-height: 116%;
  font-weight: 500;
}

.headlinediv2 {
  margin-bottom: 20px;
}

.visualdiv2.desk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.visualdiv2.pad {
  display: none;
}

.visualdiv2.phone {
  display: none;
}

.icondiv {
  width: 84px;
  height: 84px;
  margin-bottom: 20px;
}

.firstcontent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 75;
  min-height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondcontent {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.contcard {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 24px;
  background-color: #fff;
}

.thirthcontent {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  width: 100%;
  min-height: 66px;
  margin-bottom: 25px;
  padding: 24px 22px;
  border-radius: 16px;
  color: #7c3faa;
  font-size: 16px;
}

.formdiv {
  width: 100%;
  max-width: 391px;
}

.fingerdiv1.desk2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
}

.fingerdiv1.pad2 {
  display: none;
}

.fingerdiv1.phone3 {
  display: none;
}

.success-message {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block {
  max-width: 570px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  position: relative;
  bottom: -215px;
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.markerscroll {
  min-height: 100vh;
}

.next {
  color: #fff;
  font-size: 14px;
  line-height: 116%;
}

.text-span {
  font-size: 23px;
}

.textcardmini {
  font-size: 16px;
  line-height: 116%;
}

.leftdiv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 615px;
  margin-right: 100px;
}

.leftdiv1.end1 {
  margin-right: 0px;
}

.div-block-4 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.finger {
  position: relative;
  right: 115px;
  z-index: 0;
  max-width: 75%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.butondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.pagediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.image {
  position: relative;
  top: 2.5px;
  width: 7px;
  height: 7px;
  margin-left: 3px;
}

.shadow-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(227, 230, 236, 0.9);
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 18.5px;
  height: 18.5px;
  margin: 0px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../../images/__landing_page/Done.svg');
  background-size: auto;
}

.consent {
  font-size: 16px;
  line-height: 116%;
}

.consent.white {
  margin-bottom: 0px;
  margin-left: 10px;
  line-height: 116%;
}

.error-message {
  position: relative;
  z-index: 1;
}

.link {
  cursor: pointer;
}

.pointer-for-text {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .screen.main {
    padding-top: 30px;
  }

  .body {
    line-height: 116%;
  }

  .card {
    width: 614px;
    height: 400px;
  }

  .headline2 {
    font-size: 35px;
  }

  .icondiv {
    margin-bottom: auto;
  }

  .textcardmini {
    font-size: 24px;
  }

  .consent {
    font-size: 24px;
  }

  .consent.white {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    line-height: 116%;
  }

  .headline {
    font-size: 56px;
  }

  .headline.white {
    font-size: 56px;
  }

  .headline.whiteheadline.end {
    font-size: 44px;
  }

  .white {
    font-size: 24px;
  }

  .form {
    margin-top: 85px;
  }

  .next {
    cursor: pointer;
  }

  .leftdiv1.end1 {
    margin-right: 100px;
  }

  .finger {
    max-width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding: 40px;
  }

  .section.down {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.bg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .screen {
    padding-right: 0px;
    padding-left: 0px;
  }

  .screen.formdiv1 {
    padding-right: 43px;
    padding-left: 43px;
  }

  .screen.main {
    padding-top: 30px;
  }

  .logodiv {
    padding-right: 43px;
    padding-left: 43px;
  }

  .textvisual {
    padding-right: 43px;
    padding-left: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .leftdiv {
    max-width: 303px;
    margin-right: 43px;
  }

  .warningdiv {
    padding-right: 43px;
    padding-left: 43px;
  }

  .body {
    line-height: 116%;
  }

  .headline {
    font-size: 35px;
  }

  .headline.white {
    font-size: 46px;
  }

  .headline.white.end {
    font-size: 46px;
  }

  .headline.enter {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .headline.whiteheadline {
    font-size: 46px;
  }

  .headline.whiteheadline.end {
    font-size: 45px;
  }

  .white {
    font-size: 20px;
  }

  .button {
    height: 56px;
  }

  .card {
    width: 335px;
    height: 355px;
    margin-right: 0px;
  }

  .headline2 {
    font-size: 25px;
    line-height: 116%;
  }

  .visualdiv1 {
    width: 284px;
    height: 360px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .visualdiv2.desk {
    display: none;
  }

  .visualdiv2.pad {
    display: block;
  }

  .contcard {
    padding: 30px;
  }

  .form {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formdiv {
    max-width: 301px;
  }

  .fingerdiv1 {
    display: none;
  }

  .fingerdiv1.pad2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
  }

  .textcardmini {
    font-size: 16px;
    line-height: 116%;
  }

  .leftdiv1 {
    margin-right: 43px;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .finger {
    right: -310px;
    max-width: 64%;
  }

  .consent {
    font-size: 16px;
    line-height: 116%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 20px;
  }

  .section.down {
    padding-top: 20px;
  }

  .section.bg {
    padding: 20px;
  }

  .screen {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .screen.formdiv1 {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
  }

  .screen.main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logodiv {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textvisual {
    padding-right: 0px;
    padding-left: 0px;
  }

  .leftdiv {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .warningdiv {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body {
    line-height: 116%;
  }

  .headline {
    font-size: 9vw;
  }

  .headline.enter {
    margin-bottom: 40px;
  }

  .headline.whiteheadline {
    font-size: 5vw;
  }

  .headline.whiteheadline.end {
    font-size: 6vw;
  }

  .headlinediv1 {
    margin-bottom: 10px;
  }

  .sublinetext {
    margin-bottom: 20px;
  }

  .warning-text {
    font-size: 2.5vw;
  }

  .white {
    font-size: 3.5vw;
  }

  .button {
    width: 100%;
  }

  .button.mainbutt {
    width: 200px;
  }

  .button.desk {
    display: none;
  }

  .button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .purplebg {
    border-radius: 30px;
  }

  .card {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .cardscreen1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stick2 {
    position: static;
  }

  .visualdiv1 {
    display: none;
  }

  .visualdiv2.desk {
    display: block;
  }

  .visualdiv2.pad {
    display: none;
  }

  .firstcontent {
    position: fixed;
  }

  .contcard {
    width: 100%;
  }

  .text-field {
    min-height: 55px;
    margin-bottom: 20px;
  }

  .formdiv {
    max-width: none;
    margin-top: 30px;
  }

  .fingerdiv1.pad2 {
    display: none;
  }

  .fingerdiv1.phone3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .next {
    font-size: 3vw;
    line-height: 117%;
  }

  .next.hide {
    display: none;
  }

  .leftdiv1 {
    margin-right: 0px;
  }

  .leftdiv1.end1 {
    max-width: none;
  }

  .pagediv {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    width: 203px;
    height: 454px;
  }

  .consent.white {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .section.down._2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .screen._2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    max-width: 140px;
  }

  .headline.whiteheadline {
    font-size: 7.5vw;
  }

  .headlinediv1 {
    margin-bottom: 15px;
  }

  .warning-text {
    font-size: 3.5vw;
    line-height: 116%;
  }

  .white {
    font-size: 5vw;
    line-height: 116%;
  }

  .button.mainbutt {
    margin-bottom: 20px;
  }

  .headline2 {
    font-size: 6vw;
  }

  .visualdiv1 {
    display: block;
    width: 160px;
    height: 202px;
    margin-bottom: 40px;
  }

  .visualdiv2.desk {
    display: none;
  }

  .visualdiv2.phone {
    position: relative;
    display: block;
  }

  .next {
    font-size: 4vw;
  }

  .textcardmini {
    font-size: 4.54vw;
  }

  .butondiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pagediv {
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .login {
    margin-left: 5px;
    padding-top: 0px;
  }

  .image-3 {
    width: 207px;
    height: 470px;
  }

  .consent {
    font-size: 4.54vw;
  }
}