.image.is-16by9 img,
.image.is-1by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.button,
.pager__link,
.pager__none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-link:after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.5em;
}
.button,
.input,
.pager__link,
.pager__none,
.textarea {
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 0.875rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  position: relative;
  vertical-align: top;
}
.button:active,
.button:focus,
.input:active,
.input:focus,
.is-active.button,
.is-active.input,
.is-active.pager__link,
.is-active.pager__none,
.is-active.textarea,
.is-focused.button,
.is-focused.input,
.is-focused.pager__link,
.is-focused.pager__none,
.is-focused.textarea,
.pager__link:active,
.pager__link:focus,
.pager__none:active,
.pager__none:focus,
.textarea:active,
.textarea:focus {
  outline: none;
}
[disabled].button,
[disabled].input,
[disabled].pager__link,
[disabled].pager__none,
[disabled].textarea {
  cursor: not-allowed;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
audio,
embed,
img,
object,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
button,
input {
  overflow: visible;
}
textarea {
  overflow: auto;
}
button,
select {
  text-transform: none;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
article,
aside,
details,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  font-size: 16px;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  color: #21252e;
  font-family: Roboto, BlinkMacSystemFont, -apple-system, Segoe UI,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
input,
select,
textarea {
  font-family: Merriweather, Georgia, Times New Roman, Times, serif;
}
strong {
  color: #2f3542;
  font-weight: 700;
}
a {
  color: #2e89d3;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #0676d3;
}
hr {
  background-color: #ced6e0;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
  color: #e53935;
  font-weight: 400;
  padding: 0.25em 0.5em;
}
code,
pre {
  background-color: #dfe4ea;
  font-size: 0.875em;
}
pre {
  -webkit-overflow-scrolling: touch;
  word-wrap: normal;
  color: #21252e;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
.container {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
    width: 100%;
  }
  .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: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
    width: 100%;
  }
}
.section {
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 520px) {
  .section {
    padding: 3rem 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .section {
    padding: 6rem 2rem;
  }
}
.block {
  display: block;
  flex: 1 1 0;
  padding: 2rem;
}
.has-blocks {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
}
.has-blocks:last-child {
  margin-bottom: -2rem;
}
.has-blocks:not(:last-child) {
  margin-bottom: -0.5rem;
}
.has-blocks > .has-blocks {
  margin: 0 auto;
}
.has-blocks > .has-blocks > .block {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .has-blocks {
    display: flex;
  }
}
.button {
  background-color: #fff;
  border-color: #448aff;
  border-width: 1px;
  color: #2e89d3;
  cursor: pointer;
  font-family: Roboto, BlinkMacSystemFont, -apple-system, Segoe UI,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  justify-content: center;
  padding: calc(0.5em - 1px) 0.75em;
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  display: inline-block;
}
.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small {
  height: 1.25em;
  width: 1.25em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.15em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.15em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.15em - 1px);
  margin-right: calc(-0.15em - 1px);
}
.button.is-hovered,
.button:hover {
  background-color: #fff;
  border-color: rgba(46, 137, 211, 0.85);
  color: #0676d3;
}
.button.is-active,
.button:active {
  border-color: #fff;
  color: #fff;
}
.button.is-focused,
.button:focus {
  border-color: #2e89d3;
  color: #3b81bb;
}
.button.is-focused:not(:active),
.button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 137, 211, 0.25);
}
.button.is-primary {
  background-color: #2e89d3;
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-hovered,
.button.is-primary:hover {
  background-color: #2a82ca;
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-focused,
.button.is-primary:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 137, 211, 0.25);
}
.button.is-primary.is-active,
.button.is-primary:active {
  background-color: #287cbf;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled] {
  background-color: #2e89d3;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #2e89d3;
}
.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2e89d3;
}
.button.is-primary.is-outlined {
  background-color: transparent;
}
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover {
  background-color: #2e89d3;
  border-color: #2e89d3;
  color: #fff;
}
.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #2e89d3;
  box-shadow: none;
  color: #2e89d3;
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #2e89d3;
}
.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-warning {
  background-color: #f9a825;
  border-color: transparent;
  color: #fff;
}
.button.is-warning.is-hovered,
.button.is-warning:hover {
  background-color: #f9a319;
  border-color: transparent;
  color: #fff;
}
.button.is-warning.is-focused,
.button.is-warning:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(249, 168, 37, 0.25);
}
.button.is-warning.is-active,
.button.is-warning:active {
  background-color: #f89e0c;
  border-color: transparent;
  color: #fff;
}
.button.is-warning[disabled] {
  background-color: #f9a825;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: #fff;
  color: #f9a825;
}
.button.is-warning.is-inverted:hover {
  background-color: #f2f2f2;
}
.button.is-warning.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f9a825;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #f9a825;
  color: #f9a825;
}
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover {
  background-color: #f9a825;
  border-color: #f9a825;
  color: #fff;
}
.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #f9a825;
  box-shadow: none;
  color: #f9a825;
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #f9a825;
}
.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-medium {
  font-size: 1rem;
}
.button.is-large {
  font-size: 1.125rem;
}
.button[disabled] {
  background-color: #fff;
  border-color: #ced6e0;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-static {
  background-color: #dfe4ea;
  border-color: #ced6e0;
  box-shadow: none;
  color: #747d8c;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 99em;
  padding: 1em;
}
.input,
.textarea {
  background-color: #fff;
  border-color: #ced6e0;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(6, 7, 9, 0.1);
  color: #2f3542;
  max-width: 100%;
  transition: border-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    box-shadow 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  will-change: border-color, box-shadow;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: rgba(47, 53, 66, 0.3);
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: rgba(47, 53, 66, 0.3);
}
.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: rgba(47, 53, 66, 0.3);
}
.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: rgba(47, 53, 66, 0.3);
}
.input.is-hovered,
.input:hover,
.textarea.is-hovered,
.textarea:hover {
  border-color: #a4b0be;
}
.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
  border-color: #3b81bb;
  box-shadow: 0 0 0 0.125em rgba(59, 129, 187, 0.25);
}
.input[disabled],
.textarea[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea {
  background-color: #dfe4ea;
  border-color: #dfe4ea;
  box-shadow: none;
  color: #747d8c;
}
.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder {
  color: hsla(218, 9%, 50%, 0.3);
}
.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder {
  color: hsla(218, 9%, 50%, 0.3);
}
.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder {
  color: hsla(218, 9%, 50%, 0.3);
}
.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder {
  color: hsla(218, 9%, 50%, 0.3);
}
.input[readonly],
.textarea[readonly] {
  box-shadow: none;
}
.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.input.is-medium,
.textarea.is-medium {
  font-size: 1rem;
}
.input.is-large,
.textarea.is-large {
  font-size: 1.125rem;
}
.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline,
.textarea.is-inline {
  display: inline;
}
.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.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: auto;
}
.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input,
.radio input {
  cursor: pointer;
}
.checkbox:hover,
.radio:hover {
  color: #2f3542;
}
.checkbox[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #747d8c;
  cursor: not-allowed;
}
.radio + .radio {
  margin-left: 0.5em;
}
.label {
  color: #21252e;
  display: block;
  font-weight: 500;
}
.label:not(:last-child) {
  margin-bottom: 0.5em;
}
.label.is-small {
  font-size: 0.75rem;
}
.label.is-medium {
  font-size: 1rem;
}
.label.is-large {
  font-size: 1.125rem;
}
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 0.875rem;
  position: relative;
  text-align: left;
}
.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.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #ced6e0;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}
.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: #747d8c;
}
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-large ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon,
.control.has-icons-left .select.is-small ~ .icon,
.control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-large ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}
.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-right-radius: 0;
  border-top-right-radius: 0;
}
.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}
.field.has-addons .control .button.is-hovered,
.field.has-addons .control .button:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .select select.is-hovered,
.field.has-addons .control .select select:hover {
  z-index: 2;
}
.field.has-addons .control .button.is-active,
.field.has-addons .control .button.is-focused,
.field.has-addons .control .button:active,
.field.has-addons .control .button:focus,
.field.has-addons .control .input.is-active,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input:focus,
.field.has-addons .control .select select.is-active,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select:focus {
  z-index: 3;
}
.field.has-addons .control .button.is-active:hover,
.field.has-addons .control .button.is-focused:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .button:focus:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .select select.is-active:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select:focus: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 print, screen and (min-width: 769px) {
  .field.is-horizontal {
    display: flex;
  }
}
.field-label .label {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .field-label {
    flex: 1 0 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: 1rem;
    padding-top: 0.375em;
  }
  .field-label.is-large {
    font-size: 1.125rem;
    padding-top: 0.375em;
  }
}
.field-body .field .field {
  margin-bottom: 0;
}
@media print, screen and (min-width: 769px) {
  .field-body {
    display: flex;
    flex: 5 1 0;
  }
  .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;
  }
}
.icon {
  align-items: center;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 3rem;
  width: 3rem;
}
.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 290486px;
}
.image.is-16by9 img,
.image.is-1by1 img {
  height: 100%;
  width: 100%;
}
.image.is-1by1 {
  padding-top: 100%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.subtitle:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 1.5rem;
}
.subtitle em,
.subtitle span,
.title em,
.title span {
  font-weight: inherit;
}
.title {
  font-size: 2rem;
  line-height: 1.25;
}
.subtitle,
.title {
  color: #060709;
  font-weight: 900;
}
.subtitle {
  font-size: 1.5rem;
  line-height: 1.166666;
}
.subtitle strong {
  color: #060709;
  font-size: 1.1666em;
}
@media print, screen and (min-width: 769px) {
  .title {
    font-size: 2.75rem;
  }
  .subtitle {
    font-size: 1.75rem;
  }
}
.content {
  word-wrap: break-word;
  font-family: Merriweather, Georgia, Times New Roman, Times, serif;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content a:focus,
.content a:hover {
  text-decoration: underline;
}
.content li + li {
  margin-top: 0.25em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #2f3542;
  font-family: Roboto, BlinkMacSystemFont, -apple-system, Segoe UI,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  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: #f1f2f6;
  border-left: 5px solid #ced6e0;
  font-style: italic;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style: decimal outside;
}
.content ol,
.content ul {
  margin-left: 2em;
  margin-top: 1.5em;
}
.content ul {
  list-style: disc outside;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.75em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content figure {
  margin: 0 0 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-family: Merriweather, Georgia, Times New Roman, Times, serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  word-wrap: normal;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
}
.content sub,
.content sup {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: solid #ced6e0;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #2f3542;
  text-align: left;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #2f3542;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #2f3542;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content table tbody tr:hover {
  background-color: #dfe4ea;
}
.content blockquote:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content p:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child),
.content ul:not(:last-child) {
  margin-bottom: 1.5em;
}
.content.is-small {
  font-size: 0.75rem;
  line-height: 2;
}
.content.is-medium {
  font-size: 1rem;
  line-height: 1.714285;
}
.content.is-large {
  font-size: 1.125rem;
}
.tag:not(body) {
  align-items: center;
  background-color: #dfe4ea;
  border-radius: 4px;
  color: #21252e;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body).is-medium {
  font-size: 0.875rem;
}
.tag:not(body).is-large {
  font-size: 1rem;
}
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.tag:not(body).is-rounded {
  border-radius: 290486px;
}
a.tag:hover {
  text-decoration: underline;
}
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tags .tag {
  margin-bottom: 0.5rem;
}
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}
.tags:last-child {
  margin-bottom: -0.5rem;
}
.tags:not(:last-child) {
  margin-bottom: 1rem;
}
.tags.is-centered {
  justify-content: center;
}
.tags.is-centered .tag {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tags.is-right {
  justify-content: flex-end;
}
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}
.tags.has-addons .tag,
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  background-color: #fff;
  min-height: 0;
  position: relative;
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 0;
  width: 100%;
}
.navbar-brand {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-height: 0;
}
.navbar-menu {
  display: none;
}
.navbar-item,
.navbar-link {
  color: #2e89d3;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  position: relative;
}
a.navbar-item.is-current,
a.navbar-item:focus,
a.navbar-item:hover,
a.navbar-link.is-current,
a.navbar-link:focus,
a.navbar-link:hover {
  background-color: #2e89d3;
  color: #fff;
}
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-content,
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-link {
  padding-right: 2.5em;
}
.navbar-link:after {
  border-color: #2e89d3;
  display: none;
  margin-top: -0.375em;
  right: 1.125em;
}
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar-divider {
  background-color: #ced6e0;
  border: none;
  display: none;
  height: 1px;
  margin: 0.5rem 0;
}
@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(6, 7, 9, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-current {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-end,
  .navbar-menu,
  .navbar-start {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 0;
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .container > .navbar .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -1rem;
  }
  .container > .navbar .navbar-menu,
  .navbar > .container .navbar-menu {
    margin-right: -1rem;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.is-current .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar-item.is-current .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-divider,
  .navbar-link:after {
    display: block;
  }
  a.navbar-item.is-current,
  a.navbar-link.is-current {
    color: #2e89d3;
  }
  a.navbar-item.is-current:not(:hover),
  a.navbar-link.is-current:not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown.is-current .navbar-link,
  .navbar-item.has-dropdown:focus .navbar-link,
  .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #2e89d3;
  }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #ced6e0;
    box-shadow: 0 8px 8px rgba(6, 7, 9, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus,
  .navbar-dropdown a.navbar-item:hover {
    background-color: #dfe4ea;
    color: #060709;
  }
  .navbar-dropdown a.navbar-item.is-current {
    background-color: #dfe4ea;
    color: #2e89d3;
  }
  .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(6, 7, 9, 0.1), 0 0 0 1px rgba(6, 7, 9, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% - 4px);
    transform: translateY(-5px);
    transition-duration: 0.15s;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
}
.pager {
  font-size: 0.875rem;
  margin: -0.25rem;
}
.pager,
.pager__links {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.pager__link,
.pager__none {
  justify-content: center;
  margin: 0.25em;
  text-align: center;
}
.pager__current,
.pager__link {
  min-width: 2.5em;
}
.pager__link {
  border-color: #3b81bb;
  color: #2e89d3;
}
.pager__link:hover {
  color: #0676d3;
}
.pager__link:focus,
.pager__link:hover {
  border-color: #2e89d3;
}
.pager__next,
.pager__prev {
  min-width: 6em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.pager__current {
  background-color: #2e89d3;
  border-color: #2e89d3;
  color: #fff;
}
.pager__dots {
  color: #a4b0be;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pager {
    flex-wrap: wrap;
  }
  .pager__item,
  .pager__next,
  .pager__prev {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .pager {
    justify-content: space-between;
  }
  .pager__links {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: -1;
  }
}
.brand,
.event__description,
.is-sr-only,
.meta__byline,
.meta__image,
.org__name,
.screen-reader-response,
.site-footer .title {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.is-hidden {
  display: none;
}
.logo {
  display: block;
}
.archive-link {
  margin-top: 4rem;
  text-align: center;
}
.card__content,
.card__footer,
.event__details,
.event__footer,
.featured__content,
.featured__footer,
.meta__published,
.meta__tags,
.summary__content,
.summary__footer,
.transition-filter {
  transition: filter 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}
.is-link,
.meta__category .category,
.meta__link,
.transition-color {
  transition: color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.05s;
}
html {
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .site,
  body {
    overflow-x: hidden !important;
  }
  .site {
    max-width: 100vw !important;
  }
}
.site-content {
  padding-top: 3rem;
}
.main,
.sidebar {
  display: block;
}
.section {
  clear: both;
}
@media print, screen and (min-width: 769px) {
  .results {
    flex-direction: column;
  }
  .results > .content {
    margin-bottom: 4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .site-content {
    padding-top: 5rem;
  }
  .main {
    display: flex;
    justify-content: center;
  }
  .main.has-sidebar {
    flex-wrap: nowrap;
  }
  .main.has-content,
  .main.has-pagination {
    flex-wrap: wrap;
  }
  .article {
    flex: 0 1 calc(66.66667%);
  }
  .archive,
  .content {
    flex-basis: 66.6666666667%;
  }
  .sidebar {
    display: flex;
    flex: 1 0 33.3333333333%;
    flex-direction: column;
  }
  .pagination {
    flex-basis: 100%;
    order: 1;
  }
}
.field:not(:last-child) {
  margin-bottom: 1rem;
}
.field.has-addons .control:first-child {
  width: 100%;
}
.field.has-addons .input,
.field.has-addons .input:hover {
  border-right-color: #3b81bb;
}
.label {
  font-family: Roboto, BlinkMacSystemFont, -apple-system, Segoe UI,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.5714285714;
}
.label:not(:last-child) {
  margin-bottom: 0.25rem;
}
.field.actions {
  margin-top: 1.5rem;
  text-align: right;
}
.form--inverse {
  background: #0c0e11;
}
.form--inverse .label {
  color: #ced6e0;
  font-weight: 400;
}
.content .search-form.field .button,
.content .search-form.field .input {
  font-size: 1rem;
}
@media screen and (min-width: 1216px) {
  .has-archive .search-form.field {
    max-width: calc(66.66667% - 32px);
  }
}
.input.wpcf7-not-valid {
  border-color: #e53935;
}
.input.wpcf7-not-valid:active,
.input.wpcf7-not-valid:focus {
  box-shadow: 0 0 0 0.125em rgba(229, 57, 53, 0.25);
}
.wpcf7-not-valid-tip {
  color: #e53935;
  font-weight: 500;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-family: Roboto, BlinkMacSystemFont, -apple-system, Segoe UI,
    Helvetica Neue, Helvetica, Arial, sans-serif;
}
.wpcf7-response-output {
  border: 2px dotted #e53935;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
}
.wpcf7-mail-sent-ok {
  border-color: #00c853;
}
.wpcf7-validation-errors {
  border-color: #e53935;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7-display-none {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00c853;
}
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #e53935;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #ff6d00;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #e53935;
}
.button,
.pager__link {
  box-shadow: 0 3px 6px rgba(46, 137, 211, 0.1), 0 1px 3px rgba(6, 7, 9, 0.2);
  transform: translateY(0);
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button:hover,
.pager__link:hover {
  box-shadow: 0 5px 10px rgba(46, 137, 211, 0.1), 0 2px 5px rgba(6, 7, 9, 0.2);
  transform: translateY(-1px);
}
.button.is-active,
.button:active {
  background-color: #fff;
  border-color: #2e89d3;
  color: #0676d3;
}
.button.is-primary.is-outlined {
  border-color: #2e89d3;
  box-shadow: none;
  color: #2e89d3;
}
.button.is-rounded {
  height: 3em;
  width: 3em;
}
.pager {
  font-weight: 500;
}
.button-sw {
  bottom: 2em;
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
}
.button-sw:hover {
  transform: translate(-50%, -1px);
}
.section--header {
  background: linear-gradient(
    180deg,
    #fff 10%,
    #f9fafc 85%,
    #fcfdff 96%,
    #f2f3f7 99%
  );
}
.section--footer,
.section--special {
  background: #0c0e11;
}
.section--footer {
  color: #7e8897;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.section--footer a {
  color: #ced6e0;
}
.section--footer a:focus,
.section--footer a:hover {
  color: #fff;
}
.section--special .title--section {
  border: none;
  color: #dfe4ea;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.section--special .subtitle--section a {
  border-width: 1px;
  color: #f9a825;
}
.section--special .subtitle--section a:active,
.section--special .subtitle--section a:focus,
.section--special .subtitle--section a:hover {
  color: #ff6d00 !important;
}
.subtitle,
.title {
  letter-spacing: -0.025em;
}
.subtitle {
  text-transform: uppercase;
}
.title--section {
  border-bottom: 2px solid;
  font-size: 1.75rem;
  margin: 0 0 2.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .title--section {
    font-size: 2rem;
  }
}
.subtitle--section {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 !important;
}
.subtitle--section a {
  border-top: 1px solid;
  display: block;
  font-weight: 500;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 769px) {
  .subtitle--section {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.navbar-item {
  height: 100%;
  text-decoration: none;
}
.navbar-item span {
  position: relative;
}
.navbar-item.is-current {
  border-bottom: 3px solid #2e89d3;
}
@-webkit-keyframes logo {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 50% 0;
  }
}
@keyframes logo {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 50% 0;
  }
}
.navbar-brand {
  background: #fff;
  justify-content: space-between;
}
.navbar-brand .navbar-item {
  background: linear-gradient(
      to bottom right,
      #4a8ec6,
      #2e89d3,
      #0676d3,
      #2e89d3,
      #4a8ec6
    )
    0 50%/200% 200%;
  padding: 0;
}
.navbar-brand .navbar-item:focus,
.navbar-brand .navbar-item:hover {
  -webkit-animation: logo 3s linear infinite alternate;
  animation: logo 3s linear infinite alternate;
}
.navbar-toggle {
  font-size: 1rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 520px) {
  .navbar-toggle {
    margin-right: 2rem;
  }
}
.navbar-menu {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: visible;
  transition: height 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navbar-menu.collapse {
  display: none;
}
.navbar-menu.collapse.show {
  display: block;
}
.navbar-menu.show {
  overflow-y: auto;
}
.navbar-menu.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
}
.navbar-nav {
  font-size: 0.75rem;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 1.5rem 1.5rem 0;
  text-transform: uppercase;
}
.navbar-form {
  padding: 0 1.5rem 1.5rem;
}
.navbar-form .control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navbar-form .control:first-child {
  width: 100%;
}
.navbar-form .button {
  min-width: 2em;
}
.navbar-form .icon-search {
  height: 1em;
  width: 1em;
}
@media screen and (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
  .navbar-menu {
    display: flex;
    padding: 0 32px;
  }
  .navbar-menu.show {
    overflow-y: visible;
  }
  .navbar-menu.collapse {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
  }
  .navbar-nav {
    padding: 0 1rem;
  }
  .navbar-nav .navbar-item {
    position: relative;
  }
  .navbar-nav .navbar-item:before {
    background: linear-gradient(
      to bottom right,
      #0676d3,
      #2e89d3 50%,
      #3b81bb 90%
    );
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: transform 0.3s ease-out;
    will-change: transform;
    z-index: 0;
  }
  .navbar-nav .navbar-item:active,
  .navbar-nav .navbar-item:focus,
  .navbar-nav .navbar-item:hover {
    background: transparent;
    color: #fff;
  }
  .navbar-nav .navbar-item:active:before,
  .navbar-nav .navbar-item:focus:before,
  .navbar-nav .navbar-item:hover:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .navbar-nav .navbar-item:hover {
    background: none;
  }
  .navbar-form {
    padding: 0;
  }
}
.bar {
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.15),
    0 1px 6px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 200;
}
.bar--pinned {
  transform: translateY(0);
}
.bar--unpinned {
  transform: translateY(-100%);
}
.logo--header {
  fill: #fff;
  height: 3rem;
  padding: 0.5rem;
  transition: width 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    height 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.logo__filter {
  fill: #121419;
  opacity: 0.1;
}
.logo__symbol {
  transform: translateX(140px);
  transition: transform 0.25s ease-out;
}
.logo__text {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
@media screen and (min-width: 1024px) {
  .bar--top .logo--header {
    height: 5rem;
    padding: 0.625rem 1.5rem;
  }
  .logo__symbol {
    transform: translateX(0);
  }
  .logo__text {
    opacity: 1;
  }
  .bar--not-top .logo__symbol {
    transform: translateX(140px);
    transition: transform 0.25s ease-in 0.2s;
  }
  .bar--not-top .logo__text {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
}
.header {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__title {
  line-height: 1.181818;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header__title {
    text-align: left;
  }
}
.header__subtitle {
  border-bottom: 1px solid;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  order: -1;
  padding-bottom: 0.5rem;
}
.header__subtitle span:before {
  content: "/";
  display: inline-block;
  font-weight: 400;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.header__subtitle small {
  font-size: 0.916666em;
  font-weight: 500;
}
.header__subtitle small:before {
  content: "·";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.publisher {
  flex-shrink: 1;
}
.publisher .website {
  float: left;
}
.logo--footer {
  fill: #2e89d3;
  max-width: 12rem;
  width: 100%;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.footer .block {
  flex-basis: 100%;
  padding: 2rem 1.25rem;
}
.footer .block--navigation {
  display: none;
}
.footer .block--profiles,
.footer .block--publisher {
  flex-basis: 50%;
}
@media print, screen and (min-width: 769px) {
  .footer .block--navigation,
  .footer .block--profiles,
  .footer .block--publisher {
    display: block;
    flex-basis: 33.333%;
  }
  .footer .block--org {
    flex-basis: 25%;
  }
  .footer .org--creator {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1216px) {
  .footer .block--profiles,
  .footer .block--publisher {
    display: block;
    flex-basis: 25%;
  }
  .footer .block--navigation {
    display: block;
    flex-basis: 50%;
  }
}
.info {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.copyright {
  font-size: 0.75rem;
}
.links {
  display: none;
}
.links__title {
  border-top: 1px solid #a4b0be;
  color: #747d8c;
  font-size: 0.75rem;
}
.links__list {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: -0.025em;
}
.link__item {
  margin-top: 0.5rem;
}
.link__url {
  display: inline-block;
  position: relative;
}
.link__url:after {
  background: #2e89d3;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scale(0);
  transition: transform 0.4s, opacity 0.25s;
  will-change: transform;
}
.link__url:active:after,
.link__url:focus:after,
.link__url:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media print, screen and (min-width: 769px) {
  .links {
    display: block;
  }
}
@media screen and (min-width: 1216px) {
  .links__list {
    flex-direction: row;
  }
}
.profiles__title {
  border-top: 1px solid #a4b0be;
  color: #747d8c;
  font-size: 0.75rem;
  margin-bottom: 0.75em;
}
.profiles__list {
  display: flex;
  justify-content: flex-end;
}
.profile__item {
  margin-left: 3vw;
}
.profile__url {
  background: #2e89d3;
  border: none;
  border-radius: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.profile__url .icon {
  fill: #fff;
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.profile__url:focus,
.profile__url:hover {
  background: #2e89d3;
  border-color: transparent;
}
.profile__url:focus .icon,
.profile__url:hover .icon {
  transform: scale(1.25);
}
@media print, screen and (min-width: 769px) {
  .profiles {
    border-top: 1px solid #a4b0be;
    display: grid;
    grid-template-columns: minmax(-webkit-min-content, -webkit-max-content) auto;
    grid-template-columns: minmax(min-content, max-content) auto;
    margin-top: 0;
  }
  .profiles__title {
    border: none;
    margin-right: 2vw;
  }
  .profiles__list {
    justify-content: space-between;
    margin-top: 1.25rem;
  }
  .profile__item {
    margin-left: 0;
  }
}
.block--org {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2vw;
  justify-content: space-around;
}
.org__title {
  border-top: 1px solid #a4b0be;
  color: #747d8c;
  display: block;
  flex-basis: 100%;
  font-size: 0.75rem;
  letter-spacing: -0.005em;
  margin-bottom: 0.5rem;
  text-align: left;
}
.org__link {
  display: inline-block;
}
.org__logo {
  display: block;
  filter: grayscale(100%);
  width: auto;
}
figure[itemprop*="creator"] .org__logo {
  max-width: 52vw;
}
figure[itemprop*="contributor"] .org__logo {
  max-width: 32vw;
}
figure[itemprop*="sponsor"] .org__logo {
  max-width: 16vw;
}
figure[itemprop*="provider"] .org__logo {
  max-width: 28vw;
}
@media print, screen and (min-width: 769px) {
  figure[itemprop*="creator"] .org__logo {
    max-width: 10.5rem;
  }
  figure[itemprop*="contributor"] .org__logo {
    max-width: 7rem;
  }
  figure[itemprop*="sponsor"] .org__logo {
    max-width: 4rem;
  }
  figure[itemprop*="provider"] .org__logo {
    max-width: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  figure[itemprop*="creator"] .org__logo {
    max-width: 10.5rem;
  }
  figure[itemprop*="contributor"] .org__logo {
    max-width: 7rem;
  }
  figure[itemprop*="sponsor"] .org__logo {
    max-width: 4rem;
  }
  figure[itemprop*="provider"] .org__logo {
    max-width: 7rem;
  }
}
@media screen and (min-width: 1216px) {
  figure[itemprop*="creator"] .org__logo {
    max-width: 20rem;
  }
  figure[itemprop*="contributor"] .org__logo {
    max-width: 12rem;
  }
  figure[itemprop*="sponsor"] .org__logo {
    max-width: 6.5rem;
  }
  figure[itemprop*="provider"] .org__logo {
    max-width: 9.75rem;
  }
}
.featured:active,
.featured:focus,
.featured:hover {
  cursor: pointer;
}
.featured:active .is-link,
.featured:focus .is-link,
.featured:hover .is-link {
  color: #2e89d3;
}
.featured:active .featured__content,
.featured:active .featured__footer,
.featured:focus .featured__content,
.featured:focus .featured__footer,
.featured:hover .featured__content,
.featured:hover .featured__footer {
  filter: grayscale(100%);
}
.featured {
  border-top: 2px solid #2f3542;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured:not(:first-child) {
  margin-top: 64px;
}
.featured__header {
  flex-basis: 100%;
}
.featured__title {
  margin: 1rem 0 0.5rem !important;
}
.featured__link {
  color: #121419;
}
.featured__link:active,
.featured__link:focus,
.featured__link:hover {
  color: #0676d3 !important;
}
.featured__series {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-bottom: 0 !important;
}
.featured__meta {
  align-items: baseline;
  display: flex;
  margin-bottom: 0.5rem;
}
.featured__meta .meta__categories {
  order: -1;
}
.featured__meta .meta__published {
  color: #747d8c;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin: 0;
}
.featured__meta .meta__published:before {
  content: "—";
  display: inline-block;
  font-weight: 300;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.featured__meta .category {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
.featured__content {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-top: 0.5rem;
  order: 2;
}
.featured--extra .featured__title {
  font-size: 1.5rem;
  line-height: 1.1666666667;
}
@media screen and (min-width: 520px) {
  .featured--extra {
    flex-flow: row wrap;
  }
  .featured--extra .featured__content {
    flex-basis: 48%;
    margin-top: -0.25rem;
  }
  .featured--extra .featured__footer {
    flex-basis: 46%;
  }
}
@media print, screen and (min-width: 769px) {
  .hero {
    flex-basis: 59.090909%;
  }
  .recent {
    flex-basis: 40.90909%;
  }
  .featured--main .featured__content {
    margin-top: 1rem;
  }
  .featured--extra:not(:first-child) {
    margin-top: 32px;
  }
  .featured--extra .featured__title {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
  .featured--extra .featured__content {
    flex-basis: 100%;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    margin-top: 0.5rem;
  }
  .featured--extra .featured__footer {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .featured--extra .featured__content {
    flex-basis: 48%;
    margin-top: -0.25rem;
  }
  .featured--extra .featured__footer {
    flex-basis: 46%;
  }
}
@media screen and (min-width: 1216px) {
  .featured--extra .featured__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
  .featured--extra .featured__content {
    flex-basis: 46%;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .featured--extra .featured__footer {
    flex-basis: 48%;
  }
}
.meta__button + .meta__button {
  margin-left: 0.5rem;
}
.meta__published {
  margin: 0.5em 0;
}
.meta__category {
  display: inline;
}
.meta__category:not(:first-child):not(:last-child):before {
  content: ", ";
}
.meta__category:not(:first-child):last-child:before {
  content: " y ";
}
.meta__tag {
  display: inline-block;
}
.meta__tag:not(:last-child) {
  margin: 0 0.25em 0.25em 0;
}
.meta__series .series-part {
  color: #57606f;
  display: inline-block;
  font-size: 0.916666em;
  font-weight: 400;
}
.meta__series .series-part:before {
  content: "—";
  display: inline-block;
  font-weight: 400;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.summary:active,
.summary:focus,
.summary:hover {
  cursor: pointer;
}
.summary:active .is-link,
.summary:focus .is-link,
.summary:hover .is-link {
  color: #2e89d3;
}
.summary:active .meta__published,
.summary:active .meta__tags,
.summary:active .summary__content,
.summary:active .summary__footer,
.summary:focus .meta__published,
.summary:focus .meta__tags,
.summary:focus .summary__content,
.summary:focus .summary__footer,
.summary:hover .meta__published,
.summary:hover .meta__tags,
.summary:hover .summary__content,
.summary:hover .summary__footer {
  filter: grayscale(100%);
}
.summary__meta {
  color: #060709;
  font-size: 0.75rem;
}
.summary__meta .meta__published {
  margin-bottom: 1rem;
}
.summary__meta .meta__link {
  font-weight: 500;
}
.summary__meta .meta__tags {
  margin-top: 1rem;
}
.summary {
  border-top: 2px solid #e7ebf0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-top: 2rem;
}
.summary:active .meta__link,
.summary:focus .meta__link,
.summary:hover .meta__link {
  color: #121419;
}
.summary:active .meta__link:active,
.summary:active .meta__link:focus,
.summary:active .meta__link:hover,
.summary:focus .meta__link:active,
.summary:focus .meta__link:focus,
.summary:focus .meta__link:hover,
.summary:hover .meta__link:active,
.summary:hover .meta__link:focus,
.summary:hover .meta__link:hover {
  color: #0676d3 !important;
}
.summary__link {
  color: #121419;
}
.summary__link:active,
.summary__link:focus,
.summary__link:hover {
  color: #0676d3 !important;
}
.summary__title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-bottom: 0.25rem !important;
}
.summary__header {
  flex-basis: 60%;
}
.summary__footer {
  flex-basis: 35%;
}
.summary__content {
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 519px) {
  .summary__content {
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .summary__header {
    flex-basis: 32%;
  }
  .summary__content {
    flex-basis: 65%;
    margin: 0 0 0 3%;
  }
  .has-thumbnail .summary__content {
    flex-basis: 34%;
    margin: 0 3%;
  }
  .summary__footer {
    flex-basis: 28%;
  }
}
@media print, screen and (min-width: 769px) {
  .summary__title {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
  .summary__content {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 1216px) {
  .summary__title {
    font-size: 1.75rem;
    line-height: 1.1428571429;
  }
}
.card:active,
.card:focus,
.card:hover {
  cursor: pointer;
}
.card:active .is-link,
.card:focus .is-link,
.card:hover .is-link {
  color: #f9a825;
}
.card:active .card__content,
.card:active .card__footer,
.card:focus .card__content,
.card:focus .card__footer,
.card:hover .card__content,
.card:hover .card__footer {
  filter: grayscale(100%);
}
.card {
  display: flex;
  justify-content: space-between;
}
.card__link {
  word-wrap: break-word;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.25;
  overflow-wrap: break-word;
}
.card__series {
  font-weight: 400;
}
.card__series:before {
  content: "·";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.25rem;
  margin-right: 0.5rem;
}
.card__title {
  flex-basis: 60%;
}
.card__footer {
  flex-basis: 35%;
}
.card__content {
  color: #a4b0be;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6666666667;
}
@media screen and (max-width: 519px) {
  .card__content {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 768px) {
  .card__title {
    flex-basis: 32%;
  }
  .card__content {
    flex-basis: 34%;
  }
  .card__footer {
    flex-basis: 26%;
  }
}
@media print, screen and (min-width: 769px) {
  .card {
    flex-direction: column;
  }
  .card__title {
    border-bottom: 1px solid #a4b0be;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
  }
  .card__footer {
    order: -1;
  }
}
@media screen and (min-width: 1216px) {
  .card__link {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
  .card__content {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}
.sidebar > .block.widget {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .widget {
    flex-grow: 0;
  }
}
.widget__title {
  border-top: 2px solid;
  color: #2f3542;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.5714285714;
  padding: 0.25rem 0 0.75rem;
  text-transform: uppercase;
}
.widget__content {
  border-bottom: 1px solid #2f3542;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) and (min-height: 520px) {
  .is-sticky {
    position: sticky;
    top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .is-sticky-bottom {
    align-self: flex-end;
    flex-grow: 0 !important;
    margin-top: auto !important;
  }
}
.share {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .share {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .share {
    align-items: flex-start;
    flex-direction: column;
  }
}
.share__item {
  margin: 0;
}
.share__item:not(:first-child) {
  margin-left: 1rem;
}
@media screen and (min-width: 1024px) {
  .share__item:not(:first-child) {
    margin: 1rem 0 0;
  }
  .share__button {
    font-size: 0.66666666em;
  }
}
.feedburner {
  clear: both;
  padding: 2rem;
}
@media screen and (min-width: 520px) {
  .feedburner {
    padding: 3rem 4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .feedburner {
    padding: 4rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .feedburner {
    padding: 1rem 1rem 1.5rem;
  }
}
.headlines {
  counter-reset: headlines;
  list-style-type: none;
}
.headlines__item {
  color: #21252e;
  font-size: 0.875rem;
  letter-spacing: -0.005em;
  line-height: 1.4285714286;
  padding-left: 2em;
  position: relative;
}
.headlines__item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.headlines__item:before {
  content: counter(headlines, decimal-leading-zero) ".";
  counter-increment: headlines;
  font-size: 0.75rem;
  font-weight: 400;
  left: 0;
  line-height: 1.6666666667;
  min-width: 1.846153em;
  position: absolute;
  text-align: right;
}
.categories__item {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-bottom: 0.125em;
}
.categories__item small {
  margin-left: 0.25em;
}
.event-preview:active,
.event-preview:focus,
.event-preview:hover {
  cursor: pointer;
}
.event-preview:active .is-link,
.event-preview:focus .is-link,
.event-preview:hover .is-link {
  color: #2e89d3;
}
.event-preview:active .event__details,
.event-preview:active .event__footer,
.event-preview:focus .event__details,
.event-preview:focus .event__footer,
.event-preview:hover .event__details,
.event-preview:hover .event__footer {
  filter: grayscale(100%);
}
.event-preview {
  border-bottom: 1px solid #ced6e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-preview:not(:last-child) {
  margin-bottom: 1rem;
}
.event__title {
  flex-basis: 100%;
  margin-bottom: 0.5rem;
}
.event__link {
  color: #2e89d3;
}
.event__link:active,
.event__link:focus,
.event__link:hover {
  color: #0676d3 !important;
}
.event__details {
  flex-basis: 70%;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
.event__date,
.event__location span:first-child,
.event__time {
  font-weight: 500;
}
.event__footer {
  flex-basis: 20%;
  min-width: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .events {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-preview {
    margin-bottom: 1rem;
    width: calc(50% - 2rem);
  }
}
.event-info {
  border: 2px solid;
  margin-top: 2rem;
  padding: 1rem;
}
.event-info .event__name {
  color: #2f3542;
  font-family: Roboto, BlinkMacSystemFont, -apple-system, Segoe UI,
    Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.5714285714;
  text-transform: uppercase;
}
.event-info .event__time:before {
  content: "—";
  display: inline-block;
  font-weight: 700;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.event-info .event__download {
  margin-top: 1rem;
}
.content img.latex {
  border: none;
  vertical-align: middle;
}
.content div.wp-video:not(:last-child) {
  margin-bottom: 1.5em;
}
.article .content {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 46rem;
}
.widget--metas .meta__categories {
  display: inline;
}
.widget--latest {
  clear: both;
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .widget--share {
    float: right;
    width: 50%;
  }
  .widget--metas {
    float: left;
    width: 50%;
  }
  .widget--series {
    float: left;
    width: calc(60% - 2rem);
  }
  .widget--series + .widget--latest {
    clear: none;
    float: right;
    width: calc(40% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .article .content {
    margin: 0;
  }
  .widget--share {
    flex: 0 1 3rem;
    order: -1;
    padding-right: 0;
  }
  .widget--series {
    flex-grow: 1;
    margin-bottom: 0 !important;
    order: 1;
  }
  .widget--latest {
    clear: none;
  }
  .comments {
    flex: none;
    margin: 0;
    max-width: none;
    width: 66.6666666667%;
  }
}

.pingback {
  margin-bottom: 1rem;
}
.pingback .comment__header {
  margin: 0;
}
.pingback .comment__author {
  font-size: 0.875rem;
  font-weight: 600;
}
.pingback .comment__published {
  display: none;
}
.pingback .comment__content {
  color: #57606f;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
.comment-respond {
  text-align: left;
}
.comment-respond .subtitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment .comment-respond {
  background: #f1f2f6;
  margin-bottom: 3rem;
  padding: 1rem 1rem 1px;
}
.comment .comment-respond .subtitle {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 769px) {
  .comment .comment-respond .subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 520px) {
  .comment .comment-respond {
    padding: 2rem 2rem 1rem;
  }
}

