body {
  font-family: Muli, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 32px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 1.5rem;
  color: #5a5a5a;
  font-size: 1.125rem;
  line-height: 2rem;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
}

li {
  margin-bottom: 0.5rem;
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.5rem;
}

img {
  display: inline-block;
  max-width: 100%;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container.container-s {
  max-width: 800px;
}

.container.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -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;
}

.container.navbar-register-container {
  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;
}

.section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section.cta-section {
  padding-top: 4rem;
  padding-right: 0px;
  padding-bottom: 4rem;
  background-color: #22b8cf;
  color: #fff;
}

.section.contact-cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #12191a;
}

.section.bg-01 {
  background-color: #f7f9fa;
}

.section.bg-02 {
  background-color: #eef9fb;
}

.section.brand-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.section-register {
  padding-top: 0rem;
}

.section.clear-bottom-padding {
  padding-bottom: 0rem;
}

.section.hero-section {
  padding-bottom: 4rem;
}

.h1 {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', sans-serif;
  color: #1b2526;
  font-size: 3.5rem;
  line-height: 4.5rem;
}

.h2 {
  margin-bottom: 1rem;
  font-family: 'Playfair Display', sans-serif;
  color: #1b2526;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h2.text-white {
  color: #fff;
}

.h3 {
  margin-bottom: 0rem;
  color: #1b2526;
  font-size: 1.35rem;
  line-height: 2rem;
}

.h3.text-white.h3-footer-bottom {
  margin-top: 2rem;
}

.h3.h3-contact {
  margin-bottom: 0.5rem;
}

.h4 {
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', sans-serif;
  color: #1b2526;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h5 {
  margin-bottom: 0.5rem;
  color: #1b2526;
}

.h5.h5-form {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.h6 {
  margin-bottom: 0.5rem;
  color: #1b2526;
  line-height: 16px;
}

.caption {
  margin-top: 1rem;
  margin-bottom: 0rem;
  font-family: Muli, sans-serif;
  color: #36494c;
  font-size: 1rem;
  line-height: 1.25rem;
}

.caption.caption-error {
  color: red;
  font-weight: 700;
}

.caption.caption-success {
  color: #16b642;
  font-weight: 700;
  text-align: center;
}

.text-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #22b8cf;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: #1a8c9d;
}

.text-link.text-link__large {
  font-size: 1.375rem;
}

.text-link.text-link__block {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.colorblock {
  display: inline-block;
  width: 15%;
  height: 6rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15);
}

.colorblock.color-primary {
  background-color: #22b8cf;
}

.colorblock.color-text--heading {
  background-color: #1b2526;
}

.colorblock.color-text--paragraph {
  background-color: #36494c;
}

.colorblock.color-bg-01 {
  background-color: #f7f9fa;
}

.colorblock.color-bg-02 {
  background-color: #eef9fb;
}

.colorblock.color-white {
  background-color: #fff;
}

.colorblock.color-bg-03 {
  background-color: #12191a;
}

.colorblockwrapper {
  margin-bottom: 2rem;
}

.button {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background-color: #22b8cf;
  font-family: Muli, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.button-primary {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  margin-bottom: 1rem;
}

.button.button-primary:hover {
  background-color: #1a8c9d;
}

.button.button-primary.button-inverse {
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #22b8cf;
}

.button.button-primary.button-inverse:hover {
  background-color: #fff;
  color: #1a8c9d;
}

.button.button-primary.button-disabled {
  background-color: #ccc;
}

.button.button-primary.btn-block {
  display: block;
  width: 100%;
}

.button.button-secondary {
  border: 1px solid #22b8cf;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #22b8cf;
  margin-bottom: 1rem;
}

.button.button-secondary:hover {
  background-color: #e1f5f9;
}

.button.button-secondary.button-block {
  display: block;
  text-align: center;
}

.nav-link {
  display: inline-block;
  padding-right: 0rem;
  padding-left: 0rem;
  color: #22b8cf;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.space-between {
  display: inline-block;
  width: 1.5rem;
}

.title {
  display: block;
  width: 60%;
  margin-bottom: 4rem;
}

.title.title__text-center {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title.title__text-center.cta-title {
  margin-bottom: 0rem;
}

.title.title__text-center.title-register {
  width: 100%;
  margin-bottom: 2rem;
}

.title.title__text-center.hero-title {
  width: 75%;
  margin-bottom: 8rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.row-reverse.row-center-aling {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row__align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding-right: 1rem;
  padding-left: 1rem;
}

.column.column-50 {
  width: 50%;
}

.column.column-50.content-image.svg-img {
  position: relative;
}

.column.column-50.aligh-right {
  text-align: right;
}

.column.column-25 {
  width: 25%;
}

.column.column-25.column-card {
  margin-bottom: 2rem;
}

.column.column-25.column-card.column-card__empty {
  margin-bottom: 0rem;
}

.column.column-33 {
  width: 33.33%;
}

.column.column-75 {
  width: 75%;
}

.column.column-20__footer {
  width: 20%;
}

.column.column-30__footer {
  width: 30%;
}

.icon-big {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
}

.usp {
  margin-bottom: 4rem;
}

.usp.usp__text-center {
  text-align: center;
}

.usp.usp__bottom {
  margin-bottom: 0rem;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
}

.card__image-placeholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: center;
}

.card__footer {
  position: absolute;
  left: 0px;
  right: 1.5rem;
  bottom: 1rem;
  text-align: right;
}

.p-large {
  margin-bottom: 2rem;
  font-family: Muli, sans-serif;
  color: #36494c;
  font-size: 1.375rem;
  line-height: 2.5rem;
}

.unordered-list {
  padding-left: 2.5rem;
  color: #36494c;
}

.content.content__text-center {
  text-align: center;
}

.img-visit {
  margin-bottom: 2rem;
}

.img-wrapper {
  margin-bottom: 8rem;
  text-align: center;
}

.brand-logos-carousel {
  height: 104px;
  background-color: #e7eef3;
}

.brand-logos-carousel.brand-page {
  margin-top: 4rem;
}

.features-list {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 8px;
  background-color: #e2faff;
}

.text-white {
  color: #fff;
}

.paragraph-2 {
  color: #36494c;
}

.text-inverse {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.navbar {
  background-color: #fff;
}

.language-topbar {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #12191a;
}

.nav-menu-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: relative;
  width: 9rem;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navbar-link {
  padding: 0px 16px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #36494c;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: none;
}

.navbar-link:hover {
  color: #22b8cf;
}

.navbar-link.w--current {
  color: rgba(54, 73, 76, .5);
}

.navbar-link.navbar-button {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background-color: #22b8cf;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.navbar-link.navbar-button:hover {
  background-color: #1a8c9d;
}

.navbar-link.navbar-button.navbar-button__secondary {
  background-color: #fff;
  color: #1b2526;
}

.navbar-link.navbar-button.navbar-button__secondary:hover {
  color: #22b8cf;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block {
  line-height: 24px;
  text-align: left;
}

.text-divider {
  display: inline-block;
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
}

.event-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 6rem;
  margin-bottom: 2rem;
  border: 1px solid #b1c4c7;
  border-radius: 8px;
  background-color: #fff;
}

.event-img-wrapper {
  width: 25%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
  background-image: url('../images/manchild-logo.svg');
  background-position: 50% 50%;
  background-size: 128px 100%;
  background-repeat: no-repeat;
}

.event-content {
  width: 75%;
  padding: 2rem;
}

.event-date {
  color: #596d70;
  font-size: 14px;
}

.footer {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #090f0f;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  margin-left: -1rem;
}

.footer-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #22b8cf;
}

.footer-ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, .15);
}

.footer-legal-text {
  display: inline-block;
  padding-right: 0px;
  color: hsla(0, 0%, 100%, .75);
  font-size: 0.75rem;
  letter-spacing: 0.2px;
}

.footer-legal-link {
  margin-right: 0px;
  margin-left: 1rem;
  color: hsla(0, 0%, 100%, .75);
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #22b8cf;
}

.footer-legal-link.clear-margin {
  margin-left: 0rem;
}

.footer-legal-link.clear-margin:hover {
  color: #22b8cf;
}

.footer-legal-link.register-legal-text {
  margin-left: 1rem;
  color: rgba(54, 73, 76, .75);
}

.caption-link {
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #22b8cf;
}

.caption-link:hover {
  color: #1a8c9d;
}

.navbar-link-language {
  padding: 0px 16px;
  color: #36494c;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: none;
}

.navbar-link-language.lang-link {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, .5);
  font-weight: 400;
}

.navbar-link-language.lang-link:hover {
  color: #22b8cf;
}

.navbar-link-language.lang-link.current {
  color: #fff;
  font-weight: 700;
}

.navbar-register {
  position: relative;
  z-index: 200;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.register-navbar-text {
  display: inline-block;
  margin-right: 1rem;
  color: #36494c;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: right;
}

.progress-wrapper {
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f9fa;
}

.register-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
}

.register-buttons-wrapper.align-center {
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.register-footer-legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.progress-bar-embed {
  position: relative;
  z-index: 12;
}

.contact-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-stacked {
  margin-bottom: 1rem;
  border-radius: 8px;
}

.p-card {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.brand-checkmark-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  margin-bottom: 2rem;
  padding: 2rem;
  -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-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .15);
  border-radius: 4px;
  position:relative;
}

.brand-checkmark-card.selected {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-width: 2px;
  border-color: #22b8cf;
}
input.brand-checkmark-card-chekbox[type="checkbox"] {
	visibility: hidden;
    position: absolute;
	}

input.brand-checkmark-card-chekbox[type="checkbox"]+label::before {
    position: absolute;
	z-index:10;
    top: 8px;
    right: 8px;
    width: 1.5rem;
	height: 1.5rem;
	content: url('../images/outline-check_circle-24px-1.svg');
	display:none;
	}
input.brand-checkmark-card-chekbox[type="checkbox"]:checked +label {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-width: 2px;
  border-color: #22b8cf;
}
input.brand-checkmark-card-chekbox[type="checkbox"]:checked +label:before {display:block}
.brand-radio-card__checkmark {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 1.5rem;
  height: 1.5rem;
}

.brand-logo-checkmark-card.logo-square {
  height: 5rem;
}

.contact-ul {
  margin-bottom: 2rem;
}

.brand-image {
  margin-bottom: 2rem;
}

.brand-logo-top {
  display: block;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}

.brand-website-linkblock {
  display: block;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
}

.li-large {
  font-size: 1.375rem;
  line-height: 2rem;
}

@media (max-width: 991px) {
  .container.navbar-container {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .h4.text-inverse {
    margin-bottom: 1.5rem;
  }
  .title.title__text-center {
    width: 80%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.row__align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .column.column-50.content-text {
    width: 100%;
    text-align: center;
  }
  .column.column-50.content-image {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 24px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .column.column-50.aligh-right {
    width: 100%;
    text-align: center;
  }
  .column.column-50.column-100 {
    width: 100%;
  }
  .column.column-25 {
    width: 50%;
  }
  .column.column-33.column-card {
    width: 50%;
    margin-bottom: 2rem;
  }
  .usp {
    margin-bottom: 2rem;
  }
  .card {
    margin-bottom: 0px;
  }
  .content.content__text-center {
    margin-bottom: 32px;
  }
  .features-list {
    margin-top: 24px;
    text-align: left;
  }
  .navbar-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .nav-menu {
    display: block;
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  }
  .menu-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 2rem;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #22b8cf;
  }
  .footer {
    padding-top: 4rem;
  }
  .footer-legal {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  li {
    margin-bottom: 0.25rem;
  }
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .container.navbar-container {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .container.navbar-register-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .section.brand-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .h2 {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .caption {
    margin-top: 0.5rem;
    font-size: 0.85rem;
  }
  .text-link {
    font-size: 0.875rem;
  }
  .text-link.text-link__large {
    font-size: 1rem;
  }
  .button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 12px;
  }
  .button.button-primary.btn-mobile {
    display: block;
    margin-bottom: 0rem;
  }
  .button.button-secondary.btn-mobile {
    display: block;
  }
  .title {
    width: 100%;
  }
  .title.title__text-center {
    width: 95%;
    margin-bottom: 2rem;
  }
  .title.title__text-center.hero-title {
    margin-bottom: 4rem;
  }
  .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  .column {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .column.column-50.content-text {
    width: 100%;
  }
  .column.column-50.content-image {
    width: 100%;
  }
  .column.column-50.aligh-right {
    width: 100%;
    text-align: center;
  }
  .column.column-33.column-card {
    width: 100%;
  }
  .column.column-75 {
    width: 100%;
  }
  .column.column-20__footer {
    width: 50%;
  }
  .column.column-30__footer {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon-big {
    width: 4rem;
    margin-bottom: 0.5rem;
  }
  .card {
    margin-bottom: 2rem;
  }
  .p-large {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .buttons-wrapper {
    line-height: 16px;
  }
  .content.content__text-center {
    margin-bottom: 2rem;
  }
  .img-wrapper {
    margin-bottom: 4rem;
  }
  .brand {
    width: 8rem;
  }
  .navbar-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-link.navbar-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.675rem;
  }
  .navbar-link.navbar-button.navbar-button__secondary {
    font-size: 0.675rem;
  }
  .text-divider {
    padding-right: 12px;
    padding-left: 12px;
  }
  .menu-button {
    padding: 12px;
    font-size: 1.5rem;
  }
  .event-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-img-wrapper {
    width: 100%;
    height: 8rem;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .event-content {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .footer-row {
    margin-right: 0rem;
    margin-left: 0rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-ul {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .footer-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-legal-text {
    line-height: 24px;
  }
  .footer-legal-link {
    margin-left: 0.5rem;
    text-decoration: underline;
  }
  .footer-legal-link.register-legal-text {
    font-size: 0.75rem;
  }
  .navbar-link-language.lang-link {
    font-size: 0.675rem;
  }
  .navbar-register {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .register-navbar-text {
    margin-right: 0.5rem;
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .progress-wrapper {
    margin-bottom: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .register-footer-legal {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .contact-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    text-align: right;
  }
  .brand-logo-top {
    margin-bottom: 2rem;
  }
  .brand-website-linkblock {
    margin-bottom: 2rem;
  }
  .li-large {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

@media (max-width: 479px) {
  p {
    margin-bottom: 1rem;
  }
  .container.navbar-container {
    padding-right: 6px;
    padding-left: 6px;
  }
  .container.navbar-register-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.cta-section {
    text-align: center;
  }
  .section.hero-section {
    padding-top: 2rem;
  }
  .h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .caption.caption-error {
    margin-bottom: 1rem;
  }
  .button {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 10px;
    letter-spacing: 0.25px;
  }
  .space-between {
    width: 1rem;
  }
  .title.title__text-center {
    width: 100%;
  }
  .title.title__text-center.hero-title {
    width: 100%;
  }
  .column.column-50 {
    width: 100%;
  }
  .column.column-25 {
    width: 100%;
  }
  .column.column-33 {
    width: 100%;
  }
  .column.column-33.column-card {
    margin-bottom: 1rem;
  }
  .usp {
    margin-bottom: 2rem;
  }
  .usp.usp__bottom {
    margin-bottom: 2rem;
  }
  .card {
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
  .card__image-placeholder {
    height: 8rem;
  }
  .card__footer {
    right: 1rem;
  }
  .features-list {
    padding: 1rem;
  }
  .language-topbar {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .brand {
    width: 6rem;
    padding-right: 8px;
    padding-left: 0px;
  }
  .brand.w--current {
    width: 5rem;
  }
  .navbar-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-link.navbar-button {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 12px 6px;
    font-size: 0.55rem;
    line-height: 1rem;
    text-align: center;
  }
  .navbar-link.navbar-button.navbar-button__secondary {
    margin-right: 2px;
    font-size: 0.55rem;
    line-height: 0.65rem;
  }
  .event-img-wrapper {
    height: 8rem;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .event-content {
    padding: 1.5rem;
  }
  .footer-link {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .footer-ul {
    margin-top: 8px;
    padding-left: 0px;
  }
  .footer-legal-text {
    line-height: 16px;
  }
  .footer-legal-link.register-legal-text {
    margin-left: 0.5rem;
    font-size: 0.65rem;
    line-height: 16px;
  }
  .register-navbar-text {
    display: inline-block;
    margin-right: 0rem;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .register-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .register-footer-legal {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .contact-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .p-card {
    margin-top: 0rem;
  }
  .brand-logo-top {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.field_with_errors input {
  border-color: red;
}

.field_with_errors label.message {
  color: red;
  margin-top: -10px;
  margin-bottom: 12px;
}

label.hint {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: -10px;
  margin-bottom: 10px;
}
