.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}
.modal-close::before, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.modal-close::before {
  height: 2px;
  width: 50%;
}
.modal-close::after {
  height: 50%;
  width: 2px;
}
.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}
.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}
.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}
.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}
.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-background, .modal, .is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

* {
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*::after, *::before {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

textarea {
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

u {
  text-decoration: underline;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

iframe {
  border: none;
}

html {
  background-color: white;
  font-size: 1.6rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Barlow", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #454647;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: inherit;
}

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

img {
  height: auto;
  max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #454647;
  font-size: 1.4rem;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Bulma Helpers */
.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #3a7e8d !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #2b5e69 !important;
}

.has-background-primary {
  background-color: #3a7e8d !important;
}

.has-text-primary-light {
  color: #f1f8f9 !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #cce5ea !important;
}

.has-background-primary-light {
  background-color: #f1f8f9 !important;
}

.has-text-primary-dark {
  color: #4391a3 !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #5cabbc !important;
}

.has-background-primary-dark {
  background-color: #4391a3 !important;
}

.has-text-link {
  color: inherit !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: inherit !important;
}

.has-background-link {
  background-color: inherit !important;
}

.has-text-link-light {
  color: whitesmoke !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #dbdbdb !important;
}

.has-background-link-light {
  background-color: whitesmoke !important;
}

.has-text-link-dark {
  color: #363636 !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #4f4f4f !important;
}

.has-background-link-dark {
  background-color: #363636 !important;
}

.has-text-info {
  color: #3e8ed0 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

.has-background-info {
  background-color: #3e8ed0 !important;
}

.has-text-info-light {
  color: #eff5fb !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.has-background-info-light {
  background-color: #eff5fb !important;
}

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: #27ae60 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #1e8449 !important;
}

.has-background-success {
  background-color: #27ae60 !important;
}

.has-text-success-light {
  color: #eefbf4 !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c5f2d8 !important;
}

.has-background-success-light {
  background-color: #eefbf4 !important;
}

.has-text-success-dark {
  color: #239a55 !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #2cc46c !important;
}

.has-background-success-dark {
  background-color: #239a55 !important;
}

.has-text-warning {
  color: #ffe08a !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd257 !important;
}

.has-background-warning {
  background-color: #ffe08a !important;
}

.has-text-warning-light {
  color: #fffaeb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.has-background-warning-light {
  background-color: #fffaeb !important;
}

.has-text-warning-dark {
  color: #946c00 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

.has-background-warning-dark {
  background-color: #946c00 !important;
}

.has-text-danger {
  color: #da4b4b !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #c92929 !important;
}

.has-background-danger {
  background-color: #da4b4b !important;
}

.has-text-danger-light {
  color: #fceeee !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #f3c4c4 !important;
}

.has-background-danger-light {
  background-color: #fceeee !important;
}

.has-text-danger-dark {
  color: #ba2626 !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #d73c3c !important;
}

.has-background-danger-dark {
  background-color: #ba2626 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

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

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

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

.is-size-2 {
  font-size: 2.5rem !important;
}

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

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 719px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

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

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 719px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 720px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1051px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1052px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (max-width: 719px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 720px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1051px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1052px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (max-width: 719px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 720px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1051px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1052px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (max-width: 719px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 720px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1051px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1052px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

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

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

.is-family-primary {
  font-family: "Barlow", sans-serif !important;
}

.is-family-secondary {
  font-family: "Barlow", sans-serif !important;
}

.is-family-sans-serif {
  font-family: "Barlow", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 719px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-block-widescreen {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 719px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 719px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 719px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 719px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 719px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 719px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 720px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1051px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1052px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 719px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 720px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1051px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1052px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1232px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
}
.columns:last-child {
  margin-bottom: -1rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 1rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 720px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 719px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 720px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 720px) and (max-width: 1051px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1051px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1052px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1231px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media screen and (min-width: 1052px) {
  .container {
    max-width: 1052px;
  }
}
@media screen and (max-width: 1231px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1232px;
  }
}
@media screen and (min-width: 1232px) {
  .container:not(.is-max-desktop) {
    max-width: 1232px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 13px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #3a7e8d;
}

.hamburger-box {
  width: 18px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 18px;
  height: 2px;
  background-color: #3a7e8d;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.level {
  align-items: center;
  justify-content: space-between;
}
.level code {
  border-radius: 8px;
}
.level img {
  display: inline-block;
  vertical-align: top;
}
.level.is-mobile {
  display: flex;
}
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 4rem;
}
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}
@media screen and (min-width: 720px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 719px) {
  .level-item:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}
@media screen and (min-width: 720px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 4rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 719px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 720px), print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 720px), print {
  .level-right {
    display: flex;
  }
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}
.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px solid #dbdbdb;
}
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-delayed {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.has-hover-scale-up .wrap {
  transition: all 500ms ease;
}
.has-hover-scale-up:hover .wrap {
  transform: scale(1.2);
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-black-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-blackit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-blackit-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
.has-font-weight-black {
  font-weight: 900 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-extrabold-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-extraboldit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-extraboldit-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
.has-font-weight-extrabold {
  font-weight: 800 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-bold-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-boldit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-boldit-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
.has-font-weight-bold {
  font-weight: 700 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-semibold-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-semiboldit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-semiboldit-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
.has-font-weight-semibold {
  font-weight: 600 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-medium-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-mediumit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-mediumit-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
.has-font-weight-medium {
  font-weight: 500 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-regular-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-regularit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-regularit-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
.has-font-weight-regular {
  font-weight: 400 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-book-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-bookit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-bookit-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
.has-font-weight-book {
  font-weight: 300 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-light-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-lightit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-lightit-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
.has-font-weight-light {
  font-weight: 200 !important;
}

@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-thin-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Barlow", sans-serif;
  src: url("../assets/fonts/intervalnext-thinit-webfont.woff2") format("woff2"), url("../assets/fonts/intervalnext-thinit-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
.has-font-weight-thin {
  font-weight: 100 !important;
}

.social-video {
  width: 720px;
  height: 480px;
  margin: 10px auto;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 719px) {
  .social-video {
    height: 50vw;
  }
}

/* use modal from bulma...*/
.popup {
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.popup .popup-body {
  width: 490px;
  height: 420px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 21px 3px rgba(0, 0, 0, 0.16);
  padding: 60px 0;
  border-radius: 12px;
}
.popup .popup-body form {
  width: 270px;
  margin: auto;
}

#cookies-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 10px 10px 10px;
  background: #e4e4e4;
  z-index: 8000;
  display: none;
}
#cookies-info .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 719px) {
  #cookies-info .container {
    flex-direction: column;
  }
}
#cookies-info .title {
  font-size: 16px;
  padding-bottom: 4px;
}
#cookies-info .text {
  font-size: 12px;
}
#cookies-info .text a {
  text-decoration: underline;
  color: #000000;
}
#cookies-info #cookies-info-accept {
  background: #333;
  color: #ffffff;
  padding: 6px 15px;
  margin-left: 20px;
  font-size: 13px;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 719px) {
  #cookies-info #cookies-info-accept {
    margin: 10px 0 0 0;
  }
}

/* some bulma tweaks */
@media screen and (min-width: 1052px) {
  .offset-container-left,
.offset-container {
    padding-left: calc((100% - 1052px) / 2 + 16px) !important;
  }
}
@media screen and (min-width: 1232px) {
  .offset-container-left:not(.is-max-desktop),
.offset-container:not(.is-max-desktop) {
    padding-left: calc((100% - 1232px) / 2 + 16px) !important;
  }
}

@media screen and (min-width: 1052px) {
  .offset-container-right {
    padding-right: calc((100% - 1052px) / 2 + 16px) !important;
  }
}
@media screen and (min-width: 1232px) {
  .offset-container-right:not(.is-max-desktop) {
    padding-right: calc((100% - 1232px) / 2 + 16px) !important;
  }
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

.button {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.6rem;
  transition: all 150ms linear;
  text-align: center;
  line-height: 1.4;
  background: none;
  outline: none;
  border: none;
}
.button:disabled {
  opacity: 0.8;
  cursor: auto;
}
.button.has-small-radius {
  border-radius: 4px;
}
.button.is-primary {
  background-color: #3a7e8d;
  color: white;
}
.button.has-large-radius {
  border-radius: 20px;
  padding: 1.6rem 3.2rem;
}
.button.is-primary-blur {
  border: 1px solid rgba(196, 196, 196, 0.3);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
}
.button.is-primary-blur:hover {
  background: linear-gradient(148deg, rgba(58, 129, 141, 0.4) 0%, rgba(59, 126, 141, 0.1) 100%);
}
.button.is-fullwidth {
  width: 100%;
}
.button.is-primary-outlined {
  border: 1px solid #3a7e8d;
  color: #3a7e8d;
}
.button.is-primary-outlined:hover {
  background-color: rgba(209, 231, 241, 0.4);
}
.button.is-small {
  padding: 10px;
}
.button.is-large {
  padding: 1.6rem 3.2rem;
}

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

.columns {
  --gap: 1rem;
  margin-left: calc(-1 * var(--gap));
  margin-right: calc(-1 * var(--gap));
}
.columns .column {
  padding-left: var(--gap);
  padding-right: var(--gap);
}

section {
  overflow-x: hidden;
  overflow-y: visible;
}

h1 {
  /* H1 - desktop */
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.medium-text, .medium-text-bold {
  font-size: 1.8rem;
}

.medium-text-bold {
  font-weight: 700;
}

.card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#mortgage-rates {
  display: grid;
  grid-template-columns: 25fr 75fr;
  gap: 3.2rem;
}
#mortgage-rates .rate {
  margin-bottom: 1.8rem;
  border-radius: 8px;
  border: 1px solid #454647;
  background-color: white;
}
#mortgage-rates .rate:first-child {
  margin-top: 26px;
}
#mortgage-rates .rate .title {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3a7e8d;
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#mortgage-rates .rate .columns {
  justify-content: space-between;
  margin: 1.8rem 10px 2.5rem;
}
#mortgage-rates .rate .columns .column {
  padding: 0;
  text-align: center;
  position: relative;
}
#mortgage-rates .rate .columns .column .value {
  margin-top: 3.4rem;
  line-height: 4rem;
}
#mortgage-rates .rate .columns .column .box {
  display: flex;
  padding: 0 1.6rem;
  justify-content: center;
  align-items: center;
  background-color: #444647;
  color: white;
  text-align: center;
  font-weight: 700;
}
#mortgage-rates .rate .columns .column .info-wrapper {
  margin-bottom: -2.7rem;
}
#mortgage-rates .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
#mortgage-rates .show-more {
  display: inline-flex;
  align-items: center;
  color: #3a7e8d;
  font-weight: 700;
  gap: 1.6rem;
  align-self: flex-start;
}
#mortgage-rates .show-more.active::after {
  transform: scaleY(-1);
}
#mortgage-rates .show-more::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4LjYxMTggMC40NjkwODNMOS45OTkxMiA4Ljg2NDYzTDEuMzg2NDUgMC40NjkwODNDMS4yMzI1NyAwLjMxODc3OSAxLjAyNiAwLjIzNDYzMyAwLjgxMDg5MSAwLjIzNDYzM0MwLjU5NTc4NiAwLjIzNDYzMyAwLjM4OTIxNCAwLjMxODc3OSAwLjIzNTMzNCAwLjQ2OTA4M0MwLjE2MDgyNiAwLjU0MjA4NiAwLjEwMTYzMyAwLjYyOTIyMiAwLjA2MTIyMzggMC43MjUzODhDMC4wMjA4MTQyIDAuODIxNTU1IDAgMC45MjQ4MTkgMCAxLjAyOTEzQzAgMS4xMzM0NCAwLjAyMDgxNDIgMS4yMzY3IDAuMDYxMjIzOCAxLjMzMjg3QzAuMTAxNjMzIDEuNDI5MDQgMC4xNjA4MjYgMS41MTYxNyAwLjIzNTMzNCAxLjU4OTE4TDkuMzk3NzEgMTAuNTIyNEM5LjU1ODYyIDEwLjY3OTIgOS43NzQ0MiAxMC43NjcgOS45OTkxMiAxMC43NjdDMTAuMjIzOCAxMC43NjcgMTAuNDM5NiAxMC42NzkyIDEwLjYwMDUgMTAuNTIyNEwxOS43NjI5IDEuNTkwOUMxOS44Mzc5IDEuNTE3ODQgMTkuODk3NiAxLjQzMDQ5IDE5LjkzODMgMS4zMzQwMUMxOS45NzkgMS4yMzc1MiAyMCAxLjEzMzg2IDIwIDEuMDI5MTNDMjAgMC45MjQ0MDQgMTkuOTc5IDAuODIwNzM3IDE5LjkzODMgMC43MjQyNTJDMTkuODk3NiAwLjYyNzc2NyAxOS44Mzc5IDAuNTQwNDE3IDE5Ljc2MjkgMC40NjczNTlDMTkuNjA5IDAuMzE3MDU2IDE5LjQwMjUgMC4yMzI5MSAxOS4xODczIDAuMjMyOTFDMTguOTcyMiAwLjIzMjkxIDE4Ljc2NTcgMC4zMTcwNTYgMTguNjExOCAwLjQ2NzM1OVYwLjQ2OTA4M1oiIGZpbGw9IiMzQTdFOEQiLz4KPC9zdmc+Cg==) no-repeat center;
  background-size: contain;
}

.info-wrapper {
  position: relative;
}
.info-wrapper .info-trigger {
  padding: 0 4px;
  line-height: 2.7rem;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f80ed;
  font-size: 1.333rem;
  gap: 8px;
  opacity: 1;
  transition: opacity 150ms ease-out;
  cursor: pointer;
}
.info-wrapper .info-trigger:hover, .info-wrapper .info-trigger:focus {
  opacity: 0.8;
}
.info-wrapper .info-message {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  z-index: 100;
  background-color: white;
  width: 350px;
  text-align: left;
  padding: 8px;
  font-size: 1.333rem;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
}

.control {
  --input-gap: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 55px;
  width: 100%;
}
.control::before, .control::after {
  display: inline-block;
  position: absolute;
  pointer-events: none;
  z-index: 3;
}
.control::before {
  left: 2.4rem;
}
.control::after {
  right: 2.4rem;
}
.control .textarea {
  min-height: 170px;
}
.control input,
.control .dropdown-trigger,
.control .textarea {
  padding: 1.6rem 2.4rem;
  border: 1px solid #444647;
  border-radius: 4px;
  background: white;
  width: 100%;
  outline: none;
  color: #454647;
  position: relative;
  z-index: 1;
}
.control input::placeholder,
.control input .placeholder,
.control .dropdown-trigger::placeholder,
.control .dropdown-trigger .placeholder,
.control .textarea::placeholder,
.control .textarea .placeholder {
  color: rgba(69, 70, 71, 0.4);
}
.control input[type=number],
.control .dropdown-trigger[type=number],
.control .textarea[type=number] {
  appearance: textfield;
}
.control input::-webkit-outer-spin-button, .control input::-webkit-inner-spin-button,
.control .dropdown-trigger::-webkit-outer-spin-button,
.control .dropdown-trigger::-webkit-inner-spin-button,
.control .textarea::-webkit-outer-spin-button,
.control .textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.control input:focus,
.control .dropdown.active .dropdown-trigger {
  border-color: #3a7e8d;
  box-shadow: 0 0 0px 2px #3a7e8d;
  z-index: 2;
  border-radius: 4px !important;
}
.control.radio {
  padding: 0;
  flex-direction: column;
  border: none;
  gap: 0;
}
.control.radio label {
  cursor: pointer;
  width: 100%;
}
.control.radio label:first-child span {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.control.radio label:last-child span {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}
.control.radio input {
  display: none;
}
.control.radio input:checked + span {
  border-color: #3a7e8d;
  background: rgba(209, 231, 241, 0.4);
  z-index: 2;
  box-shadow: 0 0 0px 2px #3a7e8d;
}
.control.radio span {
  display: block;
  position: relative;
  z-index: 1;
  height: 55px;
  padding: 1.6rem;
  background: none;
  border: none;
  color: #454647;
  border: 1px solid #444647;
  width: 100%;
  margin-bottom: -1px;
  text-align: center;
  font-weight: 700;
  background-color: white;
}
.control.radio span:hover {
  border-color: #3a7e8d;
  background: #f7f7f7;
}
.control.radio.horizontal {
  flex-direction: row;
}
.control.radio.horizontal label {
  width: unset;
  flex: 1 1 0;
}
.control.radio.horizontal label span {
  padding-left: 0;
  padding-right: 0;
  margin-right: -5px;
  margin-bottom: 0;
}
.control.radio.horizontal label:first-child span {
  border-radius: 4px 0 0 4px;
}
.control.radio.horizontal label:last-child span {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.control.currency input {
  padding-left: calc(2.4rem + var(--input-gap) + 30px);
}
.control.currency::before {
  content: "CHF";
}
.control.percentage input {
  padding-right: calc(2.4rem + var(--input-gap) + 14px);
}
.control.percentage::after {
  content: "%";
}
.control.deposit {
  padding: 0;
}
.control > .control input {
  border-radius: 0;
}
.control > .control:first-child input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.control > .control:last-child input {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.control.deposit .control:not(:last-child) {
  margin-right: -1px;
}
.control.deposit .percentage {
  max-width: unset;
  width: 130px;
  flex: none;
}
.control.invalid input {
  border-color: #da4b4b;
  box-shadow: 0 0 0px 2px #da4b4b;
}
.control.invalid + .error-message {
  display: block;
}
.control.checkbox {
  flex-direction: column;
  align-items: flex-start;
}
.control.zip-code::after {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxNCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTcgMTBDNi4zMzY5NiAxMCA1LjcwMTA3IDkuNzM2NjEgNS4yMzIyMyA5LjI2Nzc3QzQuNzYzMzkgOC43OTg5MyA0LjUgOC4xNjMwNCA0LjUgNy41QzQuNSA2LjgzNjk2IDQuNzYzMzkgNi4yMDEwNyA1LjIzMjIzIDUuNzMyMjNDNS43MDEwNyA1LjI2MzM5IDYuMzM2OTYgNSA3IDVDNy42NjMwNCA1IDguMjk4OTMgNS4yNjMzOSA4Ljc2Nzc3IDUuNzMyMjNDOS4yMzY2MSA2LjIwMTA3IDkuNSA2LjgzNjk2IDkuNSA3LjVDOS41IDcuODI4MyA5LjQzNTM0IDguMTUzMzkgOS4zMDk3IDguNDU2NzFDOS4xODQwNiA4Ljc2MDAyIDguOTk5OTEgOS4wMzU2MiA4Ljc2Nzc3IDkuMjY3NzdDOC41MzU2MiA5LjQ5OTkxIDguMjYwMDIgOS42ODQwNiA3Ljk1NjcxIDkuODA5N0M3LjY1MzM5IDkuOTM1MzQgNy4zMjgzIDEwIDcgMTBaTTcgMC41QzUuMTQzNDggMC41IDMuMzYzMDEgMS4yMzc1IDIuMDUwMjUgMi41NTAyNUMwLjczNzQ5OCAzLjg2MzAxIDAgNS42NDM0OCAwIDcuNUMwIDEyLjc1IDcgMjAuNSA3IDIwLjVDNyAyMC41IDE0IDEyLjc1IDE0IDcuNUMxNCA1LjY0MzQ4IDEzLjI2MjUgMy44NjMwMSAxMS45NDk3IDIuNTUwMjVDMTAuNjM3IDEuMjM3NSA4Ljg1NjUyIDAuNSA3IDAuNVoiIGZpbGw9IiMzQTdFOEQiLz4KPC9zdmc+Cg==);
  width: 14px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.control + .error-message {
  display: none;
  margin-left: 2.4rem;
  margin-top: 10px;
  color: #da4b4b;
  font-size: 1.333rem;
}

.control-wrapper > label {
  font-size: 1.333rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}

.dropdown {
  position: relative;
  width: 100%;
}
.dropdown.active .dropdown-trigger {
  border-color: #3a7e8d;
  box-shadow: 0 0 0px 2px #3a7e8d;
}
.dropdown.active .dropdown-trigger::after {
  transform: scaleY(-1);
}
.dropdown.active .dropdown-content {
  display: block;
}
.dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: none;
  padding-right: calc(2.4rem + var(--input-gap) + 20px);
  height: 55px;
}
.dropdown .dropdown-trigger span {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown .dropdown-trigger::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE4LjYxMTggMC40NjkwODNMOS45OTkxMiA4Ljg2NDYzTDEuMzg2NDUgMC40NjkwODNDMS4yMzI1NyAwLjMxODc3OSAxLjAyNiAwLjIzNDYzMyAwLjgxMDg5MSAwLjIzNDYzM0MwLjU5NTc4NiAwLjIzNDYzMyAwLjM4OTIxNCAwLjMxODc3OSAwLjIzNTMzNCAwLjQ2OTA4M0MwLjE2MDgyNiAwLjU0MjA4NiAwLjEwMTYzMyAwLjYyOTIyMiAwLjA2MTIyMzggMC43MjUzODhDMC4wMjA4MTQyIDAuODIxNTU1IDAgMC45MjQ4MTkgMCAxLjAyOTEzQzAgMS4xMzM0NCAwLjAyMDgxNDIgMS4yMzY3IDAuMDYxMjIzOCAxLjMzMjg3QzAuMTAxNjMzIDEuNDI5MDQgMC4xNjA4MjYgMS41MTYxNyAwLjIzNTMzNCAxLjU4OTE4TDkuMzk3NzEgMTAuNTIyNEM5LjU1ODYyIDEwLjY3OTIgOS43NzQ0MiAxMC43NjcgOS45OTkxMiAxMC43NjdDMTAuMjIzOCAxMC43NjcgMTAuNDM5NiAxMC42NzkyIDEwLjYwMDUgMTAuNTIyNEwxOS43NjI5IDEuNTkwOUMxOS44Mzc5IDEuNTE3ODQgMTkuODk3NiAxLjQzMDQ5IDE5LjkzODMgMS4zMzQwMUMxOS45NzkgMS4yMzc1MiAyMCAxLjEzMzg2IDIwIDEuMDI5MTNDMjAgMC45MjQ0MDQgMTkuOTc5IDAuODIwNzM3IDE5LjkzODMgMC43MjQyNTJDMTkuODk3NiAwLjYyNzc2NyAxOS44Mzc5IDAuNTQwNDE3IDE5Ljc2MjkgMC40NjczNTlDMTkuNjA5IDAuMzE3MDU2IDE5LjQwMjUgMC4yMzI5MSAxOS4xODczIDAuMjMyOTFDMTguOTcyMiAwLjIzMjkxIDE4Ljc2NTcgMC4zMTcwNTYgMTguNjExOCAwLjQ2NzM1OVYwLjQ2OTA4M1oiIGZpbGw9IiMzQTdFOEQiLz4KPC9zdmc+Cg==);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 10px;
  position: absolute;
  right: 2.4rem;
  pointer-events: none;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 0;
  width: 100%;
  background-color: white;
  margin-top: 8px;
}
.dropdown .dropdown-content li {
  padding: 1.6rem 2.4rem;
  border: 1px solid #f0f0f0;
  margin-bottom: -1px;
  cursor: pointer;
  transition: background-color 150ms ease;
  background-color: #fff;
  line-height: 1.1;
}
.dropdown .dropdown-content li:hover {
  background: #f7f7f7;
}

.app-checkbox {
  opacity: 1;
  transition: opacity 150ms ease-out;
  cursor: pointer;
  display: inline-block !important;
  margin-bottom: 10px;
}
.app-checkbox:hover, .app-checkbox:focus {
  opacity: 0.8;
}
.app-checkbox input {
  display: none;
}
.app-checkbox input:checked + span::after {
  opacity: 1;
}
.app-checkbox span {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.app-checkbox span::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik0xMS4yNzk4IDEuNzcxMDZDMTEuNDEyMyAxLjYyODg4IDExLjQ4NDQgMS40NDA4NCAxMS40ODEgMS4yNDY1NEMxMS40Nzc2IDEuMDUyMjMgMTEuMzk4OSAwLjg2Njg0OSAxMS4yNjE1IDAuNzI5NDM2QzExLjEyNDEgMC41OTIwMjMgMTAuOTM4NyAwLjUxMzMxMSAxMC43NDQ0IDAuNTA5ODgyQzEwLjU1MDEgMC41MDY0NTQgMTAuMzYyIDAuNTc4NTc4IDEwLjIxOTggMC43MTEwNThMNC4yNDk4NSA2LjY4MTA2TDEuNzc5ODUgNC4yMTEwNkMxLjYzNzY3IDQuMDc4NTggMS40NDk2MyA0LjAwNjQ1IDEuMjU1MzIgNC4wMDk4OEMxLjA2MTAyIDQuMDEzMzEgMC44NzU2MzggNC4wOTIwMiAwLjczODIyNSA0LjIyOTQ0QzAuNjAwODEyIDQuMzY2ODUgMC41MjIxIDQuNTUyMjMgMC41MTg2NzIgNC43NDY1NEMwLjUxNTI0MyA0Ljk0MDg0IDAuNTg3MzY2IDUuMTI4ODggMC43MTk4NDYgNS4yNzEwNkwzLjcxOTg1IDguMjcxMDZDMy44NjA0NyA4LjQxMTUxIDQuMDUxMSA4LjQ5MDQgNC4yNDk4NSA4LjQ5MDRDNC40NDg2IDguNDkwNCA0LjYzOTIyIDguNDExNTEgNC43Nzk4NSA4LjI3MTA2TDExLjI3OTggMS43NzEwNloiIGZpbGw9IiMyN0FFNjAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  left: 4.5px;
  opacity: 0;
  transition: opacity 150ms linear;
}
.app-checkbox span::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 20px;
  border: 2px solid #454647;
  border-radius: 4px;
  flex: none;
  margin-right: 8px;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1051px) {
  html {
    font-size: 60%;
  }
}
@media screen and (max-width: 719px) {
  html {
    font-size: 56%;
  }
}

body {
  font-size: 1.6rem;
}

body,
html {
  height: 100%;
}

#app {
  position: relative;
  min-height: 100%;
  padding-top: 80px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
#app .footer {
  flex-shrink: 0;
  margin-top: auto;
}
@media screen and (max-width: 1051px) {
  #app {
    z-index: 2;
  }
}
@media screen and (max-width: 719px) {
  #app {
    z-index: 3;
  }
}

:root {
  --top-padding: 70px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #d1e7f1;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.9) 31.24%, rgba(255, 255, 255, 0.4) 100%);
}
.navbar .container {
  display: flex;
  align-items: center;
  height: 80px;
}
.navbar .navbar-brand {
  height: 40px;
}
.navbar .navbar-menu {
  display: flex;
  flex: 1;
}
.navbar .navbar-menu .navbar-start {
  margin-right: auto;
}
.navbar .navbar-menu .navbar-end {
  margin-left: auto;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar .navbar-dropdown {
  margin-left: 2.4rem;
}
.navbar .navbar-dropdown {
  position: relative;
}
.navbar .navbar-dropdown .navbar-dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding: 8px;
}
.navbar .navbar-dropdown .navbar-dropdown-content.is-active {
  display: inline-flex;
}
.navbar .navbar-dropdown .navbar-dropdown-content .navbar-item {
  white-space: nowrap;
}
.navbar .lang-item {
  font-size: 1.3rem;
  text-transform: uppercase;
}
.navbar .lang-item.is-selected, .navbar .lang-item:hover {
  text-decoration: underline;
}
@media screen and (max-width: 719px) {
  .navbar .language-selector > .navbar-item {
    display: none;
  }
}

.footer {
  background-color: #f6f6f6;
  padding: 6.4rem 0 3.2rem;
}
@media screen and (max-width: 1051px) {
  .footer {
    position: static;
  }
}
.footer .container-bordered-wrapper {
  background: linear-gradient(91.41deg, #444647 2.87%, rgba(68, 70, 71, 0) 113.58%);
  padding: 1px;
  border-radius: 8px;
}
.footer .container-bordered-wrapper .container-bordered {
  border-radius: 8px;
  background: white;
  padding: 4rem 3.2rem;
}
.footer .container-bordered-wrapper img {
  height: 40px;
  margin-bottom: 4rem;
}
.footer .container-bordered-wrapper .content {
  line-height: 1.5;
}
.footer .level {
  font-size: 1.333rem;
  padding: 3.2rem 3.2rem 0;
}
.footer .level a {
  font-weight: 400;
  text-decoration-line: underline;
}

[data-page=home] {
  padding-top: 0 !important;
}

.page-home #hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 95px;
  padding-bottom: 7rem;
  color: white;
  line-height: 1.1;
  position: relative;
}
.page-home #hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(107.18deg, #3b7e8d -14.88%, rgba(69, 70, 71, 0) 65.12%);
}
.page-home #hero .title {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.page-home #hero .lead {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
.page-home #hero .button {
  height: 8rem;
  margin-right: 5.6rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.page-home #hero .left-arrow {
  position: absolute;
  width: 40px;
  height: 100px;
  bottom: 0;
  left: -80px;
  animation: upAndDown 500ms infinite alternate linear;
}
@keyframes upAndDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.page-home #schedule-meeting {
  padding: 2rem 0;
  background-color: #d1e7f1;
}
.page-home #schedule-meeting .button {
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.page-home #schedule-meeting .columns {
  --gap: 1.5rem;
}
.page-home #schedule-meeting ul li {
  color: #000;
}
.page-home #schedule-meeting ul li::before {
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  width: 10px;
  aspect-ratio: 1;
  border-radius: 9999px;
  background-color: #27ae60;
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  margin-right: 8px;
}
.page-home #find-your-mortgage {
  padding-top: 8.8rem;
  padding-bottom: 11.2rem;
}
.page-home #find-your-mortgage #lead-content {
  --gap: 4rem;
  margin-bottom: 8rem;
}
.page-home #find-your-mortgage #lead-content .content {
  /* Medium Text Regular */
  font-size: 1.8rem;
}
.page-home #find-your-mortgage .points-columns {
  --gap: 2.4rem;
}
@media screen and (max-width: 1051px) {
  .page-home #find-your-mortgage .points-columns {
    --gap: 1rem;
  }
}
.page-home #find-your-mortgage .find-step picture {
  margin-bottom: 3.2rem;
  display: block;
}
.page-home #find-your-mortgage .find-step picture img {
  display: block;
  width: 100%;
  aspect-ratio: 310/240;
  border-radius: 8px;
  overflow: hidden;
}
.page-home #find-your-mortgage .find-step .title {
  margin-bottom: 2.4rem;
  /* h4 - desktop */
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}
.page-home #current-rates {
  background-color: #d1e7f1;
  padding-top: 2.8rem;
  padding-bottom: 3.6rem;
}
.page-home #current-rates h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.page-home #current-rates .columns {
  justify-content: space-between;
}
.page-home #mortgage-steps {
  padding: 6.4rem 0 20rem;
}
.page-home #mortgage-steps .title-group {
  text-align: center;
  margin-bottom: 6rem;
}
.page-home #mortgage-steps .title-group h1 {
  margin-bottom: 8rem;
}
.page-home #mortgage-steps .title-group .content {
  font-size: 2rem;
}
.page-home #mortgage-steps .step {
  display: flex;
  align-items: center;
  gap: 13rem;
  position: relative;
}
@media screen and (max-width: 1231px) {
  .page-home #mortgage-steps .step {
    gap: 6rem;
  }
}
@media screen and (max-width: 1051px) {
  .page-home #mortgage-steps .step {
    gap: 3rem;
  }
}
.page-home #mortgage-steps .step:not(:last-child) {
  margin-bottom: 6.5rem;
}
.page-home #mortgage-steps .step:nth-child(even) {
  flex-direction: row-reverse;
}
.page-home #mortgage-steps .step webp-image,
.page-home #mortgage-steps .step .text-group {
  flex: 1;
}
.page-home #mortgage-steps .step .image {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.page-home #mortgage-steps .step .text-group {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.page-home #mortgage-steps .step .number {
  aspect-ratio: 1;
  width: 50px;
  background-color: #3a7e8d;
  border-radius: 9999px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 50px;
}
.page-home #mortgage-steps .step .title {
  max-width: 470px;
}
.page-home #mortgage-steps .step .content {
  font-size: 1.8rem;
}
.page-home #mortgage-steps .step .button {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  padding: 2.6rem 4.5rem;
}

.page-contacts {
  flex: 1;
  background-color: rgba(209, 231, 241, 0.4);
  position: relative;
  overflow: hidden;
}
.page-contacts section {
  padding: 10rem 0;
}
.page-contacts h1 {
  margin-bottom: 2.4rem;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
.page-contacts form {
  margin-top: 3.2rem;
}
.page-contacts form .label {
  margin-bottom: 8px;
  display: inline-block;
}
.page-contacts form .button.is-primary {
  padding: 1.2rem 2.4rem;
}
.page-contacts img {
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
.page-contacts .columns {
  --gap: 4rem;
}

.page-template-detail .detail-blocks {
  margin-top: 1.5rem;
}
@media screen and (max-width: 1051px) {
  .page-template-detail .detail-blocks {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks {
    margin-top: 0.5rem;
  }
}
.page-template-detail .detail-blocks .block-item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1051px) {
  .page-template-detail .detail-blocks .block-item {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item {
    margin-top: 1.5rem;
  }
}
.page-template-detail .detail-blocks .block-item .description {
  font-size: 1.6rem;
  color: #454647;
}
.page-template-detail .detail-blocks .block-item .description p {
  margin-bottom: 1rem;
}
.page-template-detail .detail-blocks .block-item .description u,
.page-template-detail .detail-blocks .block-item .description a {
  text-decoration: underline;
}
.page-template-detail .detail-blocks .block-item.media-none .media {
  display: none;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-right, .page-template-detail .detail-blocks .block-item.media-left {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-template-detail .detail-blocks .block-item.media-right .media, .page-template-detail .detail-blocks .block-item.media-left .media {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-right .media, .page-template-detail .detail-blocks .block-item.media-left .media {
    float: none;
    margin: 1.5rem 0 0 0 !important;
  }
}
.page-template-detail .detail-blocks .block-item.media-right img, .page-template-detail .detail-blocks .block-item.media-left img {
  width: 100%;
  max-width: 300px;
  max-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-right img, .page-template-detail .detail-blocks .block-item.media-left img {
    max-width: 360px;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-template-detail .detail-blocks .block-item.media-right .social-video, .page-template-detail .detail-blocks .block-item.media-left .social-video {
  width: 300px;
  height: 500px;
  margin: 0;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-right .social-video, .page-template-detail .detail-blocks .block-item.media-left .social-video {
    max-width: 360px;
    width: 100%;
    height: 60vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-template-detail .detail-blocks .block-item.media-right .slideshow, .page-template-detail .detail-blocks .block-item.media-left .slideshow {
  max-width: 300px;
  max-height: 500px;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-right .slideshow, .page-template-detail .detail-blocks .block-item.media-left .slideshow {
    width: 100%;
    max-width: 360px;
    max-height: 60vw;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-template-detail .detail-blocks .block-item.media-right::after, .page-template-detail .detail-blocks .block-item.media-left::after {
  content: "";
  clear: both;
  display: table;
}
.page-template-detail .detail-blocks .block-item.media-left .media {
  float: left;
  margin-left: 0;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.page-template-detail .detail-blocks .block-item.media-top, .page-template-detail .detail-blocks .block-item.media-bottom {
  display: flex;
  flex-direction: column;
}
.page-template-detail .detail-blocks .block-item.media-top .media, .page-template-detail .detail-blocks .block-item.media-bottom .media {
  width: 100%;
  margin-bottom: 1.5rem;
}
.page-template-detail .detail-blocks .block-item.media-top img, .page-template-detail .detail-blocks .block-item.media-bottom img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-top img, .page-template-detail .detail-blocks .block-item.media-bottom img {
    width: 100%;
    max-height: 60vw;
  }
}
.page-template-detail .detail-blocks .block-item.media-top .social-video, .page-template-detail .detail-blocks .block-item.media-bottom .social-video {
  width: 100%;
  height: 400px;
  margin: 0;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-top .social-video, .page-template-detail .detail-blocks .block-item.media-bottom .social-video {
    width: 100%;
    height: 60vw;
  }
}
.page-template-detail .detail-blocks .block-item.media-top .slideshow, .page-template-detail .detail-blocks .block-item.media-bottom .slideshow {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 719px) {
  .page-template-detail .detail-blocks .block-item.media-top .slideshow, .page-template-detail .detail-blocks .block-item.media-bottom .slideshow {
    width: 100%;
    height: 60vw;
  }
}
.page-template-detail .detail-blocks .block-item.media-bottom {
  flex-direction: column-reverse;
}
.page-template-detail .detail-blocks .block-item.media-bottom .media {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

@media screen and (max-width: 719px) {
  .page-template-list #list .columns {
    margin: 0;
  }
}
.page-template-list #list .column {
  padding: 3.5rem 0;
  border-bottom: 2px solid whitesmoke;
}
@media screen and (max-width: 719px) {
  .page-template-list #list .column {
    padding: 2.5rem 0;
  }
}
.page-template-list #list .column:first-child {
  padding-top: 0 !important;
}
.page-template-list #list .column:last-child {
  padding-bottom: 0 !important;
  border-bottom: none;
}
.page-template-list #list .card {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: initial;
}
@media screen and (max-width: 599px) {
  .page-template-list #list .card {
    flex-direction: column;
  }
}
.page-template-list #list .card .card-image {
  width: 160px;
  height: 160px;
  flex-grow: 0;
  flex-shrink: 0;
}
.page-template-list #list .card .card-content {
  padding: 0 0 1.5rem 3.5rem;
}
@media screen and (max-width: 719px) {
  .page-template-list #list .card .card-content {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .page-template-list #list .card .card-content {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.page-template-list #list .card .card-content .title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #454647;
}
.page-template-list #list .card .card-content .content {
  font-size: 1.6rem;
  font-weight: 500;
  color: #454647;
}
.page-template-list #list .card .media {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 719px) {
  .page-template-list #list .card .media {
    margin-bottom: 1rem;
  }
}
.page-template-list #list .card .card-icon-more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 719px) {
  .page-template-list #list .card .card-icon-more {
    bottom: -10px;
  }
}

.page-template-grid #grid .card {
  background-color: whitesmoke;
}
.page-template-grid #grid .card .card-image {
  width: 100%;
  height: 175px;
}
.page-template-grid #grid .card .card-content {
  position: relative;
  padding: 1.5rem;
}
.page-template-grid #grid .card .card-content:after {
  position: absolute;
  left: 0;
  display: block;
  height: 15px;
  width: 100%;
  content: "";
  background: whitesmoke;
  top: -14px;
  clip-path: polygon(0px 90%, 50% 0px, 100% 90%, 100% 100%, 0px 100%);
}
.page-template-grid #grid .card .card-content .media {
  margin-bottom: 3.5rem;
}
.page-template-grid #grid .card .card-content .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #454647;
}
.page-template-grid #grid .card .card-content .content {
  display: none;
}
.page-template-grid #grid .card .card-content .card-icon-more {
  bottom: 1rem;
  right: 1rem;
}

.page-template-footer {
  padding-bottom: 20rem;
}
.page-template-footer h2 {
  padding: 3.2rem 0 2.4rem;
}
.page-template-footer .content {
  max-width: 990px;
  color: #000;
}
.page-template-footer .content blockquote {
  border-left: 17px solid #51a5b8;
  padding: 5px 0 5px 1.6rem;
  margin-top: 2rem;
}
.page-template-footer .content a {
  color: #51a5b8;
}
.page-template-footer .subtitle {
  color: #454647;
  /* h4 - desktop */
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 3.2rem 0 1.6rem;
}

.page-rates {
  --max-width: 552px;
}
.page-rates section {
  padding: 3.2rem 0;
}
.page-rates .contact-us {
  background-color: #d1e7f1;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.7rem;
}
.page-rates .contact-us .text-group {
  font-size: 1.8rem;
  margin-left: 1.6rem;
}
.page-rates .question-wrapper {
  margin-bottom: 3.2rem;
}
.page-rates .question-wrapper h4 {
  margin: 0 0 3.2rem;
}
.page-rates .question-wrapper h4 + .help {
  margin-top: -1.6rem;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
}
.page-rates .content-box {
  max-width: var(--max-width);
}
.page-rates .personal-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem 1.6rem;
}

.page-meeting {
  flex: 1;
  background-color: rgba(209, 231, 241, 0.4);
  position: relative;
  overflow: hidden;
}
.page-meeting::after, .page-meeting::before {
  content: "";
  position: absolute;
  display: block;
  aspect-ratio: 1;
  background-color: #d1e7f1;
  border-radius: 9999px;
}
.page-meeting::before {
  width: 20rem;
  left: -11rem;
  top: 0;
}
.page-meeting::after {
  width: 500px;
  bottom: -18rem;
  right: -19rem;
}
.page-meeting .top-bar {
  height: 40px;
  width: 100%;
  background-color: #3a7e8d;
  position: relative;
  z-index: 2;
}
.page-meeting section {
  padding-top: 7.5rem;
}
.page-meeting section form {
  margin-top: 2.5rem;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-end;
}
.page-meeting section .gdpr {
  margin-top: 2.5rem;
  font-size: 1.33rem;
}
.page-meeting section .gdpr a {
  color: #2f80ed;
}

.page-results {
  flex: 1;
  flex: 1;
  background-color: rgba(209, 231, 241, 0.4);
}
.page-results #title-section {
  padding: 3.2rem 0;
  background-color: white;
}
.page-results #title-section .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
}
.page-results #results {
  padding: 6rem 0 3rem;
}
/*# sourceMappingURL=style.css.map */