@import url('../fonts/fonts.css');
.halfwhite {
  color: rgba(255, 255, 255, 0.5);
}
.light {
  color: red!important;
}
.bold {
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
}
.regular {
  font-family: 'Supermolot Medium', Arial, Helvetica, "sans-serif";
}
.semibold {
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
}
.black {
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
body,
html {
  overflow: hidden;
  font-family: 'Supermolot Medium', Arial, Helvetica, "sans-serif";
  height: 100%;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #000000;
  font-weight: 400;
  color: #ffffff;
}

body.codeMode #videoCol #codeBlock {
  display: none;
}
body.codeMode #success #codeSent {
  display: block;
}

body.codeMode #videoCol #noCodeBlock {
  display: flex;
}


body.codeMode #success.newbie #codeSent {
  display: none;
}
#bg {
  pointer-events: none;
  flex-direction: column;
  z-index: 221;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent url('../gfx/bg-videostill.jpg') center center no-repeat;
  background-size: cover;
}
#bg video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#main {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  z-index: 2;
}
.fault {
  position: absolute;
  left: 25%;
  top: 155px;
}
@-webkit-keyframes dot {
  0% {
    color: #ffffff;
    opacity: 0;
  }
  50% {
    color: #ffffff;
    opacity: 0;
  }
  100% {
    color: #f41b24;
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    color: #ffffff;
    opacity: 0;
  }
  50% {
    color: #ffffff;
    opacity: 0;
  }
  100% {
    color: #f41b24;
    opacity: 1;
  }
}
#success {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
#success.newbie #codeSent {
  display: none;
}
#success.newbie #newbie {
  display: block;
}
#success.newbie #newbie a {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
#success #opening {
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
  display: none;
  position: absolute;
  font-size: 3em;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
}
#success #opening .fl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#success #opening .fl span span:nth-child(1) {
  color: #ffffff;
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.0s;
  animation: dot 1.3s infinite;
  animation-delay: 0.0s;
}
#success #opening .fl span span:nth-child(2) {
  color: #ffffff;
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}
#success #opening .fl span span:nth-child(3) {
  color: #ffffff;
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}
#success #newbie,
#success #codeSent,
#success #error,
#success #faux_code,
#success #used_phone,
#success #congrats_10,
#success #congrats_100 {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
}
#success #newbie .fl,
#success #codeSent .fl,
#success #error .fl,
#success #faux_code .fl,
#success #used_phone .fl,
#success #congrats_10 .fl,
#success #congrats_100 .fl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#success #newbie .fl h2,
#success #codeSent .fl h2,
#success #error .fl h2,
#success #faux_code .fl h2,
#success #used_phone .fl h2,
#success #congrats_10 .fl h2,
#success #congrats_100 .fl h2 {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 0px 0px #f41b24;
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
  line-height: 6.875rem;
  font-size: 5.5rem;
  text-transform: uppercase;
  line-height: 100%;
}
#success #newbie .fl p,
#success #codeSent .fl p,
#success #error .fl p,
#success #faux_code .fl p,
#success #congrats_10 .fl p,
#success #congrats_100 .fl p {
  color: #ffffff;
  text-align: center;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  line-height: 120%;
  /* 1.2rem */
  text-transform: uppercase;
}
#success #codeSent {
  display: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#success #codeSent .fl {
  justify-content: space-around;
}
#success #codeSent .fl a {
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
}
#success #codeSent .fl h2 {
  line-height: 100%;
  font-size: 5.5rem;
}
#success #codeSent .fl p {
  width: 100%;
  font-size: 1.6em;
  text-align: center;
}
#footer div:first-child {
  background: linear-gradient(319deg, rgba(0, 0, 0, 0.75) 6.3%, rgba(103, 2, 183, 0.75) 93.94%);
  backdrop-filter: blur(4px);
}
#footer div:last-child {
  background: #000;
}
@keyframes shaker {
  0%,
  20%,
  40%,
  100% {
    transform: translateX(0);
  }
  10%,
  30% {
    transform: translateX(-0.15em);
  }
}
#videoCol {
  padding-left: 0;
}
#videoCol .logo {
  align-items: center;
  padding: 1.5rem;
  background: #f41b24;
  border-radius: 0 0 1.5rem 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 55;
  flex-grow: 2;
}
#videoCol .logo img {
  width: 50%;
  height: auto;
}
#videoCol .logo span {
  text-align: right;
  line-height: 1rem;
  font-size: 0.8rem;
  padding-right: 1rem;
}
#videoCol #video {
  z-index: 1;
  overflow: hidden;
  padding-top: 95%;
  position: relative;
  border-radius: 0 1.5rem 0 0;
  background-image: url('../gfx/seif.jpg');
  background-size: cover;
  background-position: center;
}
#videoCol #video video {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 0;
  height: 100%;
}
#videoCol #codeBlock {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  font-size: 33px;
  color: #000000;
  width: 100%;
  z-index: 2;
  display: none;
  /*
		#code2 { left: 56px; }
		#code3 { left: 112px; }
		#code4 { left: 167px; }
		#code5 { left: 223px; }
		#code6 { left: 279px; }
		#code7 { left: 335px; }
		#code8 { left: 391px; } */
}
#videoCol #codeBlock h3 {
  text-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.3);
  width: 98%;
  color: #ffffff;
  top: 2rem;
  position: absolute;
  left: 2%;
  top: 2.8rem;
  right: 0;
  z-index: 3;
  text-align: center;
  font-size: 2.2rem;
  margin: 0;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
}
#videoCol #codeBlock h3 span {
  color: #f41b24;
}
#videoCol #codeBlock #muugiBtn {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3rem;
  height: 40%;
  /*
			&:hover {
				.arrowbox {
					transform: scale(1.1);
				}
			}*/
}
#videoCol #codeBlock #muugiBtn p {
  margin-top: 0.5rem;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
#videoCol #codeBlock #muugiBtn .arrowbox {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  position: relative;
  background: #f41b24;
  margin: 0;
  border-radius: 1rem;
  line-height: 1rem;
  padding: 2rem 1rem;
  color: #ffffff;
  font-style: italic;
  font-size: 3.5rem;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.75);
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  /*transform: scale(1);*/
  animation: shaker 2s ease-in-out 1.5s infinite normal forwards;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  /**/
}
#videoCol #codeBlock #muugiBtn .arrowbox::after {
  right: 99%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 0, 0, 0);
  border-right-color: #f41b24;
  border-width: 14px;
  margin-top: -14px;
}
#videoCol #codeBlock .codegroup {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 15%;
}
#videoCol #codeBlock .codegroup input {
  width: 3rem;
  margin: 0;
  padding: 0;
  line-height: 1rem;
  text-align: center;
  border-width: 0;
  background-color: transparent;
  padding: 0.6rem 0rem;
  text-shadow: 1px 1px 0 #ffffff;
  color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 2.125rem;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  margin: 0.3rem;
  background: url('../gfx/digit.png') center center / 100% 100% no-repeat;
}
#videoCol #noCodeBlock {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  z-index: 2;
  height: 100%;
  width: 100%;
  height: calc(87%);
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#videoCol #noCodeBlock #getCodeBtn {
  border-width: 0;
  background: #f41b24;
  margin: 0;
  border-radius: 1rem;
  line-height: 1rem;
  padding: 2rem 1.5rem;
  font-size: 3.5rem;
  color: #ffffff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.75);
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
  text-transform: uppercase;
  /*transform: scale(1);*/
  animation: shaker 2s ease-in-out 1.5s infinite normal forwards;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
#videoCol #noCodeBlock p {
  margin-top: 0.5rem;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
}
#formCol {
  /*
	background: url('../gfx/bg-blue.png') center top no-repeat;
    position: absolute;
	left: 0;
	top: 0;
	*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
  border-radius: 1.5rem 0 0 1.5rem;
  /*
	background: linear-gradient(319deg, rgba(0, 0, 0, 0.75) 6.3%, rgba(103, 2, 183, 0.75) 93.94%);
	backdrop-filter: blur(4px);
	*/
  background: linear-gradient(3deg, rgba(0, 25, 76, 0.75) -19.69%, var(--core-deep-blue, rgba(23, 64, 155, 0.75)) 95.39%);
  backdrop-filter: blur(4px);
  /* custom checkbox */
}
#formCol .agreement-check {
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  font-size: 1.125rem;
  color: #f41b24;
  text-align: left;
  position: relative;
  cursor: pointer;
  text-transform: none;
}
#formCol .agreement-check input {
  margin-right: 5px;
  margin-top: 10px;
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 0;
  opacity: 0;
}
#formCol .agreement-check input:checked + label::before {
  background: url('../gfx/ch-checked.png') left center no-repeat;
  background-size: auto 100%;
}
#formCol .agreement-check label {
  font-size: 1em;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  text-transform: none;
}
#formCol .agreement-check label::before {
  content: '';
  width: 42px;
  height: 40px;
  background: url('../gfx/ch.png') left center no-repeat;
  background-size: auto 100%;
  margin-right: 0.5rem;
}
#formCol .agreement-check label span {
  margin: 0;
  padding: 4px 0 0 0;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
#formCol .agreement-check label span a {
  text-decoration: underline;
  pointer-events: auto;
  color: #f41b24;
}
#formCol .title {
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 0px 0px #f41b24;
  font-size: 4.8rem;
}
#formCol .subtitle {
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  display: flex;
  width: 100%;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
#formCol .subtitle div {
  line-height: 130%;
}
#formCol .subtitle div:first-child {
  text-align: right;
  padding-right: 1rem;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
}
#formCol .subtitle div:first-child span {
  color: #f41b24;
}
#formCol .subtitle div:last-child {
  font-size: 5rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-shadow: 2px 0px 0px #FFF;
  line-height: 1rem;
  color: #f41b24;
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
}
#formCol .form-group {
  margin-bottom: 11px;
}
#formCol .input-lg {
  height: 42px;
  padding: 9px 16px;
}
#formCol label {
  text-transform: uppercase;
  font: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.95em;
}
#formCol #formWrapper {
  position: relative;
  float: left;
  width: 100%;
}
#formCol #formWrapper input,
#formCol #formWrapper select,
#formCol #formWrapper .form-control {
  color: #004592;
}
#formCol #formWrapper input::-webkit-input-placeholder,
#formCol #formWrapper select::-webkit-input-placeholder,
#formCol #formWrapper .form-control::-webkit-input-placeholder,
#formCol #formWrapper input::-moz-placeholder,
#formCol #formWrapper select::-moz-placeholder,
#formCol #formWrapper .form-control::-moz-placeholder,
#formCol #formWrapper input:-ms-input-placeholder,
#formCol #formWrapper select:-ms-input-placeholder,
#formCol #formWrapper .form-control:-ms-input-placeholder,
#formCol #formWrapper input:-moz-placeholder,
#formCol #formWrapper select:-moz-placeholder,
#formCol #formWrapper .form-control:-moz-placeholder,
#formCol #formWrapper input::placeholder,
#formCol #formWrapper select::placeholder,
#formCol #formWrapper .form-control::placeholder {
  color: #004592;
}
.xxxxxxxxxcontainer {
  margin: 0;
  padding: 0;
  width: 610px;
  overflow: hidden;
  display: block;
  height: 573px;
  position: absolute;
  right: 0;
  top: 0;
}
#notice_10eur,
#notice_100eur {
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 3;
  display: none;
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: #f41b24;
}
#notice_10eur h3,
#notice_100eur h3 {
  text-align: center;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  font-size: 5rem;
  line-height: 100%;
  position: relative;
  z-index: 1;
  color: #004592;
  text-shadow: 2px 0px 0px #FFF;
}
#notice_10eur .fl,
#notice_100eur .fl {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5.5rem;
}
#notice_10eur .fl p,
#notice_100eur .fl p {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 1em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
}
#notice_10eur .fl p.large,
#notice_100eur .fl p.large {
  font-size: 3rem;
}
#notice_10eur h2 {
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.01rem;
  position: relative;
  z-index: 1;
}
#notice_10eur h2 span {
  position: relative;
  z-index: 2;
  /*
			background: linear-gradient(182deg, #9D20FF -0.01%, #6702B7 84.71%);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;*/
}
#notice_10eur h2::after {
  display: none;
  content: attr(data-value);
  position: absolute;
  font-size: 9.5rem;
  line-height: 7.5rem;
  letter-spacing: 0.38rem;
  z-index: 1;
  left: 2px;
  color: #ffffff;
}
#notice_100eur {
  background-image: url('../gfx/win100bg.jpg');
  background-size: cover;
  background-position: center center;
}
#notice_100eur h2 {
  text-align: center;
  font-family: 'Supermolot ExtraBold', Arial, Helvetica, "sans-serif";
  font-style: italic;
  letter-spacing: -0.1rem;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  font-size: 9.5rem;
  line-height: 7.5rem;
  position: relative;
  z-index: 1;
}
#notice_100eur h2 span {
  display: none;
  position: relative;
  z-index: 2;
  color: #ffffff;
  /*
			background: linear-gradient(101deg, #FF4200 0.17%, #9D20FF 100.17%);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent; */
}
#notice_100eur h2::after {
  display: none;
  content: attr(data-value);
  position: absolute;
  font-size: 9.5rem;
  line-height: 7.5rem;
  letter-spacing: 0.38rem;
  z-index: 1;
  left: 2px;
  color: #ffffff;
}
#wrapper {
  width: 1220px;
  height: 641px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  margin-top: -320px;
  display: flex;
}
#town {
  width: 60%;
  float: left;
}
/* tooltip */
.tooltip-inner {
  max-width: 300px!important;
  background-color: #f41b24 !important;
  padding: 8px 13px;
  font-size: 1.2em;
  text-align: left;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-top .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f41b24 !important;
  border-top-color: #f41b24 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #f41b24 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f41b24 !important;
}
#terms {
  max-width: 1100px;
  display: none;
}
#terms h2 {
  margin: 0;
  margin-bottom: 1em;
  color: #f41b24;
  text-transform: uppercase;
  font-family: 'Supermolot Bold', Arial, Helvetica, "sans-serif";
  margin-top: 2em;
}
#terms h2:first-child {
  margin-top: 0;
}
#terms ol li {
  margin-bottom: 0.8em;
}
#terms a {
  color: #f41b24;
  text-decoration: underline;
}
.fancybox-skin .x {
  width: 42px;
  height: 42px;
  background: url('../gfx/x.png') left top no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
}
.fancybox-skin .x:hover {
  opacity: 1;
}
/* phone */
.iti__flag {
  transform: scale(1.5) !important;
  transform-origin: center;
}
.iti__arrow {
  margin-right: 0.2rem;
  transform: scale(1.3) !important;
  transform-origin: left;
}
.iti {
  width: 100%;
}
.iti .iti__selected-country-primary {
  width: 3rem!important;
  padding: 0 0 0 0.8rem;
}
.iti .iti__selected-country-primary .iti__flag {
  margin-right: 0.3rem;
}
.iti.allow-dropdown input,
.iti.intl-tel-input.allow-dropdown input[type=text],
.iti.intl-tel-input.allow-dropdown input[type=tel],
.iti.intl-tel-input.separate-dial-code input,
.iti.intl-tel-input.separate-dial-code input[type=text],
.iti.intl-tel-input.separate-dial-code input[type=tel] {
  padding-left: 3.5rem;
}
.iti .iti__country-list {
  color: #333;
}
.iti .iti__country-list .iti__flag {
  margin-right: 0.6rem;
}
/* Landscape phone to portrait tablet */
@media (max-width: 979px) {
  body {
    overflow: auto;
  }
  #main {
    transform: none;
    top: 0;
    position: relative;
    margin-bottom: 2rem;
  }
  #muugiVorm {
    padding: 1rem;
  }
  #formCol {
    border-radius: 1.5rem 1.5rem 0 0;
  }
  #formCol .title {
    line-height: 100%;
    padding-top: 1rem;
    font-size: 12vmin;
  }
  #formCol .subtitle {
    line-height: 120%;
    flex-direction: column;
  }
  #formCol .subtitle div {
    line-height: 120%;
  }
  #formCol .subtitle div:first-child,
  #formCol .subtitle div:last-child {
    line-height: 120%;
  }
  #formCol .subtitle div:last-child {
    font-size: 26vmin;
  }
  #videoCol #video {
    border-radius: 0;
  }
  #videoCol .logo {
    border-radius: 0 0 1.5rem 1.5rem;
  }
  #videoCol #codeBlock h3 {
    top: 2rem;
    font-size: 1.6rem;
  }
  #videoCol #codeBlock .codegroup {
    width: 90%;
  }
  #videoCol #codeBlock .codegroup input {
    font-size: 1.55rem;
    margin: 0.2rem;
  }
  #videoCol #codeBlock #muugiBtn {
    top: 53%;
  }
  #success {
    height: 100vw;
  }
  #success #opening {
    font-size: 4rem;
  }
  #success #codeSent .fl h2,
  #success #congrats_10 .fl h2,
  #success #congrats_100 .fl h2 {
    font-size: 4.5rem;
  }
  #notice_10eur h3,
  #notice_100eur h3 {
    font-size: 4rem;
  }
  #notice_10eur h2,
  #notice_100eur h2 {
    font-size: 4.5rem;
  }
  .iti__flag {
    transform: scale(1.2) !important;
  }
  .iti .iti__selected-country-primary {
    width: 3.6rem !important;
    padding: 0 0 0 0.9rem;
  }
  .iti.allow-dropdown input,
  .iti.intl-tel-input.allow-dropdown input[type=text],
  .iti.intl-tel-input.allow-dropdown input[type=tel],
  .iti.intl-tel-input.separate-dial-code input,
  .iti.intl-tel-input.separate-dial-code input[type=text],
  .iti.intl-tel-input.separate-dial-code input[type=tel] {
    padding-left: 3.8rem;
  }
}

#iti-0__dropdown-content {
	z-index: 3!important;
}
