/* stylelint-disable */

@charset "UTF-8";
.c-select:focus {
  border-color: #00af9e;
  outline: none;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  fill: #515e6d;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #515e6d;
  background-color: #fff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f0f4f7;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #515e6d;
  text-decoration: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role='button'] {
  cursor: pointer;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #95a5b1;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
}

textarea {
  resize: vertical;
}

textarea:focus {
  outline-color: #e2e9eeff !important;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type='search'] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.1rem solid #eff2f4;
}

.font-size-default {
  font-size: 1rem;
}

small,
.small {
  font-size: 0.85rem;
  font-weight: normal;
}

.smallest {
  font-size: 0.75rem;
}

.bigger,
.font-size-md {
  font-size: 1.1rem;
}

.big,
.font-size-lg {
  font-size: 1.2rem;
}

.font-size-xlg {
  font-size: 1.5rem;
}

.font-size-xxlg {
  font-size: 2.5rem;
}

.font-size-xl {
  font-size: 3rem !important;
}

.line-height-extra-lg {
  line-height: 1.8;
}

.line-height-big {
  line-height: 1.7rem;
}

.line-height-one {
  line-height: 1;
}

.line-height-twice {
  line-height: 2;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fce897;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

strong,
.strong {
  font-weight: 600;
}

.weight-normal {
  font-weight: 300;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

.pre-wrap {
  white-space: pre-wrap;
}

.break-word {
  overflow-wrap: break-word;
  word-break: break-word;
}

a.underline:hover {
  text-decoration: none;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.2em;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left !important;
}

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

@media (max-width: 37.45em) {
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.display-block {
  display: block;
}

.separator span {
  background-color: #ffffff;
  color: #768a99;
}
.separator a {
  color: #768a99;
}
.separator a:focus,
.separator a.focus,
.separator a:active,
.separator a.active,
.separator a:hover {
  text-decoration: none;
  color: #515e6d;
}

.separator {
  text-align: center;
  border-bottom: 1px solid #e8ebed;
  height: 0.7rem;
}
.separator span {
  padding: 0 0.7rem;
}

.block-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-size: cover;
  background-position: center;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

hr,
.hr {
  border-top: 1px solid #e8ebed;
  width: 100%;
  color: transparent;
}

/**
* Block helper styles
* Naming convention [block]-[property]
*/
.block-span {
  width: 100%;
}

.overflow_hidden {
  overflow: hidden;
}

.overflow-x_hidden {
  overflow-x: hidden;
}

.max-width-100-percent {
  max-width: 100% !important;
}

.box-decoration-break-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

@media (max-width: 37.45em) {
}

@media (min-width: 37.5em) {
}

@media (max-width: 59.95em) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 60em) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 79.95em) {
}

@media (min-width: 80em) {
}

@media (max-width: 119.95em) {
}

@media (min-width: 120em) {
}

.m-a-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-t-0_2 {
  margin-top: 0.2rem !important;
}

.m-r-0_2 {
  margin-right: 0.2rem !important;
}

.m-l-0_2 {
  margin-left: 0.2rem !important;
}

.m-x-0_2 {
  margin-right: 0.2rem !important;
  margin-left: 0.2rem !important;
}

.m-t-0_3 {
  margin-top: 0.3rem !important;
}

.m-r-0_3 {
  margin-right: 0.3rem !important;
}

.m-l-0_3 {
  margin-left: 0.3rem !important;
}

.m-t-0_5 {
  margin-top: 0.5rem !important;
}

.m-r-0_5 {
  margin-right: 0.5rem !important;
}

.m-y-0_5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-t-0_7 {
  margin-top: 0.7rem !important;
}

.m-y-0_7 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}

.m-b-0_8 {
  margin-bottom: 0.8rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-t-1_5 {
  margin-top: 1.5rem !important;
}

.m-b-1_5 {
  margin-bottom: 1.5rem !important;
}

.m-l-1_5 {
  margin-left: 1.5rem !important;
}

.m-x-1_5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-1_5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-x-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.m-y-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-b-2_3 {
  margin-bottom: 2.2rem !important;
}

.m-t-2_5 {
  margin-top: 2.5rem !important;
}

.m-b-2_5 {
  margin-bottom: 2.5rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-t-3_5 {
  margin-top: 3.5rem !important;
}

.m-b-3_5 {
  margin-bottom: 3.5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.p-a-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-t-0_3 {
  padding-top: 0.3rem !important;
}

.p-a-0_5 {
  padding: 0.5rem !important;
}

.p-b-0_5 {
  padding-bottom: 0.5rem !important;
}

.p-y-0_5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-a-0_75 {
  padding: 0.75rem !important;
}

.p-a-1 {
  padding: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-1_5 {
  padding: 1.5rem !important;
}

.p-l-1_5 {
  padding-left: 1.5rem !important;
}

.p-x-1_5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-x-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.p-y-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-y-2_5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3_5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (max-width: 59.95em) {
  .m-t-1-mobile {
    margin-top: 1rem !important;
  }

  .m-r-0-mobile {
    margin-right: 0 !important;
  }

  .p-x-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 37.45em) {
}
@media (max-width: 79.95em) {
  .m-y-1-md {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 37.5em) {
}
@media (min-width: 60em) {
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0 !important;
}

.transform-initial {
  transform: none !important;
  transform: initial !important;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50% !important;
}

.flexbox {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-basis-0 {
  flex-basis: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

@media (max-width: 59.95em) {
}

.flex-direction__column {
  flex-direction: column;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.align-items_center {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.align-self-start {
  align-self: start;
}

.align-self-flex-end {
  align-self: flex-end;
}

.flex-centered-range {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.flex-align-items_center {
  display: flex;
  align-items: center;
}

@media (min-width: 37.5em) {
}

.color-attention {
  color: #002630 !important;
}
.color-attention:focus,
.color-attention:active,
.color-attention.active,
.color-attention:hover {
  color: #00cdc0;
}

.color-orange {
  color: #fa7009;
}
.color-orange:focus,
.color-orange:active,
.color-orange.active,
.color-orange:hover {
  color: #002630;
}

.color-brand {
  color: #002630;
}

.color-mint {
  color: #00af9e;
}

.color-danger {
  color: #d9534f;
}

.color-warning {
  color: #fa7009;
}

.color-base-dark {
  color: #2d4559;
}

.color-base-light {
  color: #768a99;
}

.color-grey-9 {
  color: #dfe5ea;
}

.color-grey-7 {
  color: #95a5b1;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-white-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.color-black-shadow {
  text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.5);
}

.text-muted {
  color: #808f9a;
}

.text-error {
  color: #d9534f;
}

.text-bold {
  font-weight: 600 !important;
}

.back-dark-orange {
  background-color: #ff4b27;
}

.back-grey,
.separator span.back-grey {
  background: #eaeff3;
}

.back-white {
  background: #ffffff;
}

.back-grey-light {
  background: #eff2f4;
}

.back-purple {
  background: #8e5082;
}

.back-dark {
  background: #2d4559;
}

.opacity-0_3 {
  opacity: 0.3;
}

.border-outline {
  border: 1px solid #e8ebed;
}

.border-t-attention {
  border-top: 3px solid #002630ff !important;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.border-none {
  border: none !important;
}

.border-top {
  border-top: 1px solid #e8ebed !important;
}

.border-bottom {
  border-bottom: 1px solid #e8ebed !important;
}

.border-right {
  border-right: 1px solid #e8ebed !important;
}

.border-left {
  border-left: 1px solid #e8ebed !important;
}

.link:focus,
.link:active,
.link.active,
.link:hover {
  color: #00af9e;
}

.box-shadow-sm {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.box-shadow-md {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
}

.link-mint {
  color: #00af9e;
}

.link-muted {
  color: #808f9a;
  transition: color 200ms ease;
}
.link-muted:focus,
.link-muted:active,
.link-muted.active,
.link-muted:hover {
  color: #00af9e;
}

.link-hover-underline:focus,
.link-hover-underline:active,
.link-hover-underline.active,
.link-hover-underline:hover {
  text-decoration: underline;
}

.line {
  display: block;
  margin: -1px auto 1rem;
  width: 100%;
  height: 3px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.line--thin {
  height: 1px;
}

.line-green {
  background: #38b2a6;
}

.border-radius {
  border-radius: 0.2rem;
}

.border-radius-x2 {
  border-radius: 0.4rem;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.border-bottom-radius-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-bottom-radius {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.form-control,
.hs-input,
.chat--dialogue--textarea textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #515e6d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e8ebed;
  border-radius: 0.2rem;
  transition: border-color ease-in-out 0.15s;
}
.form-control:not(textarea),
.form-control:not(select[size]),
.form-control:not(select[multiple]),
.hs-input:not(textarea),
.hs-input:not(select[size]),
.hs-input:not(select[multiple]),
.chat--dialogue--textarea textarea:not(select[size]) {
  height: 2.45rem;
}
.form-control::-ms-expand,
.hs-input::-ms-expand,
.chat--dialogue--textarea textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus,
.hs-input:focus,
.chat--dialogue--textarea textarea:focus {
  border-color: #00af9e;
  outline: none;
}
.form-control::-moz-placeholder,
.hs-input::-moz-placeholder,
.chat--dialogue--textarea textarea::-moz-placeholder {
  color: #768a99;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.hs-input:-ms-input-placeholder,
.chat--dialogue--textarea textarea:-ms-input-placeholder {
  color: #768a99;
}
.form-control::-webkit-input-placeholder,
.hs-input::-webkit-input-placeholder,
.chat--dialogue--textarea textarea::-webkit-input-placeholder {
  color: #768a99;
}
.form-control:disabled,
fieldset[disabled] .form-control,
.hs-input:disabled,
fieldset[disabled] .hs-input,
.chat--dialogue--textarea textarea:disabled,
fieldset[disabled] .chat--dialogue--textarea textarea,
.chat--dialogue--textarea fieldset[disabled] textarea {
  background-color: #f0f4f7;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.hs-input[disabled],
fieldset[disabled] .hs-input,
.chat--dialogue--textarea textarea[disabled],
fieldset[disabled] .chat--dialogue--textarea textarea,
.chat--dialogue--textarea fieldset[disabled] textarea {
  cursor: not-allowed;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 2.45rem;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-group__loader {
  position: absolute;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  background-repeat: no-repeat;
  background-position: center;
  right: 1rem;
  top: 0;
  bottom: 0;
  width: 1rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.25rem;
}

input[type='radio']:disabled,
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox']:disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error.radio label,
.has-error.checkbox label {
  color: #d9534f;
}
.has-error .form-control,
.has-error .c-select {
  border-color: #d9534f;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

@media (min-width: 37.5em) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
}

.c-select {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  background-size: 8px 10px;
  border: 1px solid #e8ebed;
  position: relative;
  background: #fff
    url('data:image/svg+xml;utf8,<svg height="17" width="17" fill="%23{$grey-5}" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M14 20l10 10 10-10z"/><path d="M0 0h48v48h-48z" fill="none"/></svg>')
    no-repeat right 0.45rem center;
  appearance: none;
  padding-right: 0.75rem \9;
  background-image: none \9;
  transition: border-color ease-in-out 0.15s;
}
.c-select::-ms-expand {
  opacity: 0;
}
.c-select:disabled {
  background-color: #f0f4f7;
  opacity: 1;
}
.c-select[disabled] {
  cursor: not-allowed;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.card {
  position: relative;
  padding: 0;
  margin-bottom: 1rem;
  border: 1px solid #e8ebed;
  background: #ffffff;
  border-radius: 0.4rem;
}

.card-block {
  position: relative;
  padding: 1.25rem;
}

.card-header {
  padding: 1rem 1.25rem;
  background-color: #fbfcfc;
  border-bottom: 0.0625rem solid #eff2f4;
  font-size: 1.1rem;
}
.card-header:first-child {
  border-radius: 0.3375rem 0.3375rem 0 0;
}

.card--row {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 1.25rem;
}
.card--row > div:last-of-type {
  text-align: right;
}

.card--row__big-padding {
  padding: 1.25rem;
}

.card--row__padding-top {
  padding-top: 1.25rem;
}

.card-columns {
  column-count: 5;
  column-gap: 1.25rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
}

@media (max-width: 119.95em) {
  .card-columns {
    column-count: 4;
  }
}
@media (max-width: 79.95em) {
  .card-columns {
    column-count: 3;
  }
}
@media (max-width: 59.95em) {
  .card-columns {
    column-count: 2;
  }
}
@media (max-width: 37.45em) {
  .card-columns {
    column-count: 1;
  }
}
@media (min-width: 37.5em) {
}
@media (min-width: 80em) and (max-width: 119.95em) {
}
@media (max-width: 37.45em) {
}
@media (max-width: 37.45em) {
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0rem;
  line-height: 1.5;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 0.2rem;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.img-cover-container {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-contain-container {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.label {
  display: inline-block;
  padding: 0.2em 0.4em 0.25em;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

.container-grid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-grid:before,
.container-grid:after {
  content: ' ';
  display: table;
}
.container-grid:after {
  clear: both;
}
@media (min-width: 37.5em) {
  .container-grid {
    max-width: 60rem;
  }
}
@media (min-width: 60em) {
  .container-grid {
    max-width: 60rem;
  }
}
@media (min-width: 80em) {
  .container-grid {
    max-width: 80rem;
  }
}
@media (min-width: 120em) {
  .container-grid {
    max-width: 120rem;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xl-12,
.col-lg-18,
.col-lg-10,
.col-lg-8,
.col-lg-6,
.col-lg-4,
.col-md-17,
.col-md-16,
.col-md-14,
.col-md-12,
.col-md-10,
.col-md-8,
.col-md-7,
.col-md-6,
.col-sm-16,
.col-sm-12,
.col-sm-8,
.col-xs-24,
.col-xs-22,
.col-xs-12,
.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 37.5em) {
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-push-4 {
    left: 16.6666666667%;
  }
}
@media (min-width: 60em) {
  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 80em) {
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-push-7 {
    left: 29.1666666667%;
  }

  .col-lg-push-8 {
    left: 33.3333333333%;
  }
}
@media (min-width: 120em) {
  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 37.5em) {
}
@media (min-width: 60em) {
}
@media (min-width: 80em) {
}
@media (min-width: 120em) {
}

@media (min-width: 37.5em) {
}
@media (min-width: 60em) {
}
@media (min-width: 80em) {
}
@media (min-width: 120em) {
}

@media (min-width: 37.5em) {
}
@media (min-width: 60em) {
}
@media (min-width: 80em) {
}
@media (min-width: 120em) {
}
.close {
  position: absolute;
  top: 0.4rem;
  right: 0.7rem;
  padding: 0.3rem;
  font-size: 1.2rem;
  color: #768a99;
  opacity: 0.8;
  z-index: 100;
}
.close:focus,
.close:hover {
  color: #5e707e;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.body-content {
  min-height: 55vh;
}

.input-group {
  position: relative;
  display: flex;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1;
  margin-bottom: 0;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #2d4559;
  text-align: center;
  background-color: #f0f4f7;
  border: 1px solid #e8ebed;
  transition: border-color ease-in-out 0.15s;
  border-radius: 0.2rem;
}
.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.button,
.btn-success,
.btn-default,
.btn-brand,
.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  transition: all 200ms ease;
}
.button:focus,
.btn-success:focus,
.btn-default:focus,
.btn-brand:focus,
.button:hover,
.btn-success:hover,
.btn-default:hover,
.btn-brand:hover,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.button.focus,
.focus.btn-success,
.focus.btn-default,
.focus.btn-brand,
.btn.focus {
  text-decoration: none;
}
.button:active,
.btn-success:active,
.btn-default:active,
.btn-brand:active,
.button.active,
.active.btn-success,
.active.btn-default,
.active.btn-brand,
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.button.disabled,
.disabled.btn-success,
.disabled.btn-default,
.disabled.btn-brand,
.button:disabled,
.btn-success:disabled,
.btn-default:disabled,
.btn-brand:disabled,
fieldset[disabled] .button,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-brand,
.btn.disabled,
.btn:disabled,
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.45;
}

a.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-wrap {
  white-space: normal;
  white-space: initial;
}

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

@media (max-width: 59.95em) {
  .btn-block-mobile {
    display: block;
    width: 100%;
  }
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-brand {
  color: #ffffff;
  background-color: #fa7009;
  border-color: #fa7009;
}
.btn-brand:focus,
.btn-brand.focus,
.btn-brand:active,
.btn-brand.active {
  color: #ffffff;
  background-color: #f36500;
  border-color: #e96100;
}
.btn-brand:hover {
  color: #ffffff;
  background-color: #f36500;
  border-color: #e96100;
}
.btn-brand:active,
.btn-brand.active {
  background-image: none;
}
.btn-brand.disabled:focus,
.btn-brand.disabled.focus,
.btn-brand:disabled:focus,
.btn-brand:disabled.focus,
fieldset[disabled] .btn-brand:focus,
fieldset[disabled] .btn-brand.focus {
  background-color: #fa7009;
  border-color: #fa7009;
}
.btn-brand.disabled:hover,
.btn-brand:disabled:hover,
fieldset[disabled] .btn-brand:hover {
  background-color: #fa7009;
  border-color: #fa7009;
}

.btn-default {
  color: #515e6d;
  background-color: #eaeff3;
  border-color: #e8ebed;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #515e6d;
  background-color: #cad6e0;
  border-color: #c3d1dd;
}
.btn-default:hover {
  color: #515e6d;
  background-color: #cad6e0;
  border-color: #c3d1dd;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default:disabled:focus,
.btn-default:disabled.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #eaeff3;
  border-color: #e8ebed;
}
.btn-default.disabled:hover,
.btn-default:disabled:hover,
fieldset[disabled] .btn-default:hover {
  background-color: #eaeff3;
  border-color: #e8ebed;
}

.btn-success {
  color: #ffffff;
  background-color: #ff4b27ff;
  border-color: #ff4b27ff;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #007c70;
  border-color: #007267;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #ff6f52ff;
  border-color: #ff6f52ff;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00af9e;
  border-color: #00af9e;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover,
fieldset[disabled] .btn-success:hover {
  background-color: #00af9e;
  border-color: #00af9e;
}

.btn-white-orange {
  color: #f16734;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-orange:focus,
.btn-white-orange.focus,
.btn-white-orange:active,
.btn-white-orange.active {
  color: #f16734;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white-orange:hover {
  color: #f16734;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white-orange:active,
.btn-white-orange.active {
  background-image: none;
}
.btn-white-orange.disabled:focus,
.btn-white-orange.disabled.focus,
.btn-white-orange:disabled:focus,
.btn-white-orange:disabled.focus,
fieldset[disabled] .btn-white-orange:focus,
fieldset[disabled] .btn-white-orange.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-orange.disabled:hover,
.btn-white-orange:disabled:hover,
fieldset[disabled] .btn-white-orange:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-orange:focus,
.btn-white-orange:active,
.btn-white-orange.active,
.btn-white-orange:hover {
  background-color: #f16734;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active,
.btn-facebook.active {
  background-image: none;
}
.btn-facebook.disabled:focus,
.btn-facebook.disabled.focus,
.btn-facebook:disabled:focus,
.btn-facebook:disabled.focus,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: #344e86;
}
.btn-facebook.disabled:hover,
.btn-facebook:disabled:hover,
fieldset[disabled] .btn-facebook:hover {
  background-color: #3b5998;
  border-color: #344e86;
}

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #3ea1ec;
}
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-twitter:hover {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-twitter:active,
.btn-twitter.active {
  background-image: none;
}
.btn-twitter.disabled:focus,
.btn-twitter.disabled.focus,
.btn-twitter:disabled:focus,
.btn-twitter:disabled.focus,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: #3ea1ec;
}
.btn-twitter.disabled:hover,
.btn-twitter:disabled:hover,
fieldset[disabled] .btn-twitter:hover {
  background-color: #55acee;
  border-color: #3ea1ec;
}

.btn-whatsapp {
  color: #ffffff;
  background-color: #01d660;
  border-color: #01d660;
}
.btn-whatsapp:focus,
.btn-whatsapp.focus,
.btn-whatsapp:active,
.btn-whatsapp.active {
  color: #ffffff;
  background-color: #01a349;
  border-color: #019945;
}
.btn-whatsapp:hover {
  color: #ffffff;
  background-color: #01a349;
  border-color: #019945;
}
.btn-whatsapp:active,
.btn-whatsapp.active {
  background-image: none;
}
.btn-whatsapp.disabled:focus,
.btn-whatsapp.disabled.focus,
.btn-whatsapp:disabled:focus,
.btn-whatsapp:disabled.focus,
fieldset[disabled] .btn-whatsapp:focus,
fieldset[disabled] .btn-whatsapp.focus {
  background-color: #01d660;
  border-color: #01d660;
}
.btn-whatsapp.disabled:hover,
.btn-whatsapp:disabled:hover,
fieldset[disabled] .btn-whatsapp:hover {
  background-color: #01d660;
  border-color: #01d660;
}

.btn-white {
  color: #515e6d;
  background-color: #ffffff;
  border-color: #e8ebed;
}
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active {
  color: #515e6d;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:hover {
  color: #515e6d;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active,
.btn-white.active {
  background-image: none;
}
.btn-white.disabled:focus,
.btn-white.disabled.focus,
.btn-white:disabled:focus,
.btn-white:disabled.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white.focus {
  background-color: #ffffff;
  border-color: #e8ebed;
}
.btn-white.disabled:hover,
.btn-white:disabled:hover,
fieldset[disabled] .btn-white:hover {
  background-color: #ffffff;
  border-color: #e8ebed;
}

.btn-lg {
  padding: 0.55rem 1.25rem;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

.btn-xl {
  padding: 1rem 3rem;
  font-size: 1.3rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
  font-weight: 900;
}

.btn-loading.btn-brand,
.btn-loading.btn-success {
  position: relative;
  color: transparent !important;
}
.btn-loading.btn-brand:after,
.btn-loading.btn-success:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAP////////7+/v7+/v7+/v7+/v////7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-loading.btn-default,
.btn-loading.btn-white-orange,
.btn-loading.btn-white {
  position: relative;
  color: transparent !important;
}
.btn-loading.btn-default:after,
.btn-loading.btn-white-orange:after,
.btn-loading.btn-white:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(data:image/gif;base64,R0lGODlhEAALAPQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA);
  background-repeat: no-repeat;
  background-position: center center;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1300;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 0.8rem;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
@media (max-width: 59.95em) {
}
@media (max-width: 37.45em) {
}

@media (min-width: 37.5em) {
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 37.5em) {
}

@media (min-width: 37.5em) {
}
@media (max-width: 37.45em) {
}

@media (min-width: 37.5em) {
}
@media (max-width: 37.45em) {
}

@media (min-width: 60em) {
}
@media (min-width: 120em) {
}
@media (max-width: 59.95em) {
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 0.85rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

table,
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table th,
table td,
.table th,
.table td {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #f0f4f7;
}
table thead th,
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f0f4f7;
}
table tbody + tbody,
.table tbody + tbody {
  border-top: 2px solid #f0f4f7;
}
table .table,
.table .table {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.phone-input {
  display: flex;
}

.phone-input .phone-input__prefix {
  flex: 1 1;
  min-width: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #2d4559;
  background-color: #f0f4f7;
  text-align: center;
}

.phone-input .phone-input__number {
  flex: 3 1;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 37.5em) {
}
@keyframes slideIn {
  0% {
    transform: translate(-50%, -25%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes slideOut {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, -25%);
  }
}

.process-indicator {
  display: flex;
  align-items: center;
}

.process-indicator__item {
  display: flex;
  position: relative;
}

.process-indicator__title {
  text-align: center;
  position: absolute;
  line-height: 1rem;
  width: 7rem;
  top: 2rem;
  color: #7a7a7a;
  font-size: 1rem;
}

.process-indicator__icon {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  text-align: center;
  color: #979797;
  position: relative;
  border: 1px solid #979797;
  line-height: 2rem;
  font-size: 1rem;
}

.process-indicator__icon svg {
  width: 1rem;
  height: 100%;
}

.process-indicator__item--active .process-indicator__icon {
  background-color: #1b2d3a;
  border: 1px solid #1b2d3a;
  color: #ffffff;
}
.process-indicator__item--active .process-indicator__title {
  color: #1b2d3a;
}

.process-indicator__item--done .process-indicator__icon {
  border: 1px solid #00cdc0;
  color: #00cdc0;
}

.process-indicator__line {
  width: 100%;
  height: 1px;
  background: #afb7bf;
  flex: 1 1;
}

.md__content pre {
  font: inherit;
  white-space: inherit;
}
.md__content .md__h1 {
  color: #fa7009;
  font-size: 2.4rem;
}
.md__content .md__h2 {
  margin-bottom: 20px;
}
.md__content .md__h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.md__content .md__section {
  margin-top: 40px;
  margin-bottom: 20px;
}

.md__toc__menu {
  list-style: none;
  padding-left: 0;
  margin-left: -1rem;
}

.md-toc__menu-num .md__toc__link {
  font-weight: 600;
}

.md__toc__menu .md__toc__link {
  color: #95a5b1;
  font-weight: normal;
}

.md-toc__menu-num > .md__toc__item {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.md__toc__link::after {
  color: #fa7009;
  content: '>';
  margin-left: 10px;
}

.md__toc__link:hover,
.md__toc__link--active {
  color: #fa7009;
}
.md__toc__link:hover span,
.md__toc__link--active span {
  border-bottom: 1px solid #fa7009;
}

.md__link {
  color: #002630;
}
.md__link:hover {
  text-decoration: underline;
}

.md-blockquote--default .md__p {
  margin-bottom: 0;
  margin: 0 2.5rem;
}
@media (max-width: 59.95em) {
  .md-blockquote--default {
    flex-direction: column;
  }
  .md-blockquote--default .md__p {
    margin: 0 1rem;
  }
}

.md-blockquote--compact .md__p {
  font-size: 1.5rem !important;
}

.md-blockquote__quote {
  position: relative;
  height: 3rem;
}

.md-blockquote__quote--default {
  font-size: 4.5rem;
}

.md-blockquote__quote--compact {
  font-size: 6rem;
}

.md-blockquote__char {
  position: absolute;
}

.md-blockquote__char--open {
  left: 0;
  top: -1rem;
}

.md-blockquote__char--close {
  right: 0;
  bottom: -2.9rem;
}

.md-blockquote__char--compact {
  left: -0.3rem;
  top: -1rem;
}

.card-listing {
  text-align: left;
  position: relative;
  display: block;
  z-index: 1;
  border: 1px solid #e8ebed;
}

.card-listing--picture {
  position: relative;
  min-height: 5rem;
  overflow: hidden;
  border-radius: 0.3rem;
  background: linear-gradient(
    to right,
    rgba(3, 3, 3, 0.07) 0%,
    rgba(255, 255, 255, 0.07) 50%,
    rgba(3, 3, 3, 0.07) 100%
  );
  padding-bottom: 61.224%;
}

.card-listing--picture--image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  z-index: 0;
}

.hero-section {
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 0;
  height: 100vh;
  min-height: 35rem;
  max-height: 47rem;
  background-color: #eaeff3;
}

.hero-section--dark {
  background-color: #283544;
}
@media (min-width: 60em) {
}
@media (max-width: 59.95em) {
}

@media (min-width: 60em) {
}
.landing-first-screen {
  margin: 0 auto;
  position: relative;
}

.landing-first-screen__image {
  background-size: cover;
  background-position: center;
  background-color: #00cdc0;
  background-image: none;
  background-repeat: no-repeat;
}

.landing-first-screen__content {
  max-width: 35rem;
}

.landing-first-screen__title {
  font-size: 4.4rem;
}

.container-story--title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-story--title {
  max-width: 40rem;
}

.container-story--title {
  max-width: 45rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-story--title {
  margin-bottom: 0.7em;
  text-transform: uppercase;
}

.loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(234, 239, 243, 0.7);
  transition: opacity 0.2s ease-in;
}

.loader-wrapper--position_fixed {
  position: fixed;
  z-index: 1300;
}

.loader-wrapper--elevated {
  z-index: 1300;
}

.loader {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5rem;
  margin-top: -3rem;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.loader .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #00af9e;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.loader .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

.loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1rem;
  transform: translateX(-50%);
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.avatar--wrapper {
  overflow: hidden;
  display: block;
  position: relative;
  width: 10rem;
  height: 10rem;
}

.avatar__xs {
  width: 3.6rem;
  height: 3.6rem;
}

.avatar__sm {
  width: 5rem;
  height: 5rem;
}

.avatar--status {
  position: relative;
}

.badge {
  display: inline-block;
  color: inherit;
  font-size: 0.85rem;
  line-height: inherit;
  line-height: 1;
}

.dropdown {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1010;
}

.chat--actions {
  text-align: center;
  padding: 1.5rem;
}
.chat--actions p {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.chat--actions [class*='btn-'],
.chat--actions--details {
  white-space: normal;
  white-space: initial;
  word-break: break-word;
  margin: 0.5rem 0.3rem 0.5rem 0;
}

.chat--actions--special-offer--options {
  max-width: 26em;
  text-align: left;
  margin: 1rem auto;
}

.chat--dialogue .row {
  margin: 0;
}

.chat--dialogue .row {
  padding: 1rem;
}

.chat--dialogue--message {
  overflow: auto;
  flex-grow: 2;
}

.chat--dialogue--new-message {
  border-bottom: 1px solid #e8ebed;
  flex-wrap: nowrap;
  flex-direction: column;
}

.chat--dialogue--textarea {
  position: relative;
}
.chat--dialogue--textarea textarea {
  min-height: 5.5rem;
}

.chat--dialogue--message--text {
  white-space: pre-wrap;
}
.chat--dialogue--message--text a.payment-request-link {
  border: 2px solid #ff4b27;
  background-color: #ff4b27;
  color: #fff;
  padding: 6px 18px;
  border-radius: 4px;
  text-decoration: none;
  display: table;
  margin-top: 20px;
}
.chat--dialogue--message--text img {
  display: block;
  width: 100%;
  height: auto;
}

.layout__container {
  width: 100%;
  min-height: 100vh;
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media (min-width: 60em) {
  .layout__container {
    padding-top: 3rem;
  }
}

.layout__container--compact {
  max-width: 56rem;
}

@media (max-width: 59.95em) {
  .side-layout--mobile-top {
    flex-direction: column-reverse;
  }
}

@media (min-width: 60em) {
  .side-layout__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 59.95em) {
}
@media (min-width: 60em) {
}
@media (max-width: 59.95em) {
}
@media (min-width: 37.5em) {
}

.social-button {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  border: 1px solid #e8ebed;
  color: #95a5b1;
  fill: #95a5b1;
  border-radius: 50%;
  transition: 0.2s ease;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}
.social-button:hover,
.social-button:active {
  background: #00af9e;
  border-color: #00af9e;
  color: #ffffff;
  fill: #ffffff;
}

@media (max-width: 79.95em) {
}
@media (max-width: 79.95em) {
}

@media (min-width: 60em) {
  .testimonials {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 60em) {
}
@media (max-width: 59.95em) {
}
@media (min-width: 80em) {
}

.testimonial {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
  border: 1px solid #e8ebed;
  border-bottom: 3px solid #fa7009;
  position: relative;
  padding: 0.5rem;
}
.testimonial:before {
  content: '“';
  color: #dfe5ea;
  font-size: 100px;
  position: absolute;
  top: 2.5rem;
  left: -0.7rem;
  line-height: 1rem;
}
@media (min-width: 60em) {
  .testimonial:before {
    font-size: 80px;
  }
}

.landing-plain-text {
  margin-top: 5rem;
  margin-bottom: 5rem;
  line-height: 1.7em;
}
.landing-plain-text h1 {
  margin-bottom: 1.8rem;
}
.landing-plain-text h4 {
  margin: 1.5rem 0 1rem;
}

.response-rate {
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: flex-end;
  max-width: 16rem;
  min-width: 16rem;
  padding: 0 1rem 0 0.5rem;
}

.guides_navigation__item {
  display: flex;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 10rem;
  border-bottom: 0.1rem solid #dfe5ea;
  border-right: 0.1rem solid #dfe5ea;
  font-weight: 600;
  cursor: pointer;
}
.guides_navigation__item svg {
  cursor: pointer;
}
.guides_navigation__item:hover,
.guides_navigation__item:hover svg {
  color: #fa7009;
  fill: #fa7009;
}
@media (max-width: 37.45em) {
  .guides_navigation__item:nth-child(-n + 2) {
    border-top: 0.1rem solid #dfe5ea;
  }
  .guides_navigation__item:nth-child(2n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}
@media (min-width: 37.5em) and (max-width: 59.95em) {
  .guides_navigation__item:nth-child(-n + 3) {
    border-top: 0.1rem solid #dfe5ea;
  }
  .guides_navigation__item:nth-child(3n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}
@media (min-width: 60em) and (max-width: 79.95em) {
  .guides_navigation__item:nth-child(-n + 4) {
    border-top: 0.1rem solid #dfe5ea;
  }
  .guides_navigation__item:nth-child(4n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}
@media (min-width: 80em) {
  .guides_navigation__item:nth-child(-n + 6) {
    border-top: 0.1rem solid #dfe5ea;
  }
  .guides_navigation__item:nth-child(6n + 1) {
    border-left: 0.1rem solid #dfe5ea;
  }
}

.page-share-section {
  margin: 120px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.page-share-section__title {
  text-align: center;
  margin-bottom: 36px;
}

.page-share-section__title--secondary {
  font-size: 1.1rem;
}

.page-share-section__buttons .page-share-section__button {
  margin-top: 30px;
}

.page-share-section__button .btn {
  padding: 12px 30px;
}

.message-check-mark {
  color: #808f9a;
}

.message-check-mark__isRead {
  color: #00af9e;
}

.banner-cta {
  height: auto;
  min-height: 64px;
  padding: 12px;
}
@media (max-width: 59.95em) {
  .banner-cta {
    min-height: 102px;
    padding: 15px;
  }
}

.panel {
  margin: 20px 0;
  background-color: #eaeff3;
  border: 1px solid #e8ebed;
  padding: 20px;
  border-radius: 4px;
}

.content {
  min-height: 85vh;
  overflow: hidden;
}

.infoblock {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.infoblock .icon {
  display: inline-block;
  font-size: 4em;
  float: left;
  text-align: center;
  margin-right: 10px;
  clear: both;
  height: 100%;
  width: 100%;
}
@media (min-width: 37.5em) {
  .infoblock .icon {
    float: none;
    font-size: 6em;
    margin: 0;
    clear: none;
  }
}

@media (min-width: 1150px) {
  .infoblock {
    max-width: 1150px;
  }
}
@media (max-width: 79.95em) {
}

.column {
  vertical-align: top;
}
@media (min-width: 37.5em) {
  .column {
    margin-right: 40px;
    display: inline-block;
    width: 40%;
  }
}

.column.wide {
  width: 100%;
}
@media (min-width: 37.5em) {
  .column.wide {
    width: calc(70% - 50px);
  }
}

.column.sidebar {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 37.5em) {
  .column.sidebar {
    width: 30%;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
label.radio {
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
}

.how-steps-container--top {
  max-width: 50rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1.5rem;
}
@media (min-width: 60em) {
  .how-steps-container--top {
    width: 80%;
  }
}

@keyframes moveToLeft {
  to {
    transform: translateX(-100%);
  }
}

@keyframes moveFromLeft {
  from {
    transform: translateX(-100%);
  }
}

@keyframes moveToRight {
  to {
    transform: translateX(100%);
  }
}

@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
@media (max-width: 59.95em) {
}
@media (min-width: 60em) {
}

@media (min-width: 60em) {
}

@media (min-width: 60em) {
}

@media (min-width: 60em) {
}
@media (max-width: 59.95em) {
}
@media (max-width: 59.95em) {
}
@media (min-width: 80em) {
}

@media (min-width: 60em) {
}
@media (max-width: 79.95em) {
}

@media (max-width: 37.45em) {
}

@media (max-width: 37.45em) {
}
@media (max-width: 37.45em) {
}
@media (max-width: 37.45em) {
}
@media (max-width: 37.45em) {
}

@media (min-width: 60em) {
}
@media (min-width: 60em) {
}
@media (min-width: 60em) {
}

#promotion {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#charts {
  margin-bottom: 10px;
}

.guide .share-icon {
  vertical-align: middle;
}

@media (max-width: 59.95em) {
  .guide .row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 59.95em) {
}

.guide__main hr {
  margin-top: 120px;
}

.guide__main__icon {
  display: flex;
  width: 50px;
  height: 80px;
}
@media (max-width: 59.95em) {
  .guide__main__icon {
    margin: auto;
  }
}

@media (max-width: 59.95em) {
  .guide__main__title {
    text-align: center;
  }
}

.university .share-icon {
  vertical-align: middle;
}

.university__divider {
  margin-top: 120px;
}

@media (max-width: 59.95em) {
}

.university-header__image-container {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 144px;
}

.university-header__image-blur {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.university-header__content {
  border-bottom: 1px solid #d6d6d6;
}

.university-header__logo {
  display: block;
  max-width: 280px;
  max-height: 120px;
}

.university-header__logo--sm {
  width: 160px;
  height: 68px;
  position: relative;
  z-index: 1;
}

.partner-redirect-page {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}
.partner-redirect-page p,
.partner-redirect-page img {
  padding-top: 50px;
}

.supply-landing-first-screen__image {
  background-image: url(/dist/supply-page-landing-1080-019bba0e66761d9aa862.bundle.jpg);
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .supply-landing-first-screen__image {
    background-image: url(/dist/supply-page-landing-480-square-46457f7dc8aad43c9df5.bundle.jpg);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .supply-landing-first-screen__image {
    background-image: url(/dist/supply-page-landing-768-313e83e4e8121599030d.bundle.jpg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .supply-landing-first-screen__image {
    background-image: url(/dist/supply-page-landing-768-square-9d2978cf6bcfb2f925c5.bundle.jpg);
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1535px) {
  .supply-landing-first-screen__image {
    background-image: url(/dist/supply-page-landing-768-313e83e4e8121599030d.bundle.jpg);
  }
}

.supply-landing-benefit__line {
  width: 2rem;
  height: 4px;
}

.supply-landing-steps__title--horizontal {
  width: 10rem;
}

.supply-landing-steps__title--vertical {
  width: 15rem;
}

.supply-landing-steps--horizontal {
  margin-bottom: 17rem;
  width: 80%;
  width: calc(80% - 10rem);
}

.supply-landing-steps--vertical {
  padding-right: 15rem;
}

.supply-landing-steps__block-line {
  width: 80%;
}

.supply-landing-steps__line--vertical {
  min-height: 10rem;
}

.supply-landing-cta-block--btn {
  max-width: 20rem;
}


/*# sourceMappingURL=/sourcemaps/ha-pages-Legal-index-ts-a69dd718777f1efa66d1.bundle.css.map*/