/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

.has-text-centered {
  text-align: center !important; }

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

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

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

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

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

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

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

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

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

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

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

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

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

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

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

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

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

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

.has-text-primary {
  color: #00d1b2 !important; }

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

.has-text-link {
  color: #3273dc !important; }

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

.has-text-info {
  color: #209cee !important; }

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

.has-text-success {
  color: #23d160 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important; } }

@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important; } }

@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important; } }

@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important; } }

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important; } }

@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important; } }

.is-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: -ms-flexbox !important;
    display: flex !important; } }

@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: -ms-flexbox !important;
    display: flex !important; } }

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

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important; } }

@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important; } }

@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important; } }

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important; } }

@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important; } }

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

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }

@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }

@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }

.is-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.is-hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important; } }

@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important; } }

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important; } }

@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important; } }

.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important; } }

@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

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

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

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

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

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

.box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem; }

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

a.box:focus,
a.box:hover {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; }

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; }

@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: .25em; }

.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: 1em; }

.image.is-1by1,
.image.is-square {
  padding-top: 100%; }

.image.is-4by3 {
  padding-top: 75%; }

.image.is-3by2 {
  padding-top: 66.6666%; }

.image.is-16by9 {
  padding-top: 56.25%; }

.image.is-2by1 {
  padding-top: 50%; }

.image.is-16x16 {
  height: 16px;
  width: 16px; }

.image.is-24x24 {
  height: 24px;
  width: 24px; }

.image.is-32x32 {
  height: 32px;
  width: 32px; }

.image.is-48x48 {
  height: 48px;
  width: 48px; }

.image.is-64x64 {
  height: 64px;
  width: 64px; }

.image.is-96x96 {
  height: 96px;
  width: 96px; }

.image.is-128x128 {
  height: 128px;
  width: 128px; }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: .75rem; }

.columns.is-mobile > .column.is-narrow {
  -ms-flex: none;
  flex: none; }

.columns.is-mobile > .column.is-full {
  -ms-flex: none;
  flex: none;
  width: 100%; }

.columns.is-mobile > .column.is-three-quarters {
  -ms-flex: none;
  flex: none;
  width: 75%; }

.columns.is-mobile > .column.is-two-thirds {
  -ms-flex: none;
  flex: none;
  width: 66.6666%; }

.columns.is-mobile > .column.is-half {
  -ms-flex: none;
  flex: none;
  width: 50%; }

.columns.is-mobile > .column.is-one-third {
  -ms-flex: none;
  flex: none;
  width: 33.3333%; }

.columns.is-mobile > .column.is-one-quarter {
  -ms-flex: none;
  flex: none;
  width: 25%; }

.columns.is-mobile > .column.is-one-fifth {
  -ms-flex: none;
  flex: none;
  width: 20%; }

.columns.is-mobile > .column.is-two-fifths {
  -ms-flex: none;
  flex: none;
  width: 40%; }

.columns.is-mobile > .column.is-three-fifths {
  -ms-flex: none;
  flex: none;
  width: 60%; }

.columns.is-mobile > .column.is-four-fifths {
  -ms-flex: none;
  flex: none;
  width: 80%; }

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%; }

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%; }

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%; }

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%; }

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%; }

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%; }

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%; }

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%; }

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%; }

.columns.is-mobile > .column.is-1 {
  -ms-flex: none;
  flex: none;
  width: 8.33333%; }

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%; }

.columns.is-mobile > .column.is-2 {
  -ms-flex: none;
  flex: none;
  width: 16.66667%; }

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%; }

.columns.is-mobile > .column.is-3 {
  -ms-flex: none;
  flex: none;
  width: 25%; }

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%; }

.columns.is-mobile > .column.is-4 {
  -ms-flex: none;
  flex: none;
  width: 33.33333%; }

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%; }

.columns.is-mobile > .column.is-5 {
  -ms-flex: none;
  flex: none;
  width: 41.66667%; }

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%; }

.columns.is-mobile > .column.is-6 {
  -ms-flex: none;
  flex: none;
  width: 50%; }

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%; }

.columns.is-mobile > .column.is-7 {
  -ms-flex: none;
  flex: none;
  width: 58.33333%; }

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%; }

.columns.is-mobile > .column.is-8 {
  -ms-flex: none;
  flex: none;
  width: 66.66667%; }

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%; }

.columns.is-mobile > .column.is-9 {
  -ms-flex: none;
  flex: none;
  width: 75%; }

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%; }

.columns.is-mobile > .column.is-10 {
  -ms-flex: none;
  flex: none;
  width: 83.33333%; }

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%; }

.columns.is-mobile > .column.is-11 {
  -ms-flex: none;
  flex: none;
  width: 91.66667%; }

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%; }

.columns.is-mobile > .column.is-12 {
  -ms-flex: none;
  flex: none;
  width: 100%; }

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%; }

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -ms-flex: none;
    flex: none; }
  .column.is-full-mobile {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-mobile {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-mobile {
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-mobile {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-mobile {
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-mobile {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-mobile {
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-mobile {
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-mobile {
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-mobile {
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%; }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%; }
  .column.is-offset-half-mobile {
    margin-left: 50%; }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%; }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%; }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%; }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%; }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%; }
  .column.is-1-mobile {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%; }
  .column.is-2-mobile {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%; }
  .column.is-3-mobile {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-mobile {
    margin-left: 25%; }
  .column.is-4-mobile {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%; }
  .column.is-5-mobile {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%; }
  .column.is-6-mobile {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-mobile {
    margin-left: 50%; }
  .column.is-7-mobile {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%; }
  .column.is-8-mobile {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%; }
  .column.is-9-mobile {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-mobile {
    margin-left: 75%; }
  .column.is-10-mobile {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%; }
  .column.is-11-mobile {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%; }
  .column.is-12-mobile {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-mobile {
    margin-left: 100%; } }

@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -ms-flex: none;
    flex: none; }
  .column.is-full,
  .column.is-full-tablet {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half,
  .column.is-half-tablet {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third,
  .column.is-one-third-tablet {
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%; }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%; }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%; }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%; }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%; }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%; }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%; }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%; }
  .column.is-1,
  .column.is-1-tablet {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.33333%; }
  .column.is-2,
  .column.is-2-tablet {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.66667%; }
  .column.is-3,
  .column.is-3-tablet {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%; }
  .column.is-4,
  .column.is-4-tablet {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.33333%; }
  .column.is-5,
  .column.is-5-tablet {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.66667%; }
  .column.is-6,
  .column.is-6-tablet {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%; }
  .column.is-7,
  .column.is-7-tablet {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.33333%; }
  .column.is-8,
  .column.is-8-tablet {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.66667%; }
  .column.is-9,
  .column.is-9-tablet {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%; }
  .column.is-10,
  .column.is-10-tablet {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.33333%; }
  .column.is-11,
  .column.is-11-tablet {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.66667%; }
  .column.is-12,
  .column.is-12-tablet {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%; } }

@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    -ms-flex: none;
    flex: none; }
  .column.is-full-touch {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-touch {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-touch {
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-touch {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-touch {
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-touch {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-touch {
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-touch {
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-touch {
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-touch {
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%; }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%; }
  .column.is-offset-half-touch {
    margin-left: 50%; }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%; }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%; }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%; }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%; }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%; }
  .column.is-1-touch {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-touch {
    margin-left: 8.33333%; }
  .column.is-2-touch {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-touch {
    margin-left: 16.66667%; }
  .column.is-3-touch {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-touch {
    margin-left: 25%; }
  .column.is-4-touch {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-touch {
    margin-left: 33.33333%; }
  .column.is-5-touch {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-touch {
    margin-left: 41.66667%; }
  .column.is-6-touch {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-touch {
    margin-left: 50%; }
  .column.is-7-touch {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-touch {
    margin-left: 58.33333%; }
  .column.is-8-touch {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-touch {
    margin-left: 66.66667%; }
  .column.is-9-touch {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-touch {
    margin-left: 75%; }
  .column.is-10-touch {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-touch {
    margin-left: 83.33333%; }
  .column.is-11-touch {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-touch {
    margin-left: 91.66667%; }
  .column.is-12-touch {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-touch {
    margin-left: 100%; } }

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -ms-flex: none;
    flex: none; }
  .column.is-full-desktop {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-desktop {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-desktop {
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-desktop {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-desktop {
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-desktop {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-desktop {
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-desktop {
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-desktop {
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-desktop {
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%; }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%; }
  .column.is-offset-half-desktop {
    margin-left: 50%; }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%; }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%; }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%; }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%; }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%; }
  .column.is-1-desktop {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%; }
  .column.is-2-desktop {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%; }
  .column.is-3-desktop {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-desktop {
    margin-left: 25%; }
  .column.is-4-desktop {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%; }
  .column.is-5-desktop {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%; }
  .column.is-6-desktop {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-desktop {
    margin-left: 50%; }
  .column.is-7-desktop {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%; }
  .column.is-8-desktop {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%; }
  .column.is-9-desktop {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-desktop {
    margin-left: 75%; }
  .column.is-10-desktop {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%; }
  .column.is-11-desktop {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%; }
  .column.is-12-desktop {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-desktop {
    margin-left: 100%; } }

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -ms-flex: none;
    flex: none; }
  .column.is-full-widescreen {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-widescreen {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-widescreen {
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-widescreen {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-widescreen {
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-widescreen {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-widescreen {
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-widescreen {
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-widescreen {
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-widescreen {
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%; }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%; }
  .column.is-offset-half-widescreen {
    margin-left: 50%; }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%; }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%; }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%; }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%; }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%; }
  .column.is-1-widescreen {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%; }
  .column.is-2-widescreen {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%; }
  .column.is-3-widescreen {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-widescreen {
    margin-left: 25%; }
  .column.is-4-widescreen {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%; }
  .column.is-5-widescreen {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%; }
  .column.is-6-widescreen {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-widescreen {
    margin-left: 50%; }
  .column.is-7-widescreen {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%; }
  .column.is-8-widescreen {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%; }
  .column.is-9-widescreen {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-widescreen {
    margin-left: 75%; }
  .column.is-10-widescreen {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%; }
  .column.is-11-widescreen {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%; }
  .column.is-12-widescreen {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-widescreen {
    margin-left: 100%; } }

@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    -ms-flex: none;
    flex: none; }
  .column.is-full-fullhd {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-three-quarters-fullhd {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-fullhd {
    -ms-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-fullhd {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-fullhd {
    -ms-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-fullhd {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-fullhd {
    -ms-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-fullhd {
    -ms-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-fullhd {
    -ms-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-fullhd {
    -ms-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%; }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%; }
  .column.is-offset-half-fullhd {
    margin-left: 50%; }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%; }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%; }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%; }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%; }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%; }
  .column.is-1-fullhd {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%; }
  .column.is-2-fullhd {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%; }
  .column.is-3-fullhd {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-fullhd {
    margin-left: 25%; }
  .column.is-4-fullhd {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%; }
  .column.is-5-fullhd {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%; }
  .column.is-6-fullhd {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-fullhd {
    margin-left: 50%; }
  .column.is-7-fullhd {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%; }
  .column.is-8-fullhd {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%; }
  .column.is-9-fullhd {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-fullhd {
    margin-left: 75%; }
  .column.is-10-fullhd {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%; }
  .column.is-11-fullhd {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%; }
  .column.is-12-fullhd {
    -ms-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-fullhd {
    margin-left: 100%; } }

.columns {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem; }

.columns:last-child {
  margin-bottom: -.75rem; }

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - .75rem); }

.columns.is-centered {
  -ms-flex-pack: center;
  justify-content: center; }

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important; }

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem; }

.columns.is-gapless:last-child {
  margin-bottom: 0; }

.columns.is-mobile {
  display: -ms-flexbox;
  display: flex; }

.columns.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.columns.is-vcentered {
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -ms-flexbox;
    display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap); }

.columns.is-variable.is-0 {
  --columnGap: 0rem
; }

.columns.is-variable.is-1 {
  --columnGap: 0.25rem
; }

.columns.is-variable.is-2 {
  --columnGap: 0.5rem
; }

.columns.is-variable.is-3 {
  --columnGap: 0.75rem
; }

.columns.is-variable.is-4 {
  --columnGap: 1rem
; }

.columns.is-variable.is-5 {
  --columnGap: 1.25rem
; }

.columns.is-variable.is-6 {
  --columnGap: 1.5rem
; }

.columns.is-variable.is-7 {
  --columnGap: 1.75rem
; }

.columns.is-variable.is-8 {
  --columnGap: 2rem
; }

.tile {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }

.tile.is-ancestor {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem; }

.tile.is-ancestor:last-child {
  margin-bottom: -.75rem; }

.tile.is-ancestor:not(:last-child) {
  margin-bottom: .75rem; }

.tile.is-child {
  margin: 0 !important; }

.tile.is-parent {
  padding: .75rem; }

.tile.is-vertical {
  -ms-flex-direction: column;
  flex-direction: column; }

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important; }

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: -ms-flexbox;
    display: flex; }
  .tile.is-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%; }
  .tile.is-2 {
    -ms-flex: none;
    flex: none;
    width: 16.66667%; }
  .tile.is-3 {
    -ms-flex: none;
    flex: none;
    width: 25%; }
  .tile.is-4 {
    -ms-flex: none;
    flex: none;
    width: 33.33333%; }
  .tile.is-5 {
    -ms-flex: none;
    flex: none;
    width: 41.66667%; }
  .tile.is-6 {
    -ms-flex: none;
    flex: none;
    width: 50%; }
  .tile.is-7 {
    -ms-flex: none;
    flex: none;
    width: 58.33333%; }
  .tile.is-8 {
    -ms-flex: none;
    flex: none;
    width: 66.66667%; }
  .tile.is-9 {
    -ms-flex: none;
    flex: none;
    width: 75%; }
  .tile.is-10 {
    -ms-flex: none;
    flex: none;
    width: 83.33333%; }
  .tile.is-11 {
    -ms-flex: none;
    flex: none;
    width: 91.66667%; }
  .tile.is-12 {
    -ms-flex: none;
    flex: none;
    width: 100%; } }

.wp-block-affi-embeded-amazon .buttons .button {
  margin-bottom: .5rem; }

.wp-block-affi-embeded-amazon .button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff; }

.wp-block-affi-embeded-amazon .button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: calc(.375em - 1px);
  padding-left: .75em;
  padding-right: .75em;
  padding-top: calc(.375em - 1px);
  text-align: center;
  white-space: nowrap; }

.box {
  position: relative;
  margin-top: 20px;
  padding: 0.5em 0em 0em;
  /* min-width: 255px; */
  text-align: center;
  max-width: 520px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background: #fff;
  box-sizing: border-box; }

.box-image {
  height: 160px;
  width: 100%;
  position: relative; }

.box-image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0; }

.box-content {
  padding: 15px; }

.columns .box-content .btn:hover, .columns .box-content .btn:focus {
  color: #fff;
  background: #000;
  border-color: #000;
  box-shadow: none; }

.box-content .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px; }

.box-content h4 {
  font-size: 18px;
  height: 80px;
  overflow: hidden; }

.box-content .item-price {
  font-size: 13px;
  padding: 10px 0; }

.box-content p.item-price {
  margin: 0px 0; }

.box-content .item-price strike {
  color: #999;
  margin-right: 5px;
  font-weight: 700; }

.box-content item-price span {
  color: #86bd57;
  font-size: 110%;
  font-weight: 700; }

.box-content .list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0px !important; }

.box-content .star-rating {
  margin-bottom: 12px;
  width: 100%; }

.box-content .star-rating li {
  padding: 0; }

.box-content .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.box-content .star-rating i {
  font-size: 14px;
  color: #ffc000; }

.box-content .fa-star:before {
  content: "\f005"; }

.box-content .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.box-content .btn {
  color: #333;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-top: 5px;
  line-height: 16px;
  text-decoration: none; }

.columns .box-content a {
  text-decoration: none !important; }

.box-content .share-buttons {
  margin: 20px 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center; }

.box-content .share-buttons a {
  padding: 0 2px; }

.box-content .share-buttons img {
  width: 32px; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.star-rating:before {
  content: "" !important; }

.star-rating i {
  font-size: 14px;
  color: #ffc000; }

.fa-star:before {
  content: "\f005"; }

.star-rating i {
  font-size: 14px;
  color: #ffc000; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.star-rating i {
  font-size: 14px;
  color: #ffc000; }

.fa-star-o:before {
  content: "\f006"; }

.wp-block-cool-timleine-shortcode-block .affi-block-image ul {
  float: right;
  color: #fff;
  display: inline-block;
  margin: 15px;
  font-size: 18px;
  width: auto;
  min-width: 200px;
  background: rgba(32, 32, 32, 0.95); }
  .wp-block-cool-timleine-shortcode-block .affi-block-image ul li {
    padding: 2px; }
  .wp-block-cool-timleine-shortcode-block .affi-block-image ul li strong {
    color: #ff6f6f; }

.affi-block-shortcode {
  font-size: 12px;
  font-family: monospace;
  color: #444;
  display: inline-block;
  padding: 6px;
  background: #f9f9f9;
  border: 1px solid #eee;
  width: 100%; }

.row {
  width: 100%; }

.col-lg-1 {
  width: 100%;
  float: left; }

.col-lg-2 {
  width: 50%;
  float: left; }

.col-lg-3 {
  width: 33%;
  float: left; }

.col-lg-4 {
  width: 25%;
  float: left; }

.col-lg-5 {
  width: 20%;
  float: left; }

.col-lg-6 {
  width: 16.6%;
  float: left; }

.card-text {
  height: 80px;
  overflow: hidden; }

.card-img-top {
  min-height: 180px; }

.center {
  text-align: center; }

.pagination {
  display: inline-block;
  list-style: none !important;
  cursor: pointer;
  margin: 10px 0px; }

.wp-block-affi-embeded-amazon ul.pagination,
.wp-block-affi-ebay-embeded ul.pagination,
.wp-block-affi-walmart-embeded ul.pagination,
.wp-block-affi-aliexpress-embeded ul.pagination,
.wp-block-affi-bestbuy-embeded ul.pagination {
  margin: 10px 0px; }

.wp-block-affi-embeded-block p.label {
  margin: 0 0 5px; }

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px; }

#page-numbers li a {
  text-decoration: none; }

.pagination li.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50; }

.pagination li:hover:not(.active) {
  background-color: #ddd; }

.affibtn, .affi_wrap .affibtn {
  background-color: #4B0082;
  border: none;
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  cursor: pointer;
  height: auto; }

.affibtn:hover, .affi_wrap .affibtn:hover {
  background-color: #f0b849;
  color: #fff; }

.affi_wrap input[type=text] {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background-color: #f2f2f2;
  box-shadow: none;
  border: 1px solid #ccc; }

.affi_wrap .affiselect {
  width: 100%;
  padding: 10px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  background-color: #f2f2f2;
  box-shadow: none;
  border: 1px solid #ccc; }
