.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;
}

.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #26b373;
  text-decoration: none;
}

a:hover {
  color: #208050;
}

.body {
  font-family: Calibri, sans-serif;
  color: #000;
}

.body.mod--nez.mod--short {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.screen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -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;
}

.screen.mod--nez-header {
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 1px 1px 4px 2px #dcdcdc;
}

.screen.mod--short {
  min-height: 90vh;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content.mod--nez-header {
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--nez-vert {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--nez-cert {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 2fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 2fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text--sm-bold {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--lg-up {
  margin-bottom: 0px;
  font-family: Calibri, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--lg-up.mod--nez-header {
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  font-size: 15px;
  text-decoration: none;
}

.text--lg-up.mod--nez-header:hover {
  color: #26b373;
}

.text--lg-bold {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--xs-bold {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--rich {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
}

.text--rich a {
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  color: #26b373;
  text-decoration: none;
}

.text--rich a:hover {
  color: #208050;
}

.text--rich li {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 170%;
}

.text--rich h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 130%;
}

.text--rich p {
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
}

.text--rich h2 {
  position: static;
  font-size: 24px;
  line-height: 130%;
}

.text--h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2129;
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--sm-up {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.04ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--lg {
  margin-bottom: 0px;
  color: #525252;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--lg.mod--nez-task-header {
  margin-top: 16px;
  font-style: italic;
}

.text--lg.mod--nez-form-radio-box {
  font-style: italic;
}

.text--lg.mod--nez-task-status {
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  font-style: italic;
}

.text--lg.mod--nez-task-status.mod--hidden {
  display: none;
}

.text--lg.mod--cert-link {
  margin-bottom: 16px;
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  color: #d88a43;
  text-align: center;
}

.text--lg.mod--cert-link:hover {
  color: #b47236;
}

.text--lg.mod--nez-input {
  margin-bottom: 8px;
  line-height: 100%;
}

.text--lg.mod--nez-input.mod--policy {
  line-height: 150%;
}

.text--lg.mod--nez-check {
  margin-bottom: 0px;
  line-height: 100%;
}

.text--lg.mod--header-nez-link {
  margin-top: 16px;
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  color: #d88a43;
  line-height: 100%;
  text-align: center;
}

.text--lg.mod--header-nez-link:hover {
  color: #b47236;
}

.text--md {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--md.mod--nez-stats {
  font-family: Calibri, sans-serif;
  color: #525252;
  font-size: 16px;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
}

.text--md.mod--nez-stats-link {
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  font-family: Calibri, sans-serif;
  color: #26b373;
  font-size: 16px;
  line-height: 100%;
  font-style: italic;
  font-weight: 400;
}

.text--md.mod--nez-stats-link:hover {
  color: #208050;
}

.text--xs-up {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.04ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2129;
  font-size: 30px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h3.mod--nez-task {
  margin-bottom: 16px;
  font-style: italic;
}

.text--h3.mod--nez-task.mod--group {
  margin-bottom: 32px;
}

.text--h3.mod--nez-auth {
  margin-bottom: 16px;
}

.text--h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2129;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--md-up {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.04ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--sm {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 14px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--md-bold {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.typography {
  display: block;
}

.text--xs {
  margin-bottom: 0px;
  color: #3e434e;
  font-size: 12px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.04ch;
  text-decoration: none;
}

.text--h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2129;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.02ch;
  text-decoration: none;
}

.text--h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Junegull, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.02ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text--h1.mod--nez-task-header {
  color: #d88a43;
}

.text--h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2129;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02ch;
  text-decoration: none;
  text-transform: uppercase;
}

.nez-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding: 32px;
  -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;
  border-radius: 16px;
  background-color: #f9f9f9;
}

.nez-banner.mod--nomargin {
  margin-bottom: 0px;
}

.nez-banner.mod--nez-cert {
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nez-banner.mod--auth {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nez-btn {
  padding: 8px 96px;
  border-radius: 4px;
  background-color: #26b373;
  box-shadow: 1px 1px 4px 2px rgba(6, 110, 58, 0.2);
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  font-family: Junegull, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nez-btn:hover {
  background-color: #208050;
  color: #fff;
}

.nez-btn.mod--margin {
  margin-bottom: 12px;
}

.nez-btn.mod--nez-header {
  width: 120px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 0px;
  font-size: 11px;
  letter-spacing: 1px;
}

.nez-btn.mod--nez-header.mod--left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.nez-btn.mod--nez-header.mod--right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.nez-btn.mod--orange {
  padding-right: 32px;
  padding-left: 32px;
  background-color: #d88a43;
}

.nez-btn.mod--orange:hover {
  background-color: #b47236;
}

.nez-btn.mod--orange.mod--task {
  margin-top: 16px;
}

.nez-btn.mod--orange.mod--form {
  width: 100%;
}

.nez-btn.mod--orange.mod--cert {
  padding-right: 8px;
  padding-left: 8px;
}

.nez-btn.mod--orange.mod--auth {
  width: 100%;
  margin-bottom: 16px;
}

.nez-banner-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -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;
}

.nez-banner-btn.mod--hor {
  display: -ms-grid;
  display: grid;
  min-width: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nez-banner-btn.mod--hor.mod--cert {
  margin-top: 16px;
  margin-left: 0px;
}

.nez-header-logo-img {
  display: block;
  width: 290px;
  min-width: 290px;
}

.nez-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 16px;
  -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;
}

.nez-btn-header {
  margin-left: 60px;
}

.nez-content-stats {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 32px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 16px;
  background-color: #f9f9f9;
}

.mod--g-stats-active {
  color: #000;
}

.nez-content-tasks {
  width: 90%;
  padding: 32px;
  -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;
  grid-auto-columns: minmax(0px, 1fr);
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px 0px 16px 16px;
  background-color: #f0f0f0;
}

.nez-content {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper {
  width: 100%;
}

.nez-form {
  width: 100%;
}

.nez-form-box {
  margin-bottom: 64px;
}

.nez-form-box.mod--last {
  margin-bottom: 0px;
}

.nez-form-radio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nez-form-radio {
  position: relative;
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  margin: 8px 12px 0px 0px;
  border-width: 2px;
  border-color: #000;
  background-color: #fff;
}

.nez-form-radio.w--redirected-checked {
  border-width: 2px;
  border-color: #000;
  background-color: #d88a43;
  background-size: 80%;
}

.nez-form-radio.w--redirected-focus {
  border-width: 2px;
  border-color: #000;
  box-shadow: none;
}

.nez-form-bottom {
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid rgba(82, 82, 82, 0.15);
}

.text--link {
  -webkit-transition: all 200ms cubic-bezier(.35, 0, 0, 1);
  transition: all 200ms cubic-bezier(.35, 0, 0, 1);
}

.nez-cert-img {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}

.nez-cert-aside {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nez-form-input {
  margin-bottom: 0px;
  border: 1px solid #525252;
  font-family: Calibri, sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}

.nez-form-input:active {
  border-color: #26b373;
}

.nez-form-input:focus {
  border-color: #26b373;
}

.nez-input-box {
  margin-bottom: 16px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  -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;
}

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

.nez-checkbox {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #525252;
  background-color: #fff;
}

.nez-checkbox.w--redirected-checked {
  border-color: #000;
  background-color: #d88a43;
  background-size: 75%;
}

.nez-checkbox.w--redirected-focus {
  box-shadow: none;
}

.nez-form-group {
  padding: 32px;
  border: 1px solid #525252;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .screen {
    margin-bottom: 50px;
  }

  .text--sm-bold {
    font-size: 12px;
  }

  .text--lg-up {
    font-size: 16px;
  }

  .text--lg-bold {
    font-size: 16px;
  }

  .text--xs-bold {
    font-size: 10px;
  }

  .text--h4 {
    font-size: 20px;
  }

  .text--sm-up {
    font-size: 12px;
  }

  .text--lg {
    font-size: 16px;
  }

  .text--md {
    font-size: 14px;
  }

  .text--xs-up {
    font-size: 10px;
  }

  .text--h3 {
    font-size: 24px;
  }

  .text--h5 {
    font-size: 18px;
  }

  .text--md-up {
    font-size: 14px;
  }

  .text--sm {
    font-size: 12px;
  }

  .text--md-bold {
    font-size: 14px;
  }

  .text--xs {
    font-size: 10px;
  }

  .text--h6 {
    font-size: 14px;
  }

  .text--h1 {
    font-size: 30px;
  }

  .text--h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .screen {
    margin-bottom: 30px;
  }

  .text--sm-bold {
    font-size: 12px;
  }

  .text--lg-up {
    font-size: 16px;
  }

  .text--lg-bold {
    font-size: 16px;
  }

  .text--xs-bold {
    font-size: 10px;
  }

  .text--h4 {
    font-size: 20px;
  }

  .text--sm-up {
    font-size: 12px;
  }

  .text--lg {
    font-size: 16px;
  }

  .text--md {
    font-size: 14px;
  }

  .text--xs-up {
    font-size: 10px;
  }

  .text--h3 {
    font-size: 24px;
  }

  .text--h5 {
    font-size: 16px;
  }

  .text--md-up {
    font-size: 14px;
  }

  .text--sm {
    font-size: 12px;
  }

  .text--md-bold {
    font-size: 14px;
  }

  .text--xs {
    font-size: 10px;
  }

  .text--h6 {
    font-size: 12px;
  }

  .text--h1 {
    font-size: 28px;
  }
}

#w-node-_65c24f4a-3385-8648-b1ec-4669ef8bb93b-6ddb03bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07acad15-f7c6-f9fe-da8f-ed9d81a25355-6ddb03bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8a307ef9-fb88-c0a5-cb50-315eb9426a8b-6ddb03bf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Junegull';
  src: url('../fonts/junegull-rg.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}