@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;500;600;700;800;900&display=swap);/* Bulma Utilities */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}
[disabled].pagination-previous,
[disabled].pagination-next,
[disabled].pagination-link,
[disabled].pagination-ellipsis, [disabled].file-cta,
[disabled].file-name, .select select[disabled], [disabled].textarea, [disabled].input, [disabled].button, fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file, .tabs, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

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

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

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | 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,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

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;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

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

body {
  color: #222;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

small {
  font-size: 0.875em;
}

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

strong {
  color: inherit;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #222;
  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 {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.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: #0a0a0a;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: #0a0a0a;
}
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 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: #0a0a0a;
}
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 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: #0a0a0a;
  border-color: #0a0a0a;
  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: #0a0a0a;
  color: white;
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.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 {
  color: #0a0a0a !important;
  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(10, 10, 10, 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: #0a0a0a;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 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: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #1d1c1c;
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #1d1c1c;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 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: #100f0f;
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: #1d1c1c !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 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: #fff;
  border-color: #fff;
  color: #1d1c1c;
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #030303 0%, #1d1c1c 71%, #2c2726 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #030303 0%, #1d1c1c 71%, #2c2726 100%);
  }
}
.hero.is-primary {
  background-color: #35aeef;
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #35aeef;
  }
}
.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: #1da5ed;
  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 {
  color: #35aeef !important;
  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(10, 10, 10, 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: #35aeef;
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #06c1eb 0%, #35aeef 71%, #489cf6 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #06c1eb 0%, #35aeef 71%, #489cf6 100%);
  }
}
.hero.is-link {
  background-color: #485fc7;
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #485fc7;
  }
}
.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: #3a51bb;
  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 {
  color: #485fc7 !important;
  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(10, 10, 10, 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: #485fc7;
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
  }
}
.hero.is-info {
  background-color: #0a284f;
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #0a284f;
  }
}
.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: #071d38;
  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 {
  color: #0a284f !important;
  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(10, 10, 10, 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: #0a284f;
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #021624 0%, #0a284f 71%, #0a2368 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #021624 0%, #0a284f 71%, #0a2368 100%);
  }
}
.hero.is-success {
  background-color: #48c78e;
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #48c78e;
  }
}
.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: #3abb81;
  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 {
  color: #48c78e !important;
  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(10, 10, 10, 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: #48c78e;
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
  }
}
.hero.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffe08a;
  }
}
.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: #ffd970;
  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 {
  color: #ffe08a !important;
  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(10, 10, 10, 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: #ffe08a;
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
  }
}
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.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: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}
.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: #ef2e55;
  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 {
  color: #f14668 !important;
  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(10, 10, 10, 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: #f14668;
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.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;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.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: #222;
  display: block;
  padding: 0.5em 0.75em;
}
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}
.menu-list a.is-active {
  background-color: #485fc7;
  color: #fff;
}
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

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

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .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-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .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: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}
.button:focus, .button.is-focused {
  border-color: #485fc7;
  color: #363636;
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #222;
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #485fc7;
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #485fc7;
  text-decoration: underline;
}
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}
.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: #0a0a0a;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !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.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  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(10, 10, 10, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}
.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.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: #1d1c1c;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #171616;
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(29, 28, 28, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #100f0f;
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #1d1c1c;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #1d1c1c;
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #1d1c1c;
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1d1c1c;
  color: #1d1c1c;
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #1d1c1c;
  border-color: #1d1c1c;
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #1d1c1c #1d1c1c !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #1d1c1c;
  box-shadow: none;
  color: #1d1c1c;
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #1d1c1c;
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #1d1c1c #1d1c1c !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: #35aeef;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #29a9ee;
  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(53, 174, 239, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #1da5ed;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #35aeef;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #35aeef;
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #35aeef;
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #35aeef;
  color: #35aeef;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #35aeef;
  border-color: #35aeef;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #35aeef #35aeef !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #35aeef;
  box-shadow: none;
  color: #35aeef;
}
.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.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #35aeef;
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #35aeef #35aeef !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: #ecf7fe;
  color: #0d6da1;
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #e0f3fd;
  border-color: transparent;
  color: #0d6da1;
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d4eefc;
  border-color: transparent;
  color: #0d6da1;
}
.button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  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(72, 95, 199, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: #485fc7;
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #485fc7;
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  box-shadow: none;
  color: #485fc7;
}
.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.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #485fc7;
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}
.button.is-info {
  background-color: #0a284f;
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #092244;
  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(10, 40, 79, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: #071d38;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #0a284f;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: #0a284f;
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a284f;
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0a284f;
  color: #0a284f;
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #0a284f;
  border-color: #0a284f;
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #0a284f #0a284f !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #0a284f;
  box-shadow: none;
  color: #0a284f;
}
.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.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #0a284f;
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a284f #0a284f !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: #edf4fd;
  color: #3381e5;
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e2edfb;
  border-color: transparent;
  color: #3381e5;
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d6e6fa;
  border-color: transparent;
  color: #3381e5;
}
.button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  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(72, 199, 142, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c78e;
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c78e;
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  box-shadow: none;
  color: #48c78e;
}
.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.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48c78e;
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}
.button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  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(255, 224, 138, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffe08a;
}
.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: #ffe08a;
  color: #ffe08a;
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  box-shadow: none;
  color: #ffe08a;
}
.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.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  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(241, 70, 104, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}
.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.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f14668;
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}
.button.is-small {
  font-size: 0.75rem;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1rem;
}
.button.is-medium {
  font-size: 1.25rem;
}
.button.is-large {
  font-size: 1.5rem;
}
.button[disabled], fieldset[disabled] .button {
  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 * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #222;
  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;
}
.tabs li.is-active a {
  border-bottom-color: #485fc7;
  color: #485fc7;
}
.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.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 a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}
.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: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}
.tabs.is-toggle li + li {
  margin-left: -1px;
}
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabs.is-toggle li.is-active a {
  background-color: #485fc7;
  border-color: #485fc7;
  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: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  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;
}

.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  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;
}

.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.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}
.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;
}
.tags.has-addons .tag {
  margin-right: 0;
}
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #222;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}
.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}
.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}
.tag:not(body).is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-dark {
  background-color: #1d1c1c;
  color: #fff;
}
.tag:not(body).is-primary {
  background-color: #35aeef;
  color: #fff;
}
.tag:not(body).is-primary.is-light {
  background-color: #ecf7fe;
  color: #0d6da1;
}
.tag:not(body).is-link {
  background-color: #485fc7;
  color: #fff;
}
.tag:not(body).is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}
.tag:not(body).is-info {
  background-color: #0a284f;
  color: #fff;
}
.tag:not(body).is-info.is-light {
  background-color: #edf4fd;
  color: #3381e5;
}
.tag:not(body).is-success {
  background-color: #48c78e;
  color: #fff;
}
.tag:not(body).is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}
.tag:not(body).is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}
.tag:not(body).is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}
.tag:not(body).is-danger {
  background-color: #f14668;
  color: #fff;
}
.tag:not(body).is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}
.tag:not(body).is-normal {
  font-size: 0.75rem;
}
.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: #e8e8e8;
}
.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}
.tag:not(body).is-rounded {
  border-radius: 9999px;
}

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

/* Bulma Form */
.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.select select[disabled], [disabled].textarea, [disabled].input, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}
.select select[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, [disabled].input::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, [disabled].input:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}
.select select[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}
[readonly].textarea, [readonly].input {
  box-shadow: none;
}
.is-white.textarea, .is-white.input {
  border-color: white;
}
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}
.is-dark.textarea, .is-dark.input {
  border-color: #1d1c1c;
}
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(29, 28, 28, 0.25);
}
.is-primary.textarea, .is-primary.input {
  border-color: #35aeef;
}
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(53, 174, 239, 0.25);
}
.is-link.textarea, .is-link.input {
  border-color: #485fc7;
}
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.is-info.textarea, .is-info.input {
  border-color: #0a284f;
}
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 40, 79, 0.25);
}
.is-success.textarea, .is-success.input {
  border-color: #48c78e;
}
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}
.is-warning.textarea, .is-warning.input {
  border-color: #ffe08a;
}
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}
.is-danger.textarea, .is-danger.input {
  border-color: #f14668;
}
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}
.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: calc(0.75em - 1px);
  resize: vertical;
}
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}
.textarea[rows] {
  height: initial;
}
.textarea.has-fixed-size {
  resize: none;
}

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

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.select:not(.is-multiple) {
  height: 2.5em;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 4;
}
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}
.select select:not([multiple]) {
  padding-right: 2.5em;
}
.select select[multiple] {
  height: auto;
  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: #0a0a0a;
}
.select.is-black select {
  border-color: #0a0a0a;
}
.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(10, 10, 10, 0.25);
}
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}
.select.is-light select {
  border-color: whitesmoke;
}
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}
.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(245, 245, 245, 0.25);
}
.select.is-dark:not(:hover)::after {
  border-color: #1d1c1c;
}
.select.is-dark select {
  border-color: #1d1c1c;
}
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #100f0f;
}
.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(29, 28, 28, 0.25);
}
.select.is-primary:not(:hover)::after {
  border-color: #35aeef;
}
.select.is-primary select {
  border-color: #35aeef;
}
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #1da5ed;
}
.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(53, 174, 239, 0.25);
}
.select.is-link:not(:hover)::after {
  border-color: #485fc7;
}
.select.is-link select {
  border-color: #485fc7;
}
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}
.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(72, 95, 199, 0.25);
}
.select.is-info:not(:hover)::after {
  border-color: #0a284f;
}
.select.is-info select {
  border-color: #0a284f;
}
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #071d38;
}
.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(10, 40, 79, 0.25);
}
.select.is-success:not(:hover)::after {
  border-color: #48c78e;
}
.select.is-success select {
  border-color: #48c78e;
}
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}
.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(72, 199, 142, 0.25);
}
.select.is-warning:not(:hover)::after {
  border-color: #ffe08a;
}
.select.is-warning select {
  border-color: #ffe08a;
}
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}
.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(255, 224, 138, 0.25);
}
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}
.select.is-danger select {
  border-color: #f14668;
}
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}
.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(241, 70, 104, 0.25);
}
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}
.select.is-medium {
  font-size: 1.25rem;
}
.select.is-large {
  font-size: 1.5rem;
}
.select.is-disabled::after {
  border-color: #7a7a7a;
}
.select.is-fullwidth {
  width: 100%;
}
.select.is-fullwidth select {
  width: 100%;
}
.select.is-loading::after {
  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: #0a0a0a;
}
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}
.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: #0a0a0a;
}
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  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(10, 10, 10, 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: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-dark .file-cta {
  background-color: #1d1c1c;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #171616;
  border-color: transparent;
  color: #fff;
}
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(29, 28, 28, 0.25);
  color: #fff;
}
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #100f0f;
  border-color: transparent;
  color: #fff;
}
.file.is-primary .file-cta {
  background-color: #35aeef;
  border-color: transparent;
  color: #fff;
}
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #29a9ee;
  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(53, 174, 239, 0.25);
  color: #fff;
}
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #1da5ed;
  border-color: transparent;
  color: #fff;
}
.file.is-link .file-cta {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #3e56c4;
  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(72, 95, 199, 0.25);
  color: #fff;
}
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}
.file.is-info .file-cta {
  background-color: #0a284f;
  border-color: transparent;
  color: #fff;
}
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #092244;
  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(10, 40, 79, 0.25);
  color: #fff;
}
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #071d38;
  border-color: transparent;
  color: #fff;
}
.file.is-success .file-cta {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  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(72, 199, 142, 0.25);
  color: #fff;
}
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}
.file.is-warning .file-cta {
  background-color: #ffe08a;
  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: #ffdc7d;
  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(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  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(241, 70, 104, 0.25);
  color: #fff;
}
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}
.file.is-small {
  font-size: 0.75rem;
}
.file.is-normal {
  font-size: 1rem;
}
.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: #eeeeee;
  color: #363636;
}
.file-label:hover .file-name {
  border-color: #d5d5d5;
}
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}
.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.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: whitesmoke;
  color: #222;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  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: #0a0a0a;
}
.help.is-light {
  color: whitesmoke;
}
.help.is-dark {
  color: #1d1c1c;
}
.help.is-primary {
  color: #35aeef;
}
.help.is-link {
  color: #485fc7;
}
.help.is-info {
  color: #0a284f;
}
.help.is-success {
  color: #48c78e;
}
.help.is-warning {
  color: #ffe08a;
}
.help.is-danger {
  color: #f14668;
}

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

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

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

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}
.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: #222;
}
.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.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}
.control.has-icons-left .icon.is-left {
  left: 0;
}
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}
.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;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}
@media screen and (min-width: 1024px) {
  .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: #0a0a0a;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.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: #0a0a0a;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  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:focus, .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:focus,
.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;
}
.navbar.is-black .navbar-burger {
  color: white;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  .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:focus .navbar-link,
.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: #0a0a0a;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .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: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: #1d1c1c;
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .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:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #100f0f;
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #100f0f;
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #100f0f;
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #1d1c1c;
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: #35aeef;
  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:focus, .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:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #1da5ed;
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #1da5ed;
    color: #fff;
  }
  .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:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #1da5ed;
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #35aeef;
    color: #fff;
  }
}
.navbar.is-link {
  background-color: #485fc7;
  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:focus, .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:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #3a51bb;
    color: #fff;
  }
  .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:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #485fc7;
    color: #fff;
  }
}
.navbar.is-info {
  background-color: #0a284f;
  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:focus, .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:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #071d38;
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #071d38;
    color: #fff;
  }
  .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:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #071d38;
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a284f;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #48c78e;
  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:focus, .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:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
  }
  .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:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c78e;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ffe08a;
  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:focus, .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:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .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:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #f14668;
  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:focus, .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:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .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:focus, .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:focus,
.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:focus,
.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:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  .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:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}
.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 0 0 whitesmoke;
}
.navbar.is-fixed-top {
  top: 0;
}

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

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

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

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

.navbar-burger {
  color: #222;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.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: 16px;
}
.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: #222;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.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:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #485fc7;
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.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: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #485fc7;
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #485fc7;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #485fc7;
  padding-bottom: calc(0.5rem - 3px);
}

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

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: #485fc7;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

  .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(10, 10, 10, 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(10, 10, 10, 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 - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }
  .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:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.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:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .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:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    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: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .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:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .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: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 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: -0.75rem;
  }
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .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(10, 10, 10, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }

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

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

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.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: 9999px;
}
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

.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;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

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

.pagination-link.is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

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

.pagination-list {
  flex-wrap: wrap;
}
.pagination-list li {
  list-style: none;
}

@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,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  .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;
  }
}
/* Components */
.switch {
  border: 1px solid white;
  height: 24px;
  width: 70px;
  display: inline-block;
  position: relative;
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
}
.switch.small {
  height: 20px !important;
  width: 55px !important;
}
.switch::after {
  content: "";
  position: absolute;
  width: 22px;
  right: calc(100% - 22px);
  height: 22px;
  background-color: #d1d6da;
}
.switch.is-active {
  border: 1px solid #35aeef;
}
.switch.is-active::after {
  right: 0px !important;
  background-color: #35aeef;
}
.switch.is-active.info {
  border: 1px solid #0a284f !important;
}
.switch.is-active.info::after {
  right: 0px !important;
  background-color: #0a284f !important;
}

/* Container Override */
.container {
  max-width: 1144px !important;
}
.container.is-fluid {
  max-width: 100% !important;
  padding: 0px !important;
}

/* Titles */
.primary-text {
  color: #35aeef;
}

.info-text,
.text-info {
  color: #0a284f !important;
}

.gray-text {
  color: #0a284f;
}

/* UI Overrides */
input,
button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
input:hover,
button:hover {
  box-shadow: none !important;
  border: none !important;
}

a.button.bold {
  font-weight: 600;
}

.button.is-strong {
  padding: 1rem 2rem !important;
  font-weight: 800 !important;
}
.button.is-special {
  padding: 0.75rem 2rem;
  font-weight: 700;
}
.button.is-icon i {
  margin-right: 8px;
}
.button.is-icon.right i {
  margin-right: 0px;
  margin-left: 8px;
}
.button.is-icon span {
  margin-right: 5px !important;
}
.button.is-icon span i {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.button.is-icon.right {
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.p-m-title {
  color: #35aeef;
  font-size: 1.8rem;
  font-weight: 900;
}

.s-title {
  color: #0a284f;
  font-size: 2.3rem;
  font-weight: 900;
}

.p-title {
  color: #35aeef;
  font-size: 2.3rem;
  font-weight: 900;
}
.p-title i {
  font-size: 2.3rem;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .s-title {
    font-size: 1.4rem;
  }

  .p-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .s-title {
    font-size: 1.8rem;
  }

  .p-title {
    font-size: 1.8rem;
  }
}
/* Controls */
.input-addon-control {
  width: 100%;
  display: flex;
}
.input-addon-control button {
  margin-left: -1.5rem;
}

/* Size Overrides */
.w-order-user {
  width: 100px;
}

.w-order-desc {
  width: 170px;
}

.w-100 {
  width: 100%;
}

.arrow-symbol {
  font-size: 28px;
  transform: rotateZ(-45deg);
  position: relative;
  top: 2px;
}

/* Aligment */
.text-center {
  text-align: center !important;
}

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

/* Margin Helpers  */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mr-5px {
  margin-right: 5px;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px;
}

.pl-20px {
  padding-left: 20px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.block .content {
  font-size: 1rem;
  text-align: justify;
}
.block .content.gray {
  color: #989898 !important;
}

.gray {
  color: #797979;
}

.large {
  font-weight: 900;
  font-size: 24px !important;
}

.medium {
  font-weight: 800;
  font-size: 20px !important;
}

.bold {
  font-weight: 700;
}

.ug-carousel-wrapper {
  width: 100% !important;
  left: 0px !important;
}

/* Flex Box  */
.flex {
  display: flex;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

/* Date Picker */
.daterangepicker .start-date {
  background-color: #0a284f !important;
}
.daterangepicker .in-range {
  background-color: #35aeef !important;
}
.daterangepicker .in-range.end-date {
  background-color: #0a284f !important;
}

/* Tags */
.tag.is-ligth-gray {
  background-color: #eaeaea !important;
}
.tag.tag-line {
  max-width: 100%;
  height: auto;
  white-space: inherit;
  padding: 3px 10px;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.tag.is-indigo {
  background: #421092;
  color: white !important;
}
.tag.is-ocean {
  background-color: #47d1f9;
}
.tag.is-gold {
  background-color: #f8cb5b;
}
.tag.is-check-in {
  background-color: #79ecff;
}
.tag.is-check-out {
  background-color: #47d1f9;
  color: #272727;
}
.tag.is-extra {
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .tag.is-extra {
    min-width: initial !important;
  }
}

/* Text align */
.flex-right {
  display: flex;
  justify-content: flex-end;
}

.tac {
  text-align: center !important;
}

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

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

.bold {
  font-weight: 700;
}

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

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

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

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

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

/* Responsive  */
@media screen and (max-width: 1023px) {
  .no-mobile {
    display: none !important;
  }
}

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

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

.is-purple {
  background-color: #e787ff !important;
}

.navbar-top {
  z-index: 205;
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%) !important;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
}
@media screen and (max-width: 1023px) {
  .navbar-top {
    display: none;
  }
}
.navbar-top .navbar-item {
  position: relative;
  color: white;
  font-weight: 700;
  font-size: 14px;
  max-height: 2.5rem;
  padding: 0rem 0.75rem !important;
  transition: all 500ms ease;
}
.navbar-top .navbar-item:hover {
  color: #0a284f !important;
}
.navbar-top .navbar-item i {
  margin-right: 6px;
}
.navbar-top .navbar-item.cart-item .total-cart {
  position: absolute;
  background-color: #dbdbdb;
  color: #222;
  font-size: 8px;
  padding: 1px 4px 0px;
  /* display: flex; */
  border-radius: 14px;
  font-weight: 800;
  top: 6px;
  left: 19px;
}
.navbar-top .btn-auth {
  box-shadow: none;
  border: none;
  padding: 4px 17px;
  height: 24px;
  border-radius: 14px;
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
.navbar-top .btn-auth i {
  margin-right: 8px;
}
.navbar-top .auth-btn-active {
  display: flex;
  justify-content: space-between;
}
.navbar-top .btn-profile {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding: 4px 17px;
  height: 24px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  margin-top: 8px;
  margin-left: 5px;
}
.navbar-top .btn-profile i {
  margin-right: 8px;
}
.navbar-top .btn-admin {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding: 4px 5px 5px 11px;
  height: 24px;
  margin-top: 8px;
  background-color: #4f1797;
  color: white;
}
.navbar-top .btn-admin i {
  margin-right: 8px;
}
.navbar-top .btn-logout {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding: 4px 5px 5px 11px;
  height: 24px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  margin-top: 8px;
  background-color: #1d1c1c;
  margin-right: 5px;
  color: white;
}
.navbar-top .btn-logout i {
  margin-right: 8px;
}

.nav-main {
  height: 72px;
  z-index: 212;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .nav-main {
    display: none;
  }
}
.nav-main .navbar-logo {
  background-color: white !important;
  height: 6.5rem !important;
  position: absolute !important;
  border-bottom-right-radius: 45px !important;
  border-bottom-left-radius: 45px !important;
}
.nav-main .navbar-logo:hover {
  background-color: white;
}
.nav-main .navbar-menu {
  align-items: center;
  display: inline-block;
}
.nav-main .logo-c {
  width: 200px;
  margin: 15px 10px;
  max-height: 200px;
  top: 3px;
  position: relative;
}
.nav-main .navbar-item {
  height: 2rem;
  position: relative;
  font-weight: 800;
  font-size: 14px;
  transition: all 500ms ease;
  padding: 0rem 1.2rem !important;
}
.nav-main .navbar-item i {
  margin-right: 6px;
}
.nav-main .navbar-item.styled-2 {
  margin-top: 16px;
  height: 54px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-main .navbar-item.styled-2:hover {
  background-color: #0a284f;
  color: white;
}
.nav-main .navbar-item.styled-2:hover .menu {
  display: block;
}
.nav-main .navbar-item.styled {
  text-transform: uppercase;
  color: #0a284f;
}
.nav-main .navbar-item.styled .title {
  z-index: 200;
  position: relative;
}
.nav-main .navbar-item.styled .title:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  margin-top: 19px;
  background-color: #0a284f;
  transition: all 200ms ease;
  z-index: 200;
  left: 0px;
}
.nav-main .navbar-item.styled .title:hover {
  color: #0a284f;
}
.nav-main .navbar-item.styled .title:hover:after {
  color: #0a284f;
  width: 100%;
}

.menu-container {
  display: flex;
}

.main-menu {
  margin-left: auto;
  display: flex;
  position: relative;
  /* top: 50px; */
  height: 34px;
  margin-top: auto;
}
.main-menu li {
  display: inline-block;
  cursor: pointer;
}
.main-menu li .m-link {
  color: #222;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  padding: 0.6rem 1.1rem 20px;
}
.main-menu li:hover .m-link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #0a284f;
  color: white;
}
.main-menu li:hover .menu {
  display: block;
}
.main-menu .buttons {
  margin-left: 20px;
}

.no-hover {
  background-color: white !important;
}

.menu {
  display: none;
  position: absolute;
  width: 800px;
  z-index: 204;
  top: 100%;
  right: 0px;
  margin-top: 10px;
  background-color: #0a284f;
  padding: 2rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 500ms ease;
  box-shadow: 2px 2px 4px -1px #1b1b1b;
  transition: all 500ms ease;
}
.menu .menu-columns {
  margin: 0px;
  min-height: 250px;
}
.menu .menu-title {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}
.menu .menu-title-2 {
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
}
.menu .book-now-promo {
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
}
.menu .book-now-promo .button {
  margin-left: 1rem;
}
.menu .nav-items li {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  width: 100%;
}
.menu .nav-items li a {
  color: white;
}
.menu .nav-items li a:hover {
  color: #35aeef !important;
}

@media screen and (max-width: 1023px) {
  .show-mobile .navbar-mobile {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #35aeef;
  }
  .show-mobile .navbar-mobile .mobile-menu {
    display: block;
  }
  .show-mobile .navbar-mobile .navbar-logo {
    display: none !important;
  }
  .show-mobile footer {
    display: none;
  }
  .show-mobile .main-body {
    display: none;
  }
}

.navbar-mobile {
  display: none;
  box-shadow: 0px 2px 5px #cecece;
  z-index: 350;
}
.navbar-mobile .navbar-brand {
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .navbar-mobile {
    display: block;
    height: 100%;
    box-shadow: none !important;
  }
}
.navbar-mobile .mobile-menu {
  display: none;
  position: absolute;
  /* height: 100%; */
  min-height: 100%;
  background-color: #35aeef;
  width: 100%;
}
.navbar-mobile .mobile-menu ul {
  padding-top: 1rem;
}
.navbar-mobile .mobile-menu ul li {
  padding: 1rem;
  font-weight: 800;
  text-align: center;
  font-size: 1.2rem;
}
.navbar-mobile .mobile-menu ul li a {
  color: white;
}
.navbar-mobile .navbar-brand {
  height: 55px;
  position: relative;
}
.navbar-mobile .navbar-logo {
  border-left: 5px solid #35aeef;
  padding: 14px 24px;
  margin-right: auto;
}
.navbar-mobile .navbar-logo img {
  margin-left: -22px;
  max-height: 77px;
  width: 132px;
}
.navbar-mobile .navbar-menu-item {
  display: flex;
  background-color: #35aeef;
  width: 66px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid white;
  max-width: 66px;
}
.navbar-mobile .navbar-menu-item i {
  color: white;
  font-size: 19px;
}
.navbar-mobile .navbar-burger {
  background: #35aeef;
  display: inline-flex;
  height: 55px;
  width: 66px;
  margin-left: inherit;
}
.navbar-mobile .navbar-burger span {
  color: white;
  width: 23px;
  height: 2px;
  left: calc(50% - 10px);
}
.navbar-mobile .navbar-burger span:nth-child(1) {
  top: calc(50% - 9px) !important;
}
.navbar-mobile .navbar-burger span:nth-child(2) {
  top: calc(50% - 4px) !important;
}
.navbar-mobile .navbar-burger span:nth-child(3) {
  top: calc(50% + 1px) !important;
}
.navbar-mobile .navbar-burger span:nth-child(4) {
  top: calc(50% + 6px) !important;
}

.totals-cart {
  border-radius: 20px;
  display: flex;
  background-color: #dbdbdb;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.totals-cart i {
  color: #0a284f;
  padding: 6px 8px 6px 14px;
  font-size: 15px;
}
.totals-cart .total {
  background-color: white;
  background-color: white;
  padding: 3px 12px 4px 16px;
  width: 100%;
  font-weight: 600;
  text-align: right;
}
.totals-cart .total-cart {
  position: relative;
  background-color: #dbdbdb;
  color: #0a284e;
  font-size: 8px;
  padding: 3px 4px 0px;
  /* display: flex; */
  border-radius: 45px;
  font-weight: 800;
  top: 6px;
  left: 13px;
  text-align: center;
  width: 14px;
  height: 15px;
  margin-top: 1px;
}

.card-info-controls {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.card-info-controls.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .card-info-controls {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .card-info-controls {
    display: none;
  }
  .card-info-controls.top {
    display: flex !important;
  }
}

.column-card {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .card-controls-sign-in {
    display: flex;
    flex-direction: column;
  }
  .card-controls-sign-in button {
    margin-bottom: 5px;
    width: 100%;
  }
}

.card-checkout {
  height: initial !important;
  overflow-y: scroll;
}

.card-disclaimer {
  padding: 2rem;
  background-color: white !important;
}
@media screen and (max-width: 768px) {
  .card-disclaimer {
    padding: 0rem;
    /* margin-bottom: 1rem; */
    background-color: white;
    width: calc(100% + 4rem) !important;
    margin: -1rem -2rem 0rem -2rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.card-disclaimer .column-controls {
  text-align: right;
}
.card-disclaimer .feedback-title {
  margin-bottom: 1rem;
}
.card-disclaimer .form-disclaimer {
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 600;
}
.card-disclaimer .form-disclaimer .column-question {
  padding-bottom: 0rem !important;
}
.card-disclaimer .form-disclaimer .column-question .column {
  margin-bottom: 0rem !important;
}
.card-disclaimer .form-disclaimer .column-question .control .field {
  margin-bottom: 0rem !important;
}
.card-disclaimer .form-disclaimer .questions-block {
  background: #f1f1f1;
  margin: 0rem;
  margin-bottom: 2rem !important;
  padding: 0rem 1rem 1rem;
}
.card-disclaimer .form-disclaimer .questions-block.second-block {
  padding-top: 1rem;
}
.card-disclaimer .form-disclaimer .column-control {
  text-align: right;
}
.card-disclaimer .form-disclaimer .column-control .control {
  display: inline-block;
}
.card-disclaimer .col-question {
  display: flex;
  align-items: center;
}
.card-disclaimer .disclaimer {
  font-size: 12px;
  background: #f1f1f1;
  padding: 2rem;
  height: 200px;
  overflow-y: scroll;
}
.card-disclaimer .disclaimer ul li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .card-disclaimer .feedback-title {
    font-size: 18px !important;
  }
  .card-disclaimer .feedback-title i {
    position: relative;
    top: 0px;
    margin-right: 6px;
  }
  .card-disclaimer .feedback-text {
    padding: 2rem 0rem !important;
  }
}
.card-disclaimer .feedback-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a294f;
  font-size: 2rem;
  font-weight: 900;
}
.card-disclaimer .feedback-title i {
  margin-right: 1rem;
}
.card-disclaimer .feedback-text {
  text-align: center;
  padding: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.card-feedback {
  background-color: transparent !important;
}
.card-feedback .pa-controls {
  display: flex;
  justify-content: center;
}
.card-feedback .pa-controls .button {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .card-feedback .pa-controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .card-feedback .pa-controls .button {
    margin-left: 0px;
    margin-top: 8px;
  }
  .card-feedback .feedback-title {
    font-size: 18px !important;
  }
  .card-feedback .feedback-title i {
    position: relative;
    top: 0px;
    margin-right: 6px;
  }
  .card-feedback .feedback-text {
    padding: 2rem 0rem !important;
  }
}
.card-feedback .feedback-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a294f;
  font-size: 2rem;
  font-weight: 900;
}
.card-feedback .feedback-title i {
  margin-right: 1rem;
}
.card-feedback .feedback-text {
  text-align: center;
  padding: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.card-cat-product {
  max-width: 311px;
}
@media screen and (max-width: 1023px) {
  .card-cat-product {
    width: 100% !important;
    max-width: 100% !important;
  }
  .card-cat-product img {
    max-height: 300px !important;
  }
}

.card-section {
  padding-bottom: 1rem;
}

.card-product {
  position: relative;
  max-width: 311px;
  min-height: 460px;
}
.card-product .btn-add-voucher-banner {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.card-product.is-banner {
  max-height: initial !important;
  max-width: initial;
  min-height: initial !important;
}
.card-product.is-banner img {
  height: 100%;
  width: 100%;
  max-height: 100% !important;
}
.card-product .banner-content {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .card-product {
    width: 100% !important;
    max-width: 100% !important;
  }
  .card-product img {
    max-height: 300px !important;
    height: 300px !important;
  }
}

.card-block {
  margin-bottom: 1rem;
  background-color: white;
  width: 100%;
  height: calc(100% - 7px);
}
.card-block .description {
  font-size: 1rem !important;
  font-weight: 600;
}
.card-block .contents {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-block .extra-controls {
  text-align: right;
  margin-top: auto;
}
.card-block .extra-controls button {
  padding: 1rem 2rem;
  position: relative;
  top: 25px;
}

.card {
  display: flex;
  flex-direction: column;
}
.card .card-controls {
  display: flex;
  justify-content: flex-end;
}
.card .card-controls button {
  margin-left: 5px;
}
.card.is-register {
  background-color: transparent;
}
.card.is-register .main-title {
  color: #35aeef;
}
.card.is-register .main-title i {
  color: #35aeef;
}
.card.is-register .sub-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0px;
}
.card.is-primary-v1 .main-title {
  color: #35aeef;
}
.card.is-primary-v1 .main-title i {
  color: #35aeef;
}
.card.is-primary-v1 .sub-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0px;
}
.card.is-info-v1 {
  background-color: transparent;
}
.card.is-info-v1 .main-title {
  color: #0a284f;
}
.card.is-info-v1 .main-title i {
  color: white;
}
.card.is-info-v1 .sub-title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0px;
}
.card.is-info {
  background-color: #0a284f;
}
.card.is-info .main-title {
  color: white;
}
.card.is-info .description {
  color: white;
}
.card.is-large img {
  max-height: 100% !important;
}
.card.is-large .main-title {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0px;
}
.card.is-large .main-title i {
  font-size: 2rem;
}
.card.is-large .description {
  margin-top: 1rem;
  font-size: 1.1rem !important;
}

.adyen-checkout__card__cardNumber__brandIcon {
  max-height: initial !important;
  width: initial !important;
}

.card {
  margin-bottom: 1rem;
  background-color: white;
  width: 100%;
}
.card .arrow-symbol {
  color: #35aeef;
}
.card .contents {
  padding: 0.5rem 1rem 0.5rem;
}
.card img {
  max-height: 200px;
  width: 100%;
}
.card .main-title {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.card .description {
  text-align: justify;
  word-break: break-word;
  font-size: 14px;
}
.card .controls {
  margin-top: auto;
  padding: 0px 14px 14px;
  text-align: right;
}
.card .controls button {
  font-weight: 700;
}

.card-pass .description {
  font-size: 1rem !important;
  font-weight: 600;
}
.card-pass .description p {
  margin-top: 1rem;
}
.card-pass .prices {
  background-color: black;
  display: inline-block;
  padding: 4px 13px;
  margin-top: 10px !important;
}

.column-cart-titles .page-titles {
  margin-top: 2.5rem;
}

.column-cart {
  margin-left: auto;
}

footer {
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
}
@media screen and (max-width: 1023px) {
  footer .footer-container {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  footer .column-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .column-footer ul li {
    text-align: center;
  }
}
footer .column-footer {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
footer .column-title {
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: white;
}
footer ul li {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
footer ul li a {
  color: white;
}
footer ul li a:hover {
  color: #0a284f !important;
}

.copyright {
  background-color: #0a284f;
  font-weight: 600;
  font-size: 11px;
  color: white;
}
.copyright a {
  color: #35aeef !important;
}
.copyright .company-design {
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .copyright .column-copyr,
.copyright .company-design {
    text-align: center !important;
  }
}

.column-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.social-links {
  display: flex;
}
.social-links li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: white;
  margin-right: 10px;
  cursor: pointer;
  transition: all 300ms ease;
}
.social-links li i {
  font-size: 1.2rem;
}
.social-links li:hover {
  background-color: #0a284f;
}
.social-links li:hover i {
  color: white;
}

/* Tags */
.tag.is-warning {
  background-color: #fad457 !important;
}
.tag.is-indigo {
  background-color: #430082 !important;
  color: white;
}
.tag.is-water {
  background-color: #7fffee !important;
}
.tag.is-light {
  background-color: #e4e4e4 !important;
}
.tag i {
  margin-right: 7px;
}
.tag.tab-no-radis-bottom {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.v-modal {
  position: absolute;
  background: rgba(2, 2, 2, 0.9);
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 80px;
}

.products-modal {
  padding-top: 30px !important;
  padding: 0rem 3rem;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  right: 0px;
  justify-content: flex-start;
}
.products-modal .close-control {
  position: absolute;
  right: 3rem;
  color: white;
  font-size: 1.5rem;
  top: 2rem;
}
.products-modal .product-store {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.products-modal .top-column {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: white;
}
.products-modal .product-thumbs {
  position: absolute;
  overflow-y: auto;
  height: calc(100% - 160px);
}

.cancel-modal .close {
  position: absolute;
  right: 15px;
  color: white;
  font-size: 1.5rem;
  top: 5px;
}
.cancel-modal .container {
  max-width: 1024px !important;
  background-color: #303133;
  padding: 2rem;
}
.cancel-modal .entity-type {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  color: white;
}
.cancel-modal .cancel-table {
  font-weight: 600;
  color: white;
}
.cancel-modal .cancel-table td {
  padding: 5px 10px;
}
.cancel-modal .cancel-table label {
  color: white !important;
}

.landing {
  overflow: hidden;
  position: relative;
  min-height: 550px;
  z-index: 211;
  background-size: cover !important;
  background-position: center center !important;
}
.landing.is-full-screen {
  z-index: 351 !important;
}
@media screen and (min-width: 1216px) {
  .landing {
    min-height: 550px;
  }
}
.landing .booking-mobile {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .landing .booking-mobile {
    display: none;
  }
}
.landing.single-page {
  min-height: 600px;
}
.landing.single-page .field-tickets {
  height: 270px;
}
.landing .landing-container {
  position: relative;
  padding: 1rem;
  height: 50%;
  z-index: 205;
  margin-top: 5rem;
}
.landing .dark-gradient {
  background: linear-gradient(0deg, #0000008a, transparent);
  position: absolute;
  z-index: 203;
  height: 100%;
  width: 100%;
}
.landing.full-screen {
  height: calc(100vh - 78px);
}
.landing.full-screen .landing-columns {
  height: 100%;
}
.landing.full-screen .landing-container {
  height: 100%;
  z-index: 205;
  margin-top: 10rem;
}
.landing .background-image {
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 202;
  width: 100%;
}
.landing .wave {
  background-repeat: no-repeat;
  width: 2100px;
  position: relative;
  z-index: 204;
  width: 100%;
  height: 400px;
  background: url(/images/wave.svg);
  background-size: cover;
  position: absolute;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .landing {
    min-height: 460px !important;
  }
  .landing .booking-mobile button {
    font-size: 11px !important;
    margin-top: -28px !important;
    background-color: #0a284f !important;
  }
  .landing .landing-container {
    margin-top: 1rem !important;
  }
  .landing .page-titles {
    margin-top: 0rem;
  }
  .landing .page-titles .page-title {
    font-size: 1rem !important;
  }
  .landing .page-titles .page-subtitle {
    font-size: 0.8rem !important;
  }
  .landing .background-image {
    height: 100%;
  }
  .landing .wave {
    width: 200% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .landing {
    min-height: 521px !important;
  }
  .landing .landing-container {
    margin-top: 3rem !important;
  }
  .landing .page-titles {
    margin-top: 0rem;
  }
  .landing .page-titles .page-title {
    font-size: 1.8rem !important;
  }
  .landing .page-titles .page-subtitle {
    font-size: 1.4rem !important;
  }
  .landing .background-image {
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 202;
  }
  .landing .wave {
    height: 350px !important;
  }
}

@media screen and (max-width: 768px) {
  .stay-page {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .play-page {
    display: none;
  }
}

.landing-columns {
  z-index: 206;
  display: flex;
  align-items: flex-start;
}

.wave-blue {
  background-repeat: no-repeat;
  width: 2100px;
  position: relative;
  z-index: 204;
  width: calc(180% + 8rem);
  height: 400px;
  background: url(/images/wave_blue_2.svg);
  background-size: cover;
  position: absolute;
  top: -270px;
  margin-left: -11rem;
}

.right-landing {
  width: 57% !important;
  max-width: 57% !important;
  margin-left: 3%;
}

.right-landing-single {
  margin-left: 15% !important;
  width: 45% !important;
  margin-top: -41px;
}
.right-landing-single .text-intro {
  font-size: 13px !important;
}
.right-landing-single .check-availability-column {
  padding-left: 0px !important;
}
.right-landing-single .check-availability-column button {
  font-size: 10px;
  top: 2px;
}

.page-titles .page-title {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  padding: 8px 15px;
}
.page-titles .page-subtitle {
  font-size: 1rem;
  font-weight: 700;
  background-color: white;
  color: #0a284f;
  padding: 8px 15px;
}
.page-titles.is-primary .page-title {
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
}
.page-titles.is-info .page-title {
  background: linear-gradient(90deg, #0a284f, 50%, #0072b0 100%);
}

.video-page-controls {
  margin-top: 1rem;
}
.video-page-controls .button-page-play {
  border-right: 5px;
}

.block-wrapper.edit .columns-preview {
  margin: 1rem;
  margin-top: 2rem;
  border: 1px dashed #dedddd;
}
.block-wrapper.edit .tags-preview {
  display: flex;
}
.block-wrapper.edit .block {
  padding: 2rem 1.3rem 2rem !important;
}

.block {
  margin-bottom: 1rem;
  background-color: transparent;
  width: 100%;
  padding: 1rem 1.3rem 1rem;
}
.block .content ul {
  list-style-type: square;
  margin-left: 1rem;
}
.block.is-none .b-title {
  color: #797979;
}
.block.is-none .b-title .arrow-symbol {
  color: #35aeef;
}
.block.is-white {
  background: white;
}
.block.is-white .b-title {
  color: #797979;
}
.block.is-white .b-title .arrow-symbol {
  color: #0a284f !important;
}
.block.is-primary {
  background: #35aeef;
}
.block.is-primary .b-title .arrow-symbol {
  color: #0a284f !important;
}
.block.is-primary .b-title.is-none, .block.is-primary .b-title.is-info, .block.is-primary .b-title.is-primary {
  color: white;
}
.block.is-primary .content {
  color: white;
}
.block.is-info {
  background: #0a284f;
}
.block.is-info .b-title .arrow-symbol {
  color: #35aeef !important;
}
.block.is-info .b-title.is-none, .block.is-info .b-title.is-info, .block.is-info .b-title.is-primary {
  color: white;
}
.block .b-title {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.block .b-title.is-primary {
  color: #35aeef;
}
.block .b-title.is-primary .arrow-symbol {
  color: #0a284f;
}
.block .b-title.is-info {
  color: #0a284f;
}
.block .b-title.is-info .arrow-symbol {
  color: #35aeef;
}
.block .b-title.is-large {
  font-size: 2.3rem;
}
@media screen and (max-width: 1023px) {
  .block .b-title.is-large {
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .block .b-title.is-large i {
    font-size: 37px !important;
  }
}

.arrow-symbol {
  transform: rotateZ(-45deg);
  position: relative;
  top: 2px;
}

.columns-preview {
  background: #f1f1f1;
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
  min-height: 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .columns-preview {
    margin-top: 0rem !important;
    margin-bottom: 4rem !important;
  }
}
.columns-preview .tags-preview {
  position: absolute;
  right: 18px;
  top: -17px;
  display: none;
}

.view-block {
  padding-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .view-block {
    padding-top: 0rem;
  }
}

.block-manager,
.block-wrapper,
.edit-block,
.list-blocks {
  width: 100%;
}

.edit-columns {
  background: #75ffca;
  margin: 0rem;
  margin-bottom: 0rem !important;
}
.edit-columns .label {
  font-size: 11px;
  text-transform: uppercase;
}

.save-block-columns {
  background: #072238;
  text-align: right;
}

.faq {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.faq .question {
  cursor: pointer;
  display: flex;
  position: relative;
  background-color: #e4e4e4;
  font-weight: 700;
  padding: 8px 15px;
}
.faq .answer {
  background-color: #f3f3f3;
  padding: 8px 15px;
}
.faq .tags-faq {
  position: absolute;
  right: 10px;
}
.faq .fa-open {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 12px;
  color: #c5bdbd;
}
.faq .fa-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 12px;
  color: #c5bdbd;
}

.cart-container {
  margin-top: 5rem;
}

.column-disclaimer {
  flex-direction: column;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  background: #f1f1f1;
}
.column-disclaimer .disclaimer-info {
  text-align: justify;
  padding: 1rem 1rem 0rem 1rem;
  font-weight: 100;
  line-height: 1.2rem;
}
.column-disclaimer .disclaimer-box {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .column-disclaimer {
    flex-direction: column;
  }
  .column-disclaimer .disclaimer-info,
.column-disclaimer .disclaimer-box {
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .column-disclaimer .disclaimer-info .box-question,
.column-disclaimer .disclaimer-box .box-question {
    text-align: left;
    padding: 8px;
    top: -25px;
    position: revert;
    margin-bottom: -1px;
  }
}

.column-participant {
  padding: 13px 23px;
  background: #eaeaea;
}
.column-participant label {
  font-size: 11px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .column-participant {
    height: 220px !important;
  }
}

.column-remove-part {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .pay-column {
    min-height: 122px !important;
  }
}
.user-details-column {
  min-height: 150px !important;
}

.button-search {
  padding-right: 5px;
}
.button-search .fa-spinner {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  /* Calendar */
  .show-calendar {
    width: calc(100% - 20px) !important;
    transform: translate(-4px, 0px);
  }
  .show-calendar .drp-calendar {
    width: 100%;
    max-width: 100% !important;
  }
  .show-calendar .calendar-table td {
    height: 39px !important;
    font-size: 14px !important;
  }
  .show-calendar .calendar-table th {
    font-size: 14px !important;
  }

  .tags-total {
    width: 100% !important;
  }
  .tags-total .tag {
    width: 50% !important;
  }
}
.total-cart-mobile {
  background: white;
  position: absolute;
  width: 10px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  font-weight: 900;
  padding-top: 1px;
  top: 0px;
  right: 3px;
}

.b-dates-pick {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
  justify-content: center;
  height: 100%;
  padding: 11px 31px 0px;
  height: 100%;
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
}
.b-dates-pick .b-check-in {
  border-right: 1px solid #00a3e3;
  border-left: 1px solid #00a3e3;
}
.b-dates-pick .b-check-out {
  border-right: 1px solid #00a3e3;
}
.b-dates-pick .button {
  margin-left: 40px;
}
.b-dates-pick .button .fa-spinner {
  margin-left: 8px;
}
.b-dates-pick input {
  border-radius: 19px !important;
}

@media screen and (max-width: 1023px) {
  .columns-card-menu .c-title {
    font-size: 1.8rem !important;
  }
}
.columns-card-menu .card-menu {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ffffffa6;
  transition: all 300ms ease;
}
.columns-card-menu .card-menu:hover .c-overlay {
  transform: translateY(-100%);
}
.columns-card-menu .card-menu .c-overlay {
  transition: all 300ms ease;
  transition: all 300ms ease;
  transform: translateY(0%);
  background: linear-gradient(0deg, rgba(53, 174, 239, 0.28) 0%, #35aeef 98%, #35aeef 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 219;
}
.columns-card-menu .card-menu .c-title {
  z-index: 220;
  position: relative;
  color: white;
  font-size: 2.3rem;
  font-weight: 900;
  word-break: break-word;
  text-align: center;
}
.columns-card-menu .card-menu .c-title.custom {
  font-size: 1.7rem;
}
.columns-card-menu .card-menu img {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.booking-section-title {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  color: #4a4a4a;
}

.heading-book-control {
  display: flex;
  align-items: center;
  background: white;
  height: 68px;
  border-bottom: 4px solid #f1f1f1;
}

.booking-control {
  background-color: #326399;
  background-size: 20%;
  width: 100%;
  height: 470px;
  z-index: 520;
  overflow: hidden;
}
.booking-control .b-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 521;
}
.booking-control .b-all-content {
  position: relative;
  z-index: 522;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.booking-control.is-full-screen {
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.booking-control.is-full-screen .b-content {
  padding-right: 0rem !important;
  margin-top: 10px;
  z-index: 521;
  height: calc(100% - 5rem) !important;
}
@media screen and (max-width: 768px) {
  .booking-control.is-full-screen .b-content {
    margin-top: 0px !important;
  }
}
.booking-control .b-title {
  position: relative;
  padding: 10px 1rem;
  font-size: 16px;
  font-weight: 900;
  color: white;
  background-color: #0a284f;
  width: 100%;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .booking-control .b-title {
    height: 50px;
  }
}
.booking-control .b-title .i-resize {
  top: 9px !important;
}
.booking-control .b-title .fa-times {
  top: 10px !important;
}
.booking-control .b-title i {
  position: absolute;
  right: 1.5rem;
  font-size: 19px;
  margin-top: 2px;
}
.booking-control .b-content {
  text-align: justify;
  padding-right: 1rem;
  margin: 1rem;
  height: 395px;
}
@media screen and (max-width: 768px) {
  .booking-control .b-content {
    margin: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .booking-control .tag {
    font-size: 11px !important;
  }
  .booking-control .column-price {
    font-size: 13px !important;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .booking-control .tag {
    font-size: 14px !important;
  }
  .booking-control .column-price {
    font-size: 19px !important;
    font-weight: 700;
  }
}

.b-squares {
  display: flex;
  flex-wrap: wrap;
}
.b-squares .tag-qt {
  right: 10px;
  position: absolute;
  top: -11px;
  z-index: 2000;
  background: white;
  font-size: 11px !important;
}
.b-squares.b-products {
  align-items: flex-start;
  justify-content: flex-start;
}
.b-squares.b-categories {
  height: 100%;
}
.b-squares.b-categories .b-category {
  background: linear-gradient(90deg, rgba(0, 176, 240, 0.7), 50%, rgba(0, 114, 176, 0.7) 100%) !important;
}
@media screen and (max-width: 768px) {
  .b-squares.b-categories {
    padding: 7.5px;
    justify-content: center;
    height: initial !important;
  }
  .b-squares.b-categories .b-category {
    width: calc(50% - 15px);
    height: 200px;
    margin: 7.5px !important;
  }
}
.b-squares .b-square {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 800;
  width: calc(50% - 2rem);
  height: calc(50% - 2rem);
  cursor: pointer;
  margin: 1rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
  color: white;
  transition: background 300ms ease;
}
.b-squares .b-square i {
  font-size: 2.5rem;
}
.b-squares .b-square.b-square-product {
  min-width: 300px;
  width: calc(25% - 4rem);
  min-height: 190px;
  max-height: 295px;
}
@media screen and (max-width: 768px) {
  .b-squares .b-square.b-square-product {
    width: calc(100% - 2rem) !important;
    max-height: 295px !important;
  }
}
@media screen and (max-width: 1023px) {
  .b-squares .b-square.b-square-product {
    width: calc(50% - 2rem);
    height: calc(33.3333333333% - 2rem);
  }
}
@media screen and (min-width: 1408px) {
  .b-squares .b-square.b-square-product {
    height: calc(33.3333333333% - 4rem);
  }
}
.b-squares .b-square:hover {
  border: 2px solid #0a284f;
  background: #0a294fe6 !important;
}
.b-squares .b-square:hover .b-image {
  opacity: 1;
}
.b-squares .b-square:hover .b-product-title {
  background: #0a284f;
}
.b-squares .b-square .b-square-title {
  margin-top: 10px;
}
.b-squares .b-square .b-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.8;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.b-squares .b-square .b-image-p {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 2rem;
}
.b-squares .b-square .b-image-p .button {
  font-weight: 800 !important;
}
@media screen and (max-width: 1730px) {
  .b-squares .b-square .b-image-p .button {
    font-size: 13px !important;
  }
}
.b-squares .b-square .btn-b {
  font-size: 1rem !important;
}
.b-squares .b-square .btn-b i {
  font-size: 1rem !important;
}
.b-squares .b-square .b-product-title {
  z-index: 11;
  position: absolute;
  width: 100%;
  font-size: 16px;
  color: white;
  background-color: #0a294feb;
  top: 0px;
  padding: 6px 6px;
  text-align: center;
}

/* TICKET */
.b-ticket {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #d1d6da;
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
  width: 100% !important;
  min-height: 100px;
  margin: 6px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 300ms ease;
}
.b-ticket:hover {
  border: 2px solid #0a284f;
  background-color: #0a294fe6;
}
.b-ticket:hover button.is-info {
  border-color: white !important;
  background-color: white !important;
  color: #222 !important;
}
.b-ticket:hover .b-question {
  color: white !important;
}
@media screen and (max-width: 768px) {
  .b-ticket .b-question-text {
    padding-bottom: 10px;
    color: white;
    font-size: 13px;
  }
  .b-ticket .tag-qt-available {
    display: none;
  }
  .b-ticket .share-link {
    display: none !important;
    position: absolute;
    bottom: 5px !important;
    left: 16px !important;
    color: white;
    font-size: 15px !important;
  }
  .b-ticket .share-link i {
    font-size: 30px !important;
  }
}
.b-ticket .share-link {
  position: absolute;
  bottom: 21px;
  left: 27px;
  color: white;
  font-size: 24px;
}
.b-ticket .share-link i {
  font-size: 40px;
}
.b-ticket .share-link i:hover {
  color: aqua;
}
.b-ticket .b-image-option {
  border-radius: 5px;
  max-width: 22%;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}
.b-ticket .b-image-option img {
  width: 100%;
  height: 100%;
  min-width: 190px;
  padding-right: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .b-ticket .b-image-option {
    max-height: 90px;
    display: none !important;
  }
}
.b-ticket .b-ticket-info-wrapper {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.b-ticket .b-ticket-info-wrapper .b-ticket-bottom-controls {
  padding: 1rem;
}
.b-ticket .ticket-controls-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b-ticket .b-ticket-info {
  position: relative;
  width: 100%;
  display: flex;
}
.b-ticket .b-ticket-info {
  display: flex;
  justify-content: space-between;
}
.b-ticket .b-ticket-info .memberships-options {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.b-ticket .b-ticket-info .memberships-options .tags {
  margin-bottom: 4px !important;
  margin-left: auto;
}
.b-ticket .b-ticket-info .memberships-options .tags .tag {
  font-weight: 700;
}
.b-ticket .b-ticket-info-data {
  width: 100%;
  padding: 16px 10px;
}
.b-ticket .b-ticket-info-data .tag-product-name {
  margin-bottom: 0rem;
  width: 100%;
  display: flex;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .b-ticket .b-ticket-info-data .tag-product-name {
    flex-direction: column;
    margin-bottom: -1rem;
  }
  .b-ticket .b-ticket-info-data .tag-product-name .tag-name {
    width: 100% !important;
    font-size: 14px !important;
    display: flex;
    word-break: break-all;
    height: auto;
    white-space: initial;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-bottom: 0rem;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .b-ticket .b-ticket-info-data .tag-product-name .tag-price {
    padding: 5px 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    width: 100% !important;
  }
}
.b-ticket .b-ticket-info-data .tag-product-name .tag-name {
  width: 70%;
}
.b-ticket .b-ticket-info-data .tag-product-name .tag-price {
  width: 30%;
}
.b-ticket .b-ticket-info-data .tag-product-name .tag {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.b-ticket .b-ticket-controls {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 5px;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.b-ticket .b-ticket-controls.set-qt .is-info {
  max-width: 75%;
}
.b-ticket .b-ticket-controls.set-qt .tags {
  display: flex;
  padding-right: 2rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .b-ticket .b-ticket-controls {
    padding-left: 10px;
  }
  .b-ticket .b-ticket-controls.set-qt {
    display: flex !important;
    margin-left: auto !important;
    justify-content: flex-end !important;
  }
  .b-ticket .b-ticket-controls.set-qt .tags {
    padding-right: 0px !important;
  }
  .b-ticket .b-ticket-controls.set-qt .tag {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1024px) {
  .b-ticket .b-ticket-controls .button {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .b-ticket .b-ticket-controls .button {
    width: 100%;
    font-size: 13px;
  }
  .b-ticket .b-ticket-controls .tag {
    font-size: 1rem !important;
  }
}
.b-ticket .b-ticket-controls .tag {
  font-weight: 700;
}
.b-ticket .b-option-dates {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .b-ticket .b-option-dates {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
}
.b-ticket .b-option-dates .b-tag-name {
  min-width: 86px;
}
.b-ticket .b-option-dates .tags {
  margin-bottom: -10px;
  margin-top: 5px;
}
.b-ticket .b-option-dates .tag {
  font-size: 12px !important;
  font-weight: 700;
  padding: 2px 10px;
}
.b-ticket .b-option-dates .tag {
  font-weight: 700;
  padding: 2px 10px;
  line-height: 10px;
}
.b-ticket .b-ticket-questions {
  height: 100%;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b-ticket .b-ticket-questions .b-question {
  padding: 5px 0px;
}
@media screen and (min-width: 1024px) {
  .b-ticket .b-ticket-questions .b-question {
    font-size: 1rem;
  }
}
.b-ticket .b-ticket-questions .b-question {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 13px;
  font-weight: 700;
}
.b-ticket .b-ticket-bottom-controls {
  margin-top: 2rem !important;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.b-ticket .b-ticket-bottom-controls button {
  margin-left: 7px;
}
.b-ticket .b-ticket-bottom-controls .first {
  margin-left: 0px !important;
}
@media screen and (min-width: 1024px) {
  .b-ticket .b-ticket-bottom-controls .button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .b-ticket .b-ticket-bottom-controls .button {
    font-size: 13px;
  }
}
.b-ticket .b-ticket-extras {
  height: 100%;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.b-ticket .b-ticket-extras .b-extra-option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.b-ticket .b-ticket-extras .b-extra-option .tag {
  font-size: 14px !important;
  font-weight: 700;
}

.btn-question {
  margin-right: auto;
}

.b-cart-mobile .tag {
  font-size: 14px !important;
  width: 50% !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .b-cart-mobile {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .b-cart-mobile {
    display: none;
  }
}

.cart-total-top {
  display: flex;
  position: relative;
}

.b-total-cart {
  color: white;
  display: flex;
  margin-left: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.b-total-cart .total-value {
  color: black;
  font-size: 26px;
  padding: 0px 31px;
}
.b-total-cart .cart-total {
  /* background: red; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-total-cart .b-cart-items-total {
  position: relative;
  cursor: pointer;
}
.b-total-cart .b-cart-items-total i {
  font-size: 20px;
  color: #cfcfcf;
}
.b-total-cart .b-cart-items-total div {
  position: absolute;
  top: 0px;
  z-index: 2000;
  color: black;
  background: gold;
  width: 17px;
  height: 17px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  font-weight: 800;
  top: -11px;
  left: 9px;
}

.b-title-book {
  display: inline-flex;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  padding-top: 4px;
}

.b-error-book {
  line-height: 18px;
  padding-top: 4px;
  display: flex;
  text-transform: uppercase;
}
.b-error-book i {
  color: #f14668;
  position: relative !important;
  right: 0px !important;
  margin-right: 10px;
  top: -5px !important;
}
.b-error-book div {
  font-size: 13px;
}

.option-date-time {
  margin-left: 5px;
}

.b-checkout {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .b-checkout {
    width: 100% !important;
    height: 100% !important;
  }
  .b-checkout .option-dates {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-top: 9px;
  }
}
.b-checkout .checkout-container {
  height: 100%;
}
.b-checkout .checkout-container .columns {
  max-width: 100%;
}
.b-checkout .checkout-container .card-cart {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.b-checkout .checkout-container .card-cart .option-dates .tag-name {
  min-width: 86px;
}
.b-checkout .checkout-container .card-cart .card-controls {
  margin-top: auto;
}
.b-checkout .checkout-container .card-cart .card-controls button {
  width: 100%;
  font-weight: 600;
}

.header-check-date .column {
  padding: 0px;
}
.header-check-date .column .field {
  position: relative;
  top: -6px;
}
.header-check-date .column .field label {
  margin: 0px;
}

.close-booking-control {
  cursor: pointer;
  background: #145285;
  color: white;
  max-width: 79px;
  width: 79px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.b-back {
  /* position: relative !important; */
  cursor: pointer;
  background: #145285;
  color: white;
  width: 79px;
  display: flex;
  height: 100%;
  /* flex: 1; */
  align-items: center;
  justify-content: center;
  font-size: 53px;
}

.b-available-dates {
  background-color: white;
  padding: 25px;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  padding: 100px;
}
@media screen and (max-width: 768px) {
  .b-available-dates {
    margin: 1rem;
  }
}
.b-available-dates .msg {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
.b-available-dates .msg .no-results {
  font-weight: 600;
  margin-bottom: 12px;
}
.b-available-dates .msg i {
  color: #0a284f;
  font-size: 3rem;
  margin-bottom: 10px;
}
.b-available-dates .extra-date {
  background-color: #0088c6;
  border-radius: 6px;
  padding: 11px;
}
.b-available-dates .content-text {
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 12px;
  text-align: center;
}
.b-available-dates .date-value {
  font-weight: 800;
  margin-top: 7px;
  font-size: 24px;
}
.b-available-dates .extra-date-controls {
  padding: 5px 12px;
  text-align: center;
}
.b-available-dates .extra-date-controls .button {
  cursor: pointer;
}
.b-available-dates .extra-date-controls .button:hover {
  transition: all 300 ease;
  background-color: white !important;
  color: #222 !important;
}

.b-product-title {
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 10px 21px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #b9b9b9;
}

.b-text-titles {
  background: white;
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 20px;
  width: 25%;
  padding: 0px 26px;
  font-weight: 400;
}
@media screen and (max-width: 1215px) {
  .b-text-titles {
    display: none;
  }
}

.b-main-price-option {
  display: flex;
  background-color: white;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px dashed #b7b7b7;
}
.b-main-price-option.main-option .b-ticket-controls button {
  margin-bottom: 7px;
}
.b-main-price-option .b-ticket-img-preview {
  width: 25%;
  max-height: 165px;
  display: flex;
}
.b-main-price-option .b-ticket-info {
  padding: 10px 15px;
  width: 55%;
  background: #f1f1f1;
}
.b-main-price-option .b-ticket-controls {
  padding: 10px 15px;
  width: 20%;
  display: flex;
  flex-direction: column;
}
.b-main-price-option .b-ticket-controls button {
  width: 100%;
  background-color: #e5419c;
  color: white !important;
}
@media screen and (max-width: 1023px) {
  .b-main-price-option {
    flex-direction: column;
  }
  .b-main-price-option .b-ticket-img-preview {
    width: 100%;
  }
  .b-main-price-option .b-ticket-info {
    width: 100%;
  }
  .b-main-price-option .b-ticket-controls {
    width: 100%;
  }
}

.price-option-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.price-option-title span {
  background: #e3e3e3;
  position: relative;
  top: 2px;
  padding: 0px 14px;
}

.ticket-dates {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  color: black;
  margin-bottom: 5px;
}
.ticket-dates .option-value {
  background: white;
  padding: 1px 10px;
  min-width: 90px;
  font-weight: 500;
}
.ticket-dates .option-date {
  background: #cfcfcf;
  padding: 1px 10px;
}

.ba-ticket-qt {
  position: relative;
  border-top: 1px solid #e3e3e3;
  font-size: 26px;
  padding: 10px 15px 0px 0px;
}
.ba-ticket-qt .tag-info {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 10px;
  padding: 0px 10px;
  background: #e3e3e3;
}
.ba-ticket-qt span {
  font-size: 10px;
}

.ba-ticket-available {
  margin-top: auto;
  position: relative;
  border-top: 1px solid #e3e3e3;
  font-size: 26px;
  padding: 10px 15px 0px 0px;
}
.ba-ticket-available .tag-info {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 10px;
  padding: 0px 10px;
  background: #e3e3e3;
}
.ba-ticket-available .out-of-stock {
  color: #ff1616;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.ba-ticket-available .low-quantity {
  color: #ff5722;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.ba-ticket-available span {
  font-size: 10px;
}

.ba-ticket-price {
  position: relative;
  border-top: 1px solid #e3e3e3;
  font-size: 30px;
  padding: 10px 15px 0px 0px;
}
.ba-ticket-price .tag-info {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 10px;
  padding: 0px 10px;
  background: #e3e3e3;
}

.price-option-slots {
  display: flex;
  flex-wrap: wrap;
}
.price-option-slots .slot-control {
  margin-top: auto;
}
.price-option-slots .time-slot-label {
  font-weight: 700;
}
.price-option-slots .slot-option {
  flex-direction: column;
  width: calc(20% - 20px);
  margin: 5px;
  background: #a7fff8;
  padding: 5px;
  font-size: 11px;
}
.price-option-slots .slot-option:hover {
  background: #41ffef;
}
.price-option-slots .slot-option-main {
  flex-direction: column;
  width: calc(20% - 20px);
  background: #a7fff8;
  padding: 5px;
  font-size: 11px;
}
.price-option-slots .slot-option-main:hover {
  background: #41ffef;
}
.price-option-slots .slot-control {
  margin-top: auto;
  justify-content: flex-end;
}
.price-option-slots .slot-control button {
  background: #e5419c;
  color: white;
  font-weight: 600;
  font-size: 10px;
  padding: 2px 10px;
  height: 19px;
}

.price-options-content {
  display: flex;
  flex-direction: column;
}
.price-options-content.zero-results {
  height: 100%;
}
@media screen and (min-width: 1216px) {
  .price-options-content {
    height: 100%;
  }
}

.order-product {
  display: flex;
  width: 100%;
  border: 1px dashed #b7b7b7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.order-product .ba-ticket-price {
  font-size: 20px;
  padding-top: 14px;
  margin-bottom: 5px;
}
.order-product .ticket-dates {
  font-size: 10px;
  font-weight: 400;
}
.order-product .price-option-title {
  font-size: 14px;
}
.order-product .img {
  width: 20%;
}
.order-product .img img {
  width: 100%;
  height: 100%;
  max-height: 120px;
}
.order-product .order-product-details {
  width: 60%;
  padding: 10px 15px;
  background: #f1f1f1;
}
.order-product .order-product-total {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 10px 15px;
}
.order-product .order-product-total .btn-trash {
  margin-top: 20px;
}
@media screen and (max-width: 1215px) {
  .order-product {
    flex-direction: column;
  }
  .order-product .img {
    width: 100%;
  }
  .order-product .img img {
    min-height: 200px;
  }
  .order-product .order-product-total {
    width: 100%;
  }
  .order-product .order-product-details {
    width: 100%;
  }
}

.card-booking-controls {
  display: flex;
  margin-top: auto;
  justify-content: flex-end;
}
.card-booking-controls .right-button {
  margin-right: auto;
}

.checkout-response .column-feedback-title {
  font-size: 22px;
  display: flex;
  align-items: center;
}
.checkout-response .column-feedback-title i {
  font-size: 2.5rem;
  margin-right: 18px;
}

.cart-column-redirect {
  margin-top: 30px;
}
.cart-column-redirect .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 200;
}
.cart-column-redirect .column i {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.cart-column-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 200;
}
.cart-column-empty i {
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.price-options-section {
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 30px);
}

.price-option-bottom {
  padding: 20px 0px;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}
.price-option-bottom .btn-confirm {
  margin-left: auto;
}
@media screen and (max-width: 1215px) {
  .price-option-bottom {
    display: none;
  }
}

.price-option-bottom-v1 {
  padding: 20px;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}
.price-option-bottom-v1 .btn-confirm {
  margin-left: auto;
}
.price-option-bottom-v1 .out-of-stock {
  color: #ff1616;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.price-option-bottom-v1 .low-quantity {
  color: #ff5722;
  font-weight: bold;
  position: relative;
  top: 10px;
}

.b-checkout .bottom-side {
  margin-left: -15px;
  margin-right: -15px;
}

.bottom-side {
  margin: 0px;
  background: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1216px) {
  .bottom-side {
    display: none;
  }
}

.b-price-options {
  padding: 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1215px) {
  .b-price-options {
    flex-direction: column;
  }
  .b-price-options .left-side {
    width: 100% !important;
  }
  .b-price-options .right-side {
    margin-top: 15px;
    width: 100% !important;
  }
}
.b-price-options .left-side {
  background: white;
  width: calc(50% - 10px);
  padding: 20px 30px;
}
.b-price-options .right-side {
  background: white;
  width: calc(50% - 10px);
  padding: 20px 30px;
}

.b-price-options {
  padding: 15px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1215px) {
  .b-price-options {
    flex-direction: column;
  }
  .b-price-options .left-side {
    width: 100% !important;
  }
  .b-price-options .right-side {
    margin-top: 15px;
    width: 100% !important;
  }
}
.b-price-options .left-side {
  background: white;
  width: calc(60% - 10px);
  padding: 20px 30px;
}
.b-price-options .right-side {
  background: white;
  width: calc(40% - 10px);
  padding: 20px 30px;
}

.card-booking-control {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 40px 40px 40px;
}
@media screen and (max-width: 1215px) {
  .card-booking-control {
    padding: 0px 15px;
    flex-direction: column;
  }
  .card-booking-control .left-side,
.card-booking-control .right-side {
    width: 100% !important;
    margin: 0px 0px 40px 0px !important;
  }
  .card-booking-control .white-box {
    padding: 15px !important;
    height: initial !important;
  }
}
.card-booking-control .op-title-section {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 1023px) {
  .card-booking-control .op-title-section {
    font-size: 21px;
    color: white;
    margin-top: 17px;
  }
}
.card-booking-control .left-side {
  width: calc(60% - 80px);
  margin: 30px 40px 50px 40px;
}
.card-booking-control .right-side {
  width: calc(40% - 80px);
  margin: 30px 40px 50px 40px;
}
.card-booking-control .white-box {
  padding: 50px;
  height: 100%;
  background-color: white;
}

.header-search-button-mobile {
  display: block;
  margin-left: 0rem !important;
  width: 100% !important;
}

@media screen and (min-width: 1024px) {
  .header-search-button-mobile {
    display: none;
  }

  .check-out-date {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .close-booking-control {
    margin-left: auto !important;
    min-height: 57px;
  }

  .heading-book-control {
    height: initial;
    min-height: auto;
    justify-content: space-between;
  }
  .heading-book-control.basic .b-total-cart {
    display: none;
  }

  .b-dates-pick {
    margin-left: 0rem;
    flex-direction: column;
    padding: 15px 16px !important;
  }

  .header-search-button {
    display: none;
  }

  .b-dates-pick {
    width: 100%;
  }
  .b-dates-pick .header-check-date {
    width: 100%;
  }
  .b-dates-pick .header-check-date .v-date {
    margin-bottom: 14px;
  }
}
.b-main-price-details {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px dashed #b7b7b7;
  flex-direction: column;
}
.b-main-price-details .price-option-header {
  height: 164.5px;
  max-height: 164.5px;
  display: flex;
  width: 100%;
}
.b-main-price-details .b-ticket-img-preview {
  width: 25%;
  max-height: 165px;
  display: flex;
}
.b-main-price-details .b-ticket-info {
  padding: 10px 15px;
  width: 55%;
  background: #f1f1f1;
}
.b-main-price-details .price-option-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.b-main-price-details .price-option-title span {
  background: #e3e3e3;
  position: relative;
  top: 2px;
  padding: 0px 14px;
}
.b-main-price-details .b-ticket-controls {
  padding: 10px 15px;
  width: 20%;
  display: flex;
  flex-direction: column;
}
.b-main-price-details .b-ticket-controls button {
  width: 100%;
  background-color: #e5419c;
  color: white !important;
}
.b-main-price-details .qt-controls {
  margin-top: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.b-main-price-details .qt-controls button {
  width: 50px;
}
.b-main-price-details .qt-controls .qt-value {
  font-size: 20px;
  font-weight: 500;
}
.b-main-price-details .qt-controls .btn-increase {
  background-color: #143055;
}
@media screen and (max-width: 1023px) {
  .b-main-price-details .price-option-header {
    flex-direction: column;
    height: 100% !important;
    max-height: 100%;
  }
  .b-main-price-details .b-ticket-img-preview {
    width: 100%;
  }
  .b-main-price-details .b-ticket-info {
    width: 100%;
  }
  .b-main-price-details .b-ticket-controls {
    width: 100%;
  }
  .b-main-price-details .slot-option {
    width: calc(50% - 20px);
  }
}

.booking-customer-info {
  position: absolute;
  left: calc(50% - 200px);
  width: 400px;
  background: black;
  color: white;
  font-size: 11px;
  display: flex;
  top: 0px;
  align-items: center;
  font-weight: 700;
  justify-content: space-around;
  z-index: 20000;
  height: 18px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
.booking-customer-info .button {
  font-size: 10px;
  font-weight: 600;
  border-radius: 0px !important;
}

/* DISCLIAER */
.disclaimer-note {
  background-color: white;
  font-weight: 300;
  text-align: justify;
  font-size: 12px;
}
.disclaimer-note .disclaimer-title {
  text-align: left !important;
  font-size: 1rem;
  font-weight: 700;
  color: #f14668;
}

/* VOUCHERS */
.cart-total-vouchers {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.cart-total-vouchers .tags-voucher {
  margin-bottom: 10px;
}
.cart-total-vouchers .tags-voucher input {
  height: 22px;
}

.slider-container {
  width: 100% !important;
  max-width: 100% !important;
}

.carousel-inner {
  display: flex;
}

.ug-tile-navigation-wrapper {
  position: absolute;
  margin: 0px;
  left: 0px;
  top: 406px;
  font-size: 45px;
  margin-top: -76px !important;
  z-index: 20000;
  margin-left: 22px !important;
}

.ug-button-tile-left {
  background-image: none !important;
}
.ug-button-tile-left:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F104";
  display: inline-block;
}

.ug-button-tile-play {
  display: none;
}

.ug-button-tile-right {
  background-image: none !important;
  margin-left: 27px;
}
.ug-button-tile-right:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\F105";
  display: inline-block;
}

.card-slider {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin: 10px;
  padding-bottom: 10px;
  position: relative;
}
.card-slider .card-s-title {
  position: absolute;
  top: 0rem;
  color: white;
  font-size: 23px;
  padding: 5px 17px;
  font-weight: 700;
  background-color: #00000080;
  width: 100%;
}
.card-slider a {
  position: absolute;
  background-color: #35aeef;
  font-style: inherit;
  color: white;
  padding: 10px;
  bottom: 17px;
  font-weight: 800;
  right: 0px;
  padding: 9px 10px 9px 20px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  text-transform: uppercase;
  font-size: 14px;
}
.card-slider a i {
  font-style: normal;
}

.contents-manager {
  display: flex;
  background-color: #f1f1f1;
  height: 100%;
}
.contents-manager .content-view {
  display: flex;
  min-width: calc(100% - 500px);
  padding: 1rem;
  min-height: 500px;
}
.contents-manager .content-view-full {
  flex-direction: column;
  display: flex;
  min-width: 100%;
  padding: 1rem;
  min-height: 500px;
  background-color: white;
}
.contents-manager .content-view-full .m-row,
.contents-manager .content-view-full .m-column,
.contents-manager .content-view-full .m-content-row {
  border: none !important;
}
.contents-manager .tool-view {
  min-width: 500px;
  background-color: whitesmoke;
}

.m-section {
  position: relative;
  border: 1px dashed #222;
  padding: 1rem;
  display: flex;
  flex: 1;
}

.m-row {
  border-top: 1px dashed #222;
  border-left: 1px dashed #222;
  flex: 1;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .m-row {
    flex-direction: column;
  }
}
.m-row.m-front {
  border: none !important;
}
.m-row.m-front .m-column,
.m-row.m-front .m-content-row {
  border: none !important;
}

.m-column {
  border-right: 1px dashed #222;
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .m-column {
    width: 100%;
  }
}
.m-content-row {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #222;
}

.m-tool {
  margin: 1rem;
}
.m-tool .m-tool-title {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #e4e4e4;
  font-weight: 600;
  padding: 5px 10px;
  position: relative;
}
.m-tool .m-tool-title .m-top-controls {
  position: absolute;
  right: 4px;
  top: 3px;
}
.m-tool .m-tool-title .m-top-controls button {
  height: 15px;
  font-size: 10px;
  font-weight: 700;
  padding: 10px;
}
.m-tool .m-tool-content {
  padding: 10px 10px;
  background-color: white;
}

.m-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m-control {
  display: flex;
  flex-direction: column;
  min-width: 50%;
  margin-bottom: 10px;
}
.m-control.is-full {
  flex: 1;
  min-width: 100% !important;
}
.m-control label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}

.m-content-menu {
  display: flex;
}
.m-content-menu li {
  padding: 10px 20px;
}
.m-content-menu li i {
  font-size: 40px;
}
.m-content-menu li .mc-title {
  text-align: center;
  font-size: 10px;
}

.m-drag-over {
  background-color: #740aff;
}

.b-contents {
  z-index: 200;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex: 1;
  flex-direction: column;
}
.b-contents .b-contents-data {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-contents .b-image-text {
  width: 100%;
  height: 100%;
}

/* Section Controls */
.b-sections-controls {
  right: 20px !important;
  top: -8px !important;
}

/* Plugin Controls */
.b-plugin-controls,
.b-sections-controls {
  position: absolute;
  right: 7px;
  top: -13px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 201;
}
.b-plugin-controls ul,
.b-sections-controls ul {
  display: flex;
}
.b-plugin-controls ul li,
.b-sections-controls ul li {
  color: white;
  padding: 5px 10px 3px;
  font-size: 11px;
  color: white;
}
.b-plugin-controls .bp-trash,
.b-sections-controls .bp-trash {
  background-color: #ff5099;
}
.b-plugin-controls .bp-edit,
.b-sections-controls .bp-edit {
  background-color: #72e972;
}
.b-plugin-controls .bp-validate,
.b-sections-controls .bp-validate {
  background-color: #0099ff;
}

/* Tools Activate */
.m-tools-activate {
  display: flex;
}
.m-tools-activate li {
  font-size: 12px;
  padding: 3px 8px;
  background: whitesmoke;
  margin-right: 1px;
}
.m-tools-activate li.is-active {
  background-color: #e4e4e4;
}
.m-tools-activate .fa-text-height.x1 {
  font-size: 9px;
}
.m-tools-activate .fa-text-height.x2 {
  font-size: 11px;
}
.m-tools-activate .fa-text-height.x3 {
  font-size: 13px;
}

/* Editor Contents */
.be-title {
  padding: 2rem 2rem 0rem;
  font-weight: 900;
  text-transform: uppercase;
}
.be-title i {
  margin-right: 10px;
  font-size: inherit !important;
}

.be-html {
  color: #363636;
  padding: 1rem 2rem 2rem;
  font-weight: 600;
  position: relative;
  height: 100%;
}
.be-html.tool {
  padding: 0rem !important;
}
.be-html .ck-editor__editable {
  min-height: 300px;
}
.be-html a {
  font-style: normal;
  color: white !important;
  font-size: 13px;
  min-width: 105px;
  padding-top: 3px;
  border-radius: 23px;
  font-weight: 700;
  text-transform: none;
  padding: 3px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.be-html a i {
  font-style: normal !important;
  color: white;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-justigy {
  text-align: justify;
}

/* THEME APPLY */
.t-default {
  color: #363636;
}
.t-default .be-title {
  color: #35aeef;
}
.t-default .be-title i {
  color: #0a284f;
}
.t-default .be-html {
  color: #363636;
}
.t-default .be-html a {
  background: #35aeef;
}

.t-light {
  background-color: white;
  color: #363636;
}
.t-light .be-title {
  color: #35aeef;
}
.t-light .be-title i {
  color: #0a284f;
}
.t-light .be-html {
  color: #363636;
}
.t-light .be-html a {
  background: #35aeef;
}

.t-primary {
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
  color: white;
}
.t-primary .be-title {
  color: #fff;
}
.t-primary .be-title i {
  color: #0a284f;
}
.t-primary .be-html a {
  background: white;
}
.t-primary .be-html a i {
  color: #1d1c1c !important;
}

.t-secondary {
  background: linear-gradient(90deg, #0072b0, 50%, #0a284f 100%);
  color: white;
}
.t-secondary .be-title {
  color: #fff;
}
.t-secondary .be-title i {
  color: #35aeef;
}
.t-secondary .be-html a {
  background: white;
}
.t-secondary .be-html a i {
  color: #1d1c1c !important;
}

.b-image-plugin {
  display: flex;
  flex: 1;
  background-size: cover;
}
.b-image-plugin .be-html {
  position: absolute;
}

.m-faq-container {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.m-faq-container .be-title {
  padding: 0rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 24px !important;
}

.m-faq {
  background-color: #e4e4e4;
  padding: 5px;
  margin-bottom: 10px;
}
.m-faq .m-question {
  position: relative;
  font-weight: 600;
  padding: 7px 8px;
  display: flex;
  justify-content: space-between;
}
.m-faq .m-question i {
  font-size: 16px;
}
.m-faq .m-anwser {
  padding: 7px 8px;
  background-color: white;
}
.m-faq .expand-ct {
  font-size: 24px !important;
  position: relative;
  top: -3px;
}
.m-faq .m-collaspse {
  position: relative;
}
.m-faq .m-edit-control {
  font-size: 11px !important;
  display: flex;
  width: 55px;
  justify-content: space-between;
  padding: 6px 9px 5px;
  align-items: center;
  top: 0px;
  left: 0px;
  background-color: #f14668;
  color: white;
  height: 19px;
  border-radius: 16px;
  position: absolute;
  left: 5px;
  top: -13px;
  font-weight: 700;
}
.m-faq .m-edit-control i {
  font-size: 9px !important;
  font-weight: 700;
}

.be-cards-wrapper {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.be-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .be-card-wrapper {
    width: 100%;
    margin: 1rem;
  }
}

.cards-block .be-title {
  margin-bottom: 1rem;
}

.be-arrow-symbol {
  font-size: 28px;
  transform: rotateZ(-45deg);
  position: relative;
  top: 2px;
}

.be-card {
  min-height: 500px;
  min-width: 312px;
  max-width: 312px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .be-card {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.be-card .be-card-image {
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.be-card .be-card-image img {
  height: 200px;
  width: 100%;
}
.be-card .be-tag-section {
  margin-bottom: 1rem;
  margin-top: -9px;
  font-size: 10px;
}
.be-card .be-card-contents {
  padding: 0.5rem 1rem 0.5rem;
  text-align: justify;
}
.be-card .be-card-content {
  font-weight: 600;
}
.be-card .be-card-content ul {
  list-style-type: square;
  margin-left: 1rem;
}
.be-card .be-card-title {
  word-break: break-word;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #222;
}
.be-card .be-card-title .be-arrow-symbol {
  color: #35aeef !important;
  margin-right: 5px;
}
.be-card .be-controls {
  margin-top: auto;
  padding: 0px 14px 14px;
  text-align: right;
}

/* Step nbar */
.column-step {
  overflow: hidden;
  color: #0e0e0e;
}

.check-in-out-columns {
  margin: 0rem;
  background: #f1f1f1;
  padding-bottom: 0.75rem !important;
}
.check-in-out-columns .column-check-availability {
  padding-top: 36px;
  display: flex;
}
.check-in-out-columns .column-check-availability button {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .check-in-out-columns .column-check-availability {
    padding-top: 0px !important;
  }
  .check-in-out-columns .column-check-availability button {
    width: 100% !important;
  }
}

.step-options-spinner {
  padding: 1rem;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.step-options-spinner i {
  margin-top: 10px;
  font-size: 1.2rem;
}

.status-wrapper {
  font-size: 14px;
}
.status-wrapper .fa-spinner {
  color: #00ffc3;
  font-size: 1.5rem;
}

.no-slots {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* Checkout */
.package-checkout {
  display: flex;
  font-size: 14px;
}
.package-checkout i {
  color: #0a284f;
  font-size: 24px;
  margin-right: 10px;
}

.d-title {
  font-weight: 700;
}

.package-d-feedback {
  margin-top: 0px;
}
.package-d-feedback .column {
  text-align: center;
}

.package-cart-empty {
  text-align: center;
  color: #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.column-total-cart {
  padding-top: 0rem !important;
}

.column-package-cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
}
.column-package-cart-total button {
  width: 190px;
}

.package-cart-total {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  margin-left: auto;
}
.package-cart-total .total_label {
  background: #e6e6e6;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 22px;
}
.package-cart-total .total_value {
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00ffc3;
}

.op-tag {
  display: none;
}

.price-option-row {
  background: #f1f1f1;
  padding-bottom: 9px;
}

.product-price-column {
  display: flex;
  flex: 1;
  background: #f1f1f1;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .product-price-column {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column !important;
  }
  .product-price-column .op-tag {
    display: block;
  }
  .product-price-column.po-labels {
    display: none;
  }
  .product-price-column div {
    width: calc(100% - 20px) !important;
    margin-top: 8px;
  }
  .product-price-column .action-buy button {
    width: 100%;
    background: #00ffc3;
  }
  .product-price-column .box {
    display: flex !important;
    flex-direction: row !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
    overflow: hidden !important;
  }
  .product-price-column .box div {
    margin-top: 0px !important;
    padding: 8px !important;
  }
  .product-price-column .box .op-tag {
    padding: 8px !important;
    background: #7f35ef;
    color: white;
    max-width: 30%;
  }
}
.product-price-column div.title-p-col {
  padding-bottom: 0rem !important;
  text-align: center;
}
.product-price-column .option {
  width: 40%;
  position: relative;
}
.product-price-column .option.box {
  background: white;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(40% - 20px);
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}
.product-price-column .quantity {
  width: 20%;
  position: relative;
}
.product-price-column .quantity.box {
  background: white;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}
.product-price-column .price {
  width: 20%;
  position: relative;
}
.product-price-column .price.box {
  background: white;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
}
.product-price-column .action {
  width: 20%;
}

.columns-sc-options {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px !important;
  margin-top: 0px;
  padding-bottom: 0.75rem !important;
  background: #f1f1f1;
}

.danger-span {
  background-color: #f14668;
  padding: 1px 7px;
  font-weight: 700;
  color: white;
  border-radius: 6px;
}

.p-participants {
  width: 100%;
  position: relative;
  min-height: 30px;
  background: #f1f1f1;
}

.btn-add-participant {
  position: absolute;
  top: -17px;
  right: 23px;
}

.p-disclaimer-info {
  font-size: 12px;
  padding: 10px;
  background: #f1f1f1;
}
.p-disclaimer-info .msg-disclaimer-box {
  background-color: white;
  text-align: center;
  padding: 10px;
}
.p-disclaimer-info .msg-disclaimer-box .important-title-disclaimer {
  width: 100%;
  background-color: #f14668;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  border-radius: 50px;
  max-width: 200px;
  padding: 1px 10px;
  margin-bottom: 6px;
  display: inline-block;
}
.p-disclaimer-info .msg-disclaimer-box .disclaimer-text {
  text-align: justify;
}

.package-cart-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
  font-size: 13px;
  padding: 5px 0px;
}
.package-cart-item .p-item-name {
  min-width: 70%;
  font-weight: 700;
}
.package-cart-item div {
  display: flex;
  flex: 1;
}

.hr-step {
  background-color: #00ffc3;
  margin: 0px !important;
}

.package-cart-item-details {
  font-size: 12px !important;
  margin-top: -13px;
}

.sub-step-title {
  background-color: #00ffc3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-weight: 800;
  height: 100p;
}

.step-controls {
  display: flex;
  justify-content: flex-end;
  width: 200px;
}
.step-controls.office {
  width: 100% !important;
  padding-bottom: 10px;
}
.step-controls .column {
  padding: 0px !important;
}
.step-controls .button {
  margin-left: 5px;
}

.tag-package-check-in {
  margin-bottom: -6px !important;
}
.tag-package-check-in span {
  font-size: 10px;
}

.step-controls-bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: #35aeef;
}
.step-controls-bottom .next-button {
  margin-left: auto !important;
}
.step-controls-bottom .next-button i {
  margin-left: 5px;
}
.step-controls-bottom .checkout-button {
  margin-left: auto !important;
  background-color: #5e32b7 !important;
  color: white !important;
}
.step-controls-bottom .checkout-button i {
  margin-right: 5px;
}
.step-controls-bottom .checkout-back {
  margin-left: auto !important;
  background-color: #f14668 !important;
  color: white !important;
}
.step-controls-bottom .checkout-back i {
  margin-right: 5px;
}

.product_schedule_option_wrapper {
  padding-bottom: 0rem !important;
}

.tag-cart-items {
  position: relative;
}

.total-items {
  background: white;
  border-radius: 32px;
  width: 14px;
  height: 14px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 16px;
  top: -5px;
  padding-top: 1px;
}

.checkout-complete {
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}

.product_schedule_option {
  background-color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  font-size: 13px;
  padding: 10px 5px;
  font-weight: 500;
  color: #0e0e0e;
}
.product_schedule_option:hover, .product_schedule_option.is-active {
  background-color: #00ffc3;
}
.step-expand-description {
  font-size: 13px;
  overflow-y: auto;
}
.step-expand-description p {
  color: #0e0e0e;
}
.step-expand-description.is-collapsed {
  height: 80px !important;
}

.columns-steps {
  background-color: white;
  padding: 1rem;
}

.step-bar {
  background-color: #c3c3c3;
  position: relative;
  justify-content: space-between;
  display: flex;
}
.step-bar:hover {
  background-color: #0a284f;
}
.step-bar .status-bar {
  position: absolute;
  background-color: #0a284f;
  height: 8px;
  z-index: 200;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.step-bar .step-b {
  border-right: 2px solid #f3f3f3;
  z-index: 201;
  font-size: 8px;
  height: 8px;
  cursor: pointer;
  flex: 1;
}

.t-step .v-date input {
  font-weight: 600 !important;
}
.t-step .cart-step {
  border-top: 9px solid #0a284f;
}
.t-step .step-title {
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  font-weight: 800;
}
.t-step .step-title.step-index {
  background-color: #00ffc3 !important;
}

.t-products .t-input-row {
  background: #ddf0ff;
  padding: 10px 1rem 17px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 1px;
}

.step-empty {
  font-size: 1.4rem;
  color: #c7c7c7;
  display: flex;
  justify-content: center;
  padding: 2rem;
  font-weight: 700;
}

.t-step-thumb .t-controls {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.t-step-thumb .t-controls button {
  margin-left: 5px;
}
.t-step-thumb .t-info {
  display: flex;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .t-step-thumb .t-info {
    display: flex;
    padding: 0px !important;
    flex-direction: column;
  }
  .t-step-thumb .t-info img {
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 10px;
  }
}
.t-step-thumb .t-info .t-details {
  display: flex;
  flex-direction: column;
  padding: 0rem 0rem 1rem 1rem;
  flex: 1;
}
.t-step-thumb .t-info .t-details .t-title {
  font-size: 1.2rem;
  font-weight: 700;
}
.t-step-thumb .t-info .t-details .t-description {
  font-size: 14px;
}
.t-step-thumb .t-info img {
  width: 120px;
  height: 80px;
  z-index: 199;
}

.p-questions {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-questions.office {
  padding: 0px !important;
}
.p-questions.office .p-questions-title {
  background-color: #35aeef !important;
  padding: 3px 10px !important;
  font-size: 12px !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.p-question-wrap-office .p-switch {
  padding: 0px !important;
}
.p-question-wrap-office .p-question-row {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}
.p-question-wrap-office .p-question-row.is-boolean {
  flex-direction: row;
}
.p-question-wrap-office .p-question-row.is-text {
  flex-direction: row;
}
.p-question-wrap-office .p-question-text {
  font-weight: 700;
  font-size: 13px;
  width: 70%;
  padding: 3px 5px;
}
.p-question-wrap-office .p-switch .control {
  position: relative;
  top: 6px;
  display: flex;
  justify-content: flex-end;
  padding-right: 3px;
}

.p-question-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-question-wrap .p-question-row {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-question-wrap .p-question-row.is-boolean {
  flex-direction: row;
}
.p-question-wrap .p-question-text {
  font-weight: 800;
  font-size: 16px;
  width: 70%;
  padding: 15px;
}
.p-question-wrap .p-switch .control {
  position: relative;
  top: 6px;
  display: flex;
  justify-content: flex-end;
  padding-right: 3px;
}
.p-question-wrap .p-question-input {
  background: #f1f1f1;
  margin: -10px 10px 10px 10px;
  width: calc(100% - 20px);
}

.p-questions-title {
  background-color: #0a284f;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.p-question-cart {
  display: flex;
  justify-content: space-between;
  flex: 1;
  align-items: center;
  background: #f1f1f1;
  padding: 5px 11px;
}
.p-question-cart .p-switch .control {
  position: relative;
  top: 6px;
  display: flex;
  justify-content: flex-end;
  padding-right: 3px;
}
.p-question-cart .p-question-text {
  width: 70%;
  font-weight: 700;
  font-size: 14px;
}
.p-question-cart .column {
  padding: 0px !important;
}

.control-schedule-all-day {
  max-width: 120px;
}
.control-schedule-all-day .field {
  margin-bottom: 0rem !important;
}
.control-schedule-all-day .tags,
.control-schedule-all-day .tag {
  margin-bottom: 0rem !important;
}
.control-schedule-all-day .tags {
  position: absolute;
  top: 12px;
}

.column-all-day {
  display: flex;
  justify-content: flex-end;
}

.split-button {
  color: white;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  overflow: hidden;
}
.split-button div {
  cursor: pointer;
  opacity: 0.5;
  padding: 7px 10px;
}
.split-button div.is-active {
  opacity: 1;
}
.split-button .active {
  background: #f14668;
}
.split-button .inactive {
  background: #35aeef;
}

html,
body {
  min-height: 100vh;
  margin: 0px;
  font-family: "Nunito", sans-serif;
  background-color: #f1f1f1;
  overflow-x: clip;
}

/* Button OVerrides */
.button.is-pink {
  background-color: #e5419c;
  color: white !important;
  border: 1px solid #e5419c;
}
.button.is-aqua {
  background-color: #00ffc3 !important;
  opacity: 1 !important;
}

.input-border {
  border: 1px solid #ece7e7 !important;
  margin-bottom: 10px;
}
.input-border:hover, .input-border:focus {
  border: 1px solid #ece7e7 !important;
}

.copy-link {
  opacity: 0;
}

#app {
  min-height: 100vh;
}

body {
  min-height: 100%;
}

.theme-bg {
  background-repeat: repeat;
}

/****************** SCROLL *****************/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #0a284f;
  outline: 1px solid #0a284f;
}

.hero-body {
  z-index: 211;
  position: relative;
  padding: 3rem 0rem;
}
@media screen and (max-width: 768px) {
  .hero-body {
    padding: 0rem 1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .hero-body {
    padding: 3rem 1rem;
  }
}

.hero-head {
  margin-bottom: 0rem;
}

/****************** GLOBAL RESPONSIVE PLUGINS *****************/
@media screen and (max-width: 768px) {
  .notys {
    width: 100% !important;
    left: 0px !important;
    font-weight: 600;
  }
}

/*******************************************/
/*****************************************/
/****************** TABS *****************/
/*******************************************/
/****************** MODAL V *****************/
.wave-faded {
  height: 150px;
  position: absolute;
  margin-left: -3rem;
  width: calc(100% + 5rem);
  margin-top: 200px;
}
.wave-faded .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#f1f1f1c2, #f1f1f1);
  z-index: 201;
}
.wave-faded .wave-2 {
  z-index: 200;
  margin-left: -6rem;
  background-repeat: no-repeat;
  width: 2100px;
  position: relative;
  width: calc(100% + 3rem);
  width: calc(100% + 6rem);
  height: 400px;
  background: url(/images/wave_blue.svg);
  background-size: 150%;
  top: -250px;
}

.wave-2 {
  background-repeat: no-repeat;
  width: 2100px;
  position: relative;
  z-index: 202;
  width: 100%;
  height: 400px;
  background: url(/images/wave_blue.svg);
  background-size: cover;
  position: absolute;
  bottom: -100px;
}

.modal-v {
  position: absolute;
  display: flex;
  z-index: 2000;
  height: 100%;
  width: 100%;
  background-color: #35aeef;
  color: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 300ms ease;
}
.modal-v.start {
  opacity: 1;
}
.modal-v i {
  font-size: 2rem;
}
.modal-v .text-start {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

/*******************************************/
/****************** FORMS V *****************/
.validation-error {
  font-size: 12px;
  color: #ff0055;
  font-weight: 500;
  margin-top: 2px;
}

.field label {
  font-size: 11px;
  text-transform: uppercase;
}

/****************** MODAL V *****************/
/****************** PAYMENT CONTROL *****************/
.payment-control .column-amount {
  font-size: 2.5rem;
  color: white;
  font-weight: 700;
  margin-top: -3rem;
  text-align: center;
  margin-bottom: -1rem;
}
.payment-control .cse {
  position: relative;
  height: 41px;
}
.payment-control .cse .cse-label {
  height: 38px;
}
.payment-control .cse .cse-label .cse-name {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  position: relative;
  left: 2px;
  font-weight: 800;
}
.payment-control .cse .cse-label .cse-finput {
  width: 100%;
  border: 2px solid #f5f5f5;
  position: absolute;
  background: #ffffff;
  height: 32px;
  top: 21px;
  left: 0px;
  padding: 2px 9px;
  border-radius: 2px;
}
.payment-control .cse .card-input {
  outline: none !important;
  box-shadow: none !important;
  font-size: 13px;
  padding: 2px 8px;
  line-height: 0px;
  text-transform: uppercase;
  height: 31px;
  font-weight: 600;
  background: #ffffff;
  color: #363636;
}
.payment-control .cse input::-moz-placeholder {
  color: white;
}
.payment-control .cse input:-ms-input-placeholder {
  color: white;
}
.payment-control .cse input::placeholder {
  color: white;
}
.payment-control .payment-controls {
  padding: 0px;
}
.payment-control .payment-controls button {
  margin-top: 10px;
}

/****************************************************/
.section-products {
  z-index: 201;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.blue-section {
  background-color: #35aeef;
  margin-top: 200px;
  min-height: 300px;
  color: white;
}
.blue-section .container {
  z-index: 202;
  position: relative;
}
.blue-section .p-title {
  color: white !important;
}
.blue-section .text {
  font-weight: 600;
  font-size: 1.2rem;
}
.blue-section .button {
  padding: 1rem 1.2rem;
}

.membership-section {
  height: 300px !important;
  min-height: 300px;
}
.membership-section .column-image {
  display: flex;
  justify-content: center;
}
.membership-section img {
  width: 304px;
  top: -150px;
  position: relative;
}
.membership-section .effect {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#35aeef, #35aeef, #f1f1f1);
  z-index: 201;
}

.gallery-section {
  margin-top: 3rem;
  background-color: white;
  padding-top: 1rem !important;
  padding-bottom: 4rem !important;
}
.gallery-section #gallery {
  margin-top: 2rem;
}

/* Product */
.column-book-now {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  background: white;
  padding: 1rem 1rem 2rem;
  background: white;
}
.column-book-now .columns-book {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .column-book-now {
    margin-top: 75px;
  }
  .column-book-now .btn-book-now {
    font-size: 14px;
    width: 100%;
    font-weight: 700;
  }
  .column-book-now .columns-book {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column-book-now {
    height: 152px;
    padding: 15px 25px 31px !important;
  }
}
@media screen and (max-width: 768px) {
  .column-book-now .btn-controls {
    flex-direction: column;
  }
  .column-book-now .btn-controls .error-book {
    text-align: center;
    margin-bottom: 7px !important;
    width: 100% !important;
  }
}
.column-book-now .btn-controls {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-book-now .btn-controls .button {
  margin-left: auto;
  font-size: 15px;
}
.column-book-now .btn-controls .error-book {
  color: #f14668;
  color: #f14668;
  font-size: 15px;
  font-weight: 900;
}
.column-book-now input {
  background: #f1f1f1;
  font-weight: 700;
  font-size: 14px !important;
}
.column-book-now .icon.is-left .fa-calendar {
  font-size: 15px;
  top: 10px;
  color: #0072b0;
}

.book-now-button {
  background: linear-gradient(90deg, #00b0f0, 50%, #0072b0 100%);
  font-size: 28px;
}
.book-now-button:hover {
  background: #35aeef !important;
}

@media screen and (min-width: 1024px) {
  .book-landing-column {
    padding-left: 50px;
  }
}

.video-column {
  margin-left: auto;
  margin-right: 7px;
  width: calc(45% + 4px) !important;
  max-width: calc(45% + 4px) !important;
  margin-left: auto;
}
@media screen and (max-width: 1215px) {
  .video-column {
    background: transparent;
    margin-right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .video-column iframe {
    margin: 1rem;
    width: calc(100% - 2rem) !important;
    height: 330px !important;
  }
}
.video-column iframe {
  margin: 1rem;
  width: calc(100% - 2rem) !important;
  height: 210px;
}

.video-product {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: white;
}

@media screen and (min-width: 1024px) {
  .has-package .content-view-full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .has-package > .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .has-package .product-details-package {
    padding: 1.8rem;
  }
  .has-package.has-page {
    margin-top: -350px;
  }
}
.has-package .is-fluid {
  max-width: calc(100% + 2rem) !important;
  width: calc(100% + 2rem) !important;
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
@media screen and (max-width: 1023px) {
  .has-package .content-view-full {
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-package .steps-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .product-details {
    padding: 1rem 0rem !important;
    margin-top: 20px !important;
  }

  .features-container {
    padding: 1.5rem;
  }
}
.wrap-packaga-content {
  padding: 1rem;
}

.product-details-package {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .product-details-package {
    margin-top: -340px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .product-details-package {
    margin-top: -250px !important;
  }
}
@media screen and (min-width: 1216px) {
  .product-details-package .video-column {
    margin-top: -117px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .product-details {
    padding: 1rem 0rem !important;
    margin-top: -130px !important;
  }

  .features-container {
    padding: 1.5rem;
  }
}
.product-details,
.product-details-package {
  position: relative;
  z-index: 207;
  padding: 1rem;
}
.product-details.full-screen,
.product-details-package.full-screen {
  margin-top: -340px;
}
.product-details .details,
.product-details-package .details {
  background-color: white;
  padding: 1rem 1.5rem;
}
.product-details .details .details-title,
.product-details-package .details .details-title {
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.product-details .details .details-html p,
.product-details-package .details .details-html p {
  font-weight: 600;
}
.product-details .details .details-html ul,
.product-details-package .details .details-html ul {
  list-style-type: square;
  margin-left: 1rem;
}
.product-details .details .details-html ul li,
.product-details-package .details .details-html ul li {
  margin-bottom: 2px;
}

.container-images {
  width: 100%;
  background: white;
  display: block;
  position: relative;
  padding-top: 1rem;
}
.container-images .gallery-section {
  margin-top: 2rem;
  background: white;
}

.product-features {
  margin-top: 2rem;
  background-color: #35aeef;
}
.product-features .p-title {
  margin-bottom: 2rem;
  color: white !important;
}
.product-features .p-title i {
  color: white;
  margin-right: 10px;
}
.product-features .container {
  padding-top: 2rem !important;
  padding-bottom: 3rem !important;
}
.product-features .feature {
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.product-features .feature .fa-arrow-down {
  color: white;
  font-size: 1.6rem;
  margin-right: 10px;
}

.product-gallery {
  background-color: white;
}
.product-gallery .p-title {
  padding: 5px 10px;
}
.product-gallery .gallery-section {
  padding-top: 0rem !important;
  padding-bottom: 4rem !important;
}

/* Features */
.key_points {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  list-style-type: square;
}
.key_points li {
  font-size: 15px;
  font-weight: 700;
}

/******************* BODY PAGES VARIATIONS ********************/
.body-blocks {
  position: relative;
  min-height: 850px;
  padding: 0rem 0rem !important;
}

.banner-container {
  background-color: #35aeef;
  padding: 6rem 0rem 3rem;
}
@media screen and (max-width: 768px) {
  .banner-container.page {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .banner-container .main-title {
    font-size: 1rem !important;
  }
  .banner-container .main-title i {
    font-size: 1.2rem !important;
  }
  .banner-container .sub-title {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .banner-container {
    padding: 3rem 1rem 3rem;
  }
}

.block-product-container {
  background-repeat: repeat;
  padding: 6rem 0rem 2rem;
}
.block-product-container.last {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 768px) {
  .block-product-container .container {
    padding: 1rem !important;
  }
  .block-product-container .bp-title {
    font-size: 1.6rem !important;
    top: -47px !important;
  }
  .block-product-container .main-title {
    font-size: 1rem !important;
  }
  .block-product-container.sign-in {
    margin: 0rem 1rem !important;
    padding-top: 1rem !important;
  }
  .block-product-container.profile-section {
    margin: 0rem 0rem !important;
    padding-top: 0rem !important;
  }
  .block-product-container.profile-section .auth-control {
    padding: 0rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .block-product-container .column-image img {
    height: 100% !important;
  }
}
.block-product-container .column-image {
  position: relative;
}
.block-product-container .column-image .bp-title {
  font-size: 2.6rem;
  font-weight: 900;
  top: -72px;
  color: #0a294f;
  background: white;
  width: 100%;
  padding: 5px 20px;
  position: absolute;
}
.block-product-container .extra-controls .button {
  margin-top: 17px;
  bottom: 6px;
}
.block-product-container .row-reverse .extra-controls {
  text-align: left !important;
}
.block-product-container .container {
  background: #35aeef;
  padding: 2rem;
}

.html p {
  font-weight: 600;
}
.html ul {
  list-style-type: square;
  margin-left: 1rem;
}
.html ul li {
  margin-bottom: 7px;
}

/***************************************************************/
/************************** CONTAINER **************************/
.container-book {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

/***************************************************************/
/************************** AUTH CONTROL **************************/
.auth-control .btn-forgot-password {
  margin-right: auto !important;
}
.auth-control .validation-error {
  color: #0a284f !important;
  font-weight: 700 !important;
  height: 19px;
}

.col-text-info {
  font-size: 14px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.col-text-info a {
  color: #0a284f !important;
}

.column-register-left {
  padding-right: 2rem;
}

.column-register-right {
  border-left: 1px solid white;
  padding-left: 2rem;
}

.column-register-accept {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .column-register-right {
    border-left: none !important;
    padding-left: 1rem !important;
  }

  .column-register-left {
    padding-right: 1rem;
  }
}
/***************************************************************/
/*****************************  COLUMN BLOCK  *******************/
.column-block {
  background-color: white;
  padding: 2rem 1rem 1rem;
  position: relative;
  margin-top: 2rem;
}
.column-block .tag-block {
  position: absolute;
  top: -7px;
  font-weight: 800;
}
.column-block .loading {
  color: #363636 !important;
}

/******************************************************************/
/*****************************  PROFILE  **************************/
.order-row .tag {
  min-height: 20px !important;
  line-height: 20px;
}

.profile-section .pagination {
  margin-top: 10px;
}
.profile-section .pagination .pagination-link {
  font-size: 10px !important;
  font-weight: 700;
}
.profile-section .pagination .pagination-link.is-current {
  background-color: #35aeef !important;
  border-color: #35aeef !important;
}
.profile-section input {
  border-color: #dbdbdb !important;
  border: 1px solid #dbdbdb !important;
}
.profile-section .column-controls {
  text-align: right;
}
.profile-section .account-controls {
  display: flex;
  justify-content: space-between;
}
.profile-section .validation-error {
  color: #f14668 !important;
  font-size: 9px !important;
}
.profile-section .col-text-info {
  font-size: 9px !important;
  color: #363636 !important;
}
.profile-section .column-register-accept {
  padding: 12px 10px;
}
.profile-section .tag-mobile-name {
  text-transform: uppercase;
  font-weight: 700 !important;
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  font-size: 11px !important;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  height: auto !important;
}
.profile-section .tag-mobile-name .tag {
  min-height: 20px;
}

.profile-table,
.table-customer-orders {
  width: 100%;
  font-size: 12px;
}
.profile-table .cell-download,
.table-customer-orders .cell-download {
  font-size: 18px;
  padding: 5px;
  cursor: pointer;
}
.profile-table th,
.table-customer-orders th {
  background-color: #d9d9d9;
  padding: 3px !important;
  color: #363636 !important;
  text-transform: capitalize;
}
.profile-table td,
.table-customer-orders td {
  background-color: white;
  padding: 3px !important;
  color: #363636 !important;
}
.profile-table td .tag,
.table-customer-orders td .tag {
  font-weight: 700;
}
.profile-table .desc:after,
.table-customer-orders .desc:after {
  content: "";
  width: 10px !important;
  height: 10px !important;
  top: 7px !important;
  margin-left: 5px !important;
  color: #ffffff;
}
.profile-table:after,
.table-customer-orders:after {
  content: "";
  width: 10px !important;
  height: 10px !important;
  top: 7px !important;
  margin-left: 5px !important;
  color: #ffffff;
}
.profile-table .asc:after,
.table-customer-orders .asc:after {
  content: "";
  width: 10px !important;
  height: 10px !important;
  top: 7px !important;
  margin-left: 5px !important;
  color: #ffffff;
}

/***************************************************************/
.password-control {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.password-control .control-actions button {
  border-radius: 0px !important;
  box-shadow: none !important;
}

.content-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .content-container {
    padding: 0rem 1rem;
  }
}
.content-container .content-column {
  text-align: center;
}
.content-container .content-column .table {
  width: 100%;
  display: inline-block;
}
.content-container .content-column .table table {
  width: 100%;
  display: table;
}

.modal-info {
  color: white;
}
.modal-theme {
  color: white;
  background: linear-gradient(0deg, rgba(6, 177, 239, 0.84), 50%, #002d46 100%) !important;
}
.modal-theme p {
  color: initial !important;
}

.modal-info {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .modal-info {
    padding-top: 0rem !important;
  }
}
.modal-info .cart-modal-container {
  padding: 2rem;
}
.modal-info .modal-container {
  padding: 2rem;
  height: 100%;
}
.modal-info .modal-container .columns {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-info .modal-container .modal-title {
  font-weight: 700;
  font-size: 1.4rem;
  max-height: 58px;
}
.modal-info .modal-container .modal-controls {
  text-align: center;
  padding: 13px;
}
.modal-info .modal-container .modal-controls .button {
  min-width: 100px;
}
.modal-info .modal-container .modal-content-default {
  height: 60%;
  overflow-y: scroll;
}
.modal-info .modal-container .modal-content-default::-webkit-scrollbar {
  width: 5px;
}
.modal-info .modal-container .modal-content-default::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal-info .modal-container .modal-content-default::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid white;
}
.modal-info .modal-container .modal-content {
  height: 60%;
  overflow-y: scroll;
}
.modal-info .modal-container .modal-content::-webkit-scrollbar {
  width: 5px;
}
.modal-info .modal-container .modal-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.modal-info .modal-container .modal-content::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid white;
}
.modal-info .modal-container .modal-content strong {
  color: white !important;
  font-weight: 700 !important;
}
.modal-info .modal-container .modal-content p {
  font-size: 12px;
  padding-bottom: 10px !important;
}

.result-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0rem;
  color: #1d1c1c;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .result-box .title-text {
    font-size: 14px !important;
  }
  .result-box .title-text i {
    top: 4px !important;
  }
}
.result-box .title-text {
  display: flex;
  font-size: 1.5rem;
  color: #0a284f;
  width: 100%;
}
.result-box .title-text i {
  color: white !important;
  position: relative;
  top: 7px;
}
.result-box .title-text div {
  margin-left: 10px;
  font-weight: 900;
}
.result-box .result-text {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  color: #f1f1f1;
}

.alert-text-column {
  background-color: lightsalmon;
}

.text-disclaimer {
  background-color: #35aeef;
  color: white;
  margin: 28px 10px 10px;
  max-width: calc(100% - 20px) !important;
}

.profile-memberships {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px !important;
}
.profile-memberships .voucher-code {
  position: absolute;
  font-size: 10px;
  background: #98dbff;
  top: -14px;
  right: 0px;
  padding: 0px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.profile-memberships .tag-name {
  width: 100%;
  flex: 1;
}
.profile-memberships .tag {
  font-weight: 700;
}
.profile-memberships .tag-membership-name {
  width: 70%;
}
.profile-memberships .tag-membership-date {
  width: 30%;
}
.profile-memberships .tag-voucher-name {
  width: 60%;
}
.profile-memberships .tag-voucher-send {
  width: 40%;
  position: relative;
}
.profile-memberships .tag-voucher-send .resend {
  position: absolute;
  right: 0px;
  background-color: #f8cb5b;
  color: #1d1c1c;
  width: 24px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 24px;
  padding-left: 5px;
}

.send-to-friend {
  width: 100%;
  margin-bottom: 6px;
  font-weight: 700;
}

.tags-orders-membership .tag {
  font-size: 9px !important;
}

.disclaimer-container {
  background-color: #ffe1e7;
  padding: 1rem;
  font-size: 14px;
  font-weight: 300;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.disclaimer-container .button {
  font-weight: 800;
}

.btn-add-minor {
  margin-bottom: 12px;
}

.tags-vouchers {
  margin-bottom: 0px !important;
}

/* Voucher Friends */
.voucher-friends {
  background: #f1f1f1;
  padding: 12px 10px 2px !important;
  margin: 0px;
  margin-bottom: 7px;
  border-radius: 7px;
  box-shadow: 0px 1px 2px -1px #b1b1b1;
  position: relative;
}
.voucher-friends .remove-friend {
  top: -12px;
  right: 7px;
  font-size: 9px;
  border-radius: 5px;
  position: absolute;
}

.tag-voucher-name {
  width: 150px;
}

.tag-voucher-email {
  width: 250px;
}

.column-summary {
  background-color: white;
  padding: 1rem 1rem 1rem;
  position: relative;
  margin-top: 0rem;
  min-height: 550px;
}

.order-summary .title-summary {
  font-size: 1.2rem !important;
  font-weight: 700;
  background: #35aeef;
  padding: 12px;
  color: white;
  margin-bottom: 1rem;
}
.order-summary .tag-order-date {
  margin-bottom: 0rem !important;
}

.column-payorder-payment {
  background-color: #35aeef;
  min-height: 550px;
}
.column-payorder-payment .card {
  margin-bottom: 0rem;
  height: 525px;
}
.column-payorder-payment .credit-cards {
  margin-bottom: 7px;
}
.column-payorder-payment .payment-cancel {
  display: none;
}
.column-payorder-payment .payment-confirm {
  width: 100%;
}

.tag-25 {
  width: 25% !important;
}

.tag-75 {
  width: 75% !important;
}

.confirm-controls {
  text-align: right;
}
.confirm-controls .btn-cancel {
  margin-right: 10px;
}

.confirm-title {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .confirm-title {
    font-size: 22px !important;
    font-weight: 800 !important;
  }
}

.confirm-quote {
  font-size: 1rem;
}

.v-date-large .v-date .icon {
  display: flex !important;
  align-items: end !important;
  justify-content: center !important;
  top: -15px;
}

.adyen-checkout__button__icon {
  max-height: initial !important;
  width: initial !important;
}

.adyen-checkout__threeds2__challenge {
  width: 100% !important;
  /* margin: 50px; */
  display: flex;
  position: relative;
}
.adyen-checkout__threeds2__challenge iframe {
  margin: 1rem;
  width: 100% !important;
}

.adyen-checkout__status__icon {
  width: 50px;
  max-width: 50px;
}

.adyen-checkout__status__text {
  font-size: 1rem;
  font-weight: 700;
}

.drop-in-field {
  background: #f7f8f9;
  display: flex;
  flex-direction: column;
  padding: 5px 16px 11px;
}
.drop-in-field.has-error label {
  color: #d10443;
}
.drop-in-field.has-error input {
  border: 1px solid #d10443 !important;
}
.drop-in-field label {
  font-size: 0.81em;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 5px;
}
.drop-in-field input {
  background: #fff;
  border: 1px solid #b9c4c9 !important;
  border-radius: 6px;
  caret-color: #06f;
  color: #00112c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 40px;
  outline: none;
  padding: 5px 8px;
  position: relative;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 100%;
}
.drop-in-field input::-moz-placeholder {
  color: #b9c4c8 !important;
}
.drop-in-field input:-ms-input-placeholder {
  color: #b9c4c8 !important;
}
.drop-in-field input::placeholder {
  color: #b9c4c8 !important;
}
.drop-in-field input:focus {
  border: 1px solid #06f !important;
  box-shadow: 0 0 0 2px #99c2ff !important;
}

.adyen-checkout__payment-method {
  border: none !important;
}

.drop-in-plugin {
  padding-top: 10px;
}
.drop-in-plugin .drop-in-wrapper {
  border: 1px solid #b9c4c9 !important;
}
.drop-in-plugin .extra-fields {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  /* width: 100%; */
  flex-direction: row;
}
.drop-in-plugin .extra-fields .drop-in-field {
  min-width: 50%;
  max-width: 50%;
}
@media screen and (min-width: 1024px) {
  .drop-in-plugin .extra-fields .drop-in-field.s40 {
    min-width: 40% !important;
    max-width: 40% !important;
  }
  .drop-in-plugin .extra-fields .drop-in-field.s20 {
    min-width: 20% !important;
    max-width: 20% !important;
  }
}
@media screen and (max-width: 1023px) {
  .drop-in-plugin .extra-fields .drop-in-field {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

/* ADDONS */
.b-ticket-addon {
  background: white;
  font-weight: 700;
  padding: 1rem;
  margin-bottom: 10px;
  width: 100%;
}

.addon-main-title {
  font-size: 19px;
  margin-bottom: 10px;
  border-bottom: 4px solid #00a4e4;
}

.addon-option-li {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.addon-option-li .addon-price-option {
  display: flex;
}
.addon-option-li .addon-question-wrapper {
  padding: 10px;
  background: #ececec;
  font-size: 12px;
  padding: 10px;
  margin-top: 13px;
}
.addon-option-li .addon-question-wrapper .addon-answer {
  margin-top: 6px;
}

.addon-option {
  display: flex;
  flex: 1;
  min-width: 100%;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 5px solid #d8d8d8;
}
@media screen and (max-width: 768px) {
  .addon-option {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
  }
  .addon-option .addon-img-title {
    font-size: 14px !important;
  }
  .addon-option .addon-img,
.addon-option img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .addon-option .addon-price-option {
    flex-direction: column !important;
  }
  .addon-option .addon-price-option .addon-title {
    width: 100%;
    max-width: 100%;
    font-size: 12px !important;
    display: flex !important;
    justify-content: center !important;
  }
  .addon-option .addon-price-option .addon-time {
    margin-top: 10px;
    min-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: start !important;
  }
  .addon-option .addon-price-option .addon-price {
    display: flex !important;
    margin-top: 10px;
    justify-content: center !important;
    width: 100%;
    margin-top: 10px;
  }
  .addon-option .addon-price-option .addon-qt {
    min-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .addon-option .addon-price-option .addon-qt .tag {
    font-size: 14px !important;
  }
}
.addon-option .addon-img-title {
  padding: 13.5px;
  background: #c0ffbd;
  /* color: white; */
  font-size: 19px;
}
.addon-option .addon-img {
  max-width: 400px;
}
@media screen and (min-width: 1024px) {
  .addon-option .addon-img {
    width: 400px;
  }
}
.addon-option .addon-book-options {
  width: 100%;
  list-style: none;
}
.addon-option .addon-book-options li {
  font-size: 16px;
  background: white;
  display: flex;
  justify-content: flex-start;
  padding: 13px 22px 12.3px;
  font-weight: 700;
  border-bottom: 1px solid #e8e8e8;
}
.addon-option .tag {
  margin-bottom: 0rem !important;
}
.addon-option .addon-title {
  width: 50%;
}
.addon-option .addon-time {
  min-width: 300px;
  width: 25%;
  display: flex;
  justify-content: center;
  margin-bottom: 0rem;
}
.addon-option .addon-price {
  min-width: 100px;
  width: 10%;
  display: flex;
  justify-content: center;
  margin-bottom: 0rem;
}
.addon-option .addon-qt {
  min-width: 200px;
  width: 15%;
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
}

.tag-addons .tag {
  font-size: 10px !important;
}

.addon-column-buttons {
  display: flex;
  justify-content: space-between;
}

/* Terms and Conditions */
.column-terms {
  padding: 3rem;
}
.column-terms .terms-title {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
.column-terms ul {
  list-style: none;
  list-style-type: auto;
  font-weight: 600;
}
.column-terms ul li {
  font-size: 12px;
  padding: 5px;
}
.column-terms ul li blockquote {
  margin-top: 1rem;
  background: #b1e4ff;
  padding: 10px;
}

.drop-in-info {
  display: flex;
  background: #f7f8f9;
  width: 100%;
  padding: 1rem 1rem;
  align-items: center;
}
.drop-in-info i {
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.adyen-checkout__payment-method__image__wrapper {
  border: none !important;
}
.adyen-checkout__payment-method__image__wrapper::after {
  display: none;
}
.adyen-checkout__payment-method__image__wrapper::before {
  display: none;
}

.check-box-terms {
  margin-top: 2rem;
  font-size: 12px;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  background-color: #dfe0e0;
  padding: 10px;
  font-weight: 700;
}
.check-box-terms .checkbox {
  margin-right: 5px;
}

.tags-book-btn {
  width: 20%;
  min-width: 270px;
  margin-left: 2rem;
  display: flex;
  justify-content: flex-end;
}

.custom-modal {
  padding-top: 0rem !important;
}
.custom-modal .close-control {
  font-size: 1.5rem;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  cursor: pointer;
}
.custom-modal .close-control i {
  color: white;
}
.custom-modal .content-html {
  padding: 5rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .custom-modal .content-html {
    padding: 1rem;
  }
}
.custom-modal .content-html iframe {
  width: 100%;
  height: 100%;
}

.adyen-checkout__input {
  border: 1px solid #b9c4c9 !important;
}
.adyen-checkout__input:hover, .adyen-checkout__input:focus {
  border: 1px solid #b9c4c9 !important;
}

.cookies-section {
  background-color: #0f1020;
  position: fixed;
  bottom: 0px;
  height: 150px;
  z-index: 1000;
  padding: 1.5rem 2rem;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .cookies-section {
    height: 50% !important;
    flex-direction: column;
  }
  .cookies-section .policy-description {
    margin-right: 0rem !important;
    margin-bottom: 2rem;
    height: 80% !important;
  }
  .cookies-section button {
    font-size: 12px;
  }
}
.cookies-section .policy-description {
  text-align: justify;
  margin-right: 2rem;
  padding-right: 10px;
  height: 100px;
  overflow-y: scroll;
}
.cookies-section .policy-description h1 {
  color: white;
  margin-bottom: 10px;
}
.cookies-section .policy-description p {
  font-size: 10px;
  color: white;
}
.cookies-section .controls-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies-section ::-webkit-scrollbar {
  width: 5px;
}
.cookies-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.cookies-section ::-webkit-scrollbar-thumb {
  background-color: #35aeef;
  outline: 1px solid #35aeef;
}

.cart-timer {
  position: relative;
  margin-right: 34px;
  background: #145285;
  border-radius: 46px;
  min-width: 37px;
  height: 30px;
  top: -2px;
}
.cart-timer.mobile {
  margin-right: 0px !important;
  margin-left: 0px !important;
  top: 0px !important;
}
.cart-timer.on-header {
  background-color: white !important;
  background-color: white !important;
  margin-right: 0px;
  margin-left: 12px;
  top: 4px;
}
.cart-timer.on-header .timeout {
  color: #35aeef !important;
  font-weight: 900;
  top: 10px;
}
.cart-timer.on-header i {
  color: #35aeef !important;
}
.cart-timer i {
  font-size: 30px !important;
  position: relative;
  top: 0px;
  right: 0px !important;
}
.cart-timer .timeout {
  position: absolute;
  /* left: -17px; */
  top: 9px;
  font-size: 9px;
  color: white;
  font-weight: 800;
  /* background-color: red; */
  width: 100%;
  text-align: center;
}

.complete-cart {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  font-size: 1.5rem;
  align-items: center;
  justify-content: space-evenly;
  height: 200px;
  color: #cbcbcb;
}
.complete-cart i {
  font-size: 3rem;
}

.package-info {
  font-size: 12px;
  background-color: #5e33b7;
  color: white;
  padding: 10px 16px;
}
.package-info .package-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.bold-span {
  font-weight: 700;
}

.booking_child_options {
  background-color: white;
  border-radius: 3px;
  margin-top: 10px;
  padding: 24px;
  max-width: calc(100% - 10px);
}

.booking_options_child {
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 10px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.booking_options_child .child_option_name {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.booking_options_child .child_option_qt .tag-value-qt {
  width: 40px;
}

@media screen and (max-width: 1023px) {
  .addon-option .addon-price-option {
    flex-direction: row;
    align-items: center;
  }
  .addon-option .addon-price {
    width: 50% !important;
    display: flex;
    justify-content: start !important;
  }

  .booking_child_options {
    padding: 13px !important;
  }

  .child_option_name {
    max-width: 70%;
    font-size: 10px;
    padding-right: 11px;
  }

  .child_option_qt {
    min-width: 99px;
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
  }
  .child_option_qt .tag-label {
    display: none;
  }
  .child_option_qt .tag-value-qt {
    width: 30px !important;
  }
}
.booking-child-controls {
  display: flex;
  justify-content: flex-end;
}
.booking-child-controls .button-checkout {
  width: 130px !important;
  height: 35px !important;
  font-size: 14px !important;
  background-color: #0a284f !important;
  color: white !important;
}

.full-tag {
  width: 100% !important;
}

.tag-items {
  position: relative;
}

.questions-section {
  padding: 1rem;
}
.questions-section .question-title {
  font-size: 16px;
  padding-left: 0px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  font-weight: 300;
}
.questions-section .question-title span {
  font-size: 11px;
  margin-left: 3px;
}
.questions-section .question-wrapper {
  background: #f1f1f1;
  padding: 12px 15px;
  font-size: 12px;
  border-radius: 13px;
  margin-bottom: 8px;
}
.questions-section .question-option {
  /* background: red; */
  margin-bottom: 7px;
  font-size: 14px;
}
.questions-section .question-reply input {
  border-radius: 13px;
  padding: 14px;
}

.payment-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .payment-header {
    flex-direction: column;
  }
}

.voucher-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 10px;
  overflow: hidden;
}
.voucher-section .voucher-control {
  position: relative;
  display: flex;
  background: #f7f8f9;
  padding: 10px;
}
.voucher-section .voucher-control input {
  font-weight: 300;
  font-size: 11px;
  padding: 4px 11px;
}
.voucher-section .voucher-control button {
  background: #f7f8f9;
  font-weight: 300;
  height: 100%;
  padding: 4px 6px;
  margin: 0px;
  font-size: 11px;
  cursor: pointer;
}
.voucher-section .tag-voucher-apply {
  font-size: 10px;
  background: #f1f1f1;
  padding: 2px 2px 0px;
  margin-top: 12px;
}

.ba-payment {
  padding: 10px 0px 0px 0px !important;
}

.adyen-checkout__payment-method {
  padding-bottom: 4px !important;
}