@charset "UTF-8";
/*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }


.navbar-link::after, .accordions .accordion .accordion-header.toggle::after, .accordions.is-large .accordion-header.toggle::after {
  border: 1px solid transparent;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 10px;
  margin-top: -0.2375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 10px; }

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .message:not(:last-child), .accordions .accordion:not(:last-child) {
  margin-bottom: 1.5rem; }

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

.button.is-loading::after, .select.is-loading::after, .control.is-loading::after, .loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.is-overlay, .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img, .modal, .modal-background, .hero-image, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.button, .input,
input.expiry,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 290486px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.6em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 2px);
  padding-left: calc(0.625em - 2px);
  padding-right: calc(0.625em - 2px);
  padding-top: calc(0.375em - 2px);
  position: relative;
  vertical-align: top;
  transition: all 200ms; }
  .button:focus, .input:focus,
  input.expiry:focus,
  .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .is-focused.input,
  input.is-focused.expiry,
  .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .input:active,
  input.expiry:active,
  .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .is-active.input,
  input.is-active.expiry,
  .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  [disabled].button, [disabled].input,
  input[disabled].expiry,
  [disabled].textarea, .select select[disabled], [disabled].file-cta,
  [disabled].file-name, [disabled].pagination-previous,
  [disabled].pagination-next,
  [disabled].pagination-link,
  [disabled].pagination-ellipsis {
    cursor: not-allowed; }

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

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

ul {
  list-style: none; }

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

html {
  box-sizing: border-box; }

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

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

iframe {
  border: 0; }

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

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

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

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }
header {background-color: #000;}

body,
button,
input,
select,
textarea {
  font-family: setimo, "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

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

body {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden; }

a {
  color: #0097D6;
  cursor: pointer;
  text-decoration: none !important; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

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

hr {
  background-color: #ebebeb;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }
  hr.is-blue {
    background-color: #0097D6 !important; }
  hr.is-vert {
    background-color: #ebebeb;
    width: 2px;
    min-width: 2px;
    height: auto; }

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

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

small {
  font-size: 0.875em; }

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

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

address {
  font-style: normal;
  line-height: 1.2; }

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

table td,
table th {
  text-align: left;
  vertical-align: top; }
table th {
  color: #363636; }

.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-size-1 {
  font-size: 4.02rem !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; }

.is-size-8 {
  font-size: 0.85rem !important; }

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

  .is-size-2-mobile {
    font-size: 2.1rem !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: 4.02rem !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: 1151px) {
  .is-size-1-touch {
    font-size: 4.02rem !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: 1152px) {
  .is-size-1-desktop {
    font-size: 4.02rem !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: 1280px) {
  .is-size-1-widescreen {
    font-size: 4.02rem !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: 1472px) {
  .is-size-1-fullhd {
    font-size: 4.02rem !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; }

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

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

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

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

@media screen and (max-width: 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: 1151px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }
@media screen and (max-width: 1151px) {
  .has-text-centered-touch {
    text-align: center !important; } }
@media screen and (min-width: 1152px) {
  .has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }
@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !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: 1151px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }
@media screen and (max-width: 1151px) {
  .has-text-justified-touch {
    text-align: justify !important; } }
@media screen and (min-width: 1152px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }
@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }
@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !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: 1151px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }
@media screen and (max-width: 1151px) {
  .has-text-left-touch {
    text-align: left !important; } }
@media screen and (min-width: 1152px) {
  .has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }
@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !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: 1151px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }
@media screen and (max-width: 1151px) {
  .has-text-right-touch {
    text-align: right !important; } }
@media screen and (min-width: 1152px) {
  .has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }
@media screen and (min-width: 1472px) {
  .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; }

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

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

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

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

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

.has-text-black-bold {
  color: #000 !important;
  font-weight: 700 !important; }

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

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

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

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

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

.has-text-blue {
  color: #1154c1 !important; }

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

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

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

.has-text-primary {
  color: #0097D6 !important; }

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

.has-background-primary {
  background-color: #0097D6 !important; }

.has-text-link {
  color: #0097D6 !important; }

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

.has-background-link {
  background-color: #0097D6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.has-background-grey-light {
  background-color: #EBEBEB !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: #818286 !important; }

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

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

.has-text-red-lighter {
  color: #ff6969 !important;
  font-weight: 600 !important; }

.has-text-white-ter {
  color: #ebebeb !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; }

.has-text-weight-heavy {
  font-weight: bold;
  font-size: 22px;
}

.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: 1151px) {
  .is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1151px) {
  .is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1152px) {
  .is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1280px) {
  .is-block-widescreen {
    display: block !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important; } }
@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important; } }
.is-flex {
  display: flex !important; }

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important; } }
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1151px) {
  .is-flex-tablet-only {
    display: flex !important; } }
@media screen and (max-width: 1151px) {
  .is-flex-touch {
    display: flex !important; } }
@media screen and (min-width: 1152px) {
  .is-flex-desktop {
    display: flex !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-flex-desktop-only {
    display: flex !important; } }
@media screen and (min-width: 1280px) {
  .is-flex-widescreen {
    display: flex !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important; } }
@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    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: 1151px) {
  .is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1151px) {
  .is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1152px) {
  .is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-widescreen {
    display: inline !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important; } }
@media screen and (min-width: 1472px) {
  .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: 1151px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1151px) {
  .is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1152px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }
.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }
@media screen and (min-width: 769px) and (max-width: 1151px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }
@media screen and (max-width: 1151px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }
@media screen and (min-width: 1152px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1280px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    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: 1151px) {
  .is-hidden-tablet-only {
    display: none !important; } }
@media screen and (max-width: 1151px) {
  .is-hidden-touch {
    display: none !important; } }
@media screen and (min-width: 1152px) {
  .is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1152px) {
  .is-hidden-desktop-all {
    display: none !important; } }
@media screen and (min-width: 1280px) {
  .is-hidden-widescreen {
    display: none !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important; } }
@media screen and (min-width: 1472px) {
  .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: 1151px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }
@media screen and (max-width: 1151px) {
  .is-invisible-touch {
    visibility: hidden !important; } }
@media screen and (min-width: 1152px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }
@media screen and (min-width: 1152px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }
@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1472px) {
  .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; }

.add-margin-top__1 {
  margin-top: 0.5rem !important; }

.add-margin-top__2 {
  margin-top: 1rem !important; }

.add-margin-top__3 {
  margin-top: 1.5rem !important; }

.add-margin-top__4 {
  margin-top: 2rem !important; }

.add-margin-top__5 {
  margin-top: 3rem !important; }

.add-margin-bottom__1 {
  margin-bottom: 0.5rem !important; }

.add-margin-bottom__2 {
  margin-bottom: 1rem !important; }

.add-margin-bottom__3 {
  margin-bottom: 1.5rem !important; }

.add-margin-bottom__4 {
  margin-bottom: 2rem !important; }

.add-margin-bottom__5 {
  margin-bottom: 3rem !important; }

.add-padding__1 {
  padding: 0.5rem !important; }

.add-padding__2 {
  padding: 1rem !important; }

.add-padding__3 {
  padding: 1.5rem !important; }

.add-padding__4 {
  padding: 2rem !important; }

.add-padding__5 {
  padding: 3rem !important; }

.add-padding-sides__1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.add-padding-sides__2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.add-padding-sides__3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.add-padding-sides__4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.add-padding-sides__5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.add-border-right {
  border-right: 2px solid #14537f; }
  @media screen and (max-width: 768px) {
    .add-border-right {
      border-right: none;
      border-bottom: 2px solid #14537f; } }

.is-clickable {
  cursor: pointer; }

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

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #0097D6; }
a.box:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px #0097D6; }
a.box.is-active {
  background-color: #0097D6;
  color: white; }

button.button {
  height: auto;
  padding-top: calc(1em - 2px);
  padding-bottom: calc(1em - 2px); }

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 2px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(1.75em - 2px);
  padding-left: 3em;
  padding-right: 3em;
  padding-top: calc(1.75em - 2px);
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .button {
      width: 100%; } }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em;
    max-width: 18px; }
    .button .icon img, .button .icon.is-small img, .button .icon.is-medium img, .button .icon.is-large img {
      width: 1.5em;
      max-width: 18px; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 2px);
    margin-right: 1.1875em; }
  .button .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: calc(-0.375em - 2px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 2px);
    margin-right: calc(-0.375em - 2px); }
  .button:hover, .button.is-hovered {
    border-color: #EBEBEB;
    color: #363636; }
  .button:focus, .button.is-focused {
    border-color: #0097D6;
    color: #363636; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
  .button:active, .button.is-active {
    border-color: #4a4a4a;
    color: #363636; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    padding-left: 1em;
    padding-right: 1em; }
    .button.is-text.is-text-white {
      color: white; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: none;
      color: #000; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #dedede;
      color: #000; }
    .button.is-text[disabled] {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-search {
    padding-top: 2.35rem;
    padding-bottom: 2.35rem; }
    @media screen and (max-width: 768px) {
      .button.is-search {
        padding-bottom: inherit;
        padding-top: inherit; } }
  .button.is-white {
    background-color: white;
    border-color: transparent;
    color: #000; }
    .button.is-white:hover, .button.is-white.is-hovered {
      background-color: #f9f9f9;
      border-color: transparent;
      color: #000; }
    .button.is-white:focus, .button.is-white.is-focused {
      border-color: transparent;
      color: #000; }
      .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
    .button.is-white:active, .button.is-white.is-active {
      background-color: #f2f2f2;
      border-color: transparent;
      color: #000; }
    .button.is-white[disabled] {
      background-color: white;
      border-color: transparent;
      box-shadow: none; }
    .button.is-white.is-inverted {
      background-color: #000;
      color: white; }
      .button.is-white.is-inverted:hover {
        background-color: black; }
      .button.is-white.is-inverted[disabled] {
        background-color: #000;
        border-color: transparent;
        box-shadow: none;
        color: white; }
    .button.is-white.is-loading::after {
      border-color: transparent transparent #000 #000 !important; }
    .button.is-white.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
        background-color: white;
        border-color: white;
        color: #000; }
      .button.is-white.is-outlined.is-loading::after {
        border-color: transparent transparent white white !important; }
      .button.is-white.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
    .button.is-white.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
        background-color: #000;
        color: white; }
      .button.is-white.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
  .button.is-black {
    background-color: #000;
    border-color: transparent;
    color: white; }
    .button.is-black:hover, .button.is-black.is-hovered {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black:focus, .button.is-black.is-focused {
      border-color: transparent;
      color: white; }
      .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
    .button.is-black:active, .button.is-black.is-active {
      background-color: black;
      border-color: transparent;
      color: white; }
    .button.is-black[disabled] {
      background-color: #000;
      border-color: transparent;
      box-shadow: none; }
    .button.is-black.is-inverted {
      background-color: white;
      color: #000; }
      .button.is-black.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-black.is-inverted[disabled] {
        background-color: white;
        border-color: transparent;
        box-shadow: none;
        color: #000; }
    .button.is-black.is-loading::after {
      border-color: transparent transparent white white !important; }
    .button.is-black.is-outlined {
      background-color: transparent;
      border-color: #000;
      color: #000; }
      .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
        background-color: #000;
        border-color: #000;
        color: white; }
      .button.is-black.is-outlined.is-loading::after {
        border-color: transparent transparent #000 #000 !important; }
      .button.is-black.is-outlined[disabled] {
        background-color: transparent;
        border-color: #000;
        box-shadow: none;
        color: #000; }
    .button.is-black.is-inverted.is-outlined {
      background-color: transparent;
      border-color: white;
      color: white; }
      .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
        background-color: white;
        color: #000; }
      .button.is-black.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: white;
        box-shadow: none;
        color: white; }
  .button.is-light {
    background-color: #ebebeb;
    border-color: transparent;
    color: #363636; }
    .button.is-light:hover, .button.is-light.is-hovered {
      background-color: #e5e5e5;
      border-color: transparent;
      color: #363636; }
    .button.is-light:focus, .button.is-light.is-focused {
      border-color: transparent;
      color: #363636; }
      .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(235, 235, 235, 0.25); }
    .button.is-light:active, .button.is-light.is-active {
      background-color: #dedede;
      border-color: transparent;
      color: #363636; }
    .button.is-light[disabled] {
      background-color: #ebebeb;
      border-color: transparent;
      box-shadow: none; }
    .button.is-light.is-inverted {
      background-color: #363636;
      color: #ebebeb; }
      .button.is-light.is-inverted:hover {
        background-color: #292929; }
      .button.is-light.is-inverted[disabled] {
        background-color: #363636;
        border-color: transparent;
        box-shadow: none;
        color: #ebebeb; }
    .button.is-light.is-loading::after {
      border-color: transparent transparent #363636 #363636 !important; }
    .button.is-light.is-outlined {
      background-color: transparent;
      border-color: #ebebeb;
      color: #ebebeb; }
      .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
        background-color: #ebebeb;
        border-color: #ebebeb;
        color: #363636; }
      .button.is-light.is-outlined.is-loading::after {
        border-color: transparent transparent #ebebeb #ebebeb !important; }
      .button.is-light.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ebebeb;
        box-shadow: none;
        color: #ebebeb; }
    .button.is-light.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
        background-color: #363636;
        color: #ebebeb; }
      .button.is-light.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
  .button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #ebebeb; }
    .button.is-dark:hover, .button.is-dark.is-hovered {
      background-color: #2f2f2f;
      border-color: transparent;
      color: #ebebeb; }
    .button.is-dark:focus, .button.is-dark.is-focused {
      border-color: transparent;
      color: #ebebeb; }
      .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
    .button.is-dark:active, .button.is-dark.is-active {
      background-color: #292929;
      border-color: transparent;
      color: #ebebeb; }
    .button.is-dark[disabled] {
      background-color: #363636;
      border-color: transparent;
      box-shadow: none; }
    .button.is-dark.is-inverted {
      background-color: #ebebeb;
      color: #363636; }
      .button.is-dark.is-inverted:hover {
        background-color: #dedede; }
      .button.is-dark.is-inverted[disabled] {
        background-color: #ebebeb;
        border-color: transparent;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-loading::after {
      border-color: transparent transparent #ebebeb #ebebeb !important; }
    .button.is-dark.is-outlined {
      background-color: transparent;
      border-color: #363636;
      color: #363636; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
        background-color: #363636;
        border-color: #363636;
        color: #ebebeb; }
      .button.is-dark.is-outlined.is-loading::after {
        border-color: transparent transparent #363636 #363636 !important; }
      .button.is-dark.is-outlined[disabled] {
        background-color: transparent;
        border-color: #363636;
        box-shadow: none;
        color: #363636; }
    .button.is-dark.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #ebebeb;
      color: #ebebeb; }
      .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
        background-color: #ebebeb;
        color: #363636; }
      .button.is-dark.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ebebeb;
        box-shadow: none;
        color: #ebebeb; }
  .button.is-primary {
    background-color: #0097D6;
    border-color: transparent;
    color: #fff; }
    .button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #008ec9;
      border-color: transparent;
      color: #fff; }
    .button.is-primary:focus, .button.is-primary.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
    .button.is-primary:active, .button.is-primary.is-active {
      background-color: #0085bd;
      border-color: transparent;
      color: #fff; }
    .button.is-primary[disabled] {
      background-color: #0097D6;
      border-color: transparent;
      box-shadow: none; }
    .button.is-primary.is-inverted {
      background-color: #fff;
      color: #000; }
      .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: #0097D6; }
    .button.is-primary.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #0097D6;
      color: #0097D6; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
        background-color: #0097D6;
        border-color: #0097D6;
        color: #fff; }

      .button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #0097D6 #0097D6 !important; }
      .button.is-primary.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0097D6;
        box-shadow: none;
        color: #0097D6; }
    .button.is-primary.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
        background-color: #fff;
        border-color: #000;
        color: #000; }
      .button.is-primary.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-link {
    background-color: #0097D6;
    border-color: transparent;
    color: #fff; }
    .button.is-link:hover, .button.is-link.is-hovered {
      background-color: #008ec9;
      border-color: transparent;
      color: #fff; }
    .button.is-link:focus, .button.is-link.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
    .button.is-link:active, .button.is-link.is-active {
      background-color: #0085bd;
      border-color: transparent;
      color: #fff; }
    .button.is-link[disabled] {
      background-color: #0097D6;
      border-color: transparent;
      box-shadow: none; }
    .button.is-link.is-inverted {
      background-color: #fff;
      color: #0097D6; }
      .button.is-link.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-link.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #0097D6; }
    .button.is-link.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-link.is-outlined {
      background-color: transparent;
      border-color: #0097D6;
      color: #0097D6; }
      .button.is-link.is-outlined:hover, .button.is-link.is-outlined:focus {
        background-color: #0097D6;
        border-color: #0097D6;
        color: #fff; }
      .button.is-link.is-outlined.is-loading::after {
        border-color: transparent transparent #0097D6 #0097D6 !important; }
      .button.is-link.is-outlined[disabled] {
        background-color: transparent;
        border-color: #0097D6;
        box-shadow: none;
        color: #0097D6; }
    .button.is-link.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #0097D6; }
      .button.is-link.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
    .button.is-info:hover, .button.is-info.is-hovered {
      background-color: #1496ed;
      border-color: transparent;
      color: #fff; }
    .button.is-info:focus, .button.is-info.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
    .button.is-info:active, .button.is-info.is-active {
      background-color: #118fe4;
      border-color: transparent;
      color: #fff; }
    .button.is-info[disabled] {
      background-color: #209cee;
      border-color: transparent;
      box-shadow: none; }
    .button.is-info.is-inverted {
      background-color: #fff;
      color: #209cee; }
      .button.is-info.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-info.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-info.is-outlined {
      background-color: transparent;
      border-color: #209cee;
      color: #209cee; }
      .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
        background-color: #209cee;
        border-color: #209cee;
        color: #fff; }
      .button.is-info.is-outlined.is-loading::after {
        border-color: transparent transparent #209cee #209cee !important; }
      .button.is-info.is-outlined[disabled] {
        background-color: transparent;
        border-color: #209cee;
        box-shadow: none;
        color: #209cee; }
    .button.is-info.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #209cee; }
      .button.is-info.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
    .button.is-success:hover, .button.is-success.is-hovered {
      background-color: #22c65b;
      border-color: transparent;
      color: #fff; }
    .button.is-success:focus, .button.is-success.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
    .button.is-success:active, .button.is-success.is-active {
      background-color: #20bc56;
      border-color: transparent;
      color: #fff; }
    .button.is-success[disabled] {
      background-color: #23d160;
      border-color: transparent;
      box-shadow: none; }
    .button.is-success.is-inverted {
      background-color: #fff;
      color: #23d160; }
      .button.is-success.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-success.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #23d160; }
    .button.is-success.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-success.is-outlined {
      background-color: transparent;
      border-color: #23d160;
      color: #23d160; }
      .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
        background-color: #23d160;
        border-color: #23d160;
        color: #fff; }
      .button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #23d160 #23d160 !important; }
      .button.is-success.is-outlined[disabled] {
        background-color: transparent;
        border-color: #23d160;
        box-shadow: none;
        color: #23d160; }
    .button.is-success.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #23d160; }
      .button.is-success.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-warning {
    background-color: #FDBA14;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:hover, .button.is-warning.is-hovered {
      background-color: #fdb607;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning:focus, .button.is-warning.is-focused {
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(253, 186, 20, 0.25); }
    .button.is-warning:active, .button.is-warning.is-active {
      background-color: #f5af02;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.7); }
    .button.is-warning[disabled] {
      background-color: #FDBA14;
      border-color: transparent;
      box-shadow: none; }
    .button.is-warning.is-inverted {
      background-color: rgba(0, 0, 0, 0.7);
      color: #FDBA14; }
      .button.is-warning.is-inverted:hover {
        background-color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted[disabled] {
        background-color: rgba(0, 0, 0, 0.7);
        border-color: transparent;
        box-shadow: none;
        color: #FDBA14; }
    .button.is-warning.is-loading::after {
      border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; }
    .button.is-warning.is-outlined {
      background-color: transparent;
      border-color: #FDBA14;
      color: #FDBA14; }
      .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
        background-color: #FDBA14;
        border-color: #FDBA14;
        color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-outlined.is-loading::after {
        border-color: transparent transparent #FDBA14 #FDBA14 !important; }
      .button.is-warning.is-outlined[disabled] {
        background-color: transparent;
        border-color: #FDBA14;
        box-shadow: none;
        color: #FDBA14; }
    .button.is-warning.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(0, 0, 0, 0.7);
      color: rgba(0, 0, 0, 0.7); }
      .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
        background-color: rgba(0, 0, 0, 0.7);
        color: #FDBA14; }
      .button.is-warning.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.7);
        box-shadow: none;
        color: rgba(0, 0, 0, 0.7); }
  .button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
    .button.is-danger:hover, .button.is-danger.is-hovered {
      background-color: #ff2b56;
      border-color: transparent;
      color: #fff; }
    .button.is-danger:focus, .button.is-danger.is-focused {
      border-color: transparent;
      color: #fff; }
      .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
    .button.is-danger:active, .button.is-danger.is-active {
      background-color: #ff1f4b;
      border-color: transparent;
      color: #fff; }
    .button.is-danger[disabled] {
      background-color: #ff3860;
      border-color: transparent;
      box-shadow: none; }
    .button.is-danger.is-inverted {
      background-color: #fff;
      color: #ff3860; }
      .button.is-danger.is-inverted:hover {
        background-color: #f2f2f2; }
      .button.is-danger.is-inverted[disabled] {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #ff3860; }
    .button.is-danger.is-loading::after {
      border-color: transparent transparent #fff #fff !important; }
    .button.is-danger.is-outlined {
      background-color: transparent;
      border-color: #ff3860;
      color: #ff3860; }
      .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
        background-color: #ff3860;
        border-color: #ff3860;
        color: #fff; }
      .button.is-danger.is-outlined.is-loading::after {
        border-color: transparent transparent #ff3860 #ff3860 !important; }
      .button.is-danger.is-outlined[disabled] {
        background-color: transparent;
        border-color: #ff3860;
        box-shadow: none;
        color: #ff3860; }
    .button.is-danger.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #fff;
      color: #fff; }
      .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
        background-color: #fff;
        color: #ff3860; }
      .button.is-danger.is-inverted.is-outlined[disabled] {
        background-color: transparent;
        border-color: #fff;
        box-shadow: none;
        color: #fff; }
  .button.is-small {
    border-radius: 290486px;
    font-size: 0.75rem;
    padding-left: 2em;
    padding-right: 2em; }
  .button.is-medium {
    font-size: 1.15rem; }
  .button.is-large {
    font-size: 1.5rem; }
  .button[disabled] {
    background-color: white;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-static {
    background-color: #ebebeb;
    border-color: #dbdbdb;
    color: #818286;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 6px !important; }

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

.container {
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 1152px) {
    .container {
      max-width: 1024px;
      width: 1024px; }
      .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto; } }
  @media screen and (max-width: 1279px) {
    .container.is-widescreen {
      max-width: 1152px;
      width: auto; } }
  @media screen and (max-width: 1471px) {
    .container.is-fullhd {
      max-width: 1344px;
      width: auto; } }
  @media screen and (min-width: 1280px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
  @media screen and (min-width: 1472px) {
    .container {
      max-width: 1344px;
      width: 1344px; } }

.content li + li {
  margin-top: 0.25em; }
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  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: #ebebeb;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em; }
.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-top: 1em; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }
.content dd {
  margin-left: 2em; }
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }
.content sup,
.content sub {
  font-size: 75%; }
.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636;
    text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }
.content.is-small {
  font-size: 0.75rem; }
.content.is-medium {
  font-size: 1.25rem; }
.content.is-large {
  font-size: 1.5rem; }

.input,
input.expiry,
.textarea {
  border-radius: 6px;
  background-color: white;
  border-color: #dbdbdb;
  color: #363636;
  max-width: 100%;
  width: 100%; }
  .input::-moz-placeholder,
  input.expiry::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input::-webkit-input-placeholder,
  input.expiry::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-moz-placeholder,
  input.expiry:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:-ms-input-placeholder,
  input.expiry:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.3); }
  .input:hover, .input.is-hovered,
  input.expiry:hover,
  input.expiry.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #EBEBEB; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  input.expiry:focus,
  input.expiry.is-focused,
  input.expiry:active,
  input.expiry.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #0097D6;
    box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
  .input[disabled],
  input.expiry[disabled],
  .textarea[disabled] {
    background-color: #ebebeb;
    border-color: #ebebeb;
    box-shadow: none;
    color: #818286; }
    .input[disabled]::-moz-placeholder,
    input.expiry[disabled]::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder {
      color: rgba(129, 130, 134, 0.3); }
    .input[disabled]::-webkit-input-placeholder,
    input.expiry[disabled]::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder {
      color: rgba(129, 130, 134, 0.3); }
    .input[disabled]:-moz-placeholder,
    input.expiry[disabled]:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder {
      color: rgba(129, 130, 134, 0.3); }
    .input[disabled]:-ms-input-placeholder,
    input.expiry[disabled]:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder {
      color: rgba(129, 130, 134, 0.3); }
  .input[readonly],
  input.expiry[readonly],
  .textarea[readonly] {
    box-shadow: none; }
  .input.is-white,
  input.expiry.is-white,
  .textarea.is-white {
    border-color: white; }
    .input.is-white:focus, .input.is-white.is-focused, .input.is-white:active, .input.is-white.is-active,
    input.expiry.is-white:focus,
    input.expiry.is-white.is-focused,
    input.expiry.is-white:active,
    input.expiry.is-white.is-active,
    .textarea.is-white:focus,
    .textarea.is-white.is-focused,
    .textarea.is-white:active,
    .textarea.is-white.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .input.is-black,
  input.expiry.is-black,
  .textarea.is-black {
    border-color: #000; }
    .input.is-black:focus, .input.is-black.is-focused, .input.is-black:active, .input.is-black.is-active,
    input.expiry.is-black:focus,
    input.expiry.is-black.is-focused,
    input.expiry.is-black:active,
    input.expiry.is-black.is-active,
    .textarea.is-black:focus,
    .textarea.is-black.is-focused,
    .textarea.is-black:active,
    .textarea.is-black.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .input.is-light,
  input.expiry.is-light,
  .textarea.is-light {
    border-color: #ebebeb; }
    .input.is-light:focus, .input.is-light.is-focused, .input.is-light:active, .input.is-light.is-active,
    input.expiry.is-light:focus,
    input.expiry.is-light.is-focused,
    input.expiry.is-light:active,
    input.expiry.is-light.is-active,
    .textarea.is-light:focus,
    .textarea.is-light.is-focused,
    .textarea.is-light:active,
    .textarea.is-light.is-active {
      box-shadow: 0 0 0 0.125em rgba(235, 235, 235, 0.25); }
  .input.is-dark,
  input.expiry.is-dark,
  .textarea.is-dark {
    border-color: #363636; }
    .input.is-dark:focus, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark.is-active,
    input.expiry.is-dark:focus,
    input.expiry.is-dark.is-focused,
    input.expiry.is-dark:active,
    input.expiry.is-dark.is-active,
    .textarea.is-dark:focus,
    .textarea.is-dark.is-focused,
    .textarea.is-dark:active,
    .textarea.is-dark.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .input.is-primary,
  input.expiry.is-primary,
  .textarea.is-primary {
    border-color: #0097D6; }
    .input.is-primary:focus, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary.is-active,
    input.expiry.is-primary:focus,
    input.expiry.is-primary.is-focused,
    input.expiry.is-primary:active,
    input.expiry.is-primary.is-active,
    .textarea.is-primary:focus,
    .textarea.is-primary.is-focused,
    .textarea.is-primary:active,
    .textarea.is-primary.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
  .input.is-link,
  input.expiry.is-link,
  .textarea.is-link {
    border-color: #0097D6; }
    .input.is-link:focus, .input.is-link.is-focused, .input.is-link:active, .input.is-link.is-active,
    input.expiry.is-link:focus,
    input.expiry.is-link.is-focused,
    input.expiry.is-link:active,
    input.expiry.is-link.is-active,
    .textarea.is-link:focus,
    .textarea.is-link.is-focused,
    .textarea.is-link:active,
    .textarea.is-link.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
  .input.is-info,
  input.expiry.is-info,
  .textarea.is-info {
    border-color: #209cee; }
    .input.is-info:focus, .input.is-info.is-focused, .input.is-info:active, .input.is-info.is-active,
    input.expiry.is-info:focus,
    input.expiry.is-info.is-focused,
    input.expiry.is-info:active,
    input.expiry.is-info.is-active,
    .textarea.is-info:focus,
    .textarea.is-info.is-focused,
    .textarea.is-info:active,
    .textarea.is-info.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .input.is-success,
  input.expiry.is-success,
  .textarea.is-success {
    border-color: #23d160; }
    .input.is-success:focus, .input.is-success.is-focused, .input.is-success:active, .input.is-success.is-active,
    input.expiry.is-success:focus,
    input.expiry.is-success.is-focused,
    input.expiry.is-success:active,
    input.expiry.is-success.is-active,
    .textarea.is-success:focus,
    .textarea.is-success.is-focused,
    .textarea.is-success:active,
    .textarea.is-success.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  .input.is-warning,
  input.expiry.is-warning,
  .textarea.is-warning {
    border-color: #FDBA14; }
    .input.is-warning:focus, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning.is-active,
    input.expiry.is-warning:focus,
    input.expiry.is-warning.is-focused,
    input.expiry.is-warning:active,
    input.expiry.is-warning.is-active,
    .textarea.is-warning:focus,
    .textarea.is-warning.is-focused,
    .textarea.is-warning:active,
    .textarea.is-warning.is-active {
      box-shadow: 0 0 0 0.125em rgba(253, 186, 20, 0.25); }
  .input.is-danger,
  input.expiry.is-danger,
  .textarea.is-danger {
    border-color: #ff3860; }
    .input.is-danger:focus, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger.is-active,
    input.expiry.is-danger:focus,
    input.expiry.is-danger.is-focused,
    input.expiry.is-danger:active,
    input.expiry.is-danger.is-active,
    .textarea.is-danger:focus,
    .textarea.is-danger.is-focused,
    .textarea.is-danger:active,
    .textarea.is-danger.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  .input.is-small,
  input.expiry.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .input.is-medium,
  input.expiry.is-medium,
  .textarea.is-medium {
    font-size: 1.25rem; }
  .input.is-large,
  input.expiry.is-large,
  .textarea.is-large {
    font-size: 1.5rem; }
  .input.is-fullwidth,
  input.expiry.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  input.expiry.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.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: initial; }
  .textarea.has-fixed-size {
    resize: none; }

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

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
  width: 100%; }
  .select:not(.is-multiple) {
    height: 2.25em; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select select {
    border-radius: 6px;
    background-color: white;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1.06em;
    max-width: 100%;
    outline: none;
    width: 100%; }
    .select select::-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-moz-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.3); }
    .select select:hover, .select select.is-hovered {
      border-color: #EBEBEB; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #0097D6;
      box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
    .select select[disabled] {
      background-color: #ebebeb;
      border-color: #ebebeb;
      box-shadow: none;
      color: #818286; }
      .select select[disabled]::-moz-placeholder {
        color: rgba(129, 130, 134, 0.3); }
      .select select[disabled]::-webkit-input-placeholder {
        color: rgba(129, 130, 134, 0.3); }
      .select select[disabled]:-moz-placeholder {
        color: rgba(129, 130, 134, 0.3); }
      .select select[disabled]:-ms-input-placeholder {
        color: rgba(129, 130, 134, 0.3); }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover {
      border-color: #ebebeb; }
    .select select:not([multiple]) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: initial;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636; }
  .select.is-white:not(:hover)::after {
    border-color: white; }
  .select.is-white select {
    border-color: white; }
    .select.is-white select:hover, .select.is-white select.is-hovered {
      border-color: #f2f2f2; }
    .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }
  .select.is-black:not(:hover)::after {
    border-color: #000; }
  .select.is-black select {
    border-color: #000; }
    .select.is-black select:hover, .select.is-black select.is-hovered {
      border-color: black; }
    .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .select.is-light:not(:hover)::after {
    border-color: #ebebeb; }
  .select.is-light select {
    border-color: #ebebeb; }
    .select.is-light select:hover, .select.is-light select.is-hovered {
      border-color: #dedede; }
    .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
      box-shadow: 0 0 0 0.125em rgba(235, 235, 235, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #0097D6; }
  .select.is-primary select {
    border-color: #0097D6; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #0085bd; }
    .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #0097D6; }
  .select.is-link select {
    border-color: #0097D6; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #0085bd; }
    .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
      box-shadow: 0 0 0 0.125em rgba(0, 151, 214, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #209cee; }
  .select.is-info select {
    border-color: #209cee; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0.125em rgba(32, 156, 238, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #23d160; }
  .select.is-success select {
    border-color: #23d160; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #20bc56; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #FDBA14; }
  .select.is-warning select {
    border-color: #FDBA14; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #f5af02; }
    .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
      box-shadow: 0 0 0 0.125em rgba(253, 186, 20, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #ff3860; }
  .select.is-danger select {
    border-color: #ff3860; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ff1f4b; }
    .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.5rem; }
  .select.is-disabled::after {
    border-color: #818286; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative; }
  .file.is-white .file-cta {
    background-color: white;
    border-color: transparent;
    color: #000; }
  .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #000; }
  .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
    color: #000; }
  .file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #000; }
  .file.is-black .file-cta {
    background-color: #000;
    border-color: transparent;
    color: white; }
  .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
    color: white; }
  .file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
    background-color: black;
    border-color: transparent;
    color: white; }
  .file.is-light .file-cta {
    background-color: #ebebeb;
    border-color: transparent;
    color: #363636; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #e5e5e5;
    border-color: transparent;
    color: #363636; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(235, 235, 235, 0.25);
    color: #363636; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #dedede;
    border-color: transparent;
    color: #363636; }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #ebebeb; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #ebebeb; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: #ebebeb; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #ebebeb; }
  .file.is-primary .file-cta {
    background-color: #0097D6;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #008ec9;
    border-color: transparent;
    color: #fff; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 151, 214, 0.25);
    color: #fff; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #0085bd;
    border-color: transparent;
    color: #fff; }
  .file.is-link .file-cta {
    background-color: #0097D6;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #008ec9;
    border-color: transparent;
    color: #fff; }
  .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(0, 151, 214, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #0085bd;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #FDBA14;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
    background-color: #fdb607;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(253, 186, 20, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #f5af02;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 4px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
  .file.is-centered {
    justify-content: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    justify-content: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }

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

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

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

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

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

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

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

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #000; }
  .help.is-light {
    color: #ebebeb; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #0097D6; }
  .help.is-link {
    color: #0097D6; }
  .help.is-info {
    color: #209cee; }
  .help.is-success {
    color: #23d160; }
  .help.is-warning {
    color: #FDBA14; }
  .help.is-danger {
    color: #ff3860; }

.field:not(:last-child) {
  margin-bottom: 1.5rem; }
.field.has-addons {
  display: flex;
  justify-content: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .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: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 .button:hover, .field.has-addons .control .button.is-hovered,
  .field.has-addons .control .input:hover,
  .field.has-addons .control .input.is-hovered,
  .field.has-addons .control .select select:hover,
  .field.has-addons .control .select select.is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:focus, .field.has-addons .control .button.is-focused, .field.has-addons .control .button:active, .field.has-addons .control .button.is-active,
  .field.has-addons .control .input:focus,
  .field.has-addons .control .input.is-focused,
  .field.has-addons .control .input:active,
  .field.has-addons .control .input.is-active,
  .field.has-addons .control .select select:focus,
  .field.has-addons .control .select select.is-focused,
  .field.has-addons .control .select select:active,
  .field.has-addons .control .select select.is-active {
    z-index: 3; }
    .field.has-addons .control .button:focus:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button.is-active:hover,
    .field.has-addons .control .input:focus:hover,
    .field.has-addons .control .input.is-focused:hover,
    .field.has-addons .control .input:active:hover,
    .field.has-addons .control .input.is-active:hover,
    .field.has-addons .control .select select:focus:hover,
    .field.has-addons .control .select select.is-focused:hover,
    .field.has-addons .control .select select:active:hover,
    .field.has-addons .control .select select.is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    flex-grow: 1; }
  .field.has-addons.has-addons-centered {
    justify-content: center; }
  .field.has-addons.has-addons-right {
    justify-content: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    flex-grow: 1;
    flex-shrink: 0; }
.field.is-grouped {
  display: flex;
  justify-content: flex-start; }
  .field.is-grouped > .control {
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      flex-grow: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-centered {
    justify-content: center; }
  .field.is-grouped.is-grouped-right {
    justify-content: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
.field.is-horizontal > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1; }
@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex; }
  #lname_modal {
    padding-left: 10px !important; margin-right: 0px !important; }
}

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

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

.control {
  font-size: 1rem;
  position: relative;
  text-align: left;
  margin-right: 1rem; }
  @media screen and (max-width: 768px) {
    .control {
      margin-right: 0;
      margin-bottom: 1rem; } }
  .control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icon .input:focus + .icon {
    color: #818286; }
  .control.has-icon .input.is-small + .icon {
    font-size: 0.75rem; }
  .control.has-icon .input.is-medium + .icon {
    font-size: 1.25rem; }
  .control.has-icon .input.is-large + .icon {
    font-size: 1.5rem; }
  .control.has-icon:not(.has-icon-right) .icon {
    left: 0; }
  .control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em; }
  .control.has-icon.has-icon-right .icon {
    right: 0; }
  .control.has-icon.has-icon-right .input {
    padding-right: 2.25em; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #818286; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.5rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.form-text-link a {
  color: inherit;
  text-decoration: underline; }
  .form-text-link a:hover {
    text-decoration: none; }

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none; }

input[type="search"]::-moz-placeholder {
  color: white; }
input[type="search"]::-webkit-input-placeholder {
  color: white; }
input[type="search"]:-moz-placeholder {
  color: white; }
input[type="search"]:-ms-input-placeholder {
  color: white; }

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem; }
  .icon.is-small {
    height: 1rem;
    width: 1rem; }
  .icon.is-medium {
    height: 2rem;
    width: 2rem; }
  .icon.is-large {
    height: 3rem;
    width: 3rem; }

a.is-primary:hover .icon svg g {
  fill: #0097D6; }

.image {
  display: block;
  position: relative; }
  .image img {
    display: block;
    height: auto;
    width: 100%; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image.is-square img, .image.is-1by1 img, .image.is-5by4 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-5by3 img, .image.is-16by9 img, .image.is-2by1 img, .image.is-3by1 img, .image.is-4by5 img, .image.is-3by4 img, .image.is-2by3 img, .image.is-3by5 img, .image.is-9by16 img, .image.is-1by2 img, .image.is-1by3 img {
    height: 100%;
    width: 100%; }
  .image.is-square, .image.is-1by1 {
    padding-top: 100%; }
  .image.is-5by4 {
    padding-top: 80%; }
  .image.is-4by3 {
    padding-top: 75%; }
  .image.is-3by2 {
    padding-top: 66.6666%; }
  .image.is-5by3 {
    padding-top: 60%; }
  .image.is-16by9 {
    padding-top: 56.25%; }
  .image.is-2by1 {
    padding-top: 50%; }
  .image.is-3by1 {
    padding-top: 33.3333%; }
  .image.is-4by5 {
    padding-top: 125%; }
  .image.is-3by4 {
    padding-top: 133.3333%; }
  .image.is-2by3 {
    padding-top: 150%; }
  .image.is-3by5 {
    padding-top: 166.6666%; }
  .image.is-9by16 {
    padding-top: 177.7777%; }
  .image.is-1by2 {
    padding-top: 200%; }
  .image.is-1by3 {
    padding-top: 300%; }
  .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; }

.notification {
  background-color: #ebebeb;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }
  .notification a:not(.button) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong {
    color: currentColor; }
  .notification code,
  .notification pre {
    background: white; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }
  .notification.is-white {
    background-color: white;
    color: #000; }
  .notification.is-black {
    background-color: #000;
    color: white; }
  .notification.is-light {
    background-color: #ebebeb;
    color: #363636; }
  .notification.is-dark {
    background-color: #363636;
    color: #ebebeb; }
  .notification.is-primary {
    background-color: #0097D6;
    color: #fff; }
  .notification.is-link {
    background-color: #0097D6;
    color: #fff; }
  .notification.is-info {
    background-color: #209cee;
    color: #fff; }
  .notification.is-success {
    background-color: #23d160;
    color: #fff; }
  .notification.is-warning {
    background-color: #FDBA14;
    color: rgba(0, 0, 0, 0.7); }
  .notification.is-danger {
    background-color: #ff3860;
    color: #fff; }

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress::-webkit-progress-bar {
    background-color: #dbdbdb; }
  .progress::-webkit-progress-value {
    background-color: #000; }
  .progress::-moz-progress-bar {
    background-color: #000; }
  .progress::-ms-fill {
    background-color: #000;
    border: none; }
  .progress.is-white::-webkit-progress-value {
    background-color: white; }
  .progress.is-white::-moz-progress-bar {
    background-color: white; }
  .progress.is-white::-ms-fill {
    background-color: white; }
  .progress.is-black::-webkit-progress-value {
    background-color: #000; }
  .progress.is-black::-moz-progress-bar {
    background-color: #000; }
  .progress.is-black::-ms-fill {
    background-color: #000; }
  .progress.is-light::-webkit-progress-value {
    background-color: #ebebeb; }
  .progress.is-light::-moz-progress-bar {
    background-color: #ebebeb; }
  .progress.is-light::-ms-fill {
    background-color: #ebebeb; }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-dark::-ms-fill {
    background-color: #363636; }
  .progress.is-primary::-webkit-progress-value {
    background-color: #0097D6; }
  .progress.is-primary::-moz-progress-bar {
    background-color: #0097D6; }
  .progress.is-primary::-ms-fill {
    background-color: #0097D6; }
  .progress.is-link::-webkit-progress-value {
    background-color: #0097D6; }
  .progress.is-link::-moz-progress-bar {
    background-color: #0097D6; }
  .progress.is-link::-ms-fill {
    background-color: #0097D6; }
  .progress.is-info::-webkit-progress-value {
    background-color: #209cee; }
  .progress.is-info::-moz-progress-bar {
    background-color: #209cee; }
  .progress.is-info::-ms-fill {
    background-color: #209cee; }
  .progress.is-success::-webkit-progress-value {
    background-color: #23d160; }
  .progress.is-success::-moz-progress-bar {
    background-color: #23d160; }
  .progress.is-success::-ms-fill {
    background-color: #23d160; }
  .progress.is-warning::-webkit-progress-value {
    background-color: #FDBA14; }
  .progress.is-warning::-moz-progress-bar {
    background-color: #FDBA14; }
  .progress.is-warning::-ms-fill {
    background-color: #FDBA14; }
  .progress.is-danger::-webkit-progress-value {
    background-color: #ff3860; }
  .progress.is-danger::-moz-progress-bar {
    background-color: #ff3860; }
  .progress.is-danger::-ms-fill {
    background-color: #ff3860; }
  .progress.is-small {
    height: 0.75rem; }
  .progress.is-medium {
    height: 1.25rem; }
  .progress.is-large {
    height: 1.5rem; }

.table {
  background-color: white;
  color: #363636; }
  .table td,
  .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-white,
    .table th.is-white {
      background-color: white;
      border-color: white;
      color: #000; }
    .table td.is-black,
    .table th.is-black {
      background-color: #000;
      border-color: #000;
      color: white; }
    .table td.is-light,
    .table th.is-light {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #363636; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: #ebebeb; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #0097D6;
      border-color: #0097D6;
      color: #fff; }
    .table td.is-link,
    .table th.is-link {
      background-color: #0097D6;
      border-color: #0097D6;
      color: #fff; }
    .table td.is-info,
    .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff; }
    .table td.is-success,
    .table th.is-success {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #FDBA14;
      border-color: #FDBA14;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #ff3860;
      border-color: #ff3860;
      color: #fff; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #0097D6;
      color: #fff; }
      .table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
  .table th {
    color: #363636;
    text-align: left; }
  .table tr.is-selected {
    background-color: #0097D6;
    color: #fff; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: #fff;
      color: currentColor; }
  .table thead td,
  .table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .table tfoot td,
  .table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .table tbody tr:last-child td,
  .table tbody tr:last-child th {
    border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #ebebeb; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%; }

@media screen and (max-width: 768px) {
  .table.is-responsive {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative; }
    .table.is-responsive::after {
      background: url("images/shadow.png") repeat-y 0;
      content: "";
      position: absolute;
      top: 0;
      right: 0px;
      height: 100%;
      width: 11px; }
    .table.is-responsive td:empty:before {
      content: " "; }
    .table.is-responsive th,
    .table.is-responsive td {
      margin: 0;
      vertical-align: top; }
    .table.is-responsive th {
      text-align: left; }
      .table.is-responsive th.is-65px {
        height: 65px; }
    .table.is-responsive thead {
      border-right: solid 2px #dbdbdb;
      display: block;
      float: left; }
      .table.is-responsive thead tr {
        display: block;
        padding: 0 10px 0 0; }
        .table.is-responsive thead tr th::before {
          content: " "; }
      .table.is-responsive thead td,
      .table.is-responsive thead th {
        border-width: 0 0 1px; }
    .table.is-responsive tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      .table.is-responsive tbody tr {
        display: inline-block;
        vertical-align: top; }
        .table.is-responsive tbody tr:last-child td:not(:last-child) {
          border: 1px solid #dbdbdb;
          border-width: 0 0 1px; }
        .table.is-responsive tbody tr:last-child th,
        .table.is-responsive tbody tr:last-child td {
          border-bottom-width: 1px; }
      .table.is-responsive tbody th:last-child,
      .table.is-responsive tbody td:last-child {
        border-bottom-width: 0; }
    .table.is-responsive th {
      display: block;
      text-align: left; }
    .table.is-responsive td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    .table.is-responsive th:last-child,
    .table.is-responsive td:last-child {
      border-bottom-width: 0; }
    .table.is-responsive tr:last-child td:not(:last-child) {
      border: 1px solid #dbdbdb;
      border-width: 0 0 1px; }
    .table.is-responsive.is-bordered td,
    .table.is-responsive.is-bordered th {
      border-width: 1px; }
    .table.is-responsive.is-bordered tr td:last-child,
    .table.is-responsive.is-bordered tr th:last-child {
      border-bottom-width: 1px; }
    .table.is-responsive.is-bordered tr:last-child td,
    .table.is-responsive.is-bordered tr:last-child th {
      border-width: 1px; } }

.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.has-addons .tag {
    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; }
  .tags.is-centered {
    justify-content: center; }
    .tags.is-centered .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  .tags.is-right {
    justify-content: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
    .tags.is-right .tag:not(:last-child) {
      margin-right: 0; }

.tag:not(body) {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 4px;
  color: #000;
  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;
  text-transform: uppercase; }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
  .tag:not(body).is-white {
    background-color: white;
    color: #000; }
  .tag:not(body).is-black {
    background-color: #000;
    color: white; }
  .tag:not(body).is-light {
    background-color: #ebebeb;
    color: #363636; }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: #ebebeb; }
  .tag:not(body).is-primary {
    background-color: #0097D6;
    color: #fff; }
  .tag:not(body).is-link {
    background-color: #0097D6;
    color: #fff; }
  .tag:not(body).is-info {
    background-color: #209cee;
    color: #fff; }
  .tag:not(body).is-success {
    background-color: #23d160;
    color: #fff; }
  .tag:not(body).is-warning {
    background-color: #FDBA14;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff; }
  .tag:not(body).is-medium {
    font-size: 1rem; }
  .tag:not(body).is-large {
    font-size: 1.25rem; }
  .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-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
    .tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
    .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #dedede; }
    .tag:not(body).is-delete:active {
      background-color: #d2d2d2; }
  .tag:not(body).is-rounded {
    border-radius: 290486px; }

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

.title,
.subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

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

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

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
  .datepicker-container::before, .datepicker-container::after {
    border: 5px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0; }

.datepicker-dropdown {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left::before, .datepicker-top-left::after {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #39f; }

.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left::before, .datepicker-bottom-left::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #39f; }

.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-top-right::before, .datepicker-top-right::after {
  left: auto;
  right: 10px; }

.datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }
  .datepicker-panel > ul::before {
    content: " ";
    display: table; }
  .datepicker-panel > ul::after {
    content: " ";
    display: table;
    clear: both; }
  .datepicker-panel > ul > li {
    background-color: #fff;
    cursor: pointer;
    float: left;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px; }
    .datepicker-panel > ul > li:hover {
      background-color: #e5f2ff; }
    .datepicker-panel > ul > li.muted {
      color: #999; }
      .datepicker-panel > ul > li.muted:hover {
        color: #999; }
    .datepicker-panel > ul > li.highlighted {
      background-color: #e5f2ff; }
      .datepicker-panel > ul > li.highlighted:hover {
        background-color: #cce5ff; }
    .datepicker-panel > ul > li.picked {
      color: #39f; }
      .datepicker-panel > ul > li.picked:hover {
        color: #39f; }
    .datepicker-panel > ul > li.disabled {
      background-color: #fff;
      color: #ccc;
      cursor: default; }
      .datepicker-panel > ul > li.disabled:hover {
        background-color: #fff;
        color: #ccc;
        cursor: default; }
      .datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
        background-color: #e5f2ff; }
    .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="next"] {
      font-size: 18px; }
    .datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
      width: 150px; }
  .datepicker-panel > ul[data-view="years"] > li, .datepicker-panel > ul[data-view="months"] > li {
    height: 52.5px;
    line-height: 52.5px;
    width: 52.5px; }
  .datepicker-panel > ul[data-view="week"] > li {
    background-color: #fff;
    cursor: default; }
    .datepicker-panel > ul[data-view="week"] > li:hover {
      background-color: #fff;
      cursor: default; }

.datepicker-hide {
  display: none; }

.flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("images/icons/flags.png") no-repeat; }
  .flag.flag-ae {
    background-position: -24px 0; }
  .flag.flag-ru {
    background-position: -144px -264px; }
  .flag.flag-cz {
    background-position: -72px -72px; }
  .flag.flag-ma {
    background-position: -48px -192px; }
  .flag.flag-vg {
    background-position: -72px -336px; }
  .flag.flag-fo {
    background-position: -144px -96px; }
  .flag.flag-cl {
    background-position: -240px -48px; }
  .flag.flag-gg {
    background-position: -288px -96px; }
  .flag.flag-gl {
    background-position: -360px -96px; }
  .flag.flag-sc {
    background-position: -240px -264px; }
  .flag.flag-gt {
    background-position: -120px -120px; }
  .flag.flag-mf {
    background-position: -144px -192px; }
  .flag.flag-yt {
    background-position: -240px -336px; }
  .flag.flag-bs {
    background-position: -336px -24px; }
  .flag.flag-om {
    background-position: -120px -240px; }
  .flag.flag-an {
    background-position: -168px 0; }
  .flag.flag-rw {
    background-position: -168px -264px; }
  .flag.flag-sz {
    background-position: -240px -288px; }
  .flag.flag-az {
    background-position: -360px 0; }
  .flag.flag-tz {
    background-position: -240px -312px; }
  .flag.flag-lu {
    background-position: -360px -168px; }
  .flag.flag-mu {
    background-position: -72px -216px; }
  .flag.flag-ax {
    background-position: -336px 0; }
  .flag.flag-gd {
    background-position: -240px -96px; }
  .flag.flag-tg {
    background-position: -336px -288px; }
  .flag.flag-hk {
    background-position: -216px -120px; }
  .flag.flag-vn {
    background-position: -120px -336px; }
  .flag.flag-by {
    background-position: -24px -48px; }
  .flag.flag-vi {
    background-position: -96px -336px; }
  .flag.flag-sa {
    background-position: -192px -264px; }
  .flag.flag-ao {
    background-position: -192px 0; }
  .flag.flag-be {
    background-position: -72px -24px; }
  .flag.flag-cu {
    background-position: -360px -48px; }
  .flag.flag-iq {
    background-position: -96px -144px; }
  .flag.flag-pt {
    background-position: 0 -264px; }
  .flag.flag-sb {
    background-position: -216px -264px; }
  .flag.flag-tm {
    background-position: -72px -312px; }
  .flag.flag-mg {
    background-position: -168px -192px; }
  .flag.flag-mc {
    background-position: -72px -192px; }
  .flag.flag-gw {
    background-position: -168px -120px; }
  .flag.flag-bm {
    background-position: -240px -24px; }
  .flag.flag-fi {
    background-position: -48px -96px; }
  .flag.flag-kw {
    background-position: -96px -168px; }
  .flag.flag-kh {
    background-position: -336px -144px; }
  .flag.flag-tk {
    background-position: -24px -312px; }
  .flag.flag-gb,.flag.flag-uk {
    background-position: -216px -96px; }
  .flag.flag-th {
    background-position: -360px -288px; }
  .flag.flag-cg {
    background-position: -144px -48px; }
  .flag.flag-my {
    background-position: -168px -216px; }
  .flag.flag-sn {
    background-position: -72px -288px; }
  .flag.flag-uy {
    background-position: -336px -312px; }
  .flag.flag-aw {
    background-position: -312px 0; }
  .flag.flag-nl {
    background-position: -360px -216px; }
  .flag.flag-hn {
    background-position: -240px -120px; }
  .flag.flag-mp {
    background-position: -336px -192px; }
  .flag.flag-cm {
    background-position: -264px -48px; }
  .flag.flag-na {
    background-position: -216px -216px; }
  .flag.flag-fr {
    background-position: -168px -96px; }
  .flag.flag-mr {
    background-position: 0 -216px; }
  .flag.flag-al {
    background-position: -120px 0; }
  .flag.flag-fk {
    background-position: -96px -96px; }
  .flag.flag-je {
    background-position: -192px -144px; }
  .flag.flag-ly {
    background-position: -24px -192px; }
  .flag.flag-tv {
    background-position: -192px -312px; }
  .flag.flag-ne {
    background-position: -264px -216px; }
  .flag.flag-np {
    background-position: -24px -240px; }
  .flag.flag-mo {
    background-position: -312px -192px; }
  .flag.flag-sm {
    background-position: -48px -288px; }
  .flag.flag-ca {
    background-position: -72px -48px; }
  .flag.flag-kr {
    background-position: -72px -168px; }
  .flag.flag-td {
    background-position: -288px -288px; }
  .flag.flag-nr {
    background-position: -48px -240px; }
  .flag.flag-ch {
    background-position: -168px -48px; }
  .flag.flag-bf {
    background-position: -96px -24px; }
  .flag.flag-il {
    background-position: -24px -144px; }
  .flag.flag-sk {
    background-position: 0 -288px; }
  .flag.flag-pg {
    background-position: -216px -240px; }
  .flag.flag-ga {
    background-position: -192px -96px; }
  .flag.flag-dm {
    background-position: -168px -72px; }
  .flag.flag-kz {
    background-position: -144px -168px; }
  .flag.flag-gy {
    background-position: -192px -120px; }
  .flag.flag-tn {
    background-position: -96px -312px; }
  .flag.flag-do {
    background-position: -192px -72px; }
  .flag.flag-in {
    background-position: -72px -144px; }
  .flag.flag-ph {
    background-position: -240px -240px; }
  .flag.flag-ua {
    background-position: -264px -312px; }
  .flag.flag-sl {
    background-position: -24px -288px; }
  .flag.flag-it {
    background-position: -168px -144px; }
  .flag.flag-uz {
    background-position: -360px -312px; }
  .flag.flag-at {
    background-position: -264px 0; }
  .flag.flag-as {
    background-position: -240px 0; }
  .flag.flag-nf {
    background-position: -288px -216px; }
  .flag.flag-ss {
    background-position: -144px -288px; }
  .flag.flag-hr {
    background-position: -264px -120px; }
  .flag.flag-va {
    background-position: 0 -336px; }
  .flag.flag-us {
    background-position: -312px -312px; }
  .flag.flag-bz {
    background-position: -48px -48px; }
  .flag.flag-eg {
    background-position: -288px -72px; }
  .flag.flag-dk {
    background-position: -144px -72px; }
  .flag.flag-ye {
    background-position: -216px -336px; }
  .flag.flag-ky {
    background-position: -120px -168px; }
  .flag.flag-kn {
    background-position: -24px -168px; }
  .flag.flag-bo {
    background-position: -288px -24px; }
  .flag.flag-vu {
    background-position: -144px -336px; }
  .flag.flag-cw {
    background-position: -24px -72px; }
  .flag.flag-nz {
    background-position: -96px -240px; }
  .flag.flag-ci {
    background-position: -192px -48px; }
  .flag.flag-gn {
    background-position: -24px -120px; }
  .flag.flag-mw {
    background-position: -120px -216px; }
  .flag.flag-bi {
    background-position: -168px -24px; }
  .flag.flag-ps {
    background-position: -360px -240px; }
  .flag.flag-lc {
    background-position: -216px -168px; }
  .flag.flag-ir {
    background-position: -120px -144px; }
  .flag.flag-la {
    background-position: -168px -168px; }
  .flag.flag-ck {
    background-position: -216px -48px; }
  .flag.flag-bh {
    background-position: -144px -24px; }
  .flag.flag-to {
    background-position: -120px -312px; }
  .flag.flag-pn {
    background-position: -312px -240px; }
  .flag.flag-nu {
    background-position: -72px -240px; }
  .flag.flag-mt {
    background-position: -48px -216px; }
  .flag.flag-pa {
    background-position: -144px -240px; }
  .flag.flag-km {
    background-position: 0 -168px; }
  .flag.flag-fm {
    background-position: -120px -96px; }
  .flag.flag-kg {
    background-position: -312px -144px; }
  .flag.flag-gs {
    background-position: -96px -120px; }
  .flag.flag-ag {
    background-position: -72px 0; }
  .flag.flag-so {
    background-position: -96px -288px; }
  .flag.flag-gr {
    background-position: -72px -120px; }
  .flag.flag-nc {
    background-position: -240px -216px; }
  .flag.flag-bt {
    background-position: -360px -24px; }
  .flag.flag-ht {
    background-position: -288px -120px; }
  .flag.flag-ml {
    background-position: -240px -192px; }
  .flag.flag-cf {
    background-position: -120px -48px; }
  .flag.flag-bl {
    background-position: -216px -24px; }
  .flag.flag-ar {
    background-position: -216px 0; }
  .flag.flag-ad {
    background-position: 0 0; }
  .flag.flag-au {
    background-position: -288px 0; }
  .flag.flag-st {
    background-position: -168px -288px; }
  .flag.flag-af {
    background-position: -48px 0; }
  .flag.flag-sv {
    background-position: -192px -288px; }
  .flag.flag-jo {
    background-position: -240px -144px; }
  .flag.flag-bw {
    background-position: 0 -48px; }
  .flag.flag-rs {
    background-position: -120px -264px; }
  .flag.flag-et {
    background-position: 0 -96px; }
  .flag.flag-dz {
    background-position: -216px -72px; }
  .flag.flag-id {
    background-position: -360px -120px; }
  .flag.flag-bn {
    background-position: -264px -24px; }
  .flag.flag-py {
    background-position: -48px -264px; }
  .flag.flag-lr {
    background-position: -288px -168px; }
  .flag.flag-ic {
    background-position: -336px -120px; }
  .flag.flag-is {
    background-position: -144px -144px; }
  .flag.flag-er {
    background-position: -336px -72px; }
  .flag.flag-tj {
    background-position: 0 -312px; }
  .flag.flag-am {
    background-position: -144px 0; }
  .flag.flag-gi {
    background-position: -336px -96px; }
  .flag.flag-si {
    background-position: -360px -264px; }
  .flag.flag-ug {
    background-position: -288px -312px; }
  .flag.flag-cy {
    background-position: -48px -72px; }
  .flag.flag-pr {
    background-position: -336px -240px; }
  .flag.flag-lt {
    background-position: -336px -168px; }
  .flag.flag-tw {
    background-position: -216px -312px; }
  .flag.flag-tl {
    background-position: -48px -312px; }
  .flag.flag-tc {
    background-position: -264px -288px; }
  .flag.flag-li {
    background-position: -240px -168px; }
  .flag.flag-ki {
    background-position: -360px -144px; }
  .flag.flag-cn {
    background-position: -288px -48px; }
  .flag.flag-mm {
    background-position: -264px -192px; }
  .flag.flag-ng {
    background-position: -312px -216px; }
  .flag.flag-bj {
    background-position: -192px -24px; }
  .flag.flag-eu {
    background-position: -24px -96px; }
  .flag.flag-ni {
    background-position: -336px -216px; }
  .flag.flag-lb {
    background-position: -192px -168px; }
  .flag.flag-md {
    background-position: -96px -192px; }
  .flag.flag-bd {
    background-position: -48px -24px; }
  .flag.flag-pk {
    background-position: -264px -240px; }
  .flag.flag-pf {
    background-position: -192px -240px; }
  .flag.flag-ba {
    background-position: 0 -24px; }
  .flag.flag-mx {
    background-position: -144px -216px; }
  .flag.flag-sg {
    background-position: -312px -264px; }
  .flag.flag-mv {
    background-position: -96px -216px; }
  .flag.flag-qa {
    background-position: -72px -264px; }
  .flag.flag-pw {
    background-position: -24px -264px; }
  .flag.flag-ms {
    background-position: -24px -216px; }
  .flag.flag-sr {
    background-position: -120px -288px; }
  .flag.flag-me {
    background-position: -120px -192px; }
  .flag.flag-pl {
    background-position: -288px -240px; }
  .flag.flag-hu {
    background-position: -312px -120px; }
  .flag.flag-mz {
    background-position: -192px -216px; }
  .flag.flag-ie {
    background-position: 0 -144px; }
  .flag.flag-tr {
    background-position: -144px -312px; }
  .flag.flag-lk {
    background-position: -264px -168px; }
  .flag.flag-eh {
    background-position: -312px -72px; }
  .flag.flag-cr {
    background-position: -336px -48px; }
  .flag.flag-zm {
    background-position: -288px -336px; }
  .flag.flag-se {
    background-position: -288px -264px; }
  .flag.flag-sd {
    background-position: -264px -264px; }
  .flag.flag-mk {
    background-position: -216px -192px; }
  .flag.flag-bg {
    background-position: -120px -24px; }
  .flag.flag-im {
    background-position: -48px -144px; }
  .flag.flag-es {
    background-position: -360px -72px; }
  .flag.flag-ge {
    background-position: -264px -96px; }
  .flag.flag-br {
    background-position: -312px -24px; }
  .flag.flag-tf {
    background-position: -312px -288px; }
  .flag.flag-za {
    background-position: -264px -336px; }
  .flag.flag-cd {
    background-position: -96px -48px; }
  .flag.flag-zw {
    background-position: -312px -336px; }
  .flag.flag-jp {
    background-position: -264px -144px; }
  .flag.flag-gh {
    background-position: -312px -96px; }
  .flag.flag-ec {
    background-position: -240px -72px; }
  .flag.flag-dj {
    background-position: -120px -72px; }
  .flag.flag-ro {
    background-position: -96px -264px; }
  .flag.flag-wf {
    background-position: -168px -336px; }
  .flag.flag-ai {
    background-position: -96px 0; }
  .flag.flag-tt {
    background-position: -168px -312px; }
  .flag.flag-ws {
    background-position: -192px -336px; }
  .flag.flag-sh {
    background-position: -336px -264px; }
  .flag.flag-mq {
    background-position: -360px -192px; }
  .flag.flag-no {
    background-position: 0 -240px; }
  .flag.flag-co {
    background-position: -312px -48px; }
  .flag.flag-kp {
    background-position: -48px -168px; }
  .flag.flag-gu {
    background-position: -144px -120px; }
  .flag.flag-fj {
    background-position: -72px -96px; }
  .flag.flag-gm {
    background-position: 0 -120px; }
  .flag.flag-mh {
    background-position: -192px -192px; }
  .flag.flag-mn {
    background-position: -288px -192px; }
  .flag.flag-de {
    background-position: -96px -72px; }
  .flag.flag-ls {
    background-position: -312px -168px; }
  .flag.flag-vc {
    background-position: -24px -336px; }
  .flag.flag-gq {
    background-position: -48px -120px; }
  .flag.flag-ee {
    background-position: -264px -72px; }
  .flag.flag-ke {
    background-position: -288px -144px; }
  .flag.flag-lv {
    background-position: 0 -192px; }
  .flag.flag-sy {
    background-position: -216px -288px; }
  .flag.flag-pe {
    background-position: -168px -240px; }
  .flag.flag-cv {
    background-position: 0 -72px; }
  .flag.flag-jm {
    background-position: -216px -144px; }
  .flag.flag-bb {
    background-position: -24px -24px; }
  .flag.flag-ve {
    background-position: -48px -336px; }
  .flag.flag-tm {
    background-position: -224px -143px; }
  .flag.flag-tn {
    background-position: -240px -143px; }
  .flag.flag-um {
    background-position: -128px -154px; }
  .flag.flag-vi {
    background-position: 0 -165px; }
  .flag.flag-wales {
    background-position: -48px -165px; }
  .flag.flag-wf {
    background-position: -64px -165px; }
  .flag.flag-ye {
    background-position: -96px -165px; }
  .flag.flag-yt {
    background-position: -112px -165px; }

.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  line-height: inherit;
  direction: ltr;
  box-shadow: none;
  padding: 5px;
  font-size: 0.9rem; }
  .qtip .tooltiptext {
    border: 2px solid #fff;
    background-color: #feba12;
    color: #555;
    max-width: 425px;
    /*min-width: 215px;*/
    font-size: 0.9rem;
    padding: 15px;
    border-radius: 50px;
    text-align: center;}
  .qtip .tooltiptexts {
    background-color: #818286;
    color: white;
    font-size: 0.9rem;
    text-align: center;
    padding: 7px; }

.qtip-content, .qtip-titlebar {
  position: relative;
  overflow: hidden; }

.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700; }
  .qtip-titlebar + .qtip-content {
    border-top-width: 0 !important; }

.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }
  .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

.is-checkradio[type="radio"],
.is-checkradio[type="checkbox"] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0; }
  .is-checkradio[type="radio"] + label,
  .is-checkradio[type="checkbox"] + label {
    position: relative;
    display: initial;
    cursor: pointer;
    vertical-align: middle;
    margin: 0.5em;
    padding: 0.2rem 0.5rem 0.2rem 0;
    border-radius: 4px; }
    .is-checkradio[type="radio"] + label:hover::before, .is-checkradio[type="radio"] + label:hover:before,
    .is-checkradio[type="checkbox"] + label:hover::before,
    .is-checkradio[type="checkbox"] + label:hover:before {
      animation-duration: 0.4s;
      animation-fill-mode: both;
      animation-name: hover-color; }
    .is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label:before,
    .is-checkradio[type="checkbox"] + label::before,
    .is-checkradio[type="checkbox"] + label:before {
      position: absolute;
      left: 0;
      top: 0rem;
      content: "";
      border: 0.15rem solid #dbdbdb; }
    .is-checkradio[type="radio"] + label::after, .is-checkradio[type="radio"] + label:after,
    .is-checkradio[type="checkbox"] + label::after,
    .is-checkradio[type="checkbox"] + label:after {
      position: absolute;
      display: none;
      content: "";
      top: 0rem;
      }
  .is-checkradio[type="radio"].is-rtl + label,
  .is-checkradio[type="checkbox"].is-rtl + label {
    margin-right: 0rem;
    margin-left: 0.5rem; }
    .is-checkradio[type="radio"].is-rtl + label::before, .is-checkradio[type="radio"].is-rtl + label:before,
    .is-checkradio[type="checkbox"].is-rtl + label::before,
    .is-checkradio[type="checkbox"].is-rtl + label:before {
      left: auto;
      right: 0; }
  .is-checkradio[type="radio"]:focus + label::before, .is-checkradio[type="radio"]:focus + label:before,
  .is-checkradio[type="checkbox"]:focus + label::before,
  .is-checkradio[type="checkbox"]:focus + label:before {
    outline: 0px dotted #EBEBEB; }
  .is-checkradio[type="radio"]:hover:not([disabled]) + label::before, .is-checkradio[type="radio"]:hover:not([disabled]) + label:before,
  .is-checkradio[type="checkbox"]:hover:not([disabled]) + label::before,
  .is-checkradio[type="checkbox"]:hover:not([disabled]) + label:before {
    border-color: #0097D6 !important; }
  .is-checkradio[type="radio"]:checked + label::before, .is-checkradio[type="radio"]:checked + label:before,
  .is-checkradio[type="checkbox"]:checked + label::before,
  .is-checkradio[type="checkbox"]:checked + label:before {
    border: 0.15rem solid #dbdbdb; }
  .is-checkradio[type="radio"]:checked[disabled],
  .is-checkradio[type="checkbox"]:checked[disabled] {
    cursor: not-allowed; }
    .is-checkradio[type="radio"]:checked[disabled] + label,
    .is-checkradio[type="checkbox"]:checked[disabled] + label {
      opacity: 0.5; }
  .is-checkradio[type="radio"]:checked + label::before, .is-checkradio[type="radio"]:checked + label:before,
  .is-checkradio[type="checkbox"]:checked + label::before,
  .is-checkradio[type="checkbox"]:checked + label:before {
    animation-name: none; }
  .is-checkradio[type="radio"]:checked + label::after, .is-checkradio[type="radio"]:checked + label:after,
  .is-checkradio[type="checkbox"]:checked + label::after,
  .is-checkradio[type="checkbox"]:checked + label:after {
    display: inline-block;
    background: white;}
  .is-checkradio[type="radio"][disabled],
  .is-checkradio[type="checkbox"][disabled] {
    cursor: not-allowed; }
    .is-checkradio[type="radio"][disabled] + label,
    .is-checkradio[type="checkbox"][disabled] + label {
      opacity: 0.5;
      cursor: not-allowed; }
      .is-checkradio[type="radio"][disabled] + label:hover, .is-checkradio[type="radio"][disabled] + label:before, .is-checkradio[type="radio"][disabled] + label::before, .is-checkradio[type="radio"][disabled] + label::after, .is-checkradio[type="radio"][disabled] + label:after,
      .is-checkradio[type="checkbox"][disabled] + label:hover,
      .is-checkradio[type="checkbox"][disabled] + label:before,
      .is-checkradio[type="checkbox"][disabled] + label::before,
      .is-checkradio[type="checkbox"][disabled] + label::after,
      .is-checkradio[type="checkbox"][disabled] + label:after {
        cursor: not-allowed; }
    .is-checkradio[type="radio"][disabled]:hover,
    .is-checkradio[type="checkbox"][disabled]:hover {
      cursor: not-allowed; }
      .is-checkradio[type="radio"][disabled]:hover::before, .is-checkradio[type="radio"][disabled]:hover:before,
      .is-checkradio[type="checkbox"][disabled]:hover::before,
      .is-checkradio[type="checkbox"][disabled]:hover:before {
        animation-name: none; }
    .is-checkradio[type="radio"][disabled]::before, .is-checkradio[type="radio"][disabled]:before,
    .is-checkradio[type="checkbox"][disabled]::before,
    .is-checkradio[type="checkbox"][disabled]:before {
      cursor: not-allowed; }
    .is-checkradio[type="radio"][disabled]::after, .is-checkradio[type="radio"][disabled]:after,
    .is-checkradio[type="checkbox"][disabled]::after,
    .is-checkradio[type="checkbox"][disabled]:after {
      cursor: not-allowed; }
  .is-checkradio[type="radio"].has-no-border + label::before, .is-checkradio[type="radio"].has-no-border + label:before,
  .is-checkradio[type="checkbox"].has-no-border + label::before,
  .is-checkradio[type="checkbox"].has-no-border + label:before {
    border: none !important; }
  .is-checkradio[type="radio"].is-block,
  .is-checkradio[type="checkbox"].is-block {
    display: none !important; }
    .is-checkradio[type="radio"].is-block + label,
    .is-checkradio[type="checkbox"].is-block + label {
      width: 100% !important;
      background: #ebebeb;
      color: rgba(0, 0, 0, 0.7);
      padding-right: 0.75em; }
      .is-checkradio[type="radio"].is-block + label::before, .is-checkradio[type="radio"].is-block + label:before,
      .is-checkradio[type="checkbox"].is-block + label::before,
      .is-checkradio[type="checkbox"].is-block + label:before {
        border: none !important; }

.is-checkradio[type="checkbox"] + label::before, .is-checkradio[type="checkbox"] + label:before {
  border-radius: 4px; }
.is-checkradio[type="checkbox"] + label::after, .is-checkradio[type="checkbox"] + label:after {
  box-sizing: border-box;
  transform: rotate(45deg);
  border-width: 0.1rem;
  border-style: solid;
  border-color: #0097D6;
  border-top: 0;
  border-left: 0; }
.is-checkradio[type="checkbox"].is-circle + label::before, .is-checkradio[type="checkbox"].is-circle + label:before {
  border-radius: 50%; }
.is-checkradio[type="checkbox"] + label {
  font-size: 1rem;
  padding-left: 2rem; }
  .is-checkradio[type="checkbox"] + label::before, .is-checkradio[type="checkbox"] + label:before {
    width: 1.5rem;
    height: 1.5rem; }
  .is-checkradio[type="checkbox"] + label::after, .is-checkradio[type="checkbox"] + label:after {
    width: 0.375rem;
    height: 0.58824rem;
    top: 0.41029rem;
    left: 0.58824rem; }
.is-checkradio[type="checkbox"].is-block + label::after, .is-checkradio[type="checkbox"].is-block + label:after {
  top: 0.59265rem;
  left: 0.76471rem; }
.is-checkradio[type="checkbox"].is-rtl + label {
  padding-left: 0;
  padding-right: 2rem; }
  .is-checkradio[type="checkbox"].is-rtl + label::after, .is-checkradio[type="checkbox"].is-rtl + label:after {
    left: auto;
    right: 0.58824rem; }
.is-checkradio[type="checkbox"].is-small + label {
  font-size: 0.75rem;
  padding-left: 1.5rem; }
  .is-checkradio[type="checkbox"].is-small + label::before, .is-checkradio[type="checkbox"].is-small + label:before {
    width: 1.125rem;
    height: 1.125rem; }
  .is-checkradio[type="checkbox"].is-small + label::after, .is-checkradio[type="checkbox"].is-small + label:after {
    width: 0.28125rem;
    height: 0.44118rem;
    top: 0.30772rem;
    left: 0.44118rem; }
.is-checkradio[type="checkbox"].is-small.is-block + label::after, .is-checkradio[type="checkbox"].is-small.is-block + label:after {
  top: 0.44449rem;
  left: 0.57353rem; }
.is-checkradio[type="checkbox"].is-small.is-rtl + label {
  padding-left: 0;
  padding-right: 1.5rem; }
  .is-checkradio[type="checkbox"].is-small.is-rtl + label::after, .is-checkradio[type="checkbox"].is-small.is-rtl + label:after {
    left: auto;
    right: 0.44118rem; }
.is-checkradio[type="checkbox"].is-medium + label {
  font-size: 1.25rem;
  padding-left: 2.5rem; }
  .is-checkradio[type="checkbox"].is-medium + label::before, .is-checkradio[type="checkbox"].is-medium + label:before {
    width: 1.875rem;
    height: 1.875rem; }
  .is-checkradio[type="checkbox"].is-medium + label::after, .is-checkradio[type="checkbox"].is-medium + label:after {
    width: 0.46875rem;
    height: 0.73529rem;
    top: 0.51287rem;
    left: 0.73529rem; }
.is-checkradio[type="checkbox"].is-medium.is-block + label::after, .is-checkradio[type="checkbox"].is-medium.is-block + label:after {
  top: 0.74081rem;
  left: 0.95588rem; }
.is-checkradio[type="checkbox"].is-medium.is-rtl + label {
  padding-left: 0;
  padding-right: 2.5rem; }
  .is-checkradio[type="checkbox"].is-medium.is-rtl + label::after, .is-checkradio[type="checkbox"].is-medium.is-rtl + label:after {
    left: auto;
    right: 0.73529rem; }
.is-checkradio[type="checkbox"].is-large + label {
  font-size: 1.5rem;
  padding-left: 3rem; }
  .is-checkradio[type="checkbox"].is-large + label::before, .is-checkradio[type="checkbox"].is-large + label:before {
    width: 2.25rem;
    height: 2.25rem; }
  .is-checkradio[type="checkbox"].is-large + label::after, .is-checkradio[type="checkbox"].is-large + label:after {
    width: 0.5625rem;
    height: 0.88235rem;
    top: 0.61544rem;
    left: 0.88235rem; }
.is-checkradio[type="checkbox"].is-large.is-block + label::after, .is-checkradio[type="checkbox"].is-large.is-block + label:after {
  top: 0.88897rem;
  left: 1.14706rem; }
.is-checkradio[type="checkbox"].is-large.is-rtl + label {
  padding-left: 0;
  padding-right: 3rem; }
  .is-checkradio[type="checkbox"].is-large.is-rtl + label::after, .is-checkradio[type="checkbox"].is-large.is-rtl + label:after {
    left: auto;
    right: 0.88235rem; }
.is-checkradio[type="checkbox"].is-white.has-background-color + label::before, .is-checkradio[type="checkbox"].is-white.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-white:hover:not([disabled]) + label:before {
  border-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked + label::after, .is-checkradio[type="checkbox"].is-white:checked + label:after {
  border-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-white:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-white:checked.has-background-color + label:after {
  border-color: #000 !important;
  background-color: white !important; }
.is-checkradio[type="checkbox"].is-white:checked.is-block + label {
  color: #000;
  border-color: white !important;
  background: white; }
  .is-checkradio[type="checkbox"].is-white:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-white:checked.is-block + label:after {
    border-color: #000 !important; }
.is-checkradio[type="checkbox"].is-black.has-background-color + label::before, .is-checkradio[type="checkbox"].is-black.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #000 !important; }
.is-checkradio[type="checkbox"].is-black:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-black:hover:not([disabled]) + label:before {
  border-color: #000 !important; }
.is-checkradio[type="checkbox"].is-black:checked + label::after, .is-checkradio[type="checkbox"].is-black:checked + label:after {
  border-color: #000 !important; }
.is-checkradio[type="checkbox"].is-black:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-black:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #000 !important; }
.is-checkradio[type="checkbox"].is-black:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: #000 !important; }
.is-checkradio[type="checkbox"].is-black:checked.is-block + label {
  color: white;
  border-color: #000 !important;
  background: #000; }
  .is-checkradio[type="checkbox"].is-black:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-black:checked.is-block + label:after {
    border-color: white !important; }
.is-checkradio[type="checkbox"].is-light.has-background-color + label::before, .is-checkradio[type="checkbox"].is-light.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="checkbox"].is-light:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-light:hover:not([disabled]) + label:before {
  border-color: #ebebeb !important; }
.is-checkradio[type="checkbox"].is-light:checked + label::after, .is-checkradio[type="checkbox"].is-light:checked + label:after {
  border-color: #ebebeb !important; }
.is-checkradio[type="checkbox"].is-light:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-light:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="checkbox"].is-light:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-light:checked.has-background-color + label:after {
  border-color: #363636 !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="checkbox"].is-light:checked.is-block + label {
  color: #363636;
  border-color: #ebebeb !important;
  background: #ebebeb; }
  .is-checkradio[type="checkbox"].is-light:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-light:checked.is-block + label:after {
    border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark.has-background-color + label::before, .is-checkradio[type="checkbox"].is-dark.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked + label::after, .is-checkradio[type="checkbox"].is-dark:checked + label:after {
  border-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-dark:checked.has-background-color + label:after {
  border-color: #ebebeb !important;
  background-color: #363636 !important; }
.is-checkradio[type="checkbox"].is-dark:checked.is-block + label {
  color: #ebebeb;
  border-color: #363636 !important;
  background: #363636; }
  .is-checkradio[type="checkbox"].is-dark:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-dark:checked.is-block + label:after {
    border-color: #ebebeb !important; }
.is-checkradio[type="checkbox"].is-primary.has-background-color + label::before, .is-checkradio[type="checkbox"].is-primary.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-primary:hover:not([disabled]) + label:before {
  border-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-primary:checked + label::after, .is-checkradio[type="checkbox"].is-primary:checked + label:after {
  border-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-primary:checked.is-block + label {
  color: #fff;
  border-color: #0097D6 !important;
  background: #0097D6; }
  .is-checkradio[type="checkbox"].is-primary:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-primary:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-link.has-background-color + label::before, .is-checkradio[type="checkbox"].is-link.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-link:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-link:hover:not([disabled]) + label:before {
  border-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-link:checked + label::after, .is-checkradio[type="checkbox"].is-link:checked + label:after {
  border-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-link:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-link:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-link:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="checkbox"].is-link:checked.is-block + label {
  color: #fff;
  border-color: #0097D6 !important;
  background: #0097D6; }
  .is-checkradio[type="checkbox"].is-link:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-link:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-info.has-background-color + label::before, .is-checkradio[type="checkbox"].is-info.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-info:hover:not([disabled]) + label:before {
  border-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked + label::after, .is-checkradio[type="checkbox"].is-info:checked + label:after {
  border-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-info:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #209cee !important; }
.is-checkradio[type="checkbox"].is-info:checked.is-block + label {
  color: #fff;
  border-color: #209cee !important;
  background: #209cee; }
  .is-checkradio[type="checkbox"].is-info:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-info:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-success.has-background-color + label::before, .is-checkradio[type="checkbox"].is-success.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-success:hover:not([disabled]) + label:before {
  border-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked + label::after, .is-checkradio[type="checkbox"].is-success:checked + label:after {
  border-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-success:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #23d160 !important; }
.is-checkradio[type="checkbox"].is-success:checked.is-block + label {
  color: #fff;
  border-color: #23d160 !important;
  background: #23d160; }
  .is-checkradio[type="checkbox"].is-success:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-success:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"].is-warning.has-background-color + label::before, .is-checkradio[type="checkbox"].is-warning.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FDBA14 !important; }
.is-checkradio[type="checkbox"].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-warning:hover:not([disabled]) + label:before {
  border-color: #FDBA14 !important; }
.is-checkradio[type="checkbox"].is-warning:checked + label::after, .is-checkradio[type="checkbox"].is-warning:checked + label:after {
  border-color: #FDBA14 !important; }
.is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #FDBA14 !important; }
.is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: #FDBA14 !important; }
.is-checkradio[type="checkbox"].is-warning:checked.is-block + label {
  color: rgba(0, 0, 0, 0.7);
  border-color: #FDBA14 !important;
  background: #FDBA14; }
  .is-checkradio[type="checkbox"].is-warning:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-warning:checked.is-block + label:after {
    border-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="checkbox"].is-danger.has-background-color + label::before, .is-checkradio[type="checkbox"].is-danger.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type="checkbox"].is-danger:hover:not([disabled]) + label:before {
  border-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked + label::after, .is-checkradio[type="checkbox"].is-danger:checked + label:after {
  border-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label::before, .is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label:before {
  border-color: transparent !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label::after, .is-checkradio[type="checkbox"].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="checkbox"].is-danger:checked.is-block + label {
  color: #fff;
  border-color: #ff3860 !important;
  background: #ff3860; }
  .is-checkradio[type="checkbox"].is-danger:checked.is-block + label::after, .is-checkradio[type="checkbox"].is-danger:checked.is-block + label:after {
    border-color: #fff !important; }
.is-checkradio[type="checkbox"]:indeterminate + label::after, .is-checkradio[type="checkbox"]:indeterminate + label:after {
  display: inline-block;
  transform: rotate(90deg);
  border-bottom: none; }
.is-checkradio[type="checkbox"]:indeterminate.is-white + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-white + label:after {
  border-color: white; }
.is-checkradio[type="checkbox"]:indeterminate.is-black + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-black + label:after {
  border-color: #000; }
.is-checkradio[type="checkbox"]:indeterminate.is-light + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-light + label:after {
  border-color: #ebebeb; }
.is-checkradio[type="checkbox"]:indeterminate.is-dark + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-dark + label:after {
  border-color: #363636; }
.is-checkradio[type="checkbox"]:indeterminate.is-primary + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-primary + label:after {
  border-color: #0097D6; }
.is-checkradio[type="checkbox"]:indeterminate.is-link + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-link + label:after {
  border-color: #0097D6; }
.is-checkradio[type="checkbox"]:indeterminate.is-info + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-info + label:after {
  border-color: #209cee; }
.is-checkradio[type="checkbox"]:indeterminate.is-success + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-success + label:after {
  border-color: #23d160; }
.is-checkradio[type="checkbox"]:indeterminate.is-warning + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-warning + label:after {
  border-color: #FDBA14; }
.is-checkradio[type="checkbox"]:indeterminate.is-danger + label::after, .is-checkradio[type="checkbox"]:indeterminate.is-danger + label:after {
  border-color: #ff3860; }

.is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label:before {
  border-radius: 50%; }
.is-checkradio[type="radio"] + label::after, .is-checkradio[type="radio"] + label:after {
  border-radius: 50%;
  background: #0097D6;
  left: 0;
  transform: scale(0.5); }
.is-checkradio[type="radio"]:checked.has-background-color + label::before, .is-checkradio[type="radio"]:checked.has-background-color + label:before {
  border-color: #000 !important;
  background-color: #000 !important; }
.is-checkradio[type="radio"]:checked.has-background-color + label::after, .is-checkradio[type="radio"]:checked.has-background-color + label:after {
  border-color: #000 !important;
  background-color: #000 !important; }
.is-checkradio[type="radio"].is-rtl + label {
  padding-left: 0; }
  .is-checkradio[type="radio"].is-rtl + label::after, .is-checkradio[type="radio"].is-rtl + label:after {
    left: auto;
    right: 0; }
.is-checkradio[type="radio"] + label {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 2rem; }
  .is-checkradio[type="radio"] + label::before, .is-checkradio[type="radio"] + label:before, .is-checkradio[type="radio"] + label::after, .is-checkradio[type="radio"] + label:after {
    width: 1.5rem;
    height: 1.5rem; }
.is-checkradio[type="radio"].is-rtl + label {
  padding-right: 2rem; }
.is-checkradio[type="radio"].is-small + label {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding-left: 1.5rem; }
  .is-checkradio[type="radio"].is-small + label::before, .is-checkradio[type="radio"].is-small + label:before, .is-checkradio[type="radio"].is-small + label::after, .is-checkradio[type="radio"].is-small + label:after {
    width: 1.125rem;
    height: 1.125rem; }
.is-checkradio[type="radio"].is-small.is-rtl + label {
  padding-right: 1.5rem; }
.is-checkradio[type="radio"].is-medium + label {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem; }
  .is-checkradio[type="radio"].is-medium + label::before, .is-checkradio[type="radio"].is-medium + label:before, .is-checkradio[type="radio"].is-medium + label::after, .is-checkradio[type="radio"].is-medium + label:after {
    width: 1.875rem;
    height: 1.875rem; }
.is-checkradio[type="radio"].is-medium.is-rtl + label {
  padding-right: 2.5rem; }
.is-checkradio[type="radio"].is-large + label {
  font-size: 1.5rem;
  line-height: 2.25rem;
  padding-left: 3rem; }
  .is-checkradio[type="radio"].is-large + label::before, .is-checkradio[type="radio"].is-large + label:before, .is-checkradio[type="radio"].is-large + label::after, .is-checkradio[type="radio"].is-large + label:after {
    width: 2.25rem;
    height: 2.25rem; }
.is-checkradio[type="radio"].is-large.is-rtl + label {
  padding-right: 3rem; }
.is-checkradio[type="radio"].is-white.has-background-color + label::before, .is-checkradio[type="radio"].is-white.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-white:hover:not([disabled]) + label:before {
  border-color: white !important; }
.is-checkradio[type="radio"].is-white:checked + label::after, .is-checkradio[type="radio"].is-white:checked + label:after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-white:checked.has-background-color + label:before {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-white:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-white:checked.has-background-color + label:after {
  border-color: #000 !important;
  background-color: #000 !important; }
.is-checkradio[type="radio"].is-black.has-background-color + label::before, .is-checkradio[type="radio"].is-black.has-background-color + label:before {
  border-color: #000 !important;
  background-color: #000 !important; }
.is-checkradio[type="radio"].is-black:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-black:hover:not([disabled]) + label:before {
  border-color: #000 !important; }
.is-checkradio[type="radio"].is-black:checked + label::after, .is-checkradio[type="radio"].is-black:checked + label:after {
  border-color: #000 !important;
  background-color: #000 !important; }
.is-checkradio[type="radio"].is-black:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-black:checked.has-background-color + label:before {
  border-color: #000 !important;
  background-color: #000 !important; }
.is-checkradio[type="radio"].is-black:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-black:checked.has-background-color + label:after {
  border-color: white !important;
  background-color: white !important; }
.is-checkradio[type="radio"].is-light.has-background-color + label::before, .is-checkradio[type="radio"].is-light.has-background-color + label:before {
  border-color: #ebebeb !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="radio"].is-light:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-light:hover:not([disabled]) + label:before {
  border-color: #ebebeb !important; }
.is-checkradio[type="radio"].is-light:checked + label::after, .is-checkradio[type="radio"].is-light:checked + label:after {
  border-color: #ebebeb !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="radio"].is-light:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-light:checked.has-background-color + label:before {
  border-color: #ebebeb !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="radio"].is-light:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-light:checked.has-background-color + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark.has-background-color + label::before, .is-checkradio[type="radio"].is-dark.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-dark:hover:not([disabled]) + label:before {
  border-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked + label::after, .is-checkradio[type="radio"].is-dark:checked + label:after {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-dark:checked.has-background-color + label:before {
  border-color: #363636 !important;
  background-color: #363636 !important; }
.is-checkradio[type="radio"].is-dark:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-dark:checked.has-background-color + label:after {
  border-color: #ebebeb !important;
  background-color: #ebebeb !important; }
.is-checkradio[type="radio"].is-primary.has-background-color + label::before, .is-checkradio[type="radio"].is-primary.has-background-color + label:before {
  border-color: #0097D6 !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-primary:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-primary:hover:not([disabled]) + label:before {
  border-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-primary:checked + label::after, .is-checkradio[type="radio"].is-primary:checked + label:after {
  border-color: #0097D6 !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-primary:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-primary:checked.has-background-color + label:before {
  border-color: #0097D6 !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-primary:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-primary:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-link.has-background-color + label::before, .is-checkradio[type="radio"].is-link.has-background-color + label:before {
  border-color: #0097D6 !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-link:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-link:hover:not([disabled]) + label:before {
  border-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-link:checked + label::after, .is-checkradio[type="radio"].is-link:checked + label:after {
  border-color: #0097D6 !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-link:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-link:checked.has-background-color + label:before {
  border-color: #0097D6 !important;
  background-color: #0097D6 !important; }
.is-checkradio[type="radio"].is-link:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-link:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-info.has-background-color + label::before, .is-checkradio[type="radio"].is-info.has-background-color + label:before {
  border-color: #209cee !important;
  background-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-info:hover:not([disabled]) + label:before {
  border-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:checked + label::after, .is-checkradio[type="radio"].is-info:checked + label:after {
  border-color: #209cee !important;
  background-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-info:checked.has-background-color + label:before {
  border-color: #209cee !important;
  background-color: #209cee !important; }
.is-checkradio[type="radio"].is-info:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-info:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-success.has-background-color + label::before, .is-checkradio[type="radio"].is-success.has-background-color + label:before {
  border-color: #23d160 !important;
  background-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-success:hover:not([disabled]) + label:before {
  border-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:checked + label::after, .is-checkradio[type="radio"].is-success:checked + label:after {
  border-color: #23d160 !important;
  background-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-success:checked.has-background-color + label:before {
  border-color: #23d160 !important;
  background-color: #23d160 !important; }
.is-checkradio[type="radio"].is-success:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-success:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }
.is-checkradio[type="radio"].is-warning.has-background-color + label::before, .is-checkradio[type="radio"].is-warning.has-background-color + label:before {
  border-color: #FDBA14 !important;
  background-color: #FDBA14 !important; }
.is-checkradio[type="radio"].is-warning:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-warning:hover:not([disabled]) + label:before {
  border-color: #FDBA14 !important; }
.is-checkradio[type="radio"].is-warning:checked + label::after, .is-checkradio[type="radio"].is-warning:checked + label:after {
  border-color: #FDBA14 !important;
  background-color: #FDBA14 !important; }
.is-checkradio[type="radio"].is-warning:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-warning:checked.has-background-color + label:before {
  border-color: #FDBA14 !important;
  background-color: #FDBA14 !important; }
.is-checkradio[type="radio"].is-warning:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-warning:checked.has-background-color + label:after {
  border-color: rgba(0, 0, 0, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.7) !important; }
.is-checkradio[type="radio"].is-danger.has-background-color + label::before, .is-checkradio[type="radio"].is-danger.has-background-color + label:before {
  border-color: #ff3860 !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:hover:not([disabled]) + label::before, .is-checkradio[type="radio"].is-danger:hover:not([disabled]) + label:before {
  border-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:checked + label::after, .is-checkradio[type="radio"].is-danger:checked + label:after {
  border-color: #ff3860 !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:checked.has-background-color + label::before, .is-checkradio[type="radio"].is-danger:checked.has-background-color + label:before {
  border-color: #ff3860 !important;
  background-color: #ff3860 !important; }
.is-checkradio[type="radio"].is-danger:checked.has-background-color + label::after, .is-checkradio[type="radio"].is-danger:checked.has-background-color + label:after {
  border-color: #fff !important;
  background-color: #fff !important; }

.heading {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.number {
  align-items: center;
  background-color: #ebebeb;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

.is-link {
  position: relative; }
  .is-link::after {
    background-image: url(images/icons/chevron-right.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    content: "";
    right: 0;
    position: absolute;
    transition: all 300ms ease-in-out; }

.cart .tag {
  position: relative;
  right: 20px;
  top: -20px; }

.index .product-search__panels {
  margin: 0; }

.product-search__panels {
  margin-top: 3rem; }
  @media screen and (max-width: 768px) {
    .product-search__panels {
      margin: 0; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select, textarea, input {
    font-size: 16px; } }
.services {
  margin-bottom: 20rem; }
  @media screen and (max-width: 768px) {
    .services {
      margin-bottom: 0; } }

.service-products {
  position: absolute;
  margin: auto -1.5rem;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .service-products {
      position: relative;
      margin: auto 0; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map-svg {
    min-width: 1344px;
    min-height: 842.967px; } }

.droppins {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .droppins .pin {
    position: absolute;
    cursor: pointer; }
    .droppins .pin.chicago {
      top: 18rem;
      right: 23.5rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.chicago {
          top: 12.5rem;
          right: 13.5rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.chicago {
          top: 15rem;
          right: 17.5rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.chicago {
          top: 18rem;
          right: 21.5rem; } }
    .droppins .pin.ny {
      top: 16rem;
      right: 8.5rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.ny {
          top: 11.5rem;
          right: 4rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.ny {
          top: 14rem;
          right: 5rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.ny {
          top: 16rem;
          right: 6.5rem; } }
    .droppins .pin.dc {
      top: 20.5rem;
      right: 13rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.dc {
          top: 15rem;
          right: 7rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.dc {
          top: 18rem;
          right: 9rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.dc {
          top: 21rem;
          right: 11rem; } }
    .droppins .pin.sf {
      top: 19rem;
      left: 1rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.sf {
          top: 13rem;
          left: 0; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.sf {
          top: 16rem;
          left: 0; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.sf {
          top: 19rem;
          left: 0; } }
    .droppins .pin.la {
      top: 29rem;
      left: 5.5rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.la {
          top: 21rem;
          left: 3rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.la {
          top: 25rem;
          left: 4rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.la {
          top: 29rem;
          left: 5rem; } }
    .droppins .pin.atlanta {
      top: 32rem;
      right: 22rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.atlanta {
          top: 23rem;
          right: 14rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.atlanta {
          top: 28rem;
          right: 17rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.atlanta {
          top: 33rem;
          right: 20.5rem; } }
    .droppins .pin.houston {
      top: 41rem;
      left: 36.5rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.houston {
          top: 30rem;
          left: 25rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.houston {
          top: 36.5rem;
          left: 31rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.houston {
          top: 43rem;
          left: 37.5rem; } }
    .droppins .pin.miami {
      top: 47rem;
      right: 13rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.miami {
          top: 34rem;
          right: 7rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.miami {
          top: 41rem;
          right: 9rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.miami {
          top: 48rem;
          right: 11rem; } }
    .droppins .pin.corporate {
      top: 44rem;
      right: 11.5rem; }
      @media screen and (min-width: 1152px) {
        .droppins .pin.corporate {
          top: 31rem;
          right: 5.5rem; } }
      @media screen and (min-width: 1280px) {
        .droppins .pin.corporate {
          top: 38rem;
          right: 7.5rem; } }
      @media screen and (min-width: 1472px) {
        .droppins .pin.corporate {
          top: 45rem;
          right: 9.5rem; } }

.extender .card {
  height: 100%; }

.card-float {
  position: relative; }
  .card-float .card {
    position: absolute;
    width: 100%;
    top: -180px; }
    @media screen and (max-width: 768px) {
      .card-float .card {
        position: relative;
        padding: 2rem 0;
        top: 0; } }

.country-flag {
  display: flex;
  color: inherit; }

.country-list {
  margin-bottom: 5rem; }
  .country-list li a {
    color: inherit; }
    .country-list li a:hover {
      text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .country-list {
      margin-bottom: 3rem; } }

.price-cards {
  position: relative;
  min-height: 725px;}

  @media screen and (max-width: 768px) {
    .price-cards {
      min-height: 100%; } }
  .price-cards .price-cards__wrapper {
    position: absolute;
    top: -150px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .price-cards .price-cards__wrapper {
        position: relative;
        top: 0; } }
  .price-cards .card {
    color: #000; }
    .price-cards .card .price-details {
      padding: 0.5rem 0; }

@media screen and (max-width: 768px) {
  .checkout .navbar > .container {
    display: inline-block; } }

.checkout-steps {
  display: flex;
  width: 100%;
  align-items: center;}
  .checkout-steps .navbar-start {
    justify-content: space-around;
    width: 100%;
    max-width: 800px;
    display: flex;
    align-items: stretch;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .checkout-steps .navbar-start {
        /*flex-direction: column;*/
        align-items: center; }

        .navbar-brand, .navbar-tabs {min-height: 5rem !important;}
        .navbar-item, .navbar-link {font-size:11px !important;}

}
 @media screen and (max-width: 1024px) {
     .navbar-item-end {top:45px;}
 }
    .checkout-steps .navbar-start .navbar-item {
      border-bottom: 2px solid transparent; }
      .checkout-steps .navbar-start .navbar-item.is-active {
        border-color: #FDBA14; }

.checkout-main {
  overflow: hidden;
  position: relative; }
  .checkout-main .checkout-content {
    background-color: #fff;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    margin-left: -1rem;
    padding: 3rem; }

    @media screen and (min-width: 1152px) {
      .checkout-main .checkout-content {
        margin-left: -3rem; } }
    @media screen and (max-width: 768px) {
      .checkout-main .checkout-content {
        margin-left: 0;
        padding: 1rem; } }

.checkout-side {
  flex: 0 0 30rem;
  padding-top: 6rem;
  margin-bottom: 6rem; }
  .checkout-side .sidebar {
    will-change: min-height; }
  @media screen and (max-width: 768px) {
    .checkout-side {
      flex: 0 0 calc(14rem + 1.5rem);
      padding: 1rem;
      margin: 0; }
      .checkout-side .card-content {
        color: #000; } }

.signup-main {
  overflow: hidden;
  position: relative; }
  .signup-main .signup-content {
    background-color: #fff;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    padding: 2rem;
    align-self: center; }
    @media screen and (min-width: 1152px) {
      .signup-main .signup-content {
        padding: 4rem 3rem; } }
    @media screen and (min-width: 1280px) {
      .signup-main .signup-content {
        padding: 4rem 7rem; } }
    @media screen and (min-width: 1472px) {
      .signup-main .signup-content {
        padding: 8rem 10rem; } }

.signup-side {
  flex: 0 0 calc(30rem + 1.5rem);
  padding: 2rem; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .signup-side {
      flex: 0 0 31.5rem; } }
  @media screen and (max-width: 768px) {
    .signup-side {
      flex: 0 0 calc(14rem + 1.5rem); } }
  @media screen and (min-width: 1152px) {
    .signup-side {
      padding: 4rem 3rem; } }
  @media screen and (min-width: 1280px) {
    .signup-side {
      padding: 4rem 5rem 0 0; } }
  @media screen and (min-width: 1472px) {
    .signup-side {
      padding: 8rem 5rem 0 0; } }

.sidebar__inner {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  will-change: position, transform;
  margin: 0; }
  @media screen and (min-width: 1152px) {
    .sidebar__inner {
      margin: 0rem 0 0rem 3rem; } }

.checkout-side, .side-background, .signup-background {
  background-color: #fafafa; }

.side-background {
  bottom: 0;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw; }
  @media screen and (max-width: 768px) {
    .side-background {
      background-color: transparent; } }

.signup-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .signup-background {
      width: 100%; } }
  @media screen and (min-width: 769px), print {
    .signup-background {
      width: 100%; } }
  @media screen and (min-width: 1152px) {
    .signup-background {
      width: 50%; } }

.news-feature .card {
  padding: 0 0 2rem;
  overflow: hidden; }
  @media screen and (min-width: 1152px) {
    .news-feature .card {
      padding: 0; } }
  @media screen and (min-width: 1280px) {
    .news-feature .card {
      padding: 0; } }
  @media screen and (min-width: 1472px) {
    .news-feature .card {
      padding: 0; } }

.fl-right {
  float: none; }
  @media screen and (min-width: 1152px) {
    .fl-right {
      float: right !important; } }

.filter-controls ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (max-width: 768px) {
    .filter-controls ul {
      align-items: center;
      flex-direction: column; } }
  .filter-controls ul li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .filter-controls ul li {
        margin: 0.5rem 0; } }
    .filter-controls ul li.is-active {
      border-bottom: 2px solid #FDBA14; }

.filter-container .card {
  min-height: 385px; }
  @media screen and (max-width: 768px) {
    .filter-container .card {
      min-height: 300px; } }

.faq-item {
  border-bottom: 1px solid #818286;
  width: 100%;
  display: block; }
  .faq-item a {
    display: block;
    padding: 1rem 0; }

.sidebar li {
  padding: 0.2rem 0; }
  .sidebar li a {
    color: #818286; }
    .sidebar li a:hover {
      color: #0097D6; }

.has-bullets ul {
  list-style: inherit;
  margin-left: 20px; }

.signed-in .signed-in__nav, .signed-in .main {
  padding-top: 5rem !important; }
  @media screen and (max-width: 768px) {
    .signed-in .signed-in__nav, .signed-in .main {
      padding-top: 0 !important; } }
.signed-in .signed-in__nav li a {
  display: flex;
  border-left: 3px solid transparent;
  padding: 1.25rem 0 1.25rem 1rem;
  color: inherit; }
  @media screen and (max-width: 768px) {
    .signed-in .signed-in__nav li a {
      padding: 0.75rem 0 0.75rem 0.75rem;
      border: none; } }
  @media screen and (min-width: 1280px) {
    .signed-in .signed-in__nav li a {
      padding: 1.25rem 0 1.25rem 2rem; } }
.signed-in .signed-in__nav li:hover, .signed-in .signed-in__nav li .is-active {
  border-color: #0097D6;
  color: #0097D6; }
.signed-in .signed-in__nav li .icon {
  margin-right: 10px; }
.signed-in .sidebar__inner {
  margin: 0; }
.signed-in .main {
  background-color: #EBEBEB;
  min-height: calc(100vh - 9.4rem);
  padding-right: 3rem;
  padding-left: 3rem; }
  @media screen and (max-width: 768px) {
    .signed-in .main {
      min-height: auto;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-top: 1rem !important; } }
.signed-in .card-content {
  padding: 2rem; }

.app-search .input {
  background-color: transparent;
  color: white; }

.news-cta {
  position: relative; }
  .news-cta .is-link {
    text-decoration: underline;
    text-transform: uppercase; }
  .news-cta .card-link {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.new-row {
  display: none;
  position: relative; }
  .new-row.is-active {
    display: block; }

.remove-row {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-100%);
  z-index: 3; }

.user-role {
  background-color: #FDBA14;
  padding: 0.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  text-transform: uppercase; }

.product-inputs .control {
  width: 100%; }

.breadcrumb {
  font-size: 1rem; }
  .breadcrumb a {
    align-items: center;
    color: #0097D6;
    display: flex;
    justify-content: center;
    padding: 0 0.75em; }
    .breadcrumb a:hover {
      color: #363636; }
  .breadcrumb li {
    align-items: center;
    display: flex; }
    .breadcrumb li:first-child a {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #363636;
      cursor: default;
      pointer-events: none; }
    .breadcrumb li + li::before {
      color: #EBEBEB;
      content: "/"; }
  .breadcrumb ul,
  .breadcrumb ol {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .breadcrumb .icon:first-child {
    margin-right: 0.5em; }
  .breadcrumb .icon:last-child {
    margin-left: 0.5em; }
  .breadcrumb.is-centered ol,
  .breadcrumb.is-centered ul {
    justify-content: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    justify-content: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.75rem; }
  .breadcrumb.is-medium {
    font-size: 1.25rem; }
  .breadcrumb.is-large {
    font-size: 1.5rem; }
  .breadcrumb.has-arrow-separator li + li::before {
    content: "→"; }
  .breadcrumb.has-bullet-separator li + li::before {
    content: "•"; }
  .breadcrumb.has-dot-separator li + li::before {
    content: "·"; }
  .breadcrumb.has-succeeds-separator li + li::before {
    content: "≻"; }

.card-cta:hover .button.is-primary.is-outlined {
  background-color: #0097D6; }

.card {
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  color: #818286;
  max-width: 100%;
  position: relative;
  border-radius: 10px; }
  .card.has-yellow-top {
    border-top: 21px solid #FDBA14; }
  .card .card-link {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .card.card-cta {
    transition: all 300ms; }
    .card.card-cta:hover {
        border-top: 21px solid #0097D6;
      -webkit-transform: translateY(-3.5%);
      -moz-transform: translateY(-3.5%);
      transform: translateY(-3.5%); }
      .card.card-cta:hover .is-link::after {
        transform: translateX(50%); }
      .card.card-cta:hover .button.is-primary.is-outlined {
        background-color: #0097D6;
        border-color: #0097D6;
        color: white; }
    .card.card-cta .is-link {
      text-decoration: underline;
      margin-top: 3rem;
      text-transform: uppercase;
      position: relative; }
      .card.card-cta .is-link::after {

        background-image: url(images/icons/chevron-right.png);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        content: "";
        right: 0;
        position: absolute;
        transition: all 300ms ease-in-out; }

.card-header {
  background-color: none;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex; }

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 2rem 3rem; }
  .card-header-title.is-centered {
    justify-content: center; }

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  background-color: none;
  padding: 1rem;
  text-align: center;}
  @media screen and (max-width: 768px) {
    .card-content {
      padding: 1.5rem; } }

.card-footer {
  background-color: none;
  border-top: 1px solid #dbdbdb; }

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb; }

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

.passport-process .card {
  min-height: 365px; }

.card-js input.card-number {
  padding-right: 60px; }
.card-js .card-number-wrapper .card-type-icon {
  height: 23px;
  width: 30px;
  position: absolute;
  display: block;
  right: 8px;
  top: 10px;
  background: url(images/icons/cards2.png) 0 23px no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
.card-js .card-number-wrapper .show {
  opacity: 1; }
.card-js .card-number-wrapper .card-type-icon.visa {
  background-position: 0 0; }
.card-js .card-number-wrapper .card-type-icon.master-card {
  background-position: -32px 0; }
.card-js .card-number-wrapper .card-type-icon.american-express {
  background-position: -64px 0; }
.card-js .card-number-wrapper .card-type-icon.discover {
  background-position: -96px 0; }
.card-js .card-number-wrapper .card-type-icon.diners {
  background-position: -128px 0; }
.card-js .card-number-wrapper .card-type-icon.jcb {
  background-position: -160px 0; }
.card-js .cvc-container {
  width: 50%;
  float: right; }
.card-js .cvc-wrapper {
  box-sizing: border-box;
  margin-left: 5px; }
  .card-js .cvc-wrapper .cvc {
    display: block;
    width: 100%; }
.card-js .expiry-container {
  width: 50%;
  float: left; }
.card-js .expiry-wrapper {
  box-sizing: border-box;
  margin-right: 5px; }
  .card-js .expiry-wrapper .expiry {
    display: block;
    width: 100%; }
  .card-js .expiry-wrapper .expiry-month {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 30px; }
  .card-js .expiry-wrapper .expiry-year {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }
  .card-js .expiry-wrapper .expiry-month, .card-js .expiry-wrapper .expiry-year {
    display: inline-block; }
  .card-js .expiry-wrapper .expiry {
    padding-left: 38px; }
.card-js .icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 17px;
  left: 8px;
  top: 10px;
  pointer-events: none; }
  .card-js .icon.right {
    right: 8px;
    left: auto; }
  .card-js .icon.popup {
    cursor: pointer;
    pointer-events: auto; }
  .card-js .icon .svg {
    fill: #888; }
  .card-js .icon.popup .svg {
    fill: #aaa !important; }
.card-js .card-number-wrapper, .card-js .name-wrapper {
  margin-bottom: 15px;
  width: 100%; }
.card-js .card-number-wrapper, .card-js .cvc-wrapper, .card-js .expiry-wrapper, .card-js .name-wrapper {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  position: relative; }
.card-js .card-number-wrapper, .card-js .cvc-container, .card-js .expiry-container, .card-js .name-wrapper {
  display: inline-block; }
.card-js::after {
  content: " ";
  display: table;
  clear: both; }
.card-js input {
  -webkit-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -moz-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -ms-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -o-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  transition: border-color 0.15s linear, box-shadow 0.15s linear; }
.card-js select {
  color: #676767;
  font-size: 15px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
  background-color: #FDFDFD;
  box-sizing: border-box;
  padding: 0;
  -webkit-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -moz-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -ms-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -o-transition: border-color 0.15s linear, box-shadow 0.15s linear;
  transition: border-color 0.15s linear, box-shadow 0.15s linear;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ""; }
.card-js input[disabled] {
  background-color: #eee;
  color: #555; }
.card-js select[disabled] {
  background-color: #eee;
  color: #555; }
.card-js select option[hidden] {
  color: #ABA9A9; }
.card-js input:focus, .card-js select:focus {
  background-color: #fff;
  outline: 0;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.card-js input[readonly=readonly]:not([disabled]), .card-js input[readonly]:not([disabled]) {
  background-color: #fff;
  cursor: pointer; }
/*.card-js .has-error input {
  border-color: #F64B2F;
  box-shadow: none; }
  .card-js .has-error input:focus {
    border-color: #F64B2F;
    box-shadow: none; }*/
.card-js input.card-number, .card-js input.cvc, .card-js input.name {
  padding-left: 38px;
  width: 100%; }
.card-js.stripe .icon .svg {
  fill: #559A28; }

.signed-in .card {
  color: #000; }

.card-type-icon {
  height: 23px;
  width: 30px;
  margin-right: 20px;
  background: url(images/icons/cards2.png) 0 23px no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .card-type-icon.show {
    opacity: 1; }
  .card-type-icon.visa {
    background-position: 0 0; }
  .card-type-icon.master-card {
    background-position: -32px 0; }
  .card-type-icon.american-express {
    background-position: -64px 0; }
  .card-type-icon.discover {
    background-position: -96px 0; }
  .card-type-icon.diners {
    background-position: -128px 0; }
  .card-type-icon.jcb {
    background-position: -160px 0; }

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top; }
  .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block; }
  .dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0; }
  .dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto; }

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative; }

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap; }
  a.dropdown-item:hover {
    background-color: #ebebeb;
    color: #000; }
  a.dropdown-item.is-active {
    background-color: #0097D6;
    color: #fff; }

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }

.selectize-label {
  position: absolute;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  left: 15px;
  top: 10px;
  text-transform: uppercase; }

.product-search .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }
.product-search .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.product-search .selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.product-search .selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
.product-search .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }
  .product-search .selectize-dropdown-header-close:hover {
    color: #000000; }
.product-search .selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-search .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .product-search .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.product-search .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }
.product-search .selectize-control {
  position: relative; }
  .product-search .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
    .product-search .selectize-control.plugin-remove_button [data-value] .remove {
      z-index: 1;
      /* fixes ie bug (see #392) */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 17px;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      color: inherit;
      text-decoration: none;
      vertical-align: middle;
      display: inline-block;
      padding: 2px 0 0 0;
      border-left: 1px solid #0073bb;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .product-search .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .product-search .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: #00578d; }
  .product-search .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaaaaa; }
    .product-search .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }
  .product-search .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }
.product-search .selectize-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }
.product-search .selectize-input {
  border: none;
  color: #303030;
  font-family: inherit;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  min-width: 350px;
  background: #ffffff;
  cursor: text;
  display: inline-block; }
  @media screen and (min-width: 768px) and (max-width: 1599px) {
    .product-search .selectize-input {
      min-width: 220px; }}
  @media screen and (max-width: 767px) {
    .product-search .selectize-input {
      min-width: 100%; } }
  .product-search .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit; }
.product-search .selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }
.product-search .selectize-input {
  min-height: 77px;
  padding: 35px 15px 15px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
.product-search .selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }
.product-search .selectize-input.full {
  background-color: #ffffff; }
.product-search .selectize-input.disabled {
  cursor: default !important; }
  .product-search .selectize-input.disabled * {
    cursor: default !important; }
.product-search .selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
.product-search .selectize-input.dropdown-active {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
.product-search .selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }
.product-search .selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb; }
  .product-search .selectize-control.multi .selectize-input > div.active {
    background: #92c836;
    color: #ffffff;
    border: 1px solid #00578d; }
.product-search .selectize-control.multi .selectize-input.disabled > div {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }
  .product-search .selectize-control.multi .selectize-input.disabled > div.active {
    color: #ffffff;
    background: #d2d2d2;
    border: 1px solid #aaaaaa; }
.product-search .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .product-search .selectize-input > input::-ms-clear {
    display: none; }
  .product-search .selectize-input > input:focus {
    outline: none !important; }
.product-search .selectize-input::after {
  content: " ";
  display: block;
  clear: left; }
.product-search .selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }
.product-search .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .product-search .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    padding: 5px 8px;
    display: flex; }
    .product-search .selectize-dropdown [data-selectable] .highlight {
      background: rgba(125, 168, 208, 0.2);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
    .product-search .selectize-dropdown [data-selectable] span {
      top: 0; }
  .product-search .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .product-search .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .product-search .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default; }
  .product-search .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
    .product-search .selectize-dropdown .active.create {
      color: #495c68; }
  .product-search .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }
.product-search .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }
.product-search .selectize-control.single .selectize-input {
  cursor: pointer; }
  .product-search .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .product-search .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .product-search .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
.product-search .selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }
.product-search .selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.product-search .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }
.product-search .selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }
.product-search .selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6; }
  .product-search .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6;
    background: none; }
.product-search .selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }
  .product-search .selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }
.product-search .selectize-control.single .selectize-input {
  background-color: #fff; }
  .product-search .selectize-control.single .selectize-input span {
    position: relative;
    left: 5px; }
.product-search .selectize-dropdown.single {
  border-color: #b8b8b8; }
.product-search .selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }
.product-search .selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }
  .product-search .selectize-dropdown .optgroup:first-child {
    border-top: 0 none; }

.product-inputs .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }
.product-inputs .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.product-inputs .selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.product-inputs .selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
.product-inputs .selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }
  .product-inputs .selectize-dropdown-header-close:hover {
    color: #000000; }
.product-inputs .selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-inputs .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .product-inputs .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.product-inputs .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }
.product-inputs .selectize-control {
  position: relative; }
  .product-inputs .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; color:#000000; }
    .product-inputs .selectize-control.plugin-remove_button [data-value] .remove {
      z-index: 1;
      /* fixes ie bug (see #392) */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 17px;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      color: inherit;
      text-decoration: none;
      vertical-align: middle;
      display: inline-block;
      padding: 2px 0 0 0;
      border-left: 1px solid #0073bb;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .product-inputs .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .product-inputs .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: #00578d; }
  .product-inputs .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaaaaa; }
    .product-inputs .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }
  .product-inputs .selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 23px; }
.product-inputs .selectize-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }
.product-inputs .selectize-input {
  color: #303030;
  font-family: inherit;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
  min-width: 164px;
  background: #ffffff;
  cursor: text;
  display: inline-block; }
  .product-inputs .selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit; }
.product-inputs .selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }
.product-inputs .selectize-control.single .selectize-input span {
  top: -5px; }
.product-inputs .selectize-input {
  /*min-height: 77px;*/
  padding: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
.product-inputs .selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }
.product-inputs .selectize-input.full {
  background-color: #ffffff; }
.product-inputs .selectize-input.disabled {
  cursor: default !important; }
  .product-inputs .selectize-input.disabled * {
    cursor: default !important; }
.product-inputs .selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
.product-inputs .selectize-input.dropdown-active {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
.product-inputs .selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }
.product-inputs .selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #0097D6;
  color: #ffffff;
  border: 1px solid #0073bb;
  font-size: 14px; }
  .product-inputs .selectize-control.multi .selectize-input > div.active {
    background: #92c836;
    color: #ffffff;
    border: 1px solid #00578d; }
.product-inputs .selectize-control.multi .selectize-input.disabled > div {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa; }
  .product-inputs .selectize-control.multi .selectize-input.disabled > div.active {
    color: #ffffff;
    background: #d2d2d2;
    border: 1px solid #aaaaaa; }
.product-inputs .selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .product-inputs .selectize-input > input::-ms-clear {
    display: none; }
  .product-inputs .selectize-input > input:focus {
    outline: none !important; }
.product-inputs .selectize-input::after {
  content: " ";
  display: block;
  clear: left; }
.product-inputs .selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }
.product-inputs .selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }
  .product-inputs .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden;
    padding: 5px 8px;
    display: flex; }
    .product-inputs .selectize-dropdown [data-selectable] .highlight {
      background: rgba(125, 168, 208, 0.2);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .product-inputs .selectize-dropdown .optgroup-header {
    padding: 5px 8px; }
  .product-inputs .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .product-inputs .selectize-dropdown .optgroup-header {
    color: #303030;
    background: #ffffff;
    cursor: default; }
  .product-inputs .selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68; }
    .product-inputs .selectize-dropdown .active.create {
      color: #495c68; }
  .product-inputs .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }
.product-inputs .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }
.product-inputs .selectize-control.single .selectize-input {
  cursor: pointer; }
  .product-inputs .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .product-inputs .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .product-inputs .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
.product-inputs .selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }
.product-inputs .selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.product-inputs .selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }
.product-inputs .selectize-control.multi .selectize-input.has-items {
  padding: 35px 15px 15px; }
.product-inputs .selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6; }
  .product-inputs .selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6;
    background: none; }
.product-inputs .selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }
  .product-inputs .selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
    background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
    background-image: -o-linear-gradient(top, #008fd8, #0075cf);
    background-image: linear-gradient(to bottom, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0); }
.product-inputs .selectize-control.single .selectize-input {
  background-color: #fff; }
  .product-inputs .selectize-control.single .selectize-input span {
    position: relative;
    left: 5px; }
.product-inputs .selectize-dropdown.single {
  border-color: #b8b8b8; }
.product-inputs .selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em; }
.product-inputs .selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }
  .product-inputs .selectize-dropdown .optgroup:first-child {
    border-top: 0 none; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 7px 10px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4; }
  .selectize-dropdown-header-close:hover {
    color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control {
  position: relative; }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
    .selectize-control.plugin-remove_button [data-value] .remove {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 17px;
      padding: 1px 0 0 0;
      font-size: 12px;
      font-weight: bold;
      color: inherit;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      border-left: 1px solid #74b21e;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: #6f9839; }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #b4b4b4; }
    .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }
  .selectize-control::after {
    display: none; }

.selectize-dropdown {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 20px;
  color: #303030; }

.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding-bottom: calc(0.575em - 2px);
  padding-left: calc(0.625em - 2px);
  padding-right: calc(0.625em - 2px);
  padding-top: calc(0.575em - 2px);
  overflow: hidden;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 8px 10px 4px; }

.selectize-input.disabled {
  cursor: default !important; }
  .selectize-input.disabled * {
    cursor: default !important; }
.selectize-input.dropdown-active {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 1px 5px;
  margin: 0 4px 4px 0;
  color: #3d5d18;
  cursor: pointer;
  background: #b8e76f;
  border: 1px solid #74b21e; }
  .selectize-control.multi .selectize-input > div.active {
    color: #303030;
    background: #92c836;
    border: 1px solid #6f9839; }
.selectize-control.multi .selectize-input.disabled > div {
  color: #878787;
  background: #f8f8f8;
  border: 1px solid #b4b4b4; }
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: #878787;
    background: #f8f8f8;
    border: 1px solid #b4b4b4; }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 2px 0 0 !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }
  .selectize-input > input:focus {
    outline: none !important; }
.selectize-input::after {
  display: block;
  clear: left;
  content: " "; }
.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " "; }
.selectize-input span {
  position: relative;
  top: -5px; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 2px solid #dbdbdb;
  border-top: 0 none;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown [data-selectable] {
    overflow: hidden;
    cursor: pointer;
    display: flex;
    padding: 7px 10px; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(255, 237, 40, 0.4);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
    .selectize-dropdown [data-selectable] span {
      position: relative;
      top: 0; }
  .selectize-dropdown .optgroup-header {
    padding: 7px 10px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #303030;
    cursor: default;
    background: #f8f8f8; }
  .selectize-dropdown .active {
    color: #303030;
    background-color: #f5fafd; }
    .selectize-dropdown .active.create {
      color: #303030; }
  .selectize-dropdown .create {
    color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input {
  cursor: pointer; color:#000000; }
  .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
  .selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    width: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform-origin: center;
    transition: all 200ms; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform-origin: center; }
.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px; }
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5; }

.selectize-dropdown .optgroup-header {
  font-size: 0.8em;
  font-weight: bold;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }

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

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

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

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

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

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

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

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

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

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

.menu {
  font-size: 1rem; }
  .menu.is-small {
    font-size: 0.75rem; }
  .menu.is-medium {
    font-size: 1.25rem; }
  .menu.is-large {
    font-size: 1.5rem; }

.menu-list {
  line-height: 1.25; }
  .menu-list a {
    border-radius: 2px;
    color: white;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: #ebebeb;
      color: #363636; }
    .menu-list a.is-active {
      background-color: #0097D6;
      color: #fff; }
  .menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: 0.75em;
    padding-left: 0.75em; }

.menu-label {
  color: white;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold; }
  .menu-label:not(:first-child) {
    margin-top: 1em; }
  .menu-label:not(:last-child) {
    margin-bottom: 1em; }

.message {
  background-color: #ebebeb;
  border-radius: 4px;
  font-size: 1rem; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline; }
  .message.is-small {
    font-size: 0.75rem; }
  .message.is-medium {
    font-size: 1.25rem; }
  .message.is-large {
    font-size: 1.5rem; }
  .message.is-white {
    background-color: white; }
    .message.is-white .message-header {
      background-color: white;
      color: #000; }
    .message.is-white .message-body {
      border-color: white;
      color: #4d4d4d; }
  .message.is-black {
    background-color: #fafafa; }
    .message.is-black .message-header {
      background-color: #000;
      color: white; }
    .message.is-black .message-body {
      border-color: #000;
      color: black; }
  .message.is-light {
    background-color: #fafafa; }
    .message.is-light .message-header {
      background-color: #ebebeb;
      color: #363636; }
    .message.is-light .message-body {
      border-color: #ebebeb;
      color: #525252; }
  .message.is-dark {
    background-color: #fafafa; }
    .message.is-dark .message-header {
      background-color: #363636;
      color: #ebebeb; }
    .message.is-dark .message-body {
      border-color: #363636;
      color: #2a2a2a; }
  .message.is-primary {
    background-color: #f5fcff; }
    .message.is-primary .message-header {
      background-color: #0097D6;
      color: #fff; }
    .message.is-primary .message-body {
      border-color: #0097D6;
      color: #05445f; }
  .message.is-link {
    background-color: #f5fcff; }
    .message.is-link .message-header {
      background-color: #0097D6;
      color: #fff; }
    .message.is-link .message-body {
      border-color: #0097D6;
      color: #05445f; }
  .message.is-info {
    background-color: #f6fbfe; }
    .message.is-info .message-header {
      background-color: #209cee;
      color: #fff; }
    .message.is-info .message-body {
      border-color: #209cee;
      color: #12537e; }
  .message.is-success {
    background-color: #f6fef9; }
    .message.is-success .message-header {
      background-color: #23d160;
      color: #fff; }
    .message.is-success .message-body {
      border-color: #23d160;
      color: #0e311a; }
  .message.is-warning {
    background-color: #fffcf5; }
    .message.is-warning .message-header {
      background-color: #FDBA14;
      color: rgba(0, 0, 0, 0.7); }
    .message.is-warning .message-body {
      border-color: #FDBA14;
      color: #332606; }
  .message.is-danger {
    background-color: #fff5f7; }
    .message.is-danger .message-header {
      background-color: #ff3860;
      color: #fff; }
    .message.is-danger .message-body {
      border-color: #ff3860;
      color: #cd0930; }

.message-header {
  align-items: center;
  background-color: #000;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }
  .message-header .delete {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.75em; }
  .message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #000;
  padding: 1.25em 1.5em; }
  .message-body code,
  .message-body pre {
    background-color: white; }
  .message-body pre code {
    background-color: transparent; }

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

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

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

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

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal-card {
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      height: calc(100vh - 40px); } }

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: white;
  display: flex;
  flex-shrink: 0;
  padding: 2rem;
  position: relative; }

.modal-card-head {
  justify-content: flex-start; }

.modal-card-foot {
  justify-content: flex-end; }

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

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

.modal-card-foot {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .modal-card-foot .button:not(:last-child) {
    margin-right: 10px; }

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 2;
  flex-shrink: 1;
  overflow: auto;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 5rem; }

.modal-button {
  cursor: pointer; }

.navbar {
  background-color: white;
  min-height: 9.4rem;
  position: relative;
  z-index: 30; }
  .navbar.is-white {
    background-color: white;
    color: #000; }
    .navbar.is-white .navbar-brand > .navbar-item,
    .navbar.is-white .navbar-brand .navbar-link {
      color: #000; }
    .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
    .navbar.is-white .navbar-brand .navbar-link:hover,
    .navbar.is-white .navbar-brand .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #000; }
    .navbar.is-white .navbar-brand .navbar-link::after {
      border-color: #000; }
    @media screen and (max-width: 768px) {
      .navbar.is-white .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-white .navbar-start > .navbar-item,
      .navbar.is-white .navbar-start .navbar-link,
      .navbar.is-white .navbar-end > .navbar-item,
      .navbar.is-white .navbar-end .navbar-link {
        color: #000; }
      .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
      .navbar.is-white .navbar-start .navbar-link:hover,
      .navbar.is-white .navbar-start .navbar-link.is-active,
      .navbar.is-white .navbar-end > a.navbar-item:hover,
      .navbar.is-white .navbar-end > a.navbar-item.is-active,
      .navbar.is-white .navbar-end .navbar-link:hover,
      .navbar.is-white .navbar-end .navbar-link.is-active {
        background-color: #f2f2f2;
        color: #FDBA14; }
      .navbar.is-white .navbar-start .navbar-link::after,
      .navbar.is-white .navbar-end .navbar-link::after {
        border-color: #000; }
      .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f2f2f2;
        color: #000; }
      .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: white;
        color: #000; } }
  .navbar.is-black {
    background-color: #000;
    color: white; }
    .navbar.is-black .navbar-brand > .navbar-item,
    .navbar.is-black .navbar-brand .navbar-link {
      color: white; }
    .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
    .navbar.is-black .navbar-brand .navbar-link:hover,
    .navbar.is-black .navbar-brand .navbar-link.is-active {
      background-color: black;
      color: white; }
    .navbar.is-black .navbar-brand .navbar-link::after {
      border-color: white; }
    @media screen and (max-width: 768px) {
      .navbar.is-black .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-black .navbar-start > .navbar-item,
      .navbar.is-black .navbar-start .navbar-link,
      .navbar.is-black .navbar-end > .navbar-item,
      .navbar.is-black .navbar-end .navbar-link {
        color: white; }
      .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
      .navbar.is-black .navbar-start .navbar-link:hover,
      .navbar.is-black .navbar-start .navbar-link.is-active,
      .navbar.is-black .navbar-end > a.navbar-item:hover,
      .navbar.is-black .navbar-end > a.navbar-item.is-active,
      .navbar.is-black .navbar-end .navbar-link:hover,
      .navbar.is-black .navbar-end .navbar-link.is-active {
        background-color: black;
        color: #FDBA14; }
      .navbar.is-black .navbar-start .navbar-link::after,
      .navbar.is-black .navbar-end .navbar-link::after {
        border-color: white; }
      .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: black;
        color: white; }
      .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #000;
        color: white; } }
  .navbar.is-light {
    background-color: #ebebeb;
    color: #363636; }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #363636; }
    .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
    .navbar.is-light .navbar-brand .navbar-link:hover,
    .navbar.is-light .navbar-brand .navbar-link.is-active {
      background-color: #dedede;
      color: #363636; }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636; }
    @media screen and (max-width: 768px) {
      .navbar.is-light .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: #363636; }
      .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
      .navbar.is-light .navbar-start .navbar-link:hover,
      .navbar.is-light .navbar-start .navbar-link.is-active,
      .navbar.is-light .navbar-end > a.navbar-item:hover,
      .navbar.is-light .navbar-end > a.navbar-item.is-active,
      .navbar.is-light .navbar-end .navbar-link:hover,
      .navbar.is-light .navbar-end .navbar-link.is-active {
        background-color: #dedede;
        color: #FDBA14; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636; }
      .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #dedede;
        color: #363636; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #ebebeb;
        color: #363636; } }
  .navbar.is-dark {
    background-color: #363636;
    color: #ebebeb; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: #ebebeb; }
    .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
    .navbar.is-dark .navbar-brand .navbar-link:hover,
    .navbar.is-dark .navbar-brand .navbar-link.is-active {
      background-color: #292929;
      color: #ebebeb; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: #ebebeb; }
    @media screen and (max-width: 768px) {
      .navbar.is-dark .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-dark .navbar-start > .navbar-item,
      .navbar.is-dark .navbar-start .navbar-link,
      .navbar.is-dark .navbar-end > .navbar-item,
      .navbar.is-dark .navbar-end .navbar-link {
        color: #ebebeb; }
      .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
      .navbar.is-dark .navbar-start .navbar-link:hover,
      .navbar.is-dark .navbar-start .navbar-link.is-active,
      .navbar.is-dark .navbar-end > a.navbar-item:hover,
      .navbar.is-dark .navbar-end > a.navbar-item.is-active,
      .navbar.is-dark .navbar-end .navbar-link:hover,
      .navbar.is-dark .navbar-end .navbar-link.is-active {
        background-color: #292929;
        color: #FDBA14; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: #ebebeb; }
      .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #292929;
        color: #ebebeb; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #ebebeb; } }
  .navbar.is-primary {
    background-color: #0097D6;
    color: #fff; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #0085bd;
      color: #fff; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (max-width: 768px) {
      .navbar.is-primary .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-primary .navbar-start > .navbar-item,
      .navbar.is-primary .navbar-start .navbar-link,
      .navbar.is-primary .navbar-end > .navbar-item,
      .navbar.is-primary .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #0085bd;
        color: #FDBA14; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0085bd;
        color: #fff; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #0097D6;
        color: #fff; } }
  .navbar.is-link {
    background-color: #0097D6;
    color: #fff; }
    .navbar.is-link .navbar-brand > .navbar-item,
    .navbar.is-link .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
    .navbar.is-link .navbar-brand .navbar-link:hover,
    .navbar.is-link .navbar-brand .navbar-link.is-active {
      background-color: #0085bd;
      color: #fff; }
    .navbar.is-link .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (max-width: 768px) {
      .navbar.is-link .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-link .navbar-start > .navbar-item,
      .navbar.is-link .navbar-start .navbar-link,
      .navbar.is-link .navbar-end > .navbar-item,
      .navbar.is-link .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
      .navbar.is-link .navbar-start .navbar-link:hover,
      .navbar.is-link .navbar-start .navbar-link.is-active,
      .navbar.is-link .navbar-end > a.navbar-item:hover,
      .navbar.is-link .navbar-end > a.navbar-item.is-active,
      .navbar.is-link .navbar-end .navbar-link:hover,
      .navbar.is-link .navbar-end .navbar-link.is-active {
        background-color: #0085bd;
        color: #FDBA14; }
      .navbar.is-link .navbar-start .navbar-link::after,
      .navbar.is-link .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #0085bd;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #0097D6;
        color: #fff; } }
  .navbar.is-info {
    background-color: #209cee;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
    .navbar.is-info .navbar-brand .navbar-link:hover,
    .navbar.is-info .navbar-brand .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
    .navbar.is-info .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (max-width: 768px) {
      .navbar.is-info .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-info .navbar-start > .navbar-item,
      .navbar.is-info .navbar-start .navbar-link,
      .navbar.is-info .navbar-end > .navbar-item,
      .navbar.is-info .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
      .navbar.is-info .navbar-start .navbar-link:hover,
      .navbar.is-info .navbar-start .navbar-link.is-active,
      .navbar.is-info .navbar-end > a.navbar-item:hover,
      .navbar.is-info .navbar-end > a.navbar-item.is-active,
      .navbar.is-info .navbar-end .navbar-link:hover,
      .navbar.is-info .navbar-end .navbar-link.is-active {
        background-color: #118fe4;
        color: #FDBA14; }
      .navbar.is-info .navbar-start .navbar-link::after,
      .navbar.is-info .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff; } }
  .navbar.is-success {
    background-color: #23d160;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #20bc56;
      color: #fff; }
    .navbar.is-success .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (max-width: 768px) {
      .navbar.is-success .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-success .navbar-start > .navbar-item,
      .navbar.is-success .navbar-start .navbar-link,
      .navbar.is-success .navbar-end > .navbar-item,
      .navbar.is-success .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #20bc56;
        color: #FDBA14; }
      .navbar.is-success .navbar-start .navbar-link::after,
      .navbar.is-success .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #FDBA14;
    color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > .navbar-item,
    .navbar.is-warning .navbar-brand .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
    .navbar.is-warning .navbar-brand .navbar-link:hover,
    .navbar.is-warning .navbar-brand .navbar-link.is-active {
      background-color: #f5af02;
      color: rgba(0, 0, 0, 0.7); }
    .navbar.is-warning .navbar-brand .navbar-link::after {
      border-color: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 768px) {
      .navbar.is-warning .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-warning .navbar-start > .navbar-item,
      .navbar.is-warning .navbar-start .navbar-link,
      .navbar.is-warning .navbar-end > .navbar-item,
      .navbar.is-warning .navbar-end .navbar-link {
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
      .navbar.is-warning .navbar-start .navbar-link:hover,
      .navbar.is-warning .navbar-start .navbar-link.is-active,
      .navbar.is-warning .navbar-end > a.navbar-item:hover,
      .navbar.is-warning .navbar-end > a.navbar-item.is-active,
      .navbar.is-warning .navbar-end .navbar-link:hover,
      .navbar.is-warning .navbar-end .navbar-link.is-active {
        background-color: #f5af02;
        color: #FDBA14; }
      .navbar.is-warning .navbar-start .navbar-link::after,
      .navbar.is-warning .navbar-end .navbar-link::after {
        border-color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #f5af02;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #FDBA14;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #ff3860;
    color: #fff; }
    .navbar.is-danger .navbar-brand > .navbar-item,
    .navbar.is-danger .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
    .navbar.is-danger .navbar-brand .navbar-link:hover,
    .navbar.is-danger .navbar-brand .navbar-link.is-active {
      background-color: #ff1f4b;
      color: #fff; }
    .navbar.is-danger .navbar-brand .navbar-link::after {
      border-color: #fff; }
    @media screen and (max-width: 768px) {
      .navbar.is-danger .navbar-end {
        display: flex; } }
    @media screen and (min-width: 1152px) {
      .navbar.is-danger .navbar-start > .navbar-item,
      .navbar.is-danger .navbar-start .navbar-link,
      .navbar.is-danger .navbar-end > .navbar-item,
      .navbar.is-danger .navbar-end .navbar-link {
        color: #fff; }
      .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
      .navbar.is-danger .navbar-start .navbar-link:hover,
      .navbar.is-danger .navbar-start .navbar-link.is-active,
      .navbar.is-danger .navbar-end > a.navbar-item:hover,
      .navbar.is-danger .navbar-end > a.navbar-item.is-active,
      .navbar.is-danger .navbar-end .navbar-link:hover,
      .navbar.is-danger .navbar-end .navbar-link.is-active {
        background-color: #ff1f4b;
        color: #FDBA14; }
      .navbar.is-danger .navbar-start .navbar-link::after,
      .navbar.is-danger .navbar-end .navbar-link::after {
        border-color: #fff; }
      .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #ff1f4b;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff; } }
  .navbar > .container {
    align-items: stretch;
    display: flex;
    min-height: 9.4rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  .navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom {
    bottom: 0; }
    .navbar.is-fixed-bottom.has-shadow {
      box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1); }
  .navbar.is-fixed-top {
    top: 0; }

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 9.4rem; }
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 9.4rem; }

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 9.4rem; }

.navbar-brand {
  margin-right: 2rem; }
  .navbar-brand a.navbar-item:hover {
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      width: 50%; } }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  cursor: pointer;
  display: block;
  position: relative;
  float: left;
  height: 9.4rem;
  width: 9.4rem;
  margin-right: 30px; }

  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 23px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item,
.navbar-link {
  color: white;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
  font-size: 14px; }
  .navbar-item .icon:only-child,
  .navbar-link .icon:only-child {
    margin-left: -0.25rem;
    margin-right: -0.25rem; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }
  a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #0097D6; }

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  text-transform: uppercase; }
  .navbar-item.has-dropdown {
    padding: 0; }
  .navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 9.4rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #0097D6; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #0097D6;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #0097D6;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link {
  padding-right: 2.5em; }
  .navbar-link::after {
    border-color: #0097D6;
    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;
    color: #000; }
    @media screen and (max-width: 768px) {
      .navbar-dropdown .navbar-item {
        color: white;
        padding: 0.5rem 1.5rem; } }

.navbar-divider {
  background-color: #ebebeb;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media screen and (max-width: 1151px) {
  /*.navbar > .container {display:flex;}
  .navbar-burger {
  cursor: pointer;
  display: block;
  position: relative;
  height: 9.4rem;
  width: 9.4rem;
  margin-left: auto;
  margin-top:-20px; }*/
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex; }

  .navbar-link::after {
    display: none; }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0; }
    .navbar-menu.is-active {
      display: block; }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 9.4rem);
    overflow: auto; }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 9.4rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 9.4rem; } }
@media screen and (min-width: 1152px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex; }
  /*.nvEndcheckout {float: left; margin-top: 20px;}*/
  .navbar {
    min-height: 9.4rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
      background-color: #ebebeb;
      color: #000; }
    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: #ebebeb;
      color: #0097D6; }

  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex; }

  .navbar-item {
    display: flex; }
    .navbar-item.has-dropdown {
      align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #dbdbdb;
      border-radius: 10px 10px 0 0;
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
      top: auto; }
    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
      display: block; }
      .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(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; }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 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:hover {
        background-color: #ebebeb;
        color: #000; }
      .navbar-dropdown a.navbar-item.is-active {
        background-color: #ebebeb;
        color: #0097D6; }
    .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
      border-radius: 10px;
      border-top: none;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
      display: block;
      opacity: 0;
      pointer-events: none;
      top: calc(100% + (-4px));
      transform: translateY(-5px);
      transition-duration: 86ms;
      transition-property: opacity, transform; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }

  .navbar-divider {
    display: block; }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -1rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -1rem;}

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 9.4rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 9.4rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 11.4rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 11.4rem; }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #000; }
  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent; }

  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa; } }
.full-menu {
  position: fixed;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  overflow-y: scroll; }
  @media screen and (max-width: 768px) {
    .full-menu {
      justify-content: inherit; } }
  @media screen and (min-width: 769px), print {
    .full-menu {
      justify-content: inherit; } }
  @media screen and (min-width: 1152px) {
    .full-menu {
      justify-content: center; } }
  .full-menu .navbar-end {
    display: flex;
    justify-content: space-between; }
  .full-menu li {
    opacity: 0;
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    cursor: pointer; }
    .full-menu li a {
      width: 100%;
      color: white;
      font-weight: 400;
      line-height: 1.8; }
    .full-menu li a:hover {
      opacity: 0.7; }
  .full-menu ul {
    list-style: none; }
  .full-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    padding: 0 15px; }
    .full-menu.active li {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
      .full-menu.active li:nth-child(1) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .full-menu.active li:nth-child(2) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .full-menu.active li:nth-child(3) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .full-menu.active li:nth-child(4) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      .full-menu.active li:nth-child(5) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.7s; }
      .full-menu.active li:nth-child(6) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.8s; }
      .full-menu.active li:nth-child(7) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.9s; }
      .full-menu.active li:nth-child(8) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 1s; }
      .full-menu.active li a {
        width: 100%;
        color: white;
        font-weight: 300;
        line-height: 1.8; }
        .full-menu.active li a:hover {
          -webkit-animation: zoom 200ms ease-in;
          animation: zoom 200ms ease-in; }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.75rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 290486px; }

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #EBEBEB;
    color: #363636; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #0097D6; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #818286;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #0097D6;
  border-color: #0097D6;
  color: #fff; }

.pagination-ellipsis {
  color: #EBEBEB;
  pointer-events: none; }

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

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap; }

  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1; }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1; } }
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1; }

  .pagination-previous {
    order: 2; }

  .pagination-next {
    order: 3; }

  .pagination {
    justify-content: space-between; }
    .pagination.is-centered .pagination-previous {
      order: 1; }
    .pagination.is-centered .pagination-list {
      justify-content: center;
      order: 2; }
    .pagination.is-centered .pagination-next {
      order: 3; }
    .pagination.is-right .pagination-previous {
      order: 1; }
    .pagination.is-right .pagination-next {
      order: 2; }
    .pagination.is-right .pagination-list {
      justify-content: flex-end;
      order: 3; } }
.panel {
  font-size: 1rem; }
  .panel:not(:last-child) {
    margin-bottom: 1.5rem; }

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb; }
  .panel-heading:first-child,
  .panel-tabs:first-child,
  .panel-block:first-child {
    border-top: 1px solid #dbdbdb; }

.panel-heading {
  background-color: #ebebeb;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em; }

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center; }
  .panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: 0.5em; }
    .panel-tabs a.is-active {
      border-bottom-color: #4a4a4a;
      color: #363636; }

.panel-list a {
  color: #000; }
  .panel-list a:hover {
    color: #0097D6; }

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em; }
  .panel-block input[type="checkbox"] {
    margin-right: 0.75em; }
  .panel-block > .control {
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%; }
  .panel-block.is-wrapped {
    flex-wrap: wrap; }
  .panel-block.is-active {
    border-left-color: #0097D6;
    color: #363636; }
    .panel-block.is-active .panel-icon {
      color: #0097D6; }

a.panel-block,
label.panel-block {
  cursor: pointer; }
  a.panel-block:hover,
  label.panel-block:hover {
    background-color: #ebebeb; }

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #818286;
  margin-right: 0.75em; }
  .panel-icon .fa {
    font-size: inherit;
    line-height: inherit; }

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  white-space: nowrap; }
  .tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  .tabs li {
    display: block;
    text-transform: uppercase;
    cursor: pointer; }
    .tabs li.is-active a {
      border-bottom-color: #0097D6;
      color: #0097D6; }
  .tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start; }
    .tabs ul.required-tabs {
      display: inline-table;
      border: none;
      text-align: left; }
      .tabs ul.required-tabs .is-active {
        font-weight: 600; }
      .tabs ul.required-tabs a {
        border-bottom-width: 0;
        justify-content: flex-start;
        color: inherit; }
        .tabs ul.required-tabs a:hover {
          color: #0097D6; }
        @media screen and (max-width: 768px) {
          .tabs ul.required-tabs a {
            padding: 0.5em 0; } }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      justify-content: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      justify-content: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-centered ul {
    justify-content: center; }
  .tabs.is-right ul {
    justify-content: flex-end; }
  .tabs.is-boxed ul {
    border-bottom-width: 0; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    margin-right: 0.5em;
    background-color: #ebebeb; }
    .tabs.is-boxed a:hover {
      background-color: #ebebeb;
      border-bottom-color: #dbdbdb; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-bottom-color: transparent !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: #ebebeb;
      border-color: #EBEBEB;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #0097D6;
    border-color: #0097D6;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.product-search {
  background-image: linear-gradient(178deg, #138AC7 0%, #155480 100%);
  min-height: 5rem;
  position: absolute;
  width: 100%;
  min-height: 180px;
  height: auto;
  z-index: 1; }
/* for pages like rushmytravelvisa */
.product-search.landing_page{
  background-image: none !important;
}
.product-search.landing_page .tabs ul li a{
  color: #fff;
  text-shadow: 2px 2px #000;
}
.product-search.landing_page #tabbs form .selectize-input,.product-search.landing_page #tabbs form select#passport-service{
  box-shadow: 2px 2px 5px 3px #000 !important;
}
  @media screen and (max-width: 768px) {
    .product-search {
      padding: 2rem;
      position: relative; }
    #intro>.landing_page_container{
      height: auto !important;
    }}
  .product-search .tabs ul {
    border-bottom: none;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .product-search .tabs ul {
        margin-bottom: 1rem;
        font-size: 1rem; } }
    .product-search .tabs ul li {
      line-height: 3;
      margin-right: 2.5rem;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .product-search .tabs ul li {
          line-height: 2;
          height: 40px;
          margin-right: 1.25rem; }
          .product-search .tabs ul li.visa {
            text-overflow: clip;
            overflow: hidden;
            width: 49px;
            text-indent: -91px; }
          .product-search .tabs ul li.passport {
            text-overflow: clip;
            overflow: hidden;
            width: 92px;
            text-indent: -92px; }
          .product-search .tabs ul li.docs {
            text-overflow: clip;
            overflow: hidden;
            width: 92px;
            text-indent: 143px; } }
      .product-search .tabs ul li.is-active a {
        border-top-style: solid;
        border-top-width: 7px;
        border-top-color: #FDBA14;
        color: #FDBA14;
        line-height: 3;
        padding: 0;
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .product-search .tabs ul li.is-active a {
            line-height: 2; } }
      .product-search .tabs ul li a {
        border-bottom: none;
        border-top: 7px solid transparent;
        color: rgba(255, 255, 255, 0.56);
        padding: 0;
        margin-bottom: 0; }

.tab-panels.card {
  border-radius: 0 10px 10px 10px; }
.tab-panels .tab-content, .tab-panels .req-content {
  display: none;
  transition: all ease-in-out 200ms; }
  .tab-panels .tab-content.active, .tab-panels .tab-content.is-active, .tab-panels .req-content.active, .tab-panels .req-content.is-active {
    display: inherit; }

#tabbs .card {
  border-top-left-radius: 0; }

.tab-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem; }

.owl-slider .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-slider .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-slider .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-slider .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
  .owl-slider .owl-nav.disabled + .owl-dots {
    margin-top: 6rem; }
.owl-slider .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-slider .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: transparent;
      border: 2px solid #0097D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-slider .owl-dots .owl-dot.active span, .owl-slider .owl-dots .owl-dot:hover span {
      background: #0097D6; }

.owl-slider {
  display: none;
  width: 100%;
  margin: 6rem 0 0;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .owl-slider .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden; }
    .owl-slider .owl-stage:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-slider .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    @media screen and (max-width: 768px) {
      .owl-slider .owl-stage-outer {
        overflow: hidden; } }
  .owl-slider .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0); }
  .owl-slider .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-slider .owl-item img {
      display: block;
      width: 100%; }
  .owl-slider .owl-nav.disabled, .owl-slider .owl-dots.disabled {
    display: none; }
  .owl-slider .owl-nav .owl-prev, .owl-slider .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-slider .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-slider .owl-nav button.owl-prev, .owl-slider .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-slider button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-slider.owl-loaded {
    display: block; }
  .owl-slider.owl-loading {
    opacity: 0;
    display: block; }
  .owl-slider.owl-hidden {
    opacity: 0; }
  .owl-slider.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-slider.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-slider.owl-drag .owl-item .card-cta:hover {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      transform: translateY(0); }
  .owl-slider.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-slider.owl-rtl {
    direction: rtl; }
    .owl-slider.owl-rtl .owl-item {
      float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-slider .owl-item {
  width: 700px; }
  .owl-slider .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
    .owl-slider .owl-item .owl-lazy[src^=""], .owl-slider .owl-item .owl-lazy:not([src]) {
      max-height: 0; }
  .owl-slider .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
.owl-slider .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-slider .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
  .owl-slider .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
.owl-slider .owl-video-playing .owl-video-tn, .owl-slider .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-slider .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-slider .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.badge {
  position: relative;
  white-space: nowrap;
  position: relative; }
  .badge[data-badge]::after {
    position: absolute;
    left: 100%;
    margin: 0;
    background: #0097D6;
    background-clip: padding-box;
    border-radius: 1rem;
    box-shadow: 0 0 0 0.1rem white;
    color: white;
    content: attr(data-badge);
    display: inline-block; }
  .badge:not([data-badge=""])::after {
    padding: 0.3rem 0.5rem;
    text-align: center;
    white-space: nowrap; }
  .badge[data-badge=""]::after {
    display: inline-block;
    vertical-align: inherit; }
  .badge.is-badge-white[data-badge]::after, .badge.is-badge-white:not([data-badge])::after {
    background: white;
    color: #000; }
  .badge.is-badge-black[data-badge]::after, .badge.is-badge-black:not([data-badge])::after {
    background: #000;
    color: white; }
  .badge.is-badge-light[data-badge]::after, .badge.is-badge-light:not([data-badge])::after {
    background: #ebebeb;
    color: #363636; }
  .badge.is-badge-dark[data-badge]::after, .badge.is-badge-dark:not([data-badge])::after {
    background: #363636;
    color: #ebebeb; }
  .badge.is-badge-primary[data-badge]::after, .badge.is-badge-primary:not([data-badge])::after {
    background: #0097D6;
    color: #fff; }
  .badge.is-badge-link[data-badge]::after, .badge.is-badge-link:not([data-badge])::after {
    background: #0097D6;
    color: #fff; }
  .badge.is-badge-info[data-badge]::after, .badge.is-badge-info:not([data-badge])::after {
    background: #209cee;
    color: #fff; }
  .badge.is-badge-success[data-badge]::after, .badge.is-badge-success:not([data-badge])::after {
    background: #23d160;
    color: #fff; }
  .badge.is-badge-warning[data-badge]::after, .badge.is-badge-warning:not([data-badge])::after {
    background: #FDBA14;
    color: rgba(0, 0, 0, 0.7); }
  .badge.is-badge-danger[data-badge]::after, .badge.is-badge-danger:not([data-badge])::after {
    background: #ff3860;
    color: #fff; }
  .badge.is-badge-outlined[data-badge]::after {
    background-color: white;
    box-shadow: none;
    border: 0.1rem solid #0097D6;
    color: #0097D6; }
  .badge.is-badge-outlined.is-badge-white[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid white;
    color: white; }
  .badge.is-badge-outlined.is-badge-black[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #000;
    color: #000; }
  .badge.is-badge-outlined.is-badge-light[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #ebebeb;
    color: #ebebeb; }
  .badge.is-badge-outlined.is-badge-dark[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #363636;
    color: #363636; }
  .badge.is-badge-outlined.is-badge-primary[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #0097D6;
    color: #0097D6; }
  .badge.is-badge-outlined.is-badge-link[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #0097D6;
    color: #0097D6; }
  .badge.is-badge-outlined.is-badge-info[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #209cee;
    color: #209cee; }
  .badge.is-badge-outlined.is-badge-success[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #23d160;
    color: #23d160; }
  .badge.is-badge-outlined.is-badge-warning[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #FDBA14;
    color: #FDBA14; }
  .badge.is-badge-outlined.is-badge-danger[data-badge]::after {
    background: white;
    box-shadow: none;
    border: 0.1rem solid #ff3860;
    color: #ff3860; }
  .badge[data-badge]::after {
    top: calc(0px - ( 1rem / 4 ));
    left: calc(100% - ( 1rem / 2 ));
    min-height: 1rem;
    min-width: 1rem; }
  .badge:not([data-badge=""])::after {
    font-size: 0.75rem;
    line-height: 0.5rem; }
  .badge[data-badge=""]::after {
    width: 1rem; }
  .badge.is-badge-left::after {
    left: calc(0px - ( 1rem / 2 )); }
  .badge.is-badge-bottom::after {
    top: calc(100% - ( 1rem / 2 )); }
  .badge.is-badge-bottom-left::after {
    left: calc(0px - ( 1rem / 2 ));
    top: calc(100% - ( 1rem / 2 )); }
  .badge.is-badge-small[data-badge]::after {
    top: calc(0px - ( 0.75rem / 4 ));
    left: calc(100% - ( 0.75rem / 2 ));
    min-height: 0.75rem;
    min-width: 0.75rem; }
  .badge.is-badge-small:not([data-badge=""])::after {
    font-size: 0.5625rem;
    line-height: 0.375rem; }
  .badge.is-badge-small[data-badge=""]::after {
    width: 0.75rem; }
  .badge.is-badge-small.is-badge-left::after {
    left: calc(0px - ( 0.75rem / 2 )); }
  .badge.is-badge-small.is-badge-bottom::after {
    top: calc(100% - ( 0.75rem / 2 )); }
  .badge.is-badge-small.is-badge-bottom-left::after {
    left: calc(0px - ( 0.75rem / 2 ));
    top: calc(100% - ( 0.75rem / 2 )); }
  .badge.is-badge-medium[data-badge]::after {
    top: calc(0px - ( 1.25rem / 4 ));
    left: calc(100% - ( 1.25rem / 2 ));
    min-height: 1.25rem;
    min-width: 1.25rem; }
  .badge.is-badge-medium:not([data-badge=""])::after {
    font-size: 0.9375rem;
    line-height: 0.625rem; }
  .badge.is-badge-medium[data-badge=""]::after {
    width: 1.25rem; }
  .badge.is-badge-medium.is-badge-left::after {
    left: calc(0px - ( 1.25rem / 2 )); }
  .badge.is-badge-medium.is-badge-bottom::after {
    top: calc(100% - ( 1.25rem / 2 )); }
  .badge.is-badge-medium.is-badge-bottom-left::after {
    left: calc(0px - ( 1.25rem / 2 ));
    top: calc(100% - ( 1.25rem / 2 )); }
  .badge.is-badge-large[data-badge]::after {
    top: calc(0px - ( 1.5rem / 4 ));
    left: calc(100% - ( 1.5rem / 2 ));
    min-height: 1.5rem;
    min-width: 1.5rem; }
  .badge.is-badge-large:not([data-badge=""])::after {
    font-size: 1.125rem;
    line-height: 0.75rem; }
  .badge.is-badge-large[data-badge=""]::after {
    width: 1.5rem; }
  .badge.is-badge-large.is-badge-left::after {
    left: calc(0px - ( 1.5rem / 2 )); }
  .badge.is-badge-large.is-badge-bottom::after {
    top: calc(100% - ( 1.5rem / 2 )); }
  .badge.is-badge-large.is-badge-bottom-left::after {
    left: calc(0px - ( 1.5rem / 2 ));
    top: calc(100% - ( 1.5rem / 2 )); }

.user.badge {
  border-radius: 2rem;
  background-color: #14537f;
  color: white;
  min-width: 1rem;
  min-height: 1rem;
  display: flex;
  text-align: center;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  font-size: 1.25rem; }
.user.is-large {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  font-size: 3rem; }
  .user.is-large[data-badge]::after {
    display: none; }

.timeline {
  display: flex;
  flex-direction: column; }
  .timeline .timeline-header {
    width: 4em;
    min-width: 4em;
    max-width: 8em;
    word-wrap: normal;
    text-align: center;
    display: flex;
    justify-content: center; }
  .timeline .timeline-item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    margin-left: 2em;
    padding-bottom: 2em; }
    .timeline .timeline-item::before {
      content: "";
      background-color: #dbdbdb;
      display: block;
      width: 0.1em;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .timeline .timeline-item .timeline-marker {
      position: absolute;
      background: #dbdbdb;
      border: 0.1em solid #dbdbdb;
      border-radius: 100%;
      content: "";
      display: block;
      height: 0.8em;
      left: -0.35em;
      top: 1.2rem;
      width: 0.8em; }
      .timeline .timeline-item .timeline-marker.is-image {
        background: #dbdbdb;
        border: 0.1em solid #dbdbdb;
        border-radius: 100%;
        display: block;
        overflow: hidden; }
        .timeline .timeline-item .timeline-marker.is-image.is-16x16 {
          height: 16px;
          width: 16px;
          left: -8px; }
        .timeline .timeline-item .timeline-marker.is-image.is-24x24 {
          height: 24px;
          width: 24px;
          left: -12px; }
        .timeline .timeline-item .timeline-marker.is-image.is-32x32 {
          height: 32px;
          width: 32px;
          left: -16px; }
        .timeline .timeline-item .timeline-marker.is-image.is-48x48 {
          height: 48px;
          width: 48px;
          left: -24px; }
        .timeline .timeline-item .timeline-marker.is-image.is-64x64 {
          height: 64px;
          width: 64px;
          left: -32px; }
        .timeline .timeline-item .timeline-marker.is-image.is-96x96 {
          height: 96px;
          width: 96px;
          left: -48px; }
        .timeline .timeline-item .timeline-marker.is-image.is-128x128 {
          height: 128px;
          width: 128px;
          left: -64px; }
      .timeline .timeline-item .timeline-marker.is-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.5em;
        width: 1.5em;
        left: -0.7em;
        line-height: 0.75rem;
        padding: 0.25rem;
        background: #dbdbdb;
        border: 0.1em solid #dbdbdb;
        border-radius: 100%; }
        .timeline .timeline-item .timeline-marker.is-icon > i {
          color: white;
          font-size: 0.75rem !important; }
      .timeline .timeline-item .timeline-marker.is-outlined .image {
        background: white; }
      .timeline .timeline-item .timeline-marker.is-outlined.is-icon {
        background: white; }
        .timeline .timeline-item .timeline-marker.is-outlined.is-icon > i {
          color: #dbdbdb; }
      .timeline .timeline-item .timeline-marker.is-white {
        background-color: white !important;
        border-color: white !important; }
        .timeline .timeline-item .timeline-marker.is-white .image {
          border-color: white !important; }
        .timeline .timeline-item .timeline-marker.is-white.is-icon {
          background-color: white !important;
          border-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-white.is-icon > i {
            color: #000 !important; }
        .timeline .timeline-item .timeline-marker.is-white.is-outlined {
          background-color: white !important;
          border-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-white.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-white.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-white.is-outlined.is-icon > i {
              color: white !important; }
      .timeline .timeline-item .timeline-marker.is-black {
        background-color: #000 !important;
        border-color: #000 !important; }
        .timeline .timeline-item .timeline-marker.is-black .image {
          border-color: #000 !important; }
        .timeline .timeline-item .timeline-marker.is-black.is-icon {
          background-color: #000 !important;
          border-color: #000 !important; }
          .timeline .timeline-item .timeline-marker.is-black.is-icon > i {
            color: white !important; }
        .timeline .timeline-item .timeline-marker.is-black.is-outlined {
          background-color: white !important;
          border-color: #000 !important; }
          .timeline .timeline-item .timeline-marker.is-black.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-black.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-black.is-outlined.is-icon > i {
              color: #000 !important; }
      .timeline .timeline-item .timeline-marker.is-light {
        background-color: #ebebeb !important;
        border-color: #ebebeb !important; }
        .timeline .timeline-item .timeline-marker.is-light .image {
          border-color: #ebebeb !important; }
        .timeline .timeline-item .timeline-marker.is-light.is-icon {
          background-color: #ebebeb !important;
          border-color: #ebebeb !important; }
          .timeline .timeline-item .timeline-marker.is-light.is-icon > i {
            color: #363636 !important; }
        .timeline .timeline-item .timeline-marker.is-light.is-outlined {
          background-color: white !important;
          border-color: #ebebeb !important; }
          .timeline .timeline-item .timeline-marker.is-light.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-light.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-light.is-outlined.is-icon > i {
              color: #ebebeb !important; }
      .timeline .timeline-item .timeline-marker.is-dark {
        background-color: #363636 !important;
        border-color: #363636 !important; }
        .timeline .timeline-item .timeline-marker.is-dark .image {
          border-color: #363636 !important; }
        .timeline .timeline-item .timeline-marker.is-dark.is-icon {
          background-color: #363636 !important;
          border-color: #363636 !important; }
          .timeline .timeline-item .timeline-marker.is-dark.is-icon > i {
            color: #ebebeb !important; }
        .timeline .timeline-item .timeline-marker.is-dark.is-outlined {
          background-color: white !important;
          border-color: #363636 !important; }
          .timeline .timeline-item .timeline-marker.is-dark.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-dark.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-dark.is-outlined.is-icon > i {
              color: #363636 !important; }
      .timeline .timeline-item .timeline-marker.is-primary {
        background-color: #0097D6 !important;
        border-color: #0097D6 !important; }
        .timeline .timeline-item .timeline-marker.is-primary .image {
          border-color: #0097D6 !important; }
        .timeline .timeline-item .timeline-marker.is-primary.is-icon {
          background-color: #0097D6 !important;
          border-color: #0097D6 !important; }
          .timeline .timeline-item .timeline-marker.is-primary.is-icon > i {
            color: #fff !important; }
        .timeline .timeline-item .timeline-marker.is-primary.is-outlined {
          background-color: white !important;
          border-color: #0097D6 !important; }
          .timeline .timeline-item .timeline-marker.is-primary.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-primary.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-primary.is-outlined.is-icon > i {
              color: #0097D6 !important; }
      .timeline .timeline-item .timeline-marker.is-link {
        background-color: #0097D6 !important;
        border-color: #0097D6 !important; }
        .timeline .timeline-item .timeline-marker.is-link .image {
          border-color: #0097D6 !important; }
        .timeline .timeline-item .timeline-marker.is-link.is-icon {
          background-color: #0097D6 !important;
          border-color: #0097D6 !important; }
          .timeline .timeline-item .timeline-marker.is-link.is-icon > i {
            color: #fff !important; }
        .timeline .timeline-item .timeline-marker.is-link.is-outlined {
          background-color: white !important;
          border-color: #0097D6 !important; }
          .timeline .timeline-item .timeline-marker.is-link.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-link.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-link.is-outlined.is-icon > i {
              color: #0097D6 !important; }
      .timeline .timeline-item .timeline-marker.is-info {
        background-color: #209cee !important;
        border-color: #209cee !important; }
        .timeline .timeline-item .timeline-marker.is-info .image {
          border-color: #209cee !important; }
        .timeline .timeline-item .timeline-marker.is-info.is-icon {
          background-color: #209cee !important;
          border-color: #209cee !important; }
          .timeline .timeline-item .timeline-marker.is-info.is-icon > i {
            color: #fff !important; }
        .timeline .timeline-item .timeline-marker.is-info.is-outlined {
          background-color: white !important;
          border-color: #209cee !important; }
          .timeline .timeline-item .timeline-marker.is-info.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-info.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-info.is-outlined.is-icon > i {
              color: #209cee !important; }
      .timeline .timeline-item .timeline-marker.is-success {
        background-color: #23d160 !important;
        border-color: #23d160 !important; }
        .timeline .timeline-item .timeline-marker.is-success .image {
          border-color: #23d160 !important; }
        .timeline .timeline-item .timeline-marker.is-success.is-icon {
          background-color: #23d160 !important;
          border-color: #23d160 !important; }
          .timeline .timeline-item .timeline-marker.is-success.is-icon > i {
            color: #fff !important; }
        .timeline .timeline-item .timeline-marker.is-success.is-outlined {
          background-color: white !important;
          border-color: #23d160 !important; }
          .timeline .timeline-item .timeline-marker.is-success.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-success.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-success.is-outlined.is-icon > i {
              color: #23d160 !important; }
      .timeline .timeline-item .timeline-marker.is-warning {
        background-color: #FDBA14 !important;
        border-color: #FDBA14 !important; }
        .timeline .timeline-item .timeline-marker.is-warning .image {
          border-color: #FDBA14 !important; }
        .timeline .timeline-item .timeline-marker.is-warning.is-icon {
          background-color: #FDBA14 !important;
          border-color: #FDBA14 !important; }
          .timeline .timeline-item .timeline-marker.is-warning.is-icon > i {
            color: rgba(0, 0, 0, 0.7) !important; }
        .timeline .timeline-item .timeline-marker.is-warning.is-outlined {
          background-color: white !important;
          border-color: #FDBA14 !important; }
          .timeline .timeline-item .timeline-marker.is-warning.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-warning.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-warning.is-outlined.is-icon > i {
              color: #FDBA14 !important; }
      .timeline .timeline-item .timeline-marker.is-danger {
        background-color: #ff3860 !important;
        border-color: #ff3860 !important; }
        .timeline .timeline-item .timeline-marker.is-danger .image {
          border-color: #ff3860 !important; }
        .timeline .timeline-item .timeline-marker.is-danger.is-icon {
          background-color: #ff3860 !important;
          border-color: #ff3860 !important; }
          .timeline .timeline-item .timeline-marker.is-danger.is-icon > i {
            color: #fff !important; }
        .timeline .timeline-item .timeline-marker.is-danger.is-outlined {
          background-color: white !important;
          border-color: #ff3860 !important; }
          .timeline .timeline-item .timeline-marker.is-danger.is-outlined .image {
            background-color: white !important; }
          .timeline .timeline-item .timeline-marker.is-danger.is-outlined.is-icon {
            background-color: white !important; }
            .timeline .timeline-item .timeline-marker.is-danger.is-outlined.is-icon > i {
              color: #ff3860 !important; }
    .timeline .timeline-item .timeline-content {
      padding: 1em 0 0 0.5em;
      padding: 1em 0 0 2em; }
      .timeline .timeline-item .timeline-content .heading {
        font-weight: 600; }
    .timeline .timeline-item.is-white::before {
      background-color: white; }
    .timeline .timeline-item.is-black::before {
      background-color: #000; }
    .timeline .timeline-item.is-light::before {
      background-color: #ebebeb; }
    .timeline .timeline-item.is-dark::before {
      background-color: #363636; }
    .timeline .timeline-item.is-primary::before {
      background-color: #0097D6; }
    .timeline .timeline-item.is-link::before {
      background-color: #0097D6; }
    .timeline .timeline-item.is-info::before {
      background-color: #209cee; }
    .timeline .timeline-item.is-success::before {
      background-color: #23d160; }
    .timeline .timeline-item.is-warning::before {
      background-color: #FDBA14; }
    .timeline .timeline-item.is-danger::before {
      background-color: #ff3860; }
  .timeline.is-centered .timeline-header {
    display: flex;
    width: 100%;
    align-self: center; }
  .timeline.is-centered .timeline-item {
    width: 50%;
    align-self: flex-end; }
    .timeline.is-centered .timeline-item:nth-of-type(2n) {
      align-self: flex-start;
      margin-left: 0;
      margin-right: 2em; }
      .timeline.is-centered .timeline-item:nth-of-type(2n)::before {
        right: -0.1em;
        left: auto; }
      .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker {
        left: auto;
        right: -0.45em; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-16x16 {
          left: auto;
          right: -8px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-24x24 {
          left: auto;
          right: -12px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-32x32 {
          left: auto;
          right: -16px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-48x48 {
          left: auto;
          right: -24px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-64x64 {
          left: auto;
          right: -32px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-96x96 {
          left: auto;
          right: -48px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-image.is-128x128 {
          left: auto;
          right: -64px; }
        .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-marker.is-icon {
          left: auto;
          right: -0.8em; }
      .timeline.is-centered .timeline-item:nth-of-type(2n) .timeline-content {
        padding: 1em 2em 0 0;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-basis: 100%; }
    .timeline.is-centered .timeline-item:nth-of-type(2n+1)::before {
      content: "";
      background-color: #dbdbdb;
      display: block;
      width: 0.1em;
      height: 100%;
      position: absolute;
      top: 0; }
    .timeline.is-centered .timeline-item.is-white::before {
      background-color: white; }
    .timeline.is-centered .timeline-item.is-black::before {
      background-color: #000; }
    .timeline.is-centered .timeline-item.is-light::before {
      background-color: #ebebeb; }
    .timeline.is-centered .timeline-item.is-dark::before {
      background-color: #363636; }
    .timeline.is-centered .timeline-item.is-primary::before {
      background-color: #0097D6; }
    .timeline.is-centered .timeline-item.is-link::before {
      background-color: #0097D6; }
    .timeline.is-centered .timeline-item.is-info::before {
      background-color: #209cee; }
    .timeline.is-centered .timeline-item.is-success::before {
      background-color: #23d160; }
    .timeline.is-centered .timeline-item.is-warning::before {
      background-color: #FDBA14; }
    .timeline.is-centered .timeline-item.is-danger::before {
      background-color: #ff3860; }
  .timeline.is-rtl {
    justify-content: flex-end;
    align-items: flex-end; }
    .timeline.is-rtl .timeline-item {
      justify-content: flex-end;
      border-left: none;
      margin-left: 0;
      margin-right: 2em; }
      .timeline.is-rtl .timeline-item::before {
        right: 0;
        left: auto; }
      .timeline.is-rtl .timeline-item .timeline-marker {
        left: auto;
        right: -0.35em; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-16x16 {
          left: auto;
          right: -8px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-24x24 {
          left: auto;
          right: -12px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-32x32 {
          left: auto;
          right: -16px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-48x48 {
          left: auto;
          right: -24px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-64x64 {
          left: auto;
          right: -32px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-96x96 {
          left: auto;
          right: -48px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-image.is-128x128 {
          left: auto;
          right: -64px; }
        .timeline.is-rtl .timeline-item .timeline-marker.is-icon {
          left: auto;
          right: -0.7em; }
      .timeline.is-rtl .timeline-item .timeline-content {
        padding: 1em 2em 0 0;
        text-align: right; }

.accordions.is-blue .accordion-header {
  background-color: #14537f;
  color: white !important; }
.accordions .accordion {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  font-size: 1rem; }
  .accordions .accordion strong {
    color: currentColor; }
  .accordions .accordion a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline; }
  .accordions .accordion.is-small {
    font-size: 0.75rem; }
  .accordions .accordion.is-medium {
    font-size: 1.25rem; }
  .accordions .accordion.is-large {
    font-size: 1.5rem; }
  .accordions .accordion:not(:first-child) .accordion-header {
    border-radius: 0; }
  .accordions .accordion:not(:last-child) {
    margin-bottom: 0; }
    .accordions .accordion:not(:last-child) .accordion-content {
      border-radius: 0; }
  .accordions .accordion .toggle,
  .accordions .accordion [data-action="toggle"] {
    cursor: pointer; }
  .accordions .accordion .accordion-header {
    align-items: center;
    border-radius: 10px 10px 0 0;
    color: #000;
    display: flex;
    justify-content: space-between;
    line-height: 1.25;
    padding: 1em;
    position: relative; }
    .accordions .accordion .accordion-header.toggle {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-bottom: 1px solid #dbdbdb;
      display: inline-block;
      flex-grow: 0;
      flex-shrink: 0;
      width: 100%;
      outline: none;
      position: relative;
      vertical-align: top; }
      .accordions .accordion .accordion-header.toggle::after {
        border-color: #000;
        margin-top: -0.375em;
        right: 1em;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .accordions .accordion .accordion-header + .accordion-body {
      overflow-y: hidden;
      max-height: 0;
      color: #000;
      border-radius: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: none;
      position: relative;
      -webkit-transition: max-height 0.2s ease;
      -moz-transition: max-height 0.2s ease;
      -o-transition: max-height 0.2s ease;
      transition: max-height 0.2s ease; }
      .accordions .accordion .accordion-header + .accordion-body .accordion-content {
        padding: 1em; }
        .accordions .accordion .accordion-header + .accordion-body .accordion-content code,
        .accordions .accordion .accordion-header + .accordion-body .accordion-content pre {
          background-color: white; }
        .accordions .accordion .accordion-header + .accordion-body .accordion-content pre code {
          background-color: transparent; }
  .accordions .accordion.is-active .accordion-header.toggle::after {
    transform: rotate(135deg); }
  .accordions .accordion.is-active .accordion-body {
    max-height: 115em; }
    @media screen and (max-width: 768px) {
      .accordions .accordion.is-active .accordion-body {
        max-height: 100%; } }
  .accordions .accordion.is-white {
    background-color: white; }
    .accordions .accordion.is-white .accordion-header {
      background-color: white;
      color: #000; }
    .accordions .accordion.is-white .accordion-content {
      border-color: white;
      color: #4d4d4d; }
  .accordions .accordion.is-black {
    background-color: #fafafa; }
    .accordions .accordion.is-black .accordion-header {
      background-color: #000;
      color: white; }
    .accordions .accordion.is-black .accordion-content {
      border-color: #000;
      color: black; }
  .accordions .accordion.is-light {
    background-color: #fafafa; }
    .accordions .accordion.is-light .accordion-header {
      background-color: #ebebeb;
      color: #363636; }
    .accordions .accordion.is-light .accordion-content {
      border-color: #ebebeb;
      color: #525252; }
  .accordions .accordion.is-dark {
    background-color: #fafafa; }
    .accordions .accordion.is-dark .accordion-header {
      background-color: #363636;
      color: #ebebeb; }
    .accordions .accordion.is-dark .accordion-content {
      border-color: #363636;
      color: #2a2a2a; }
  .accordions .accordion.is-primary {
    background-color: #f5fcff; }
    .accordions .accordion.is-primary .accordion-header {
      background-color: #0097D6;
      color: #fff; }
    .accordions .accordion.is-primary .accordion-content {
      border-color: #0097D6;
      color: #05445f; }
  .accordions .accordion.is-link {
    background-color: #f5fcff; }
    .accordions .accordion.is-link .accordion-header {
      background-color: #0097D6;
      color: #fff; }
    .accordions .accordion.is-link .accordion-content {
      border-color: #0097D6;
      color: #05445f; }
  .accordions .accordion.is-info {
    background-color: #f6fbfe; }
    .accordions .accordion.is-info .accordion-header {
      background-color: #209cee;
      color: #fff; }
    .accordions .accordion.is-info .accordion-content {
      border-color: #209cee;
      color: #12537e; }
  .accordions .accordion.is-success {
    background-color: #f6fef9; }
    .accordions .accordion.is-success .accordion-header {
      background-color: #23d160;
      color: #fff; }
    .accordions .accordion.is-success .accordion-content {
      border-color: #23d160;
      color: #0e311a; }
  .accordions .accordion.is-warning {
    background-color: #fffcf5; }
    .accordions .accordion.is-warning .accordion-header {
      background-color: #FDBA14;
      color: rgba(0, 0, 0, 0.7); }
    .accordions .accordion.is-warning .accordion-content {
      border-color: #FDBA14;
      color: #332606; }
  .accordions .accordion.is-danger {
    background-color: #fff5f7; }
    .accordions .accordion.is-danger .accordion-header {
      background-color: #ff3860;
      color: #fff; }
    .accordions .accordion.is-danger .accordion-content {
      border-color: #ff3860;
      color: #cd0930; }

.accordions.is-large .accordion-header, .accordions.is-large .accordion-header + .accordion-body .accordion-content {
  padding: 2em 2.5em; }
  @media screen and (max-width: 768px) {
    .accordions.is-large .accordion-header, .accordions.is-large .accordion-header + .accordion-body .accordion-content {
      padding: 2em 1.5em; } }
.accordions.is-large .accordion-header.toggle::after {
  border-color: white;
  margin-top: -0.375em;
  right: 2.5em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.card .accordions .accordion .accordion-header {
  padding: 1em 0; }

.messenger {
  height: calc(100vh - 9.4rem); }

.messenger__wrapper {
  height: calc(100vh - 15rem);
  overflow-x: hidden;
  overflow-y: scroll; }
  @media screen and (max-width: 768px) {
    .messenger__wrapper {
      height: calc(100vh - 20rem); } }

.messenger__applicants {
  background-color: #dbdbdb;
  height: 100%;
  padding: 2rem 1rem; }
  @media screen and (max-width: 768px) {
    .messenger__applicants {
      display: flex;
      padding: 1rem; }
      .messenger__applicants .media-content {
        display: none; } }
  @media screen and (min-width: 769px), print {
    .messenger__applicants {
      padding: 1rem; } }
  @media screen and (min-width: 1152px) {
    .messenger__applicants {
      display: block; }
      .messenger__applicants .media-content {
        display: block; } }

.messenger__input {
  background-color: #eee;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem; }

.chat {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0 0 50px 0;
  margin-top: 60px;
  margin-bottom: 10px; }
  .chat li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex; }
  .chat .avatar {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    z-index: 2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%; }
    .chat .avatar img {
      width: 40px;
      height: 40px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .chat .day {
    position: relative;
    display: block;
    text-align: center;
    color: #c0c0c0;
    height: 20px;
    font-size: 0.7rem;
    text-shadow: 7px 0px 0px #fff, 6px 0px 0px #fff, 5px 0px 0px #fff, 4px 0px 0px #fff, 3px 0px 0px #fff, 2px 0px 0px #fff, 1px 0px 0px #fff, 1px 0px 0px #fff, 0px 0px 0px #fff, -1px 0px 0px #fff, -2px 0px 0px #fff, -3px 0px 0px #fff, -4px 0px 0px #fff, -5px 0px 0px #fff, -6px 0px 0px #fff, -7px 0px 0px #fff;
    box-shadow: inset 20px 0px 0px #fff, inset -20px 0px 0px #fff, inset 0px -1px 0px #d7d7d7;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 30px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }

.other .msg {
  order: 1; }
.other:before {
  content: "";
  position: relative;
  top: 0px;
  right: 0px;
  left: 40px;
  width: 0px;
  height: 0px;
  border: 5px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent; }

.self {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0.5rem; }
  .self .msg {
    order: 1;
    background-color: #0097D6;
    color: white; }
  .self .avatar {
    order: 2;
    right: 12px; }

.msg {
  max-width: 400px; }
  .msg p {
    font-size: 0.9rem;
    margin: 0 0 0.2rem 0; }
  .msg img {
    position: relative;
    display: block;
    width: 450px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all 0.4s cubic-bezier(0.565, -0.26, 0.255, 1.41);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  .msg time {
    font-size: 0.7rem;
    color: #ccc;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .msg time:before {
      content: "🕓";
      color: #ddd;
      font-family: FontAwesome;
      display: inline-block;
      margin-right: 4px; }

@media screen and (max-width: 800px) {
  .msg img {
    width: 300px; } }
@media screen and (max-width: 550px) {
  .msg img {
    width: 200px; } }
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-1 {
    flex: none;
    width: 8.33333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.33333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.66667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.66667%; }
  .columns.is-mobile > .column.is-3 {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    flex: none;
    width: 33.33333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.33333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.66667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.66667%; }
  .columns.is-mobile > .column.is-6 {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    flex: none;
    width: 58.33333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.33333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.66667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.66667%; }
  .columns.is-mobile > .column.is-9 {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    flex: none;
    width: 83.33333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.33333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.66667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.66667%; }
  .columns.is-mobile > .column.is-12 {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 768px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.33333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.66667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.33333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.66667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.33333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.66667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.33333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.66667%; }
    .column.is-12-mobile {
      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 {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-1, .column.is-1-tablet {
      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 {
      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 {
      flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.33333%; }
    .column.is-5, .column.is-5-tablet {
      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 {
      flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.33333%; }
    .column.is-8, .column.is-8-tablet {
      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 {
      flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.33333%; }
    .column.is-11, .column.is-11-tablet {
      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 {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1151px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-1-touch {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-touch {
      margin-left: 8.33333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-touch {
      margin-left: 16.66667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-touch {
      margin-left: 33.33333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-touch {
      margin-left: 41.66667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-touch {
      margin-left: 58.33333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-touch {
      margin-left: 66.66667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-touch {
      margin-left: 83.33333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-touch {
      margin-left: 91.66667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1152px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.33333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.66667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.33333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.66667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.33333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.66667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.33333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.66667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1280px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-30-widescreen {
      flex: none;
      width: 30%; }
    .column.is-one-quarter-widescreen {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-widescreen {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-widescreen {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-widescreen {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-widescreen {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-offset-one-fifth-widescreen {
      margin-left: 20%; }
    .column.is-offset-two-fifths-widescreen {
      margin-left: 40%; }
    .column.is-offset-three-fifths-widescreen {
      margin-left: 60%; }
    .column.is-offset-four-fifths-widescreen {
      margin-left: 80%; }
    .column.is-1-widescreen {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.33333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.66667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.33333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.66667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.33333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.66667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.33333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.66667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1472px) {
    .column.is-narrow-fullhd {
      flex: none; }
    .column.is-full-fullhd {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-fullhd {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-fullhd {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-fullhd {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-fullhd {
      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 {
      flex: none;
      width: 8.33333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.33333%; }
    .column.is-2-fullhd {
      flex: none;
      width: 16.66667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.66667%; }
    .column.is-3-fullhd {
      flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      flex: none;
      width: 33.33333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.33333%; }
    .column.is-5-fullhd {
      flex: none;
      width: 41.66667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.66667%; }
    .column.is-6-fullhd {
      flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      flex: none;
      width: 58.33333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.33333%; }
    .column.is-8-fullhd {
      flex: none;
      width: 66.66667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.66667%; }
    .column.is-9-fullhd {
      flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      flex: none;
      width: 83.33333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.33333%; }
    .column.is-11-fullhd {
      flex: none;
      width: 91.66667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.66667%; }
    .column.is-12-fullhd {
      flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

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

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }
  .columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap); }
  .columns.is-variable.is-0 {
    --columnGap: 0rem; }
  .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 {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    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: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }
  .tile.product {
    padding: 1.5rem;
    position: relative;
    border-radius: 12px;
    background: white;
    border: 2px dashed #ebebeb;
    color: #dbdbdb;
    min-height: 176px;
    max-width: 264px;
    transition: all 300ms; }
    @media screen and (max-width: 768px) {
      .tile.product {
        max-width: 100%; } }
    .tile.product:hover {
      border-color: #d0d0d0;
      color: #818286; }
    .tile.product .tile-link {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .tile.product.is-added {
      background: #0097D6;
      color: white;
      border: none; }
    .tile.product .product-level {
      display: flex;
      justify-content: space-between; }

.tile.error {
  border: 2px dashed #ff0000 !important;
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .hero .navbar {
    background: none; }
  .hero .tabs ul {
    border-bottom: none; }
  .hero.is-white {
    background-color: white;
    color: #000; }
    .hero.is-white a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-white strong {
      color: inherit; }
    .hero.is-white .title {
      color: #000; }
    .hero.is-white .subtitle {
      color: rgba(0, 0, 0, 0.9); }
      .hero.is-white .subtitle a:not(.button),
      .hero.is-white .subtitle strong {
        color: #000; }
    @media screen and (max-width: 1151px) {
      .hero.is-white .navbar-menu {
        background-color: white; } }
    .hero.is-white .navbar-item,
    .hero.is-white .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
    .hero.is-white .navbar-link:hover,
    .hero.is-white .navbar-link.is-active {
      background-color: #f2f2f2;
      color: #000; }
    .hero.is-white .tabs a {
      color: #000;
      opacity: 0.9; }
      .hero.is-white .tabs a:hover {
        opacity: 1; }
    .hero.is-white .tabs li.is-active a {
      opacity: 1; }
    .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
      color: #000; }
      .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
      background-color: #000;
      border-color: #000;
      color: white; }
    .hero.is-white.is-bold {
      background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-white.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); } }
  .hero.is-black {
    background-color: #000;
    color: white; }
    .hero.is-black a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-black strong {
      color: inherit; }
    .hero.is-black .title {
      color: white; }
    .hero.is-black .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-black .subtitle a:not(.button),
      .hero.is-black .subtitle strong {
        color: white; }
    @media screen and (max-width: 1151px) {
      .hero.is-black .navbar-menu {
        background-color: #000; } }
    .hero.is-black .navbar-item,
    .hero.is-black .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
    .hero.is-black .navbar-link:hover,
    .hero.is-black .navbar-link.is-active {
      background-color: black;
      color: white; }
    .hero.is-black .tabs a {
      color: white;
      opacity: 0.9; }
      .hero.is-black .tabs a:hover {
        opacity: 1; }
    .hero.is-black .tabs li.is-active a {
      opacity: 1; }
    .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
      color: white; }
      .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
      background-color: white;
      border-color: white;
      color: #000; }
    .hero.is-black.is-bold {
      background-image: linear-gradient(141deg, black 0%, #000 71%, #0d0c0c 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-black.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, black 0%, #000 71%, #0d0c0c 100%); } }
  .hero.is-light {
    background-color: #ebebeb;
    color: #363636; }
    .hero.is-light a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-light strong {
      color: inherit; }
    .hero.is-light .title {
      color: #363636; }
    .hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9); }
      .hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #363636; }
    @media screen and (max-width: 1151px) {
      .hero.is-light .navbar-menu {
        background-color: #ebebeb; } }
    .hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(54, 54, 54, 0.7); }
    .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active {
      background-color: #dedede;
      color: #363636; }
    .hero.is-light .tabs a {
      color: #363636;
      opacity: 0.9; }
      .hero.is-light .tabs a:hover {
        opacity: 1; }
    .hero.is-light .tabs li.is-active a {
      opacity: 1; }
    .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: #363636; }
      .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
      background-color: #363636;
      border-color: #363636;
      color: #ebebeb; }
    .hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #d6cdce 0%, #ebebeb 71%, #f8f8f7 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #d6cdce 0%, #ebebeb 71%, #f8f8f7 100%); } }
  .hero.is-dark {
    background-color: #363636;
    color: #ebebeb; }
    .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-dark strong {
      color: inherit; }
    .hero.is-dark .title {
      color: #ebebeb; }
    .hero.is-dark .subtitle {
      color: rgba(235, 235, 235, 0.9); }
      .hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: #ebebeb; }
    @media screen and (max-width: 1151px) {
      .hero.is-dark .navbar-menu {
        background-color: #363636; } }
    .hero.is-dark .navbar-item,
    .hero.is-dark .navbar-link {
      color: rgba(235, 235, 235, 0.7); }
    .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active {
      background-color: #292929;
      color: #ebebeb; }
    .hero.is-dark .tabs a {
      color: #ebebeb;
      opacity: 0.9; }
      .hero.is-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-dark .tabs li.is-active a {
      opacity: 1; }
    .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: #ebebeb; }
      .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #363636; }
    .hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
  .hero.is-primary {
    background-color: #0097D6;
    color: #fff; }
    .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-primary strong {
      color: inherit; }
    .hero.is-primary .title {
      color: #fff; }
    .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button),
      .hero.is-primary .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1151px) {
      .hero.is-primary .navbar-menu {
        background-color: #0097D6; } }
    .hero.is-primary .navbar-item,
    .hero.is-primary .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active {
      background-color: #0085bd;
      color: #fff; }
    .hero.is-primary .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-primary .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a {
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: #fff; }
      .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0097D6; }
    .hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #008ea3 0%, #0097D6 71%, #0081f0 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #008ea3 0%, #0097D6 71%, #0081f0 100%); } }
  .hero.is-link {
    background-color: #0097D6;
    color: #fff; }
    .hero.is-link a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-link strong {
      color: inherit; }
    .hero.is-link .title {
      color: #fff; }
    .hero.is-link .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-link .subtitle a:not(.button),
      .hero.is-link .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1151px) {
      .hero.is-link .navbar-menu {
        background-color: #0097D6; } }
    .hero.is-link .navbar-item,
    .hero.is-link .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
    .hero.is-link .navbar-link:hover,
    .hero.is-link .navbar-link.is-active {
      background-color: #0085bd;
      color: #fff; }
    .hero.is-link .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-link .tabs a:hover {
        opacity: 1; }
    .hero.is-link .tabs li.is-active a {
      opacity: 1; }
    .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
      .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #0097D6; }
    .hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #008ea3 0%, #0097D6 71%, #0081f0 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #008ea3 0%, #0097D6 71%, #0081f0 100%); } }
  .hero.is-info {
    background-color: #209cee;
    color: #fff; }
    .hero.is-info a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-info strong {
      color: inherit; }
    .hero.is-info .title {
      color: #fff; }
    .hero.is-info .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-info .subtitle a:not(.button),
      .hero.is-info .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1151px) {
      .hero.is-info .navbar-menu {
        background-color: #209cee; } }
    .hero.is-info .navbar-item,
    .hero.is-info .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
    .hero.is-info .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info .tabs a:hover {
        opacity: 1; }
    .hero.is-info .tabs li.is-active a {
      opacity: 1; }
    .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #209cee; }
    .hero.is-info.is-bold {
      background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
  .hero.is-success {
    background-color: #23d160;
    color: #fff; }
    .hero.is-success a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-success strong {
      color: inherit; }
    .hero.is-success .title {
      color: #fff; }
    .hero.is-success .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-success .subtitle a:not(.button),
      .hero.is-success .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1151px) {
      .hero.is-success .navbar-menu {
        background-color: #23d160; } }
    .hero.is-success .navbar-item,
    .hero.is-success .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active {
      background-color: #20bc56;
      color: #fff; }
    .hero.is-success .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-success .tabs a:hover {
        opacity: 1; }
    .hero.is-success .tabs li.is-active a {
      opacity: 1; }
    .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
      color: #fff; }
      .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #23d160; }
    .hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
  .hero.is-warning {
    background-color: #FDBA14;
    color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-warning strong {
      color: inherit; }
    .hero.is-warning .title {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .subtitle {
      color: rgba(0, 0, 0, 0.9); }
      .hero.is-warning .subtitle a:not(.button),
      .hero.is-warning .subtitle strong {
        color: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 1151px) {
      .hero.is-warning .navbar-menu {
        background-color: #FDBA14; } }
    .hero.is-warning .navbar-item,
    .hero.is-warning .navbar-link {
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
    .hero.is-warning .navbar-link:hover,
    .hero.is-warning .navbar-link.is-active {
      background-color: #f5af02;
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
      .hero.is-warning .tabs a:hover {
        opacity: 1; }
    .hero.is-warning .tabs li.is-active a {
      opacity: 1; }
    .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(0, 0, 0, 0.7);
      border-color: rgba(0, 0, 0, 0.7);
      color: #FDBA14; }
    .hero.is-warning.is-bold {
      background-image: linear-gradient(141deg, #de7900 0%, #FDBA14 71%, #ffe52c 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-warning.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #de7900 0%, #FDBA14 71%, #ffe52c 100%); } }
  .hero.is-danger {
    background-color: #ff3860;
    color: #fff; }
    .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),
    .hero.is-danger strong {
      color: inherit; }
    .hero.is-danger .title {
      color: #fff; }
    .hero.is-danger .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-danger .subtitle a:not(.button),
      .hero.is-danger .subtitle strong {
        color: #fff; }
    @media screen and (max-width: 1151px) {
      .hero.is-danger .navbar-menu {
        background-color: #ff3860; } }
    .hero.is-danger .navbar-item,
    .hero.is-danger .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
    .hero.is-danger .navbar-link:hover,
    .hero.is-danger .navbar-link.is-active {
      background-color: #ff1f4b;
      color: #fff; }
    .hero.is-danger .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-danger .tabs a:hover {
        opacity: 1; }
    .hero.is-danger .tabs li.is-active a {
      opacity: 1; }
    .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
      color: #fff; }
      .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #ff3860; }
    .hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); }
      @media screen and (max-width: 768px) {
        .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%); } }
  .hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
  @media screen and (min-width: 769px), print {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
  @media screen and (min-width: 769px), print {
    .hero.is-large .hero-body {
      padding-bottom: 18rem;
      padding-top: 18rem; } }
  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body {
    align-items: center;
    display: flex; }
    .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container {
      flex-grow: 1;
      flex-shrink: 1; }
  .hero.is-halfheight {
    min-height: 50vh; }
  .hero.is-fullheight {
    min-height: 100vh; }

.hero-image {
  overflow: hidden; }

.hero-video {
  overflow: hidden; }
  .hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .hero-video.is-transparent {
    opacity: 0.3; }
  @media screen and (max-width: 768px) {
    .hero-video {
      display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 768px) {
    .hero-buttons .button {
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 769px), print {
    .hero-buttons {
      display: flex;
      justify-content: center; }
      .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem; } }

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0; }

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem; }
  .hero-body .title.is-1, .hero-body .subtitle.is-3 {
    text-shadow: 0 3px 10px #444; }

.hero-home {
  background-image: url(https://cdn.g3visas.com/images/hero-img.jpg);
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .hero-home {
      background-position: center; } }

.arrow-container {
  position: relative;
  bottom: 10rem; }
  @media screen and (max-width: 768px) {
    .arrow-container {
      bottom: 1rem; } }
  .arrow-container .arrow {
    display: flex;
    justify-content: center; }

.section {
  padding: 1rem 1.5rem; }
  @media screen and (min-width: 1152px) {
    .section.is-medium {
      padding: 3rem 1.5rem; }
    .section.is-large {
      padding: 18rem 1.5rem; } }

.subfooter {
  background: url(images/star-banner.png) repeat 0 0 #0097D6;
  color: white; }

.footer {
  background-color: #000;
  padding: 3rem 1.5rem 6rem; }
  .footer .summary {
    color: white; }
  .footer .copyright {
    font-size: 0.85em;
    font-weight: bold;
    color: white;
    opacity: 0.5; }

.visa-type{
  font-size: 1.5rem;
  position: relative;
  text-align: center;
  margin-right: 1rem; }

.visa-type-radio {
  padding: 8px 8px;
  text-align: left;
  cursor: pointer;
}

.visa-type-bkwhite {
  background: white;}

/* Show the indicator (dot/circle) when checked */
.visa-type-radio input:checked  {
    background: white;
}

/* Style the indicator (dot/circle) */
.visa-type-radio:after { background: white; }

.last_suggestion{
  border-bottom: 2px solid gray !important;
}

.dropdown_submit{
  padding-top: 1.5rem !important;
  padding-bottom: 3rem !important;
}

#header_client_logo{
  width: 100px;
  position: absolute;
  left: 15%;
  top: 78%;
}

#visa_form_response{
  width: 90%;
  text-align: left;
  color: white;
  margin-bottom: 20px;
}

#evisa_form_response, #order_status_response, #passport_form_response {
  width: 70%;
  text-align: left;
  color: white;
  margin-bottom: 20px;
}

#email_response{
  text-align: left;
  margin-bottom: 20px;
}

.checkout-billing-radio  {
  padding: 8px 8px;
  text-align: left;
  cursor: pointer;
}

.checkout-shipping-radio {
  padding: 8px 8px;
  text-align: left;
  cursor: pointer;
}

.gen_padding {
    padding: 8px 8px;
}

.visa-type-bkwhite {
  background: white;}

/* Show the indicator (dot/circle) when checked */
.checkout-billing-radio input:checked .checkout-shipping-radio input:checked {
    background: #0097D6;
}

/* Style the indicator (dot/circle) */
.checkout-billing-radio:after .checkout-shipping-radio:after {
    border-color: #0097D6 !important;
    background-color: #0097D6 !important;
    /*background: #0097D6;*/
}


/* fix the font issues on the checklist items
#tabbs div.column div.tab-content div.columns div.is-size-5 *{
  font-size: 1.25rem !important;
}
*/
#tabbs div.column div.tab-content div.columns div.is-size-5 ul li{
  list-style: disc !important;
}
.required {
    color: #bc5353;
}
/*# sourceMappingURL=styles.css.map */

.default_dropdown_section{
  cursor: pointer;
  width:98% !important;
}

.default_dropdown_section.is-small {
  font-size: 1.00rem !important;
}

.dropdown_placeholder select {
  color: #C0C0C0;
}
.dropdown_placeholder select option:not(:first-of-type) {
  color: black;
}

.default_dropdown_section:after {
   content: " ";
   display: block;
   position: absolute;
   top: 50%;
   right: 20px;
   border: solid black;
   border-width: 0 1px 1px 0;
   display: inline-block;
   padding: 5px;
   width: 10px;
   -ms-transform: translate(-50%, -50%) rotate(45deg);
   transform: translate(-50%, -50%) rotate(45deg);
   -webkit-transform: translate(-50%, -50%) rotate(45deg);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   -webkit-transition: all 200ms;
   -o-transition: all 200ms;
   transition: all 200ms;
   pointer-events:none;
}

.default_dropdown_section:active:after {
   content: " ";
   display: block;
   position: absolute;
   top: 60%;
   right: 20px;
   border: solid black;
   border-width: 0 1px 1px 0;
   display: inline-block;
   padding: 5px;
   width: 10px;
   -ms-transform: translate(-50%, -50%) rotate(45deg);
   transform: translate(-50%, -50%) rotate(45deg);
   -webkit-transform: translate(-50%, -50%) rotate(225deg);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   transform-origin: center;
   -webkit-transition: all 200ms;
   -o-transition: all 200ms;
   transition: all 200ms;
}

#mcafee_billing_seal{
  margin-left: -50px !important;
}

#divLoading {
  display : none;
}
#divLoading.show {
  display : block;
  position : fixed;
  z-index: 100;
  background-image : url('images/ajax-loader.gif');
  background-color:#666;
  opacity : 0.4;
  background-repeat : no-repeat;
  background-position : center;
  left : 0;
  bottom : 0;
  right : 0;
  top : 0;
}
#loadinggif.show {
  left : 50%;
  top : 50%;
  position : absolute;
  z-index : 101;
  width : 32px;
  height : 32px;
  margin-left : -16px;
  margin-top : -16px;
}

.toll-free-number {min-height: 0; background-color: #000; color: #fff; margin: 0 auto; margin-top:-20px; z-index:999;}
.toll-free-number span {display: block; text-align: right; padding-bottom:5px;}

.mobile-toll-free-number {
    margin-left: 10px;
}

/*
@media screen and (max-width: 768px) {
    .mobile-toll-free-number {
        text-align: right !important;
    }
}
*/

.nvEnd-toll-free-number { margin-left: -157px; margin-top:115px; float: left;}
.nvItem {margin-top:0px;}
.close-contact-modal {
  margin-left:350px;
}

@media screen and (max-width: 768px) {
  .nvEnd-toll-free-number {
    margin-top: 0px;
    margin-left:0px;
  }
  .toll-free-number span {
    margin-right: 20px;
  }
}

#dropdown_inbound_shipping {
  font-size: 15px;
}

#dropdown_outbound_shipping {
  font-size: 15px;
}

/* START: Manage Passport service dropdown */
#passport_form {
  width:70% !important;
}
#passport_form .dropdown_placeholder select {
  color: #939393 !important;
}
#passport_service_section {
  width: 100% !important;
}
#passport_service_section select {
  height: 4.6em !important;
  border: none !important;
  border-radius: 10px !important;
  padding-top: calc(0.375em - -6px) !important;
}
#passport_service_section::after {
  top: 110% !important;
}

@media screen and (max-width: 768px) {
  #passport_form .control {
    margin-bottom: 4rem !important;
  }
  #passport_form {
    width:100% !important;
  }
}
/* END: Manage Passport service dropdown; */


/* START: Tab Horizontal */
.g3v-press-coverage-tab {background-size: 100% auto; background: transparent;}
.g3v-press-coverage-tab .tabs-style-iconbox nav {background: transparent;}
//.g3v-press-coverage-tab .tabs-style-iconbox nav ul li.tab-current a {background: #f8f8f8;}
.g3v-press-coverage-tab .tabs-style-iconbox nav ul li.tab-current a::after {border-top-color: #f8f8f8; border-width:20px;}
.g3v-press-coverage-tab .tabs-style-iconbox nav ul li.tab-current { z-index: 100; -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */ filter: grayscale(0); opacity:1.0;}

/* Content */
.g3v-press-coverage-tab .content-wrap {position: relative; margin:20px 0 0 0;}
.g3v-press-coverage-tab .content-wrap section {display: none; margin: 0 auto; padding: 0; max-width: 1200px; text-align: left;}
.g3v-press-coverage-tab .content-wrap section.content-current {display: block;}
.g3v-press-coverage-tab .content-wrap section.content-current h4 {font-size:16pt; color:#14537f; margin-top:35px; padding-left:45px;}
/*
.g3v-press-coverage-tab .content-wrap section.content-current::after {position: absolute; top: -0.1em; left: 0px; color: #bdc8ce; content: '“'; font-size: 5.25em; font-family: Georgia, sans-serif; line-height: 1;}
@media screen and (min-width: 1472px) {
  .g3v-press-coverage-tab .content-wrap section.content-current::after {left: 0.5em;}
}
*/
.g3v-press-coverage-tab .content-wrap section p {margin:0; padding:0 0 0 45px; color: #000; font-weight: 900; font-size: 12pt;}

/* Fallback */
.g3v-press-coverage-tab .no-js .content-wrap section {display: block; padding-bottom: 2em; border-bottom: 1px solid rgba(255,255,255,0.6);}
.tabs-horizontal {position: relative; overflow: hidden; margin: 0 auto; width: 100%; font-weight: 300; font-size: 1.25em;}

/* Nav */
.tabs-horizontal nav {text-align: center;}
.tabs-horizontal nav ul { display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; margin: 0 auto; padding: 0; max-width: 1200px; list-style: none; -ms-box-orient: horizontal; -ms-box-pack: center; -webkit-flex-flow: row wrap; -moz-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;}
.tabs-horizontal nav ul li { position: relative; z-index: 1; display: block; margin: 0; text-align: center; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; }
.tabs-horizontal nav a { position: relative; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 2.5;}
.tabs-horizontal nav a span {vertical-align: middle; font-size: 0.75em;}
.tabs-horizontal nav li.tab-current a {color: #74777b;}
.tabs-horizontal nav a:focus {outline: none;}
.tabs-style-iconbox nav ul li a {padding: 9px 0 !important;}

.no-flexbox nav ul {display: block;}
.no-flexbox nav ul li {min-width: 15%; display: inline-block;}
section.g3v-press-sectionBG {clear:both; padding:0px 1.5rem !important;}
.g3v-press-sectionBG {background: #f8f8f8; /* Old browsers */
background: -moz-linear-gradient(top, #f8f8f8 76px, #ffffff 76px, #f8f8f8 76px, #ffffff 76px, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f8f8f8 76px,#ffffff 76px,#f8f8f8 76px,#ffffff 76px,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f8f8f8 76px,#ffffff 76px,#f8f8f8 76px,#ffffff 76px,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}
@media screen and (min-width: 800px) {
  section.g3v-press-sectionBG{
  opacity:0.6;
  margin-top: -60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 100%;}
  section.g3v-press-sectionBG li.fontsize{
    margin-top: 12px;
  }
}

@media screen and (min-width: 300px) and (max-width: 640px) {
  section.g3v-press-sectionBG{
  font-size: 0.5em;
  opacity:0.6;
  margin-top: -20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  }
  section.g3v-press-sectionBG li.fontsize{
    margin-top: 2px;
  }
}

/* END: Tab Horizontal */

/* option a: make transparent */
.noCursor input {caret-color: transparent !important; cursor: pointer !important; /*color:transparent !important;*/}
.noCursor div {cursor: pointer !important;}
.noCursor input .input-active {cursor: pointer !important;}
.button.green_button {background-color: #23d160; border-color: #fff; color: #fff;}
.button.green_button:hover, .button.green_button:focus {background-color: #23d160;  border-color: #000; color: #000;}
.phone {display: flex; right:0; position: absolute; margin-right: 30px; z-index: 9999;}

/* option b: position off-screen
.noCursor input {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
}*/

/* Email address error */
.red {color: #ff0000; font-size: 10pt;}
#email_error {display:none;}
#add_traveler_email_error {display:none;}
#departure_date_error {display:none;}
#dob_error {display:none;}
#dob1_error {display:none;}
#zip_code_error {display:none;}
#zip_code_error1 {display:none;}
#ship_zip_error {display:none;}
#pp_exp_date_error {display:none;}
.mBar {width:50%; text-align: center; float:left;}
.mHeight {min-height: 0px !important; padding:0.5rem !important;}
.mBig {color:#888; font-size: 28px;}
.clear {clear:both;}
.checkout-side #stick .card-content{text-align: left !important;}

/* START: Featured Logos */
.featured-container {background-color: white; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); color: #818286; max-width: 100%; position: relative; border-radius: 10px; margin-bottom: 20px; text-align: center; padding-top: 10px;}

#featured {overflow:hidden; margin:4px 0 0 0; padding:0;}
#slideshow {padding:0; margin:0 auto;}
#slideshow ul {margin: 0 auto; padding: 0; list-style: none; z-index: 10; }
#slideshow li {width: 270px; height: 105px; background: url('images/featured-logos.png') no-repeat; cursor: pointer; padding:0;margin:0;}
#slideshow li.logo1 {background-position: 0 0px;}
#slideshow li.logo2 {background-position: 0 -103px;}
#slideshow li.logo3 {background-position: 0 -206px;}
#slideshow li.logo4 {background-position: 0 -309px;}
#slideshow li.logo5 {background-position: 0 -412px;}
/* END: Featured Logos */

.ulConfOrder {display: flex; align-items: stretch; justify-content: space-between; width: 93%;}
.ulConfOrder li {display: inline-block; flex: 0 1 auto;}
.ulConfOrder li.is-active {border-bottom: 2px solid #FDBA14;}





@media screen and (max-width: 1150px) {
  .navbar-burger {position: absolute; right: 0;}
  .navbar-item-end {top:45px;}
}

.selectize-dropdown .active { background-color: #008de2 !important; color:#fff !important;}
#product_tile_section .tile.product:not(.is-added){ border-color: #d0d0d0; color: #818286;}
#product_tile_section .tile.product:not(.is-added):hover { border-color: #000 !important; color: #000 !important; }

/*---- Mobile Visa Accordion Start ----*/
.accordion_container {margin:5px;}
.accordion_container .g3_accordion_head { background-color: #f8f8f8; border-top: 10px solid #FDBA14; color: #14537f; cursor: pointer; font-size: 1.2rem; margin: 0 0 1px 0; padding: 11px;}
.accordion_container .blueTop {border-top: 10px solid #0097D6; border-bottom: 1px solid #ccc; color:#000;}
.accordion_container .g3_accordion_body { display: none; background: #fff; color: #818286; border-bottom: 1px solid #ccc; position: relative;}
.accordion_container .g3_plusminus {float: right; font-size: 1.2rem;}
.accordion_container .is-link {text-decoration: underline; margin-top: 1rem; text-transform: uppercase; cursor:pointer;}
.accordion_container .is-link:after { width: 20px; height: 20px; opacity:0.3; background-position: center;}
.accordion_container .card-link {position: absolute; width: 100%; top: 0; left: 0; right: 0; bottom: 0;}
/*---- Mobile Visa Accordion End ----*/

/*---- Mobile Tours Accordion Start ----*/
.accordion_container_tour {margin:5px;}
.accordion_container_tour .g3_accordion_head_tour { background-color: #f8f8f8; border-top: 10px solid #FDBA14; color: #14537f; cursor: pointer; font-size: 1.2rem; margin: 0 0 1px 0; padding: 11px;}
.accordion_container_tour .g3_accordion_head_tour .tour {}
.accordion_container_tour .blueTop {border-top: 10px solid #0097D6; border-bottom: 1px solid #ccc; color:#000;}
.accordion_container_tour .g3_accordion_body_tour { display: none; background: #fff; color: #818286; border-bottom: 1px solid #ccc; position: relative; padding:15px;}
.accordion_container_tour .g3_plusminus_tour {font-size: 1.2rem; float: right; text-align:left;}
.accordion_container_tour .is-link {text-decoration: underline; margin-top: 1rem; text-transform: uppercase; cursor:pointer;}
.accordion_container_tour .is-link:after { width: 20px; height: 20px; opacity:0.3; background-position: center;}
/*---- Mobile Tours Accordion End ----*/

.owl-slider.trust{margin-top: 30px;}
@media screen and (max-width: 1024px) {
    .navbar-dropdown .navbar-item{color:#fff; top:48px;}
}


@media screen and (max-width: 768px) {
  .owl-slider.trust{margin-top: 20px;}
  .trust-header{font-size: 2rem !important;}
  .navbar-item-end {top: 0px!important;}
  .navbar-dropdown {text-align: right;}
  .navbar-dropdown .navbar-item{top:0px !important;}
  .navbar > .container {min-height: 1.4rem !important;}
  .navbar {min-height: 1.4rem !important; }
  .navbar-burger {height: 2rem; top:45px;}
  #header_client_logo {position: inherit;}
}

@media screen and (max-width: 1024px) {
    #header_client_logo {position: inherit;}
    .nvTab {width: 20%; position: inherit; top: 48px;}
    .nvTabLogin {top: 45px;}
    .nvTabLogin .navbar-item {padding-right: 30px;}
}
@media screen and (min-width: 1024px) {
    .checkout-steps .navbar-start {justify-content: start;}
    .checkout-steps .navbar-start .navbar-item {margin-right:20px;}

}

@media screen and (max-width: 360px) {
.card-content {padding:10px;}
.is-size-5 {font-size: 1rem !important;}
}

@media screen and (max-width: 750px) {
  .navbar-item-end {padding: 0px; text-align: right; width:75%; float: right;}
  .login_button_header {font-size:12px !important;}
  .navbar-dropdown {text-align: right;}
}

.login_button{background-color: #23d160 !important; border-color: #23d160 !important; color: #fff !important;}
.login_button:hover{ background-color: #fff !important; border-color: #fff !important; color: #000 !important;}
.login_button_header{font-size: 0.9rem !important;}
.login_button_header_checkout{font-size: 0.75rem !important;}
.login_button_signin{background-color: #23d160 !important;}
.accordion-header p {width:80%;}
.logout-button{float: left;}

@media screen and (max-width: 1150px) {
  #header_client_logo{left: 5%;top: 93%;}
  .navbar-dropdown .navbar-item {
    top: 0px !important;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.5rem 1.5rem;
    color: #fff !important;
  }
  .navbar-dropdown .navbar-item:hover{
    color: #0097D6 !important;
  }

}

@media screen and (min-width: 1150px) and (max-width: 1480px) {
  #first_name.input, #last_name.input, #city.input, .first-name.input, .last-name.input, .city-field.input{min-width: 200px;}
  #email.input{min-width: 415px;}
  #full_address.input{min-width: 385px;}
  /* for IE 10 and 11 */
  _:-ms-lang(x), #first_name.input, #last_name.input, #city.input, .first-name.input, .last-name.input, .city-field.input{max-width: 200px !important;}
  _:-ms-lang(x), #first_name.input, .first-name.input{z-index: 9999 !important;}
  _:-ms-lang(x), #last_name.input, .last-name.input{margin-left: 220px !important;}
  _:-ms-lang(x), label.last_name_checkout_field_label{margin-left: 220px !important;}
}

.form-response{
  border-radius: 20px;
  padding: 5px;
  width: 100% !important;
  padding-left: 10px;
  font-weight: bold;
  display: none;
  font-size: 18px;
  color: rgb(250,50,0) !important;
}
@media screen and (min-width: 1150px) {
  .form-response{
    font-size: 19px;
    width: 70% !important;
  }
  div.navbar-menu div.navbar-end div.navbar-item.cart{margin-top: 25px;}
  .login_button_header:not(.login_button_header_checkout){margin-top: 25px;margin-right: 10px;}
}

.status-response{
  width: 100% !important;
  color: #fff !important;
}
#order_status_response .country-list {
  margin-bottom: 1rem;
}
#evisa_form .invalid, #evisa_form .has-options{
  border: none !important;
}
#moveTo2{
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 361px) and (max-width: 400px) {
  .service_header_summary{
      font-size: 1rem !important;
  }
}

.card-js .has-error-exp-cc input {
  border-color: #F64B2F;
  box-shadow: none;
}

/**drop-down for visa entries **/
#visa_entries_section {
  width: 100% !important;
  z-index: 999 !important;
}
@media screen and (max-width: 600px) {
  #visa_entries_section {
    width: 90% !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  #visa_entries_section {
    width: 70% !important;
  }
}
#visa_entries_section>#visa_entries_dropdown {
  height: 2.5em !important;
  border: 2px solid #0097D6 !important;
  border-radius: 50px !important;
  padding-top: calc(0.375em - 0px) !important;
  color: #fff;
  background-color: #0097D6;
  box-shadow: 3px 4px 5px 4px #888888 !important;
}
#visa_entries_section::after {
  top: 55% !important;
  border-color: #fff !important;
  border-width: 0 3px 3px 0 !important;
}
#visa_entries_form{
  margin-top: 5px !important;
  text-align: center !important;
}
/** service page for visas **/
#visas-hero-body{
  padding: 0px !important;
}

.default_dropdown_section::after{
  border-width: 0 3px 3px 0 !important;
}

/**sticky press section **/
.section.g3v-press-sectionBG{
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 99;
}

.is-link-button {
  background-color: #0097D6 !important;
  border-color:transparent!important;
  box-shadow: none!important;
  text-decoration: none !important;
  width:80%;
  color:#fff;
  line-height: 0.5 !important;
}
.without-after-element {text-align:center !important; text-decoration: none !important;}
.without-after-element::after {content: none !important;}


.without-after-element .button {padding-bottom: calc(0.75em - 2px); padding-left: 3em; padding-right: 3em; padding-top: calc(0.75em - 2px);}


/*----Tours Page Checkout --------*/

.applicantHead {color: #14537f; font-size: 1.5rem; font-weight: 400; line-height: 1.125; margin-bottom:15px;}
.applicantHead span.tourVisa-app {color:#000; font-size: 12pt; padding-left:10px;}
.applicantHead span.tourPP-app {color:#FDBA14; font-size: 12pt;}
.tourApp-edit {float: right;}
.tourApplicants {}
.tourApplicants li {display:inline-block; padding-right:35px;}
.tourApplicants li img {vertical-align: middle; padding-right:5px;}

.tour-button-height{line-height:0.2;}
.tour:not(:last-child) {margin-bottom: 0.5rem;}
.tour.button-adjust{margin-left: 20px; margin-right: 25px;}
.tour.is-horizontal > .control.is-expanded {flex-grow: 1; flex-shrink: 1;}

@media screen and (min-width: 769px), print {
    .tour.is-horizontal { display: flex; }
    #lname_modal {padding-left: 10px !important; margin-right: 0px !important; }
}


@media screen and (max-width: 1024px) {
    .tourLogo .navbar-item { padding-right: 30px; padding-top: 35px;}
}

.toursCheck[type="checkbox"] + label {margin: 0 !important;}

@media screen and (max-width: 375px) {
    .box {padding:0; box-shadow: none;}
    .tourConf {padding: 0;}
    .tourConf .is-size-4-mobile {font-size: 1.25rem !important;}
    .tourConf .is-size-4 {font-size: 1.25rem !important;}
    .tourConf .is-size-5 {font-size: 1rem !important;}
}



/* Added by Tim Fox */
.phone-item a, .phone-item a:hover {
    color: #fff;
}

div.navbar-menu div.navbar-end div.navbar-item.cart {
    margin-top: 0;
}

.login_button_header:not(.login_button_header_checkout) {
    margin-right: 0;
    margin-top: 0;
}

.navbar-brand {
    margin-right: 1rem;
}

.navbar-brand li {
    border-right: 1px solid #979797;
    padding-right: 1rem;
}

.navbar-brand .navbar-item {
    margin-top: 2rem;
}

.navbar-burger {
    height: 100%;
    top: 0;
}

.navbar-burger.is-opened:before {
    display: block;
    content: "X";
    text-align: center;
    line-height: 85px;
    font-size: 24px;
}

.navbar-burger.is-opened span {
    display: none;
}

@media screen and (max-width: 1650px) {
    #google_translate_element {
        padding-top: 0 !important;
        width: auto;
        height: auto;
        position: absolute;
        left: 160px;
        top: 80px;
    }
}

@media screen and (max-width: 775px) {
    .navbar-brand .navbar-item { 
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    
    .full-menu.active .column {
        padding-bottom: 80px;
    }
    
    .full-menu.active .column p {
        font-size: 14px !important;
    }
    
    .full-menu.active .column .menu, .full-menu.active .column .menu .is-size-5 {
        font-size: 12px !important;
    }
    .navbar-item, .navbar-link {
        font-size: 15px !important;
    }
}

