html {
    scroll-behavior: smooth
}
img{
    
max-width: 100%
    
}
@charset "UTF-8";
.paragraph {
  width: 100%;
  font-size: 18px;
  word-break: break-word;
  /* white-space: break-spaces; */
}
.paragraph .paragraph-inner {
  width: 100%;
}
.paragraph a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
}
p {
  margin: 0;
  padding: 0;
}
h1,
p {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.paragraph * {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-family: inherit;
}
.btn {
  display: flex;
  flex-direction: column;
}
.btn {
  cursor: pointer;
  border: 0;
  outline: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f6f9fe;
  background: #4368e0;
  border-radius: 4px;
  padding: 10px 30px;
  transition: 0.15s all ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  position: relative;
  box-shadow: RGB(37 42 50/32%) 0 1px 4px 1px;
}
.btn .btn-headline {
  pointer-events: none;
  word-break: break-word;
}
.img a img {
  pointer-events: none;
}
.btn-container {
  width: 100%;
  align-items: center;
}
.btn-container,
.spacer {
  display: flex;
  flex-direction: column;
}
.spacer {
  flex: 1;
}
.spacer .inner-spacer {
  box-sizing: border-box;
  border-top: 2px solid #57585d;
  width: 100%;
  display: block;
}
#render-table {
  text-align: center;
}
.custom {
  width: 100%;
}
.form-element {
  width: 100%;
  padding: 5px;
  position: relative;
}
.form-element input:not([type="radio"]):not([type="checkbox"]) {
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  background: #fff;
  border: 1px solid #c5c7d2;
  border-radius: 6px;
  width: 100%;
  display: block;
  padding: 11px 15px;
  letter-spacing: 0.02em;
  color: #252a32;
  min-height: 22px;
  height: auto;
  font-size: 14px;
}
.img {
  width: 100%;
  height: auto;
  display: flex;
}
.img {
  flex-direction: column;
  align-items: center;
}
.container-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container {
  border: 0;
  outline: 0;
  display: flex;
  flex-wrap: wrap;
}
.container {
  flex-direction: row;
}
.container .container-box {
  width: 100%;
  overflow: visible;
  display: flex;
  flex: 1;
  flex-direction: column;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 400;
  color: #636a7b;
  font-size: 13px;
}
input {
  appearance: auto;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
h1 {
  font-weight: 500;
  line-height: 1.5;
}
h1 {
  margin: 0;
  padding: 0;
}
a {
  transition: 0.15s all ease-in-out;
}
.main-wrapper {
  width: 100%;
  flex-direction: column;
  min-height: 100vh;
  text-decoration: inherit;
  overflow: unset;
}
.element-wrapper,
.main-wrapper,
.section {
  align-items: center;
  display: flex;
}
.element-wrapper {
  justify-content: center;
  text-decoration: inherit;
  min-height: 0;
}
.section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-items: center;
  flex-direction: column;
}
.section,
.section.full {
  width: 100%;
}
.section.full .section_row {
  max-width: 1170px;
}
.section .section_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 851px) {
  .no-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 850px) and (min-width: 601px) {
  .no-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
  .section .section_row {
    flex-direction: column;
  }
  .section .section_row .row-column {
    width: 100% !important;
  }
}
.row-column {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: inherit;
}
.sticky_show_after {
  display: none;
  visibility: hidden;
}
.form-wrapper {
    padding: 10px;
    margin: 10px auto;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form input {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.form-submit {
    background-color: rgb(76, 177, 78);
    color: #fff;
    
}
.wrapper {
  padding: 10px;
  margin: 10px auto;
  max-width: 880px;
}
.congrat-wrapper {
  padding: 10px;
  margin: 10px auto;
  max-width: 680px;
}
.section-content {
  font-size: 18px;
  line-height: 1.2;
}
.congrat-img {
  max-width: 100px;
  margin: 10px auto;
}