@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

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

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

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

img,
embed,
object,
audio,
video {
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: white;
  font-size: 16px;
  -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,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

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

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

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

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  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; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  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 {
  text-align: left;
  vertical-align: top; }

table th {
  color: #363636; }

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap; }
  .button:focus, .button.is-focused, .button:active, .button.is-active {
    outline: none; }
  .button[disabled] {
    cursor: not-allowed; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 0.1875em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #b5b5b5;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #3273dc;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: whitesmoke;
      color: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .button.is-text[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-green {
    background-color: #23D199;
    border-color: transparent;
    color: white; }
    .button.is-green:hover, .button.is-green.is-hovered {
      background-color: #21c691;
      border-color: transparent;
      color: white; }
    .button.is-green:focus, .button.is-green.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-green:focus:not(:active), .button.is-green.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(35, 209, 153, 0.25); }
    .button.is-green:active, .button.is-green.is-active {
      background-color: #1fbb89;
      border-color: transparent;
      color: white; }
    .button.is-green[disabled] {
      background-color: #23D199;
      border-color: transparent;
      box-shadow: none; }
    .button.is-green.is-inverted {
      background-color: white;
      color: #23D199; }
      .button.is-green.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-green.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #23D199; }
    .button.is-green.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-green.is-outlined {
      background-color: transparent;
      border-color: #23D199;
      color: #23D199; }
      .button.is-green.is-outlined:hover, .button.is-green.is-outlined:focus {
        background-color: #23D199;
        border-color: #23D199;
        color: white; }
      .button.is-green.is-outlined.is-loading:after {
        border-color: transparent transparent #23D199 #23D199 !important; }
      .button.is-green.is-outlined[disabled] {
        background-color: transparent;
        border-color: #23D199;
        box-shadow: none;
        color: #23D199; }
    .button.is-green.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-green.is-inverted.is-outlined:hover, .button.is-green.is-inverted.is-outlined:focus {
        background-color: white;
        color: #23D199; }
      .button.is-green.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-turquoise {
    background-color: #24B1D1;
    border-color: transparent;
    color: white; }
    .button.is-turquoise:hover, .button.is-turquoise.is-hovered {
      background-color: #22a8c6;
      border-color: transparent;
      color: white; }
    .button.is-turquoise:focus, .button.is-turquoise.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-turquoise:focus:not(:active), .button.is-turquoise.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(36, 177, 209, 0.25); }
    .button.is-turquoise:active, .button.is-turquoise.is-active {
      background-color: #209fbb;
      border-color: transparent;
      color: white; }
    .button.is-turquoise[disabled] {
      background-color: #24B1D1;
      border-color: transparent;
      box-shadow: none; }
    .button.is-turquoise.is-inverted {
      background-color: white;
      color: #24B1D1; }
      .button.is-turquoise.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-turquoise.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #24B1D1; }
    .button.is-turquoise.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-turquoise.is-outlined {
      background-color: transparent;
      border-color: #24B1D1;
      color: #24B1D1; }
      .button.is-turquoise.is-outlined:hover, .button.is-turquoise.is-outlined:focus {
        background-color: #24B1D1;
        border-color: #24B1D1;
        color: white; }
      .button.is-turquoise.is-outlined.is-loading:after {
        border-color: transparent transparent #24B1D1 #24B1D1 !important; }
      .button.is-turquoise.is-outlined[disabled] {
        background-color: transparent;
        border-color: #24B1D1;
        box-shadow: none;
        color: #24B1D1; }
    .button.is-turquoise.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-turquoise.is-inverted.is-outlined:hover, .button.is-turquoise.is-inverted.is-outlined:focus {
        background-color: white;
        color: #24B1D1; }
      .button.is-turquoise.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-purple {
    background-color: #5f45bb;
    border-color: transparent;
    color: white; }
    .button.is-purple:hover, .button.is-purple.is-hovered {
      background-color: #5a41b2;
      border-color: transparent;
      color: white; }
    .button.is-purple:focus, .button.is-purple.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-purple:focus:not(:active), .button.is-purple.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(95, 69, 187, 0.25); }
    .button.is-purple:active, .button.is-purple.is-active {
      background-color: #553ea9;
      border-color: transparent;
      color: white; }
    .button.is-purple[disabled] {
      background-color: #5f45bb;
      border-color: transparent;
      box-shadow: none; }
    .button.is-purple.is-inverted {
      background-color: white;
      color: #5f45bb; }
      .button.is-purple.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-purple.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #5f45bb; }
    .button.is-purple.is-loading:after {
      border-color: transparent transparent white white !important; }
    .button.is-purple.is-outlined {
      background-color: transparent;
      border-color: #5f45bb;
      color: #5f45bb; }
      .button.is-purple.is-outlined:hover, .button.is-purple.is-outlined:focus {
        background-color: #5f45bb;
        border-color: #5f45bb;
        color: white; }
      .button.is-purple.is-outlined.is-loading:after {
        border-color: transparent transparent #5f45bb #5f45bb !important; }
      .button.is-purple.is-outlined[disabled] {
        background-color: transparent;
        border-color: #5f45bb;
        box-shadow: none;
        color: #5f45bb; }
    .button.is-purple.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-purple.is-inverted.is-outlined:hover, .button.is-purple.is-inverted.is-outlined:focus {
        background-color: white;
        color: #5f45bb; }
      .button.is-purple.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #3273dc; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #3273dc; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #3273dc; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #3273dc; }
    .button.is-white[disabled] {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #3273dc;
      color: white; }
      .button.is-white.is-inverted:hover {
        background-color: #2366d1; }
      .button.is-white.is-inverted[disabled] {
        background-color: #3273dc;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading:after {
      border-color: transparent transparent #3273dc #3273dc !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: white;
        border-color: white;
        color: #3273dc; }
      .button.is-white.is-outlined.is-loading:after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #3273dc;
      color: #3273dc; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #3273dc;
        color: white; }
      .button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #3273dc;
        box-shadow: none;
        color: #3273dc; }
  .button.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading:after {
      animation: spinAround 500ms infinite linear;
      border: 2px solid #dbdbdb;
      border-radius: 290486px;
      border-right-color: transparent;
      border-top-color: transparent;
      content: "";
      display: block;
      height: 1em;
      position: relative;
      width: 1em;
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .buttons .button {
    margin-bottom: 0.5rem; }
    .buttons .button:not(:last-child) {
      margin-right: 0.5rem; }
  .buttons:last-child {
    margin-bottom: -0.5rem; }
  .buttons:not(:last-child) {
    margin-bottom: 1rem; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.is-centered {
    justify-content: center; }
  .buttons.is-right {
    justify-content: flex-end; }

.container {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 960px;
      width: 960px; }
      .container.is-fluid {
        margin-left: 32px;
        margin-right: 32px;
        max-width: none;
        width: auto; } }
  @media screen and (max-width: 1215px) {
    .container.is-widescreen {
      max-width: 1152px;
      width: auto; } }
  @media screen and (max-width: 1407px) {
    .container.is-fullhd {
      max-width: 1344px;
      width: auto; } }
  @media screen and (min-width: 1216px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
  @media screen and (min-width: 1408px) {
    .container {
      max-width: 1344px;
      width: 1344px; } }

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

.content li + li {
  margin-top: 0.25em; }

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 400;
  line-height: 1.125; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em; }

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em; }

.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em; }

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }

.content dd {
  margin-left: 2em; }

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sup,
.content sub {
  font-size: 75%; }

.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636;
    text-align: left; }
  .content table tr:hover {
    background-color: whitesmoke; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }

.content.is-small {
  font-size: 0.75rem; }

.content.is-medium {
  font-size: 1.25rem; }

.content.is-large {
  font-size: 1.5rem; }

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    outline: none; }
  .input[disabled],
  .textarea[disabled] {
    cursor: not-allowed; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
  .input[disabled],
  .textarea[disabled] {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    .input[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
  .input[type="search"],
  .textarea[type="search"] {
    border-radius: 290486px; }
  .input[readonly],
  .textarea[readonly] {
    box-shadow: none; }
  .input.is-green,
  .textarea.is-green {
    border-color: #23D199; }
    .input.is-green:focus, .input.is-green.is-focused, .input.is-green:active, .input.is-green.is-active,
    .textarea.is-green:focus,
    .textarea.is-green.is-focused,
    .textarea.is-green:active,
    .textarea.is-green.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 153, 0.25); }
  .input.is-turquoise,
  .textarea.is-turquoise {
    border-color: #24B1D1; }
    .input.is-turquoise:focus, .input.is-turquoise.is-focused, .input.is-turquoise:active, .input.is-turquoise.is-active,
    .textarea.is-turquoise:focus,
    .textarea.is-turquoise.is-focused,
    .textarea.is-turquoise:active,
    .textarea.is-turquoise.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 177, 209, 0.25); }
  .input.is-purple,
  .textarea.is-purple {
    border-color: #5f45bb; }
    .input.is-purple:focus, .input.is-purple.is-focused, .input.is-purple:active, .input.is-purple.is-active,
    .textarea.is-purple:focus,
    .textarea.is-purple.is-focused,
    .textarea.is-purple:active,
    .textarea.is-purple.is-active {
      box-shadow: 0 0 0 0.125em rgba(95, 69, 187, 0.25); }
  .input.is-white,
  .textarea.is-white {
    border-color: white; }
    .input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .input.is-medium,
  .textarea.is-medium {
    font-size: 1.25rem; }
  .input.is-large,
  .textarea.is-large {
    font-size: 1.5rem; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: unset; }
  .textarea.has-fixed-size {
    resize: none; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #363636; }
  .checkbox[disabled],
  .radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
    .select:not(.is-multiple)::after {
      border: 1px solid #3273dc;
      border-right: 0;
      border-top: 0;
      content: " ";
      display: block;
      height: 0.5em;
      pointer-events: none;
      position: absolute;
      transform: rotate(-45deg);
      transform-origin: center;
      width: 0.5em;
      margin-top: -0.375em;
      right: 1.125em;
      top: 50%;
      z-index: 4; }
  .select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      outline: none; }
    .select select[disabled] {
      cursor: not-allowed; }
    .select select::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #3273dc;
      box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); }
    .select select[disabled] {
      background-color: whitesmoke;
      border-color: whitesmoke;
      box-shadow: none;
      color: #7a7a7a; }
      .select select[disabled]::-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]::-webkit-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]:-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]:-ms-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover {
      border-color: whitesmoke; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: unset;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:hover::after {
    border-color: #363636; }
  .select.is-green select {
    border-color: #23D199; }
    .select.is-green select:focus, .select.is-green select.is-focused, .select.is-green select:active, .select.is-green select.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 153, 0.25); }
  .select.is-turquoise select {
    border-color: #24B1D1; }
    .select.is-turquoise select:focus, .select.is-turquoise select.is-focused, .select.is-turquoise select:active, .select.is-turquoise select.is-active {
      box-shadow: 0 0 0 0.125em rgba(36, 177, 209, 0.25); }
  .select.is-purple select {
    border-color: #5f45bb; }
    .select.is-purple select:focus, .select.is-purple select.is-focused, .select.is-purple select:active, .select.is-purple select.is-active {
      box-shadow: 0 0 0 0.125em rgba(95, 69, 187, 0.25); }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #7a7a7a; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-green .file-cta {
    background-color: #23D199;
    border-color: transparent;
    color: white; }
  .file.is-green:hover .file-cta, .file.is-green.is-hovered .file-cta {
    background-color: #21c691;
    border-color: transparent;
    color: white; }
  .file.is-green:focus .file-cta, .file.is-green.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 209, 153, 0.25);
    color: white; }
  .file.is-green:active .file-cta, .file.is-green.is-active .file-cta {
    background-color: #1fbb89;
    border-color: transparent;
    color: white; }
  .file.is-turquoise .file-cta {
    background-color: #24B1D1;
    border-color: transparent;
    color: white; }
  .file.is-turquoise:hover .file-cta, .file.is-turquoise.is-hovered .file-cta {
    background-color: #22a8c6;
    border-color: transparent;
    color: white; }
  .file.is-turquoise:focus .file-cta, .file.is-turquoise.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(36, 177, 209, 0.25);
    color: white; }
  .file.is-turquoise:active .file-cta, .file.is-turquoise.is-active .file-cta {
    background-color: #209fbb;
    border-color: transparent;
    color: white; }
  .file.is-purple .file-cta {
    background-color: #5f45bb;
    border-color: transparent;
    color: white; }
  .file.is-purple:hover .file-cta, .file.is-purple.is-hovered .file-cta {
    background-color: #5a41b2;
    border-color: transparent;
    color: white; }
  .file.is-purple:focus .file-cta, .file.is-purple.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(95, 69, 187, 0.25);
    color: white; }
  .file.is-purple:active .file-cta, .file.is-purple.is-active .file-cta {
    background-color: #553ea9;
    border-color: transparent;
    color: white; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #3273dc; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #3273dc; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #3273dc; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #3273dc; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 3px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-centered {
    justify-content: center; }
  .file.is-right {
    justify-content: flex-end; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 3px 3px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 3px 3px;
    border-width: 0 1px 1px; }
  .file.is-right .file-cta {
    border-radius: 0 3px 3px 0; }
  .file.is-right .file-name {
    border-radius: 3px 0 0 3px;
    border-width: 1px 0 1px 1px;
    order: -1; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #363636; }
  .file-label:hover .file-name {
    border-color: #d5d5d5; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #cfcfcf; }

.file-input {
  height: 0.01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 0.01em; }

.file-cta,
.file-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  border-color: #dbdbdb;
  border-radius: 3px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }
  .file-cta:focus, .file-cta.is-focused, .file-cta:active, .file-cta.is-active,
  .file-name:focus,
  .file-name.is-focused,
  .file-name:active,
  .file-name.is-active {
    outline: none; }
  .file-cta[disabled],
  .file-name[disabled] {
    cursor: not-allowed; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }
  .label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small {
    font-size: 0.75rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-green {
    color: #23D199; }
  .help.is-turquoise {
    color: #24B1D1; }
  .help.is-purple {
    color: #5f45bb; }
  .help.is-white {
    color: white; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }

.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:first-child .button,
  .field.has-addons .control:first-child .input,
  .field.has-addons .control:first-child .select select {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .field.has-addons .control:last-child .button,
  .field.has-addons .control:last-child .input,
  .field.has-addons .control:last-child .select select {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .field.has-addons .control .button,
  .field.has-addons .control .input,
  .field.has-addons .control .select select {
    border-radius: 0; }
    .field.has-addons .control .button:hover, .field.has-addons .control .button.is-hovered,
    .field.has-addons .control .input:hover,
    .field.has-addons .control .input.is-hovered,
    .field.has-addons .control .select select:hover,
    .field.has-addons .control .select select.is-hovered {
      z-index: 2; }
    .field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
    .field.has-addons .control .input:focus,
    .field.has-addons .control .input.is-focused,
    .field.has-addons .control .input:active,
    .field.has-addons .control .input.is-active,
    .field.has-addons .control .select select:focus,
    .field.has-addons .control .select select.is-focused,
    .field.has-addons .control .select select:active,
    .field.has-addons .control .select select.is-active {
      z-index: 3; }
      .field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
      .field.has-addons .control .input:focus:hover,
      .field.has-addons .control .input.is-focused:hover,
      .field.has-addons .control .input:active:hover,
      .field.has-addons .control .input.is-active:hover,
      .field.has-addons .control .select select:focus:hover,
      .field.has-addons .control .select select.is-focused:hover,
      .field.has-addons .control .select select:active:hover,
      .field.has-addons .control .select select.is-active:hover {
        z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }

.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  font-size: 1rem;
  position: relative;
  text-align: left; }
  .control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icon .input:focus + .icon {
    color: #7a7a7a; }
  .control.has-icon .input.is-small + .icon {
    font-size: 0.75rem; }
  .control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem; }
  .control.has-icon .input.is-large + .icon {
    font-size: 1.5rem; }
  .control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
  .control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em; }
  .control.has-icon.has-icon-right .icon {
    right: 0; }
  .control.has-icon.has-icon-right .input {
    padding-right: 2.25em; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    animation: spinAround 500ms infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute !important;
    right: 0.625em;
    top: 0.625em; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.title,
.subtitle {
  word-break: break-word; }
  .title:not(:last-child),
  .subtitle:not(:last-child) {
    margin-bottom: 1.5rem; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle {
    margin-top: -1.5rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2.5rem; }
  .title.is-3 {
    font-size: 2rem; }
  .title.is-4 {
    font-size: 1.5rem; }
  .title.is-5 {
    font-size: 1.25rem; }
  .title.is-6 {
    font-size: 1rem; }
  .title.is-7 {
    font-size: 0.75rem; }

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: #363636;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.5rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4 {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.75rem; }

.media {
  align-items: flex-start;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media + .media {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }

.nav a, .item-content, .item-body, .item-image, .clients, .clients-list, .more, .more-list, .ff-steps, .ff-step-svg, .ff-cover, .ff-files .media-left, .ff-buy, .ff-gumroad {
  align-items: center;
  display: flex;
  justify-content: center; }

.item-surtitle, .clients-heading, .more-heading, .ff-heading {
  color: rgba(10, 10, 10, 0.29);
  font-size: 0.625em;
  font-weight: 700;
  margin-bottom: 1em;
  text-transform: uppercase; }
  .item-surtitle strong, .clients-heading strong, .more-heading strong, .ff-heading strong {
    color: rgba(10, 10, 10, 0.48); }

.ff-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25; }

.ff-step-image img, .ff-alternative img {
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  cursor: zoom-in;
  display: block;
  position: relative;
  transform-origin: center;
  transition-duration: 86ms; }
  .ff-step-image img:hover, .ff-alternative img:hover {
    transform: scale(1.14);
    z-index: 1; }

.pswp__img {
  border-radius: 20px; }

.content a {
  color: #3273dc; }

@keyframes bounceIn {
  from {
    opacity: 0;
    transform: scale(0.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes picShadow {
  from {
    opacity: 0;
    transform: scale(1.14) translateY(2rem); }
  to {
    opacity: 1;
    transform: scale(1) translateY(0); } }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.5); }
  to {
    opacity: 1;
    transform: scale(1); } }

#ffTitle, #ffTagline, #ffDescription, .ff-icon, .ff-buttons .button, #ffArrow, .ff-step, .ff-step-svg {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0.5, 0, 1); }

#ffShadow, #ffImage, #ffVideo, #ffHeading {
  animation-duration: 750ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0.5, 0.25, 1.25); }

#ffTitle {
  animation-name: slideDown;
  animation-delay: 150ms; }

#ffTagline {
  animation-name: slideUp;
  animation-delay: 300ms; }

#ffDescription {
  animation-name: slideDown;
  animation-delay: 450ms; }

.ff-icon {
  animation-name: bounceIn; }
  .ff-icon:nth-child(1) {
    animation-delay: 600ms; }
  .ff-icon:nth-child(2) {
    animation-delay: 750ms; }
  .ff-icon:nth-child(3) {
    animation-delay: 900ms; }

.ff-buttons .button {
  animation-fill-mode: backwards;
  animation-name: bounceIn; }
  .ff-buttons .button:nth-child(1) {
    animation-delay: 1050ms; }
  .ff-buttons .button:nth-child(2) {
    animation-delay: 1200ms; }

#ffShadow,
#ffImage,
#ffVideo,
#ffArrow {
  opacity: 0; }

#ffArrow {
  animation-delay: 750ms; }

#ffPreview.is-loaded #ffShadow {
  animation-name: bounceIn; }

#ffPreview.is-loaded #ffImage {
  animation-name: bounceIn; }

#ffPreview.is-loaded #ffArrow {
  animation-name: bounceIn; }

#ffVideo.is-loaded {
  animation-name: fadeIn; }

#ffHeading {
  animation-delay: 1350ms;
  animation-name: picShadow; }

.ff-step {
  animation-name: bounceIn; }
  .ff-step:nth-child(1) {
    animation-delay: 1650ms; }
  .ff-step:nth-child(3) {
    animation-delay: 1950ms; }
  .ff-step:nth-child(5) {
    animation-delay: 2250ms; }
  .ff-step:nth-child(7) {
    animation-delay: 2550ms; }
  .ff-step:nth-child(9) {
    animation-delay: 2850ms; }

.ff-step-svg {
  animation-name: zoomOut; }
  .ff-step-svg:nth-child(2) {
    animation-delay: 1800ms; }
  .ff-step-svg:nth-child(4) {
    animation-delay: 2100ms; }
  .ff-step-svg:nth-child(6) {
    animation-delay: 2400ms; }
  .ff-step-svg:nth-child(8) {
    animation-delay: 2700ms; }

:root {
  --background: #ffedd7;
  --beige: #ffedd7;
  --dark: #111;
  --green: #23D199;
  --blue: #3273dc;
  --turquoise: #24B1D1;
  --orange: #ff470f;
  --fortyfour: #5f45bb;
  --bulma: #00d1b2;
  --fbt: #65D277;
  --htmlref: #ff470f;
  --cssref: #00d1b2;
  --wysiwyg: #24FF70;
  --minireset: #FC0C18;
  --wd4: #E81C4F;
  --marksheet: #d16098;
  --arnaud: #FF2B53;
  --ivan: #de7f2b;
  --twitter: #55acee;
  --github: #161514;
  --facebook: #3b5998;
  --spacing: 0.25rem;
  --sonyHeight: 25px;
  --microsoftHeight: 36px;
  --louiseVuittonHeight: 65px;
  --universalHeight: 67px;
  --multiplier: 1; }

.is-fortyfour {
  --itemColor: var(--fortyfour); }

.is-bulma {
  --itemColor: var(--bulma); }

.is-fbt {
  --itemColor: var(--fbt); }

.is-htmlref {
  --itemColor: var(--htmlref); }

.is-cssref {
  --itemColor: var(--cssref); }

.is-wysiwyg {
  --itemColor: var(--wysiwyg); }

.is-minireset {
  --itemColor: var(--minireset); }

.is-wd4 {
  --itemColor: var(--wd4); }

.is-marksheet {
  --itemColor: var(--marksheet); }

.is-arnaud {
  --itemColor: var(--arnaud); }

.is-ivan {
  --itemColor: var(--ivan); }

html {
  background-color: #ffedd7; }

body {
  color: #111;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: var(--spacing); }

a {
  color: currentColor; }

video {
  max-width: 100%; }

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

.wall {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--itemColor);
  opacity: 0;
  position: fixed;
  transform-origin: center bottom;
  transition-duration: 400ms;
  transition-property: opacity; }
  .wall.is-filling {
    opacity: 1;
    transform: scaleY(1);
    z-index: 1; }
  .wall.is-hovering {
    transform-origin: center top;
    z-index: 2; }

.header,
.items {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px; }

.button,
.input {
  font-family: "Quicksand", BlinkMacSystemFont, -apple-system, "Helvetica Neue", "Helvetica", sans-serif;
  height: auto;
  line-height: 1;
  padding: 0.9em 1.5em 1.1em; }

.button {
  border-radius: 290486px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition-duration: 200ms;
  transition-property: transform; }
  .button:hover {
    transform: translateY(-2px); }
  .button:active, .button:focus:not(:active) {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) !important;
    outline: none;
    transform: translateY(0); }
  .button.is-bold {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    letter-spacing: 0.3em;
    padding: 0.9em 2em 1.1em;
    text-transform: uppercase; }
  .button.is-semibold {
    font-weight: 700; }

.input {
  background-color: white;
  border-width: 0;
  box-shadow: none; }
  .input:hover {
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.125); }
  .input:active, .input:focus {
    background-color: white;
    box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.5); }

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

.header {
  font-size: 0.875rem;
  padding: 2rem;
  position: relative;
  z-index: 20; }

.brand {
  align-items: center;
  display: inline-flex;
  flex-grow: 0;
  height: 1.5rem; }

.brand-icon {
  display: block;
  height: 1.5rem;
  width: 1.5rem; }

.brand-text {
  color: currentColor;
  font-weight: 400;
  margin-left: 1em; }

.nav {
  align-items: stretch;
  display: flex; }
  .nav svg {
    height: 1.25em;
    width: 1.25em; }
  .nav a {
    padding: 0.125em 0.25em;
    transition-duration: 200ms;
    transition-property: opacity; }
    .nav a:hover, .nav a.is-active {
      opacity: 1; }

@media screen and (max-width: 499px) {
  .header {
    text-align: center; }
  .nav {
    justify-content: center;
    margin-top: 2rem; }
    .nav a {
      margin: 0 0.5em; } }

@media screen and (min-width: 500px) {
  .header {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .nav {
    justify-content: flex-end;
    margin-right: -0.25em; }
    .nav a {
      margin-left: 1.25em;
      opacity: 0.14; } }

.items {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap; }

.item {
  align-items: stretch;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  margin: var(--spacing);
  position: relative;
  transition-duration: 200ms;
  transition-property: opacity, transform;
  z-index: 30;
  will-change: transform; }
  .item.is-icon .item-image img {
    max-height: 192px; }

html.is-hovering .item:not(:hover) {
  color: #b5b5b5;
  transform: scale(0.96); }
  html.is-hovering .item:not(:hover) .item-title {
    color: #b5b5b5; }

.item-shadow {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 1rem;
  bottom: 0.5rem;
  box-shadow: 0 4rem 7rem rgba(0, 0, 0, 0.1), inset 0 0rem 6rem 3rem rgba(0, 0, 0, 0.1);
  display: none;
  opacity: 1;
  transform: scale(0.93) translateY(0);
  transform-origin: center;
  transition-duration: 200ms;
  transition-property: opacity, transform; }

.item-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  transition-duration: 200ms;
  transition-property: opacity; }

.item-content {
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  padding: 3em 3em 5em;
  position: relative; }

.item-header {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center; }

.item-surtitle {
  transition-duration: 200ms;
  transition-property: opacity; }
  .item:hover .item-surtitle {
    color: var(--itemColor);
    opacity: 1; }

.item-title {
  color: #111;
  font-size: 2em;
  font-family: "Quicksand", BlinkMacSystemFont, -apple-system, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.125;
  word-break: break-word; }

.item-subtitle {
  margin-top: 0.5em; }

.item-body {
  flex-grow: 1;
  flex-shrink: 1;
  margin-top: 3em; }

.item-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  min-height: 150px; }

.frame {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 1rem;
  box-shadow: inset 0 -0.5rem 3rem 0.5rem var(--itemColor);
  opacity: 0;
  pointer-events: none;
  transform-origin: center;
  transform: scale(1.14);
  transition-duration: 200ms;
  transition-property: opacity, transform; }
  .item:hover .frame {
    opacity: 0.2;
    transform: scale(1); }

@media screen and (max-width: 768px) {
  .item {
    text-align: center; } }

@media screen and (min-width: 769px), print {
  .items.is-1 .item {
    width: calc(100% - calc(2 * var(--spacing))); }
  .items.is-1 .item-content {
    min-height: 40vw; }
  .items.is-2 .item {
    width: calc(50% - calc(2 * var(--spacing))); }
  .items.is-2 .item-content {
    min-height: 35vw; }
  .item-image {
    min-height: 200px; } }

@media screen and (min-width: 1024px) {
  .items.is-1 {
    font-size: 1.25rem; }
  .items.is-3 .item {
    width: calc(33.333% - calc(2 * var(--spacing))); }
  .items.is-3 .item-content {
    min-height: 30vw; } }

@media screen and (min-width: 1216px) {
  .item {
    font-size: 1.25em; }
    .item.is-panorama .item-image {
      min-height: 315px; } }

.newsletter-container {
  margin-left: auto;
  margin-right: auto; }
  .newsletter-container .content {
    font-size: 1.125rem;
    margin-bottom: 3rem; }

.newsletter-form {
  background-color: #fff8f1;
  border-radius: 0.5rem;
  padding: 2rem; }

@media screen and (max-width: 499px) {
  .newsletter-form {
    margin-left: -1rem;
    margin-right: -1rem; } }

.columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px; }

.fortyfour-text,
.fortyfour-cover {
  margin-left: auto;
  margin-right: auto; }

.fortyfour-text .button.is-tag {
  border-radius: 3px;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1em;
  padding: 0.75em 1.25em;
  pointer-events: none; }

.fortyfour-text .button.is-bold {
  margin-top: 1em; }

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

.bulma-text,
.bulma-logo {
  margin-left: auto;
  margin-right: auto; }

.bulma-stats {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 30px; }

.bulma-github,
.bulma-npm {
  height: 30px;
  margin-top: 1em; }

.bulma-npm {
  display: flex;
  width: 200px; }

.bulma-logo {
  display: flex;
  max-width: 480px; }
  .bulma-logo svg {
    max-height: 100%; }

.clients {
  flex-direction: column;
  min-height: 70vh;
  padding: 3em;
  position: relative;
  text-align: center;
  z-index: 10; }

.clients-list {
  flex-grow: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .clients-list svg {
    max-height: 2rem;
    width: auto; }
  .clients-list .item-surtitle {
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 0; }

.clients-item {
  margin: calc(var(--multiplier) * 1em); }
  .clients-item svg {
    max-height: 100%; }
  .clients-item.is-sony {
    height: calc(var(--multiplier) * var(--sonyHeight)); }
  .clients-item.is-microsoft {
    height: calc(var(--multiplier) * var(--microsoftHeight)); }
  .clients-item.is-louis-vuitton {
    height: calc(var(--multiplier) * var(--louiseVuittonHeight)); }
  .clients-item.is-universal-music-group {
    height: calc(var(--multiplier) * var(--universalHeight)); }

.more {
  flex-direction: column;
  padding: 3em;
  position: relative;
  text-align: center;
  z-index: 10; }
  .more.is-elsewhere {
    min-height: 100vh; }
  .more.is-share {
    padding-top: 6em; }

.more-list {
  position: relative; }

.more-item {
  height: 4rem;
  margin: 2em;
  transform-origin: center;
  transition-duration: 200ms;
  transition-property: transform;
  width: 4rem; }
  .more-item svg {
    max-height: 100%; }
  .more-item path {
    fill: currentColor; }
  .more-item:hover {
    transform: scale(0.86); }
  .more-item:active {
    transform: scale(0.71); }
  .more-item.is-twitter {
    color: var(--twitter); }
  .more-item.is-github {
    color: var(--github); }
  .more-item.is-facebook {
    color: var(--facebook); }

@media screen and (max-width: 768px) {
  .bulma-npm img {
    height: 20px;
    width: 140px; }
  .column.is-right {
    margin-top: 2rem; } }

@media screen and (min-width: 769px), print {
  .columns {
    align-items: center;
    display: flex; }
  .column {
    flex-grow: 1;
    width: 50%; }
  .column.is-left {
    padding-right: 2em; }
  .bulma-npm img {
    height: 30px;
    width: 200px; } }

@media screen and (min-width: 1024px) {
  .columns {
    width: 100%; } }

@media screen and (min-width: 1216px) {
  :root {
    --multiplier: 1.5; } }

.ff-section {
  align-items: center;
  display: flex;
  font-family: "Quicksand", BlinkMacSystemFont, -apple-system, "Helvetica Neue", "Helvetica", sans-serif;
  justify-content: center;
  padding: 4rem 2rem; }
  .ff-section.is-steps {
    margin-top: -4rem;
    padding-bottom: 6rem; }
  .ff-section.is-features {
    background-color: white; }
  .ff-section.is-buy {
    background-color: white; }
  .ff-section.is-newsletter {
    background-color: white; }
  .ff-section.is-footer {
    padding-bottom: 6rem;
    padding-top: 8rem;
    text-align: center; }
    .ff-section.is-footer p:not(:last-child) {
      margin-bottom: 1em; }
    .ff-section.is-footer a {
      border-bottom: 1px solid currentColor; }

.ff-container {
  flex-grow: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px; }

.ff-title {
  line-height: 1;
  margin-bottom: 0.25em; }
  .ff-title span {
    letter-spacing: -0.1em; }
  .ff-title.is-2 {
    font-size: 2rem;
    margin-bottom: 2em; }
  .ff-title.is-3 {
    font-size: 1.5rem; }

.ff-tagline {
  color: #4a4a4a; }
  .ff-tagline strong {
    color: #111; }
  .ff-tagline a {
    font-weight: 700;
    color: #111; }
    .ff-tagline a img {
      height: 1.25rem;
      vertical-align: middle; }
    .ff-tagline a em {
      color: #FF3860;
      font-style: normal; }

.ff-description {
  font-size: 1.75rem;
  margin: 1em 0;
  max-width: 16em; }

.ff-icons {
  align-items: flex-end;
  display: flex; }

.ff-icon {
  height: 42px;
  margin-right: 1.5rem; }
  .ff-icon.is-js {
    height: 32px;
    margin-bottom: 2px; }

.ff-buttons {
  margin-top: 2rem; }
  .ff-buttons .button {
    margin-bottom: 1rem; }
  .ff-buttons .button:not(:last-child) {
    margin-right: 2rem; }

.ff-preview {
  padding: 60px 0 40px;
  position: relative; }

.ff-figure {
  position: relative; }
  .ff-figure video,
  .ff-figure img {
    border-radius: 0.75rem;
    display: block; }
  .ff-figure video {
    position: relative; }
  .ff-figure img {
    left: 0;
    position: absolute;
    top: 0; }

.ff-shadow {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 1rem;
  bottom: 0.5rem;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.2), inset 0 0rem 6rem 3rem rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: scale(0.93) translateY(0);
  transform-origin: center; }

.ff-heading {
  font-size: 1em;
  margin-bottom: 2rem;
  text-align: center; }
  .ff-heading span:nth-child(1) {
    color: #23D199; }
  .ff-heading span:nth-child(2) {
    color: #24B1D1; }
  .ff-heading span:nth-child(3) {
    color: #3273dc; }

.ff-step:nth-child(2) .ff-step-svg use {
  fill: #50CFE1; }

.ff-step:nth-child(3) .ff-step-svg use {
  fill: #429AF5; }

.ff-step:nth-child(4) .ff-step-svg use {
  fill: #3273dc; }

.ff-step-image {
  border-radius: 5px;
  height: 140px;
  width: 210px; }

.ff-step-svg svg {
  transform-origin: center; }

.ff-step-svg:nth-child(4) use {
  fill: #50CFE1; }

.ff-step-svg:nth-child(6) use {
  fill: #429AF5; }

.ff-step-svg:nth-child(8) use {
  fill: #3273dc; }

.ff-arrow {
  position: absolute;
  top: 0; }
  .ff-arrow.is-preview {
    left: calc(50% - 94px); }
  .ff-arrow.is-cover {
    left: calc(50% - 120px); }

.ff-list {
  font-size: 1.25rem; }
  .ff-list li {
    padding-left: 20px;
    position: relative; }
  .ff-list li::before {
    border: 2px solid transparent;
    border-radius: 2px;
    border-right-color: var(--color);
    border-top-color: var(--color);
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 11px;
    transform: rotate(45deg);
    transform-origin: center;
    width: 8px; }
  .ff-list li:not(:first-child) {
    margin-top: 0.75em; }
  .ff-list li.is-html {
    --color: var(--orange); }
  .ff-list li.is-css {
    --color: var(--blue); }
  .ff-list li.is-third {
    --color: var(--green); }

.ff-items .media + .media {
  margin-top: 1.25rem;
  padding-top: 1.25rem; }

.ff-items.is-deluxe {
  margin: 4rem 1rem 1rem;
  position: relative; }
  .ff-items.is-deluxe::before, .ff-items.is-deluxe::after {
    display: block;
    pointer-events: none;
    position: absolute; }
  .ff-items.is-deluxe::before {
    border-radius: 1rem;
    border: 1px dotted #24B1D1;
    bottom: -2rem;
    content: "";
    left: -2rem;
    right: -2rem;
    top: -2rem; }
  .ff-items.is-deluxe::after {
    color: #24B1D1;
    content: "Deluxe version";
    font-size: 0.75rem;
    right: -1rem;
    top: -1rem; }

.ff-cover {
  margin: 6rem 2rem;
  padding-top: 80px;
  position: relative; }

.ff-option .ff-title {
  margin-bottom: 1em; }

.ff-option .ff-price {
  letter-spacing: 0;
  font-weight: 400; }

.ff-option.is-regular .ff-price {
  color: #23D199; }

.ff-option.is-deluxe .ff-price {
  color: #24B1D1; }

.ff-package {
  background-color: #fafafa;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  transition-duration: 200ms;
  transition-property: border-color; }
  .ff-package.is-regular:hover {
    border-color: #23D199; }
  .ff-package.is-deluxe:hover {
    border-color: #24B1D1; }

.ff-files {
  color: #7a7a7a;
  font-size: 1.25rem;
  padding: 2em; }
  .ff-files .media {
    align-items: center; }

.ff-buy {
  background-color: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 2em; }

.ff-security {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0; }

.ff-payments {
  padding-bottom: 20px;
  position: relative; }
  .ff-payments a {
    opacity: 0.8;
    bottom: 28px;
    display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    width: 80px; }

.ff-gumroad {
  flex-direction: column; }

.ff-alternatives {
  display: flex;
  flex-wrap: wrap; }

.ff-alternative {
  height: 105px;
  margin-top: 1rem;
  width: 168px; }

@media screen and (max-width: 768px) {
  .ff-steps {
    flex-direction: column; }
  .ff-step-svg svg {
    transform: rotate(90deg) translateY(10px); }
  .media {
    display: block; }
  .media-left {
    margin-bottom: 1rem; }
  .ff-alternatives {
    flex-direction: column; } }

@media screen and (min-width: 769px), print {
  .ff-steps {
    flex-wrap: wrap; }
  .ff-step {
    align-items: center;
    display: flex;
    margin: 1rem 0.25rem; }
  .ff-step-svg {
    width: 60px; }
  .ff-alternative {
    max-width: calc(25% - 0.3rem); }
  .ff-alternative:not(:last-child) {
    margin-right: 0.4rem; } }

@media screen and (max-width: 1023px) {
  .ff-section {
    flex-direction: column; }
  .ff-preview,
  .ff-inside {
    margin-top: 4rem; }
  .ff-figure {
    height: 320px;
    margin-left: auto;
    margin-right: auto;
    width: 480px; } }

@media screen and (max-width: 499px) {
  .ff-section {
    padding: 4rem 2rem; }
  .ff-figure {
    height: 160px;
    width: 240px; } }

@media screen and (min-width: 1024px) {
  .ff-section.is-hero {
    padding-bottom: 8rem; }
  .ff-section.is-features {
    padding-bottom: 6rem;
    padding-top: 6rem; }
  .ff-section.is-buy {
    padding-bottom: 6rem;
    padding-top: 6rem; }
  .ff-section.is-newsletter {
    padding-bottom: 6rem;
    padding-top: 6rem; }
  .ff-container {
    display: flex; }
    .ff-container.is-intro {
      align-items: center;
      justify-content: space-around;
      justify-content: space-evenly; }
    .ff-container.is-what {
      align-items: flex-start;
      justify-content: space-between;
      padding: 0 2rem; }
    .ff-container.is-options {
      align-items: flex-start;
      justify-content: space-between;
      padding: 0 2rem; }
  .ff-content {
    margin-right: 4rem; }
  .ff-figure {
    height: 405px;
    width: 608px; }
  .ff-learn {
    margin-right: 4rem;
    width: calc(50% - 4rem); }
  .ff-inside {
    width: 50%; }
  .ff-option.is-regular {
    width: 40%; }
  .ff-option.is-deluxe {
    width: calc(60% - 2rem); }
  .ff-security {
    padding: 4rem 0; }
  .ff-payments {
    padding-left: 20px; } }
