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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tgl-0130-1__wrap {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  background-color: #2a3239;
  border: 4em solid #000;
  border-radius: 5em;
  justify-content: flex-end;
  width: 100em;
  height: 40em;
  padding-top: 1em;
  padding-left: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.tgl-0130-1__custom {
  z-index: 2;
  align-items: center;
  height: 40em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
  transform: translate(0);
}

.tgl-0130-1__checkbox {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.tgl-0130-1__checkbox.w--redirected-checked {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.tgl-0130-1__checkbox-label {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.tgl-0130-1__label {
  letter-spacing: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 13em;
  font-weight: 400;
}

.tgl-0130-1__overlay {
  background-image: radial-gradient(circle farthest-side, #00000003 57%, #0006), linear-gradient(to right, #0009, #00000003 20% 80%, #0009);
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  font-size: 20em;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 -7px .3em -.4em #000, inset 0 10px .2em -.6em #ffffffb3;
}

.btn__tgl-0130-1__checkboxwrap {
  height: 40px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .064em;
  line-height: 1;
  display: block;
  position: relative;
}

.tgl-0130-1__on {
  color: #47ff8a;
  text-shadow: 0 0 .6em #47ff8a, 0 0 .1em #47ff8a, 0 -1px #ffffff80, 0 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18em;
  font-weight: 800;
  display: flex;
  position: absolute;
  inset: 0% -100% 0% auto;
  transform: translate(-100%);
}

.tgl-0130-1__label-w {
  color: #46515a;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 30em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: none;
  overflow: hidden;
}

.tgl-0130-1__label-w.label--l {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 30em;
}

.tgl-0130-1__off {
  color: #000c;
  text-shadow: 0 -1px 1em #ffffff14;
  background-image: linear-gradient(to right, #00000003, #0000004d 20%, #0000001a 50%, #0000004d 80%, #00000003);
  justify-content: center;
  align-items: center;
  font-size: 18em;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}
