@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.select {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.select select {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  display: inline-block;
  height: 48px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #D8EAF9;
  color: #0072ce;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover .select-arrow,
.select select:focus .select-arrow {
  background-color: red;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select-arrow {
  position: absolute;
  background-color: #0072ce;
  color: white;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  pointer-events: none;
}
.select-arrow .i {
  position: absolute;
  top: 16px;
  left: 16px;
}

.select select:hover ~ .select-arrow,
.select select:focus ~ .select-arrow {
  background-color: #B4D9F7;
}
.select select:hover ~ .select-arrow .i,
.select select:focus ~ .select-arrow .i {
  color: #0072ce;
}

#sum-extra {
  display: inline-block;
}

#input-sum {
  max-width: 4em;
  font-family: "Open Sans Condensed", sans-serif;
  text-align: center;
  font-size: 1.35em;
}

#sum-descripton {
  position: absolute;
  left: 9.5em;
  top: 1.1em;
  font-size: 12px;
  font-style: italic;
}

#dob-descripton {
  font-size: 10px;
  font-style: italic;
}

#dob-help {
  position: absolute;
  top: 0.5em;
  left: 9.5em;
}

#hetu-help {
  position: absolute;
  top: 0.5em;
  left: 204px;
}

#input-phone {
  max-width: 160px;
}

#input-name {
  max-width: 220px;
}

#input-family {
  max-width: 300px;
}

#input-email {
  max-width: 340px;
}

#input-address {
  max-width: 340px;
}

#input-po {
  max-width: 5em;
}

#input-dob {
  max-width: 8em;
}

#input-hetu {
  max-width: 180px;
}

#input-city {
  max-width: 300px;
}

#input-card {
  max-width: 300px;
}

#input-bank {
  max-width: 240px;
}

.dummy-dropdown {
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 220px;
  background-color: #0072ce;
  text-align: center;
  font-size: 24px;
  color: white;
}
.dummy-dropdown i {
  vertical-align: middle;
  color: white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  background-color: #FF7B26;
  border: 0;
  color: white;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1em;
  line-height: 2.5em;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  cursor: pointer;
}

.form-error {
  color: red;
}

.has-error {
  border-style: 1px red;
}

.form-header {
  color: white;
  font-size: 0.75em;
}

.form-input {
  border: 4px solid #D8EAF9;
}

hr {
  height: 1px;
  color: #d8eaf9;
  background-color: #d8eaf9;
  border: none;
}

.col-form-label {
  font-size: 0.75em;
  text-align: left;
}

.form-check-label {
  font-size: 0.65em;
  text-align: left;
}

.form-check-input {
  background-color: #0072ce;
}

.checkbox-custom {
  background-color: #0072ce;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding-left: 0.25em;
  position: absolute;
}

.check-container {
  display: block;
  position: relative;
}
.check-container a:hover {
  color: white;
}

.checkbox-custom-label {
  display: inline-block;
  font-size: 12px;
  padding-left: 3em;
}

.form-control::-webkit-input-placeholder {
  color: #9fcce7;
  font-style: italic;
  font-weight: 100;
  font-size: 0.75em;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: #9fcce7;
  font-style: italic;
  font-weight: 100;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: #9fcce7;
  font-style: italic;
  font-weight: 100;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #9fcce7;
  font-style: italic;
  font-weight: 100;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: #9fcce7;
  font-style: italic;
  font-weight: 100;
}

/* Microsoft Edge */
form label {
  color: #595959;
  font-size: 12px;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  right: 9000px;
}

/*Check box*/
input[type=checkbox] + .label-text:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.5em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  width: 1.5em;
  padding-left: 0.25em;
  display: inline-block;
  margin-right: 5px;
  color: #0072ce;
  background-color: #0072ce;
  cursor: pointer;
}

input[type=checkbox]:checked + .label-text:before {
  color: white;
  animation: effect 250ms ease-in;
}

input[type=checkbox]:disabled + .label-text {
  color: white;
  background-color: #0072ce;
}

input[type=checkbox]:disabled + .label-text:before {
  color: white;
  background-color: #0072ce;
}

input[type=number] {
  -moz-appearance: textfield;
  /*For FireFox*/
}
input[type=number]::-webkit-inner-spin-button {
  /*For Webkits like Chrome and Safari*/
  -webkit-appearance: none;
  margin: 0;
}

#dropdown {
  display: block;
  position: absolute;
  z-index: 999;
  padding: 1em;
  min-width: 200px;
  background-color: white;
}
#dropdown a {
  display: block;
  color: inherit;
}
#dropdown a:hover {
  color: #0072ce;
  text-decoration: none;
}

#hetu-help-modal {
  position: fixed;
  z-index: 999;
  background-color: #0072ce;
  display: none;
  padding: 1em;
  width: 300px;
  color: white;
}
#hetu-help-modal a {
  position: relative;
  display: block;
  float: right;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
#hetu-help-modal small {
  display: block;
  position: relative;
  margin-top: 1em;
}

#dob-help-modal {
  position: fixed;
  z-index: 999;
  background-color: #0072ce;
  display: none;
  padding: 1em;
  width: 300px;
  color: white;
}
#dob-help-modal a {
  position: relative;
  display: block;
  float: right;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
#dob-help-modal small {
  display: block;
  position: relative;
  margin-top: 1em;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 32px;
  display: inline-block;
  color: #595959;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid #0072ce;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0072ce;
  position: absolute;
  top: 12px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
html {
    font-size: 14px;
} */
@media (min-width: 576px) {
  .widget-card-image {
    display: block;
    position: relative;
    width: 90%;
    height: 90%;
    margin: 5%;
    right: 0;
    background: url("../img/widget-image.png");
    background-size: cover;
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .widget-navi {
    top: 45%;
  }

  .widget-cta {
    width: auto;
  }

  #header {
    min-height: 350px;
  }

  .header-info .h3 {
    font-family: "Open Sans Condensed", sans-serif;
    text-transform: uppercase;
    display: block;
    position: relative;
    text-align: center;
    color: white;
    font-size: 48px;
  }
  .header-info .p {
    font-family: "Open Sans Condensed", sans-serif !important;
    text-align: center;
    color: white;
    font-size: 24px;
  }
  .header-info .h4 {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    text-transform: none;
    display: block;
    position: relative;
    text-align: center;
    color: white;
    font-size: 36px;
  }

  .widget-search {
    color: white !important;
    text-align: center;
    border: 0;
    background-color: #0072ce;
    line-height: 2em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    vertical-align: bottom;
    border-radius: 0 !important;
    width: auto;
    padding-top: 12px;
  }
  .widget-search a {
    color: white !important;
  }
  .widget-search a:hover {
    text-decoration: none;
  }

  #widget-header {
    font-size: 48px;
  }
}
/* *************************************************** */
body {
  color: #0072ce;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
}

.h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: left;
  display: block;
  position: relative;
  text-transform: uppercase;
  line-height: 1.1;
}

.h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: block;
  position: relative;
  text-transform: uppercase;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
}

.strong {
  font-weight: 700;
  font-size: 18px;
}

.center {
  text-align: center;
}

b {
  font-weight: 700;
}

.p {
  font-size: 0.8em;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  text-align: center;
}

.h3 {
  font-size: 1.5em;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #0072ce;
  text-align: left;
}

.h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: #0072ce;
  text-align: left;
}

.h3-magenta {
  font-size: 1.5em;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  color: #ef008c;
  text-align: center;
}

.cta {
  background-color: #FF7B26;
  border: 0;
  color: white;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
  text-transform: none;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  cursor: pointer;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  height: 48px;
  font-weight: 700;
}

.cta:hover {
  background-color: #0072ce;
  color: white;
  text-decoration: none;
}

.cta-secondary {
  border: 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #0072ce;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  cursor: pointer;
  display: block;
  position: relative;
  width: max-content;
  height: 48px;
  font-weight: 700;
}

.cta-secondary:hover {
  color: #FF7B26;
  text-decoration: none;
}

.cta-alt {
  background-color: #0072ce;
  border: 0;
  color: white;
  text-align: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  line-height: 48px;
  text-decoration: none;
  text-transform: none;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  cursor: pointer;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  height: 48px;
  font-weight: 700;
}

.cta-alt:hover {
  background-color: #FF7B26;
  color: white;
  text-decoration: none;
}

.magenta {
  color: #ef008c;
}

.orange {
  color: #FF7B26;
}

.red {
  color: #D02A34;
}

.light-red {
  color: #F0A6A9;
}

.blue {
  color: #0072ce;
}

.hide {
  display: none;
}

.form-content {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  text-align: left;
}

.bg-blue {
  background-color: #0072ce;
}

.bg-white {
  background-color: white;
}

.bg-light-blue {
  background-color: #F3F9FD;
}

.bg-gray-2 {
  background-color: #f6fbff;
}

.bg-blue-1 {
  background-color: #eef7ff;
}

.bg-gray-3 {
  background-color: #58cae7;
}

.bg-green {
  background-color: #00843d;
}

.bg-red {
  background-color: #d22630;
}

.large-bullet {
  vertical-align: top;
  display: block;
  position: relative;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  text-align: left;
}
.large-bullet .i {
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
}
.large-bullet .bullet {
  display: block;
  position: relative;
  vertical-align: top;
  width: 80%;
  left: 32px;
}

.small-bullet {
  vertical-align: top;
  display: block;
  position: relative;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  text-align: left;
}
.small-bullet .i {
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
}
.small-bullet .bullet {
  display: block;
  position: relative;
  vertical-align: top;
  color: #595959;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 80%;
  left: 32px;
}

.carousel-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.carousel {
  display: block;
  position: relative;
  max-width: 640px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.resell-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.resell-carousel {
  display: block;
  position: relative;
  max-width: 640px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.resell-carousel h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.selected-item {
  display: flex;
  justify-content: center;
}
.selected-item .label {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  padding-right: 8px;
}
.selected-item .value {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.language-selection {
  display: flex;
  justify-content: center;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
}
.language-selection .a {
  display: block;
}
.language-selection .a:hover {
  color: #B4D9F7;
  text-decoration: none;
}
.language-selection p {
  color: #B4D9F7;
  margin-left: 8px;
  margin-right: 8px;
}
.language-selection .disabled {
  color: #B4D9F7;
}

.template-preview {
  background-color: white;
  border: 4px solid #D8EAF9;
  display: block;
  position: relative;
  height: 320px;
  width: 100%;
}

.template-carousel {
  position: relative;
  height: 200px;
  max-width: 960px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.attachment-carousel {
  position: relative;
  height: 200px;
  max-width: 960px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.template-card {
  display: block;
  position: relative;
  height: 180px;
  width: 180px;
  background-color: #0072ce;
  margin: 8px;
}
.template-card p {
  height: 180px;
  line-height: 180px;
  text-align: center;
  color: white;
  font-size: 48px;
}

.card-shadow {
  -webkit-box-shadow: 0px 3px 3px 0px #B4D9F7;
  box-shadow: 0px 3px 3px 0px #B4D9F7;
}

.card-field {
  border-bottom: 2px solid #D8EAF9;
  margin-bottom: 16px;
}
.card-field .label {
  margin: 0;
  line-height: 14px;
  color: #0072ce;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 8px;
  font-family: "Open Sans Condensed", sans-serif;
}
.card-field .value {
  margin: 0;
  line-height: 16px;
  color: #0072ce;
  font-size: 16px;
  padding-bottom: 4px;
  font-family: "Open Sans", sans-serif;
}

.widget-navi {
  display: block;
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 2em;
}
.widget-navi .arrow-left {
  display: block;
  position: absolute;
  left: 6px;
  color: #0072ce !important;
}
.widget-navi .arrow-right {
  display: block;
  position: absolute;
  right: 6px;
  color: #0072ce !important;
}
.widget-navi .resell-left {
  display: block;
  position: absolute;
  left: 6px;
  color: #0072ce !important;
}
.widget-navi .resell-right {
  display: block;
  position: absolute;
  right: 6px;
  color: #0072ce !important;
}

.step-sub-header {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
.step-sub-header i {
  font-weight: 400;
  font-size: 16px;
}
.step-sub-header p {
  line-height: 1;
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding-right: 8px;
}
.step-sub-header .underline {
  flex: 1;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #D8EAF9;
}

.thank-you img {
  height: 180px;
}
.thank-you .strong {
  font-size: 16px;
}
.thank-you .cta-secondary {
  margin: 0;
  padding: 0;
}

.widget-card {
  background-color: white;
  display: block;
  overflow: hidden;
}
.widget-card .h1 {
  font-family: "Open Sans Condensed", sans-serif !important;
  text-align: left;
  font-size: 36px;
}
.widget-card .h3 {
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
  text-align: center;
  color: #0072ce;
}
.widget-card .p {
  font-family: "Open Sans Condensed", sans-serif !important;
  text-align: left;
  color: #0072ce;
  font-size: 16px;
}
.widget-card .h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-transform: none;
  display: block;
  position: relative;
  text-align: left;
  color: #FF7B26;
}

.widget-card-image {
  display: none;
  position: relative;
  width: 90%;
  height: 90%;
  margin: 5%;
  right: 0;
  background: url("../img/widget-image.png");
  background-size: cover;
  min-height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
}

.intro-bullet {
  vertical-align: top;
  display: block;
  position: relative;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  text-align: left;
}
.intro-bullet .arrow {
  display: none;
  position: absolute;
  right: -16px;
  top: 32px;
  font-size: 32px;
  color: #D8EAF9;
}
.intro-bullet .i {
  font-size: 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 10%;
  padding-right: 3%;
  top: 4px;
}
.intro-bullet .bullet {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 80%;
}
.intro-bullet .i:before {
  content: "";
  display: inline-block;
  vertical-align: top;
}

.hero-illustration {
  height: 150px;
}
.hero-illustration img {
  display: block;
  position: relative;
  height: 100%;
  left: 40%;
}

.preview-data {
  display: block;
  position: relative;
}

.preview-item {
  display: block;
  justify-content: center;
}
.preview-item .card-field {
  flex: 1;
  width: 100%;
}
.preview-item .cta-secondary {
  width: 320px;
  padding-left: 0;
}

.attachment-item {
  display: block;
  position: relative;
  margin-bottom: 4px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 640px;
  height: 64px;
  background-color: #F3F9FD;
}
.attachment-item .preview {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-color: #0072ce;
}
.attachment-item .label {
  display: block;
  position: absolute;
  left: 80px;
  top: 20px;
}
.attachment-item a {
  display: block;
  position: absolute;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  right: 16px;
  top: 20px;
}

.submit-container {
  display: block;
}
.submit-container .cta-secondary {
  padding-top: 12px;
  margin-top: 8px;
}
.submit-container .cta {
  margin: 0;
  margin-top: 8px;
}

.info-accordion {
  border-bottom: 2px solid #D8EAF9;
  display: block;
  position: relative;
}
.info-accordion .h3 {
  margin-top: 32px;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.info-accordion .a {
  position: absolute;
  right: 16px;
  top: 6px;
}
.info-accordion .content {
  display: none;
}

@media (min-width: 576px) {
  .h1 {
    font-size: 48px;
  }

  .widget-card-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .submit-container {
    display: flex;
    justify-content: center;
    margin-top: 32px;
  }
  .submit-container .cta-secondary {
    padding-top: 12px;
    margin: 8px;
  }
  .submit-container .cta {
    margin: 8px;
  }

  .preview-item {
    display: flex;
    justify-content: center;
  }
  .preview-item .card-field {
    flex: 1;
    max-width: 640px;
  }
  .preview-item .cta-secondary {
    width: 260px;
    padding-top: 16px;
  }

  .intro-bullet {
    vertical-align: top;
    display: block;
    position: relative;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    text-align: center;
  }
  .intro-bullet .arrow {
    display: block;
  }
  .intro-bullet .i {
    background-color: #D8EAF9;
    font-size: 32px;
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 96px;
    height: 96px;
    border-radius: 48px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24px;
    padding-right: 0;
  }
  .intro-bullet .bullet {
    display: block;
    position: relative;
    vertical-align: top;
    text-align: center;
    width: 100%;
  }
  .intro-bullet .i:before {
    content: "";
    display: block;
    vertical-align: middle;
  }

  .hero-illustration {
    height: auto;
  }
  .hero-illustration img {
    display: block;
    position: relative;
    height: 80%;
    top: 10%;
    left: auto;
  }

  .strong {
    font-size: 20px;
  }

  .h1 {
    font-size: 64px;
  }

  .h2 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .thank-you .h1 {
    max-width: 480px;
    margin-bottom: 32px;
  }
  .thank-you p {
    max-width: 480px;
  }
  .thank-you .strong {
    font-size: 18px;
  }
  .thank-you img {
    position: absolute;
    right: 0;
    top: 0;
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .thank-you .h1 {
    max-width: 600px;
    margin-bottom: 32px;
  }
  .thank-you p {
    max-width: 600px;
  }
  .thank-you img {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
  }
}
