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

.body {
  font-family: Aktivgrotesk, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.text-block-4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
}

.radio-button {
  position: relative;
  left: 5px;
  top: -2px;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  padding-left: 0px;
  border-width: 2px;
  border-color: #d1d1d1;
  color: #000;
  cursor: pointer;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #8f8f8f;
  border-radius: 4%;
  background-color: #32ac97;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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;
}

.radio-button-label {
  margin-bottom: 0px;
  padding-left: 10px;
  color: #000;
}

.radio-button-label.valid {
  color: #018786;
}

.radio-button-label.error {
  color: #b00020;
}

.textarea {
  min-height: 100px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 16px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #eee;
  color: #000;
  font-size: 16px;
}

.textarea:focus {
  border-width: 1px;
  border-color: #8f8f8f;
}

.textarea::-webkit-input-placeholder {
  font-size: 16px;
}

.textarea:-ms-input-placeholder {
  font-size: 16px;
}

.textarea::-ms-input-placeholder {
  font-size: 16px;
}

.textarea::placeholder {
  font-size: 16px;
}

.textarea.active {
  padding-top: 20px;
  border-width: 1px;
  border-color: #8f8f8f;
  color: #000;
}

.textarea.error {
  border-width: 1px;
  border-color: #b00020;
}

.textarea.valid {
  border-width: 1px;
  border-color: #32ac97;
  color: #000;
}

.text-field {
  display: block;
  height: 56px;
  margin-bottom: 0px;
  padding-top: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #d1d1d1 #d1d1d1 #8f8f8f;
  border-radius: 4px 4px 0px 0px;
  background-color: #eee;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.text-field:focus {
  border-width: 0px 0px 1px;
  border-color: #8f8f8f;
}

.text-field::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 19px;
}

.text-field:-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
}

.text-field::-ms-input-placeholder {
  font-size: 16px;
  line-height: 19px;
}

.text-field::placeholder {
  font-size: 16px;
  line-height: 19px;
}

.text-field.valid {
  border-width: 0px 0px 1px;
  border-color: #32ac97;
  color: #000;
}

.text-field.active {
  padding-top: 16px;
  border-width: 0px 0px 1px;
  border-color: #8f8f8f;
  color: #000;
}

.text-field.error {
  border-color: #b00020;
  border-radius: 4px 4px 0px 0px;
}

.select-field {
  height: 56px;
  padding-top: 16px;
  padding-bottom: 2px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background-color: #eee;
  color: #000;
  font-size: 16px;
}

.select-field:active {
  border-width: 1px;
  border-color: #8f8f8f;
}

.select-field:focus {
  border-width: 1px;
  border-color: #8f8f8f;
}

.select-field.error {
  border-width: 1px;
  border-color: #b00020;
}

.select-field.firstdisabled {
  border-color: #d1d1d1;
}

.select-field.valid {
  border-width: 1px;
  border-color: #32ac97;
}

.select-field.active {
  border-width: 1px;
  border-color: #8f8f8f;
}

.form-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 0px solid #000;
}

.form-item.radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.separator {
  max-width: 500px;
  margin: 40px auto;
  border-top: 1px solid grey;
}

.multipage_progress_bar {
  position: relative;
  height: 8px;
  background-color: #eee;
}

.icon-input {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: auto;
  padding-right: 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;
  border: 0px solid #000;
  line-height: 20px;
}

.icon-input.icon-cross {
  padding: 0px;
  color: #b00020;
  font-size: 16px;
}

.icon-input.icon-checkmark {
  color: #32ac97;
}

.inner {
  position: absolute;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 100%;
  background-color: #bebebe;
}

.field-label-text {
  position: absolute;
  left: 17px;
  top: 18px;
  right: auto;
  bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #ddd;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #858585;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
}

.field-label-text.active {
  left: 16px;
  top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, -14px) scale(0.75);
  -ms-transform: translate(0px, -14px) scale(0.75);
  transform: translate(0px, -14px) scale(0.75);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  color: #8f8f8f;
  font-weight: 400;
}

.field-label-text.error {
  left: 16px;
  top: 20px;
  background-color: transparent;
  -webkit-transform: translate(0px, -14px) scale(0.75);
  -ms-transform: translate(0px, -14px) scale(0.75);
  transform: translate(0px, -14px) scale(0.75);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  color: #b00020;
  font-weight: 400;
}

.field-label-text.label-select {
  left: 16px;
  top: 20px;
  -webkit-transform: translate(0px, -14px) scale(0.75);
  -ms-transform: translate(0px, -14px) scale(0.75);
  transform: translate(0px, -14px) scale(0.75);
}

.field-label-text.label-radio {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 0px;
  color: #000;
  line-height: 22px;
}

.field-label-text.label-radio.error {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #b00020;
}

.field-label-text.label-radio.valid {
  left: auto;
  top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #018786;
}

.field-label-text.valid {
  left: 16px;
  top: 20px;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -14px) scale(0.75);
  -ms-transform: translate(0px, -14px) scale(0.75);
  transform: translate(0px, -14px) scale(0.75);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  color: #018786;
  font-weight: 400;
}

.form {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link {
  color: #32ac97;
}

.btn-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 15px 40px;
  float: left;
  clear: both;
  -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-radius: 4px;
  background-color: #e46868;
  -webkit-transition: text-indent 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: text-indent 200ms cubic-bezier(.6, -.28, .735, .045);
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-prev:hover {
  border-radius: 4px;
  background-color: rgba(83, 7, 255, 0.86);
  text-indent: 0px;
}

.btn-prev.js-multipage_prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(143, 143, 143, 0);
  color: #777;
}

.btn-prev.js-multipage_prev:hover {
  background-color: #8f8f8f;
  color: #fff;
}

.btn-prev.js-multipage_prev.last {
  margin-bottom: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.text-block-3 {
  margin-right: 0px;
  font-size: 20px;
}

.multipage_progress {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.btn-next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 15px 40px;
  float: right;
  clear: none;
  -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-radius: 4px;
  background-color: #018786;
  -webkit-transition: text-indent 200ms ease;
  transition: text-indent 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-next:hover {
  border-radius: 4px;
  background-color: #005a59;
  text-indent: 0px;
}

.btn-next.js-multipage_next {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #c40021;
}

.btn-next.js-multipage_next:hover {
  background-color: #a4001c;
}

.btn-next.js-multipage_next:active {
  background-color: #a4001c;
}

.btn-next.js-multipage_next:focus {
  background-color: #a4001c;
}

.btn-next.js-multipage_next.first {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #c40021;
}

.btn-next.js-multipage_next.first:hover {
  background-color: #a4001c;
}

.btn-next.js-multipage_next.first:active {
  background-color: #a4001c;
}

.btn-next.js-multipage_next.first:focus {
  background-color: #a4001c;
}

.checkbox-label {
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.checkbox {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 3px;
  border-color: #c40021;
  border-radius: 4px;
  color: #32ac97;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  position: relative;
  border-color: #c40021;
  background-color: #c40021;
  background-size: contain;
  color: #a4001c;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  color: #a4001c;
}

.div-block-19 {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multipage_section {
  position: relative;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.multipage_section.inactive {
  top: auto;
  right: auto;
  display: block;
  overflow: hidden;
  height: 0px;
  padding-top: 0px;
  opacity: 0;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -o-object-fit: fill;
  object-fit: fill;
}

.multipage_section.active {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
  height: auto;
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.text-block-5 {
  margin-left: 0px;
}

.multipage_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.submit-button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 15px 40px;
  border-radius: 4px;
  background-color: #c40021;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.submit-button:hover {
  border-radius: 4px;
  background-color: #a4001c;
}

.submit-button:focus {
  background-color: #a4001c;
}

.demo-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  background-color: transparent;
}

.demo-50 {
  width: 40%;
  padding: 20px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.demo-50.w40 {
  width: 30%;
}

.container-demo {
  display: block;
  max-width: 95%;
}

.demo-100 {
  display: block;
  width: 100%;
  padding: 20px;
}

.rich-text-block {
  color: #4d4d4d;
  text-align: left;
}

.section-demo {
  padding-top: 60px;
}

.demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.styleguide-caption {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  color: #000;
  font-size: 12px;
  text-transform: none;
}

.color-block {
  width: 100px;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.2);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
}

.color-block:hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.08);
}

.color-block.color-bg1 {
  border: 1px solid #8f8f8f;
  background-color: #eee;
  box-shadow: none;
}

.color-block.color3 {
  background-color: #eee;
  box-shadow: none;
}

.color-block.color4 {
  border: 1px solid #d1d1d1;
  background-color: #eee;
  box-shadow: none;
}

.color-block.color1 {
  background-color: #32ac97;
  box-shadow: none;
}

.color-block.color2 {
  background-color: #b00020;
  box-shadow: none;
}

.styleguide-small-divider {
  width: 100%;
  margin-top: 0px;
  opacity: 1;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.light {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(41, 127, 202, 0.8);
  color: #096ad0;
}

.demo-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  -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;
}

.text-block-6 {
  line-height: 19px;
  font-weight: 500;
  text-align: right;
}

.footer {
  padding: 40px 20px;
  background-color: #222;
  color: #fff;
}

.div-block-22 {
  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;
}

.image {
  margin-bottom: 20px;
}

.text-block-7 {
  font-size: 20px;
  font-weight: 500;
}

.image-2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.socket {
  padding: 15px 20px 10px;
  background-color: #111;
  color: #fff;
}

.link-2 {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  text-decoration: underline;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.encart {
  max-width: 1230px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-25 {
  width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #eee;
}

.text-block-8 {
  margin-bottom: 14px;
  color: #212529;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.text-block-9 {
  margin-bottom: 28px;
  font-family: Merriweather, sans-serif;
  color: #444;
  font-size: 18px;
  line-height: 24px;
}

.btn {
  padding: 16px 30px 14px;
  border-radius: 5px;
  background-color: #c40021;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn.download {
  margin-right: auto;
  margin-left: auto;
}

.liste-texte {
  margin-bottom: 60px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 995px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.text-block-10 {
  color: #c40021;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}

.image-3 {
  margin-bottom: 20px;
}

.div-block-28 {
  max-width: 827px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.question {
  margin-bottom: 18px;
  color: #111;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.reponse {
  margin-bottom: 30px;
  font-family: Merriweather, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.div-block-29 {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

.div-block-29.last {
  border-bottom-width: 0px;
}

.link-3 {
  color: #c40021;
  font-weight: 700;
}

.link3 {
  color: #c40021;
  font-weight: 700;
}

.form-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/Groupe-6365.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-30 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.form-container {
  width: 100%;
  max-width: 382px;
  background-color: transparent;
}

.div-block-32 {
  width: 100%;
  margin-right: 20px;
}

.text-block-11 {
  margin-bottom: 30px;
  color: #111;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-34 {
  width: 65%;
}

.text-block-12 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #111;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.image-4 {
  width: 35%;
  max-width: 100%;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-13 {
  margin-bottom: 0px;
  color: #2c2c2c;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-5 {
  margin-top: 5px;
  margin-right: 15px;
}

.degrade-bas {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(180deg, transparent, #fff);
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #111;
  color: #fff;
}

.text-block-14 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.text-block-15 {
  margin-bottom: 7px;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
}

.div-block-37 {
  padding: 25px 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.image-6 {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 8px;
}

.section-white {
  min-height: 65vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.text-block-16 {
  margin-bottom: 30px;
  text-align: center;
}

.icon-input-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 7px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: auto;
  padding-right: 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;
  border: 0px solid #000;
  line-height: 20px;
}

.icon-input-2.icon-checkmark {
  position: relative;
  display: block;
  padding-right: 0px;
  color: #399f49;
  font-size: 12px;
}

.icon-input-2.icon-checkmark.confirmation {
  right: auto;
  width: 150px;
  height: 150px;
  margin: 40px auto;
  border-width: 4px;
  border-color: #c40021;
  border-radius: 200px;
  color: #c40021;
  font-size: 100px;
  line-height: 150px;
  text-align: center;
}

.image-7 {
  display: none;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.confirmation-title {
  margin-top: 10px;
  color: #000;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
}

.insecable {
  white-space: pre;
}

.btn-2 {
  padding: 16px 30px 14px;
  border-radius: 5px;
  background-color: #c40021;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #a4001c;
}

.btn-2.download {
  margin-right: auto;
  margin-left: auto;
}

.btn-2.download:hover {
  opacity: 1;
}

.div-block-38 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .demo-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .demo-col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-30 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-container {
    width: 80%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-11 {
    text-align: center;
  }

  .text-block-12 {
    margin-top: 0px;
  }

  .image-4 {
    text-align: center;
  }

  .div-block-37 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-6 {
    position: relative;
    width: auto;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
}

@media screen and (max-width: 767px) {
  .demo-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-6 {
    padding-top: 10px;
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .encart {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-24 {
    max-width: 595px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-25 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .div-block-26 {
    padding-right: 20px;
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
  }

  .text-block-8 {
    font-size: 22px;
    line-height: 25px;
  }

  .liste-texte {
    margin-bottom: 40px;
  }

  .div-block-27 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-10 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }

  .div-block-28 {
    margin-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .question {
    font-size: 22px;
    line-height: 25px;
  }

  .form-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-30 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-11 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }

  .div-block-33 {
    -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;
  }

  .div-block-34 {
    width: 100%;
  }

  .image-4 {
    text-align: center;
  }

  .text-block-15 {
    text-align: center;
  }

  .div-block-37 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-6 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .section-white {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .div-block-38 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .submit-button {
    white-space: normal;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .demo-col {
    margin-bottom: 0px;
  }

  .text-block-6 {
    padding-top: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .encart {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-27 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-10 {
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-28 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-30 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block-11 {
    font-size: 24px;
    line-height: 28px;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-13 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-15 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }

  .div-block-37 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .bold-text {
    line-height: 22px;
  }

  .bold-text-copy {
    line-height: 22px;
  }

  .btn-2.download {
    font-size: 16px;
    line-height: 19.2px;
  }
}

@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktivgrotesk';
  src: url('../fonts/AktivGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}