@charset "UTF-8";
#slick_container {
    width:360px;
    margin:0 auto;
    position:relative;
}
/*上書き修正*/
 .slick-prev, .slick-next {
    width:60px;
    height:34px
}
.slick-prev:before, .slick-next:before {
    content:"";
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0; }

.fadeInLeft {
  animation-name: fadeInLeft; }

.fadeInRight {
  animation-name: fadeInRight; }

.fadeInUp {
  animation-name: fadeInUp; }

.fadeIn {
  animation-name: fadeIn; }

.fadeOut {
  animation-name: fadeOut; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate3d(20px, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fill {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
@keyframes slowscale {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes hold {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
.delete, .is-unselectable, .button, .button:visited, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::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; }

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

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

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

.is-overlay, .image.is-square img,
.image.is-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, .modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.button, .button:visited, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.55556;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  cursor: none !important; }
  .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  [disabled].button, [disabled].input, [disabled].textarea, .select select[disabled], [disabled].file-cta,
  [disabled].file-name, [disabled].pagination-previous,
  [disabled].pagination-next,
  [disabled].pagination-link,
  [disabled].pagination-ellipsis, fieldset[disabled] .button, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }

/*! minireset.css v0.0.4 | 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,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%; }

audio {
  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: left; }

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

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

body,
button,
input,
select,
textarea {
  font-family: "Segoe UI", "Roboto", "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: #303030;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55556;
background: #16213d;  }
  

a {
  color: #A0A5B0;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #6AD1E3; }

code {
  background-color: whitesmoke;
  color: #FF1D3B;
  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,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

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

small {
  font-size: 0.875em; }

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

strong {
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #303030;
  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: left; }
table th {
  color: #363636; }

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

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

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

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

.is-size-1 {
  font-size: 4rem; }

.is-size-2 {
  font-size: 3.5rem; }

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

.is-size-4 {
  font-size: 1.2rem; }

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

.is-size-6 {
  font-size: 1.6vw !important; }

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

@media screen and (max-width: 767px) {
  .is-size-1-mobile {
    font-size: 4rem; }

  .is-size-2-mobile {
    font-size: 3.5rem; }

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

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

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

  .is-size-6-mobile {
    font-size: 1.25vw; }

  .is-size-7-mobile {
    font-size: 0.875rem; } }
@media screen and (min-width: 768px), print {
  .is-size-1-tablet {
    font-size: 4rem; }

  .is-size-2-tablet {
    font-size: 3.5rem; }

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

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

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

  .is-size-6-tablet {
    font-size: 1.25vw; }

  .is-size-7-tablet {
    font-size: 0.875rem; } }
@media screen and (max-width: 1024px) {
  .is-size-1-touch {
    font-size: 4rem; }

  .is-size-2-touch {
    font-size: 3.5rem; }

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

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

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

  .is-size-6-touch {
    font-size: 1.25vw; }

  .is-size-7-touch {
    font-size: 0.875rem; } }
@media screen and (min-width: 1025px) {
  .is-size-1-desktop {
    font-size: 4rem; }

  .is-size-2-desktop {
    font-size: 3.5rem; }

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

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

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

  .is-size-6-desktop {
    font-size: 1.25vw; }

  .is-size-7-desktop {
    font-size: 0.875rem; } }
@media screen and (min-width: 1264px) {
  .is-size-1-widescreen {
    font-size: 4rem; }

  .is-size-2-widescreen {
    font-size: 3.5rem; }

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

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

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

  .is-size-6-widescreen {
    font-size: 1.25vw; }

  .is-size-7-widescreen {
    font-size: 0.875rem; } }
.has-text-centered {
  text-align: center !important; }

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

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

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

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

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

  .orientation_landscape .has-text-centered-mobile-landscape {
    text-align: center !important; } }
@media screen and (min-width: 768px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .has-text-centered-tablet-only {
    text-align: center !important; }

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

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

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

  .orientation_landscape .has-text-centered-touch-landscape {
    text-align: center !important; } }
@media screen and (min-width: 1025px) {
  .has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1264px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (max-width: 767px) {
  .has-text-justified-mobile {
    text-align: justify !important; }

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

  .orientation_landscape .has-text-justified-mobile-landscape {
    text-align: justify !important; } }
@media screen and (min-width: 768px), print {
  .has-text-justified-tablet {
    text-align: justify !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; }

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

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

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

  .orientation_landscape .has-text-justified-touch-landscape {
    text-align: justify !important; } }
@media screen and (min-width: 1025px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }
@media screen and (min-width: 1264px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }
@media screen and (max-width: 767px) {
  .has-text-left-mobile {
    text-align: left !important; }

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

  .orientation_landscape .has-text-left-mobile-landscape {
    text-align: left !important; } }
@media screen and (min-width: 768px), print {
  .has-text-left-tablet {
    text-align: left !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .has-text-left-tablet-only {
    text-align: left !important; }

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

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

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

  .orientation_landscape .has-text-left-touch-landscape {
    text-align: left !important; } }
@media screen and (min-width: 1025px) {
  .has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1264px) {
  .has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (max-width: 767px) {
  .has-text-right-mobile {
    text-align: right !important; }

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

  .orientation_landscape .has-text-right-mobile-landscape {
    text-align: right !important; } }
@media screen and (min-width: 768px), print {
  .has-text-right-tablet {
    text-align: right !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .has-text-right-tablet-only {
    text-align: right !important; }

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

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

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

  .orientation_landscape .has-text-right-touch-landscape {
    text-align: right !important; } }
@media screen and (min-width: 1025px) {
  .has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1264px) {
  .has-text-right-widescreen {
    text-align: right !important; } }
.is-capitalized {
  text-transform: capitalize !important; }

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

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

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

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

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

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

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

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

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

.has-text-light {
  color: whitesmoke !important;
  fill: whitesmoke !important; }

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

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

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

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

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

.has-text-primary {
  color: #6AD1E3 !important;
  fill: #6AD1E3 !important; }

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

.has-background-primary {
  background-color: #6AD1E3 !important; }

.has-text-link {
  color: #A0A5B0 !important;
  fill: #A0A5B0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-background-grey-lighter {
  background-color: #F2F2F2 !important; }

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

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

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

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

.has-text-base-1 {
  color: #16213D !important; }

.has-background-base-1 {
  background-color: #16213D !important; }

.has-text-base-2 {
  color: #A0A5B0 !important; }

.has-background-base-2 {
  background-color: #A0A5B0 !important; }

.has-text-base-3 {
  color: #F3F3F3 !important; }

.has-background-base-3 {
  background-color: #F3F3F3 !important; }

.has-text-principal {
  color: #6AD1E3 !important; }

.has-background-principal {
  background-color: #6AD1E3 !important; }

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

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

.has-text-weight-medium {
  font-weight: 500 !important; }

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

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

.is-family-primary {
  font-family: "cerapro-regularuploaded_file", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.is-family-secondary {
  font-family: "cerapro-regularuploaded_file", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.is-family-sans-serif {
  font-family: "cerapro-regularuploaded_file", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.is-family-monospace {
  font-family: monospace !important; }

.is-family-code {
  font-family: monospace !important; }

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

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important; } }
@media screen and (min-width: 768px), print {
  .is-block-tablet {
    display: block !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1024px) {
  .is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1025px) {
  .is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1264px) {
  .is-block-widescreen {
    display: block !important; } }
.is-flex {
  display: flex !important; }

@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: flex !important; } }
@media screen and (min-width: 768px), print {
  .is-flex-tablet {
    display: flex !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-flex-tablet-only {
    display: flex !important; } }
@media screen and (max-width: 1024px) {
  .is-flex-touch {
    display: flex !important; } }
@media screen and (min-width: 1025px) {
  .is-flex-desktop {
    display: flex !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-flex-desktop-only {
    display: flex !important; } }
@media screen and (min-width: 1264px) {
  .is-flex-widescreen {
    display: flex !important; } }
.is-inline {
  display: inline !important; }

@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important; } }
@media screen and (min-width: 768px), print {
  .is-inline-tablet {
    display: inline !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1024px) {
  .is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1025px) {
  .is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1264px) {
  .is-inline-widescreen {
    display: inline !important; } }
.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (min-width: 768px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1024px) {
  .is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1264px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }
.is-inline-flex {
  display: inline-flex !important; }

@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: inline-flex !important; } }
@media screen and (min-width: 768px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important; } }
@media screen and (max-width: 1024px) {
  .is-inline-flex-touch {
    display: inline-flex !important; } }
@media screen and (min-width: 1025px) {
  .is-inline-flex-desktop {
    display: inline-flex !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important; } }
@media screen and (min-width: 1264px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important; } }
.is-hidden {
  display: none !important; }

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

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

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

  .orientation_portrait .is-hidden-mobile-portrait {
    display: none !important; } }
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-hidden-tablet-only {
    display: none !important; }

  .orientation_landscape .is-hidden-tablet-only-landscape {
    display: none !important; }

  .orientation_portrait .is-hidden-tablet-only-portrait {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .is-hidden-touch {
    display: none !important; }

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

  .orientation_portrait .is-hidden-touch-portrait {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1264px) {
  .is-hidden-widescreen {
    display: none !important; } }
.is-invisible {
  visibility: hidden !important; }

@media screen and (max-width: 767px) {
	  .orientation_landscape .is-hidden-touch-landscape, .orientation_portrait .is-hidden-touch-portrait {
    display: block !important; } 
  .is-invisible-mobile {
    visibility: hidden !important; } }
@media screen and (min-width: 768px), print {
  .is-invisible-tablet {
    visibility: hidden !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }
@media screen and (max-width: 1024px) {
  .is-invisible-touch {
    visibility: hidden !important; } }
@media screen and (min-width: 1025px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }
@media screen and (min-width: 1264px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }
@media screen and (max-width: 767px) {
  .is-absolute-mobile {
    position: absolute !important; } }
@media screen and (min-width: 768px), print {
  .is-absolute-tablet {
    position: absolute !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-absolute-tablet-only {
    position: absolute !important; } }
@media screen and (max-width: 1024px) {
  .is-absolute-touch {
    position: absolute !important; }

  .orientation_landscape .is-absolute-touch-landscape {
    position: absolute !important; }

  .orientation_portrait .is-absolute-touch-portrait {
    position: absolute !important; } }
@media screen and (min-width: 1025px) {
  .is-absolute-desktop {
    position: absolute !important; } }
@media screen and (min-width: 1025px) and (max-width: 1263px) {
  .is-absolute-desktop-only {
    position: absolute !important; } }
@media screen and (min-width: 1264px) {
  .is-absolute-widescreen {
    position: absolute !important; } }
.is-marginless {
  margin: 0 !important; }

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

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

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

.is-relative {
  position: relative !important; }

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

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #A0A5B0; }
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #A0A5B0; }

.button, .button:visited {
  background-color: transparent;
  border-color: #6AD1E3;
  border-width: 2px;
  color: white;
  height: 12rem;
  cursor: pointer;
  border-radius: 2px;
  min-width: 12.5rem;
  justify-content: center;
  padding-bottom: calc(1rem - 2px);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: calc(1rem - 2px);
  text-align: center;
  white-space: nowrap;
  transition: color 172ms ease-out;
  position: relative;
  box-shadow: 0 1rem 2rem -0.5rem rgba(22, 33, 61, 0.2); }
.button:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #6AD1E3;
  transform: scaleX(1);
  transition: transform 172ms ease-out;
  transform-origin: right;
  z-index: 0; }
.button span {
  z-index: 1; }
@media screen and (max-width: 767px) {
  .button {
    font-size: 0.875rem;
    padding: 1rem;
    height: 3rem;
    min-width: 7.5rem; } }
.mobile .button {
  font-size: 0.875rem;
  padding: 1rem;
  height: 3rem;
  min-width: 7.5rem; }
.button strong {
  color: inherit; }
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em; }
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 2px);
  margin-right: 0.1875em; }
.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 2px); }
.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 2px);
  margin-right: calc(-0.375em - 2px); }
.button .icon svg {
  fill: white;
  height: 0.7rem; }
.button:hover, .button.is-hovered, .button:focus, .button.is-focused, .button:active, .button.is-active {
  border-color: #6AD1E3;
  color: #6AD1E3; }
  .button:hover:before, .button.is-hovered:before, .button:focus:before, .button.is-focused:before, .button:active:before, .button.is-active:before {
    transform: scaleX(0); }
  .button:hover .icon svg, .button.is-hovered .icon svg, .button:focus .icon svg, .button.is-focused .icon svg, .button:active .icon svg, .button.is-active .icon svg {
    fill: #6AD1E3; }
.button.is-small {
  font-size: 0.875rem;
  padding: 1rem;
  height: 3rem;
  min-width: 7.5rem; }
.button.is-normal {
  font-size: 1.25vw; }
.button.is-medium {
  font-size: 1.25rem; }
.button.is-large {
  font-size: 1.5rem; }
.button[disabled], fieldset[disabled] .button {
  background-color: #A0A5B0;
  border-color: #A0A5B0;
  box-shadow: none;
  opacity: 1; }
  .button[disabled]:before, fieldset[disabled] .button:before {
    background: #A0A5B0; }
  .button[disabled] .icon svg, fieldset[disabled] .button .icon svg {
    fill: white; }
.button.is-fullwidth {
  display: flex;
  width: 100%; }
.button.is-loading {
  color: transparent !important;
  pointer-events: none; }
  .button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important; }
.button.is-static {
  background-color: whitesmoke;
  border-color: #F2F2F2;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none; }
.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

.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.875rem;
    padding: 1rem;
    height: 3rem;
    min-width: 7.5rem; }
  .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; }

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative; }
  .container:not(.has-vertical-stripes) {
    padding-top: 0.8333333vw;
    padding-bottom: 0.8333333vw; }
  @media screen and (max-width: 767px) {
    .orientation_portrait .container {
      margin-left: 6.84211vw;
      margin-right: 6.84211vw; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .orientation_portrait .container {
      margin-left: 9.166667vw;
      margin-right: 9.166667vw; } }
  .orientation_landscape .container {
    margin-left: 9.166667vw;
    margin-right: 9.166667vw; }

.content li + li {
  margin-top: 0.25em; }
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }
.content h1 {
  font-size: 3rem;
  line-height: 1.16667em;
  font-family: "cerastencilpro-liuploadedfile", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  @media screen and (min-width: 768px), print {
    .content h1 {
      font-size: 3.5rem;
      line-height: 1.0625em; } }
  @media screen and (min-width: 1025px) {
    .content h1 {
      font-size: 4rem;
      line-height: 1.0625em; } }
  .content h1:not(:last-child) {
    margin-bottom: 0.5em; }
  .content h1:not(:first-child) {
    margin-top: 1em; }
.content h2 {
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: -0.05em; }
  @media screen and (min-width: 768px), print {
    .content h2 {
      font-size: 2rem; } }
  @media screen and (min-width: 1025px) {
    .content h2 {
      font-size: 3.5rem; } }
  .content h2:not(:last-child) {
    margin-bottom: 0.5em; }
  .content h2:not(:first-child) {
    margin-top: 0.5em; }
.content h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px), print {
    .content h3 {
      font-size: 2rem; } }
  @media screen and (min-width: 1025px) {
    .content h3 {
      font-size: 2rem; } }
  .content h3:not(:first-child) {
    margin-top: 1em; }
.content h4 {
  font-size: 1rem;
  line-height: 1.6667em;
  margin-bottom: 0.8em; }
  @media screen and (min-width: 768px), print {
    .content h4 {
      font-size: 1.5rem;
      line-height: 1.6667em; } }
  @media screen and (min-width: 1025px) {
    .content h4 {
      font-size: 1.5rem;
      line-height: 1.6667em; } }
.content h5 {
    font-size: 2.875rem;
    position: relative;
    color: #6AD1E3;
    padding-left: 4vw;
    margin-bottom: 2vw;
	}
  .content h5:before {
content: "";
    display: block;
    position: relative;
    background-color: currentColor;
    height: 1px;
    width: 2rem;
    /* margin-right: 0.5rem; */
    top: 1.5vw;
    margin-left: -4vw;
	}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em; }
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #F2F2F2;
  padding: 1.25em 1.5em; }
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ol:not([type]) {
    list-style-type: decimal; }
    .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
    .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
    .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
    .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }
.content dd {
  margin-left: 2em; }
.content figure {
  text-align: center; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }
.content sup,
.content sub {
  font-size: 75%; }
.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #F2F2F2;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636; }
    .content table th:not([align]) {
      text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
  .content table tbody tr:last-child td,
  .content table tbody tr:last-child th {
    border-bottom-width: 0; }
.content .tabs li + li {
  margin-top: 0; }
.content.is-small {
  font-size: 0.875rem; }
.content.is-medium {
  font-size: 1.25rem; }
.content.is-large {
  font-size: 1.5rem; }
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content li {
  font-weight: 400;
  line-height: 1.5em;
  color: #16213D; }
  @media screen and (max-width: 767px) {
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6,
    .content p,
    .content li {
      line-height: 1.714rem; 
	  font-size:1rem} 
	  .content h1.is-size-4, .content h2.is-size-4, .content h3.is-size-4, .content h4.is-size-4, .content h5.is-size-4, .content h6.is-size-4, .content p.is-size-4, .content li.is-size-4{font-size: 1.8rem;}
  }
  .content h1.is-title,
  .content h2.is-title,
  .content h3.is-title,
  .content h4.is-title,
  .content h5.is-title,
  .content h6.is-title,
  .content p.is-title,
  .content li.is-title {
    font-family: "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .orientation_landscape .content h1.is-size-1,
  .orientation_landscape .content h2.is-size-1,
  .orientation_landscape .content h3.is-size-1,
  .orientation_landscape .content h4.is-size-1,
  .orientation_landscape .content h5.is-size-1,
  .orientation_landscape .content h6.is-size-1,
  .orientation_landscape .content p.is-size-1,
  .orientation_landscape .content li.is-size-1 {
    font-size: 4.5vw;
    line-height: 1.0625em; }
  .orientation_portrait .content h1.is-size-1, .orientation_portrait .content h2.is-size-1, .orientation_portrait .content h3.is-size-1, .orientation_portrait .content h4.is-size-1, .orientation_portrait .content h5.is-size-1, .orientation_portrait .content h6.is-size-1, .orientation_portrait .content p.is-size-1, .orientation_portrait .content li.is-size-1 {
    line-height: 1.16667em; }
    @media screen and (max-width: 767px) {
      .orientation_portrait .content h1.is-size-1, .orientation_portrait .content h2.is-size-1, .orientation_portrait .content h3.is-size-1, .orientation_portrait .content h4.is-size-1, .orientation_portrait .content h5.is-size-1, .orientation_portrait .content h6.is-size-1, .orientation_portrait .content p.is-size-1, .orientation_portrait .content li.is-size-1 {
        font-size: 9vw; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .orientation_portrait .content h1.is-size-1, .orientation_portrait .content h2.is-size-1, .orientation_portrait .content h3.is-size-1, .orientation_portrait .content h4.is-size-1, .orientation_portrait .content h5.is-size-1, .orientation_portrait .content h6.is-size-1, .orientation_portrait .content p.is-size-1, .orientation_portrait .content li.is-size-1 {
        font-size: 6vw; } }
  .content h1.is-size-2, .content h2.is-size-2, .content h3.is-size-2, .content h4.is-size-2, .content h5.is-size-2, .content h6.is-size-2, .content p.is-size-2, .content li.is-size-2 {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.05em; }
    @media screen and (max-width: 1024px) {
      .orientation_landscape .content h1.is-size-2,
      .orientation_landscape .content h2.is-size-2,
      .orientation_landscape .content h3.is-size-2,
      .orientation_landscape .content h4.is-size-2,
      .orientation_landscape .content h5.is-size-2,
      .orientation_landscape .content h6.is-size-2,
      .orientation_landscape .content p.is-size-2,
      .orientation_landscape .content li.is-size-2 {
        font-size: 4.2vw; } }
    @media screen and (min-width: 1025px) {
      .content h1.is-size-2, .content h2.is-size-2, .content h3.is-size-2, .content h4.is-size-2, .content h5.is-size-2, .content h6.is-size-2, .content p.is-size-2, .content li.is-size-2 {
        font-size: 4.2vw; } }
  .content h1.is-size-3,
  .content h2.is-size-3,
  .content h3.is-size-3,
  .content h4.is-size-3,
  .content h5.is-size-3,
  .content h6.is-size-3,
  .content p.is-size-3,
  .content li.is-size-3 {
    font-size: 2rem;
    line-height: 1.5em; }
    @media screen and (min-width: 768px), print {
      .content h1.is-size-3,
      .content h2.is-size-3,
      .content h3.is-size-3,
      .content h4.is-size-3,
      .content h5.is-size-3,
      .content h6.is-size-3,
      .content p.is-size-3,
      .content li.is-size-3 {
        font-size: 2rem; } }
    @media screen and (min-width: 1025px) {
      .content h1.is-size-3,
      .content h2.is-size-3,
      .content h3.is-size-3,
      .content h4.is-size-3,
      .content h5.is-size-3,
      .content h6.is-size-3,
      .content p.is-size-3,
      .content li.is-size-3 {
        font-size: 2.5rem; } }
  .content h1.is-size-4, .content h2.is-size-4, .content h3.is-size-4, .content h4.is-size-4, .content h5.is-size-4, .content h6.is-size-4, .content p.is-size-4, .content li.is-size-4 {
    font-size: 6vw;
    line-height: 1.5em; }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .orientation_portrait .content h1.is-size-4, .orientation_portrait .content h2.is-size-4, .orientation_portrait .content h3.is-size-4, .orientation_portrait .content h4.is-size-4, .orientation_portrait .content h5.is-size-4, .orientation_portrait .content h6.is-size-4, .orientation_portrait .content p.is-size-4, .orientation_portrait .content li.is-size-4 {
        font-size: 3vw; } }
    @media screen and (min-width: 1025px) {
      .content h1.is-size-4, .content h2.is-size-4, .content h3.is-size-4, .content h4.is-size-4, .content h5.is-size-4, .content h6.is-size-4, .content p.is-size-4, .content li.is-size-4 {
        font-size: 2vw; } }
  .content h1.is-jumbo, .content h2.is-jumbo, .content h3.is-jumbo, .content h4.is-jumbo, .content h5.is-jumbo, .content h6.is-jumbo, .content p.is-jumbo, .content li.is-jumbo {
    line-height: 1.2em;
    letter-spacing: -0.05em; }
    @media screen and (min-width: 1025px) {
      .content h1.is-jumbo, .content h2.is-jumbo, .content h3.is-jumbo, .content h4.is-jumbo, .content h5.is-jumbo, .content h6.is-jumbo, .content p.is-jumbo, .content li.is-jumbo {
        font-size: 3.5vw;
        padding-bottom: 1vw; }
small{font-size:2vw;}.media-content p{}	
	}
    @media screen and (max-width: 1024px) {
      .orientation_landscape .content h1.is-jumbo,
      .orientation_landscape .content h2.is-jumbo,
      .orientation_landscape .content h3.is-jumbo,
      .orientation_landscape .content h4.is-jumbo,
      .orientation_landscape .content h5.is-jumbo,
      .orientation_landscape .content h6.is-jumbo,
      .orientation_landscape .content p.is-jumbo,
      .orientation_landscape .content li.is-jumbo {
        font-size: 12vw;
        padding-bottom: 1vw; } }
    @media screen and (max-width: 1024px) {
      .orientation_portrait .content h1.is-jumbo, .orientation_portrait .content h2.is-jumbo, .orientation_portrait .content h3.is-jumbo, .orientation_portrait .content h4.is-jumbo, .orientation_portrait .content h5.is-jumbo, .orientation_portrait .content h6.is-jumbo, .orientation_portrait .content p.is-jumbo, .orientation_portrait .content li.is-jumbo {
        font-size: 7vw;
        line-height: 0.9em; } }
  .content h1.is-small,
  .content h2.is-small,
  .content h3.is-small,
  .content h4.is-small,
  .content h5.is-small,
  .content h6.is-small,
  .content p.is-small,
  .content li.is-small {
    font-size: 0.875rem;
    line-height: 1.714em; }
  .content h1.is-tiny,
  .content h2.is-tiny,
  .content h3.is-tiny,
  .content h4.is-tiny,
  .content h5.is-tiny,
  .content h6.is-tiny,
  .content p.is-tiny,
  .content li.is-tiny {
    font-size: 0.75rem;
    line-height: 2em; }

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

.image {
  display: block;
  position: relative;
  width: 100%; }
  .image img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    .image img.is-rounded {
      border-radius: 290486px; }
  .image .image-size {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .image .image-size > * {
      height: 100%; }
    .image .image-size.is-rounded {
      border-radius: 290486px; }
  .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; }
  @media screen and (max-width: 767px) {
    .orientation_portrait .image.is-square-mobile-portrait, .orientation_portrait .image.is-1by1-mobile-portrait {
      padding-top: 100%; }
    .orientation_portrait .image.is-5by4-mobile-portrait {
      padding-top: 80%; }
    .orientation_portrait .image.is-4by3-mobile-portrait {
      padding-top: 75%; }
    .orientation_portrait .image.is-3by2-mobile-portrait {
      padding-top: 66.6666%; }
    .orientation_portrait .image.is-5by3-mobile-portrait {
      padding-top: 60%; }
    .orientation_portrait .image.is-16by9-mobile-portrait {
      padding-top: 56.25%; }
    .orientation_portrait .image.is-2by1-mobile-portrait {
      padding-top: 50%; }
    .orientation_portrait .image.is-3by1-mobile-portrait {
      padding-top: 33.3333%; }
    .orientation_portrait .image.is-4by5-mobile-portrait {
      padding-top: 125%; }
    .orientation_portrait .image.is-3by4-mobile-portrait {
      padding-top: 133.3333%; }
    .orientation_portrait .image.is-2by3-mobile-portrait {
      padding-top: 150%; }
    .orientation_portrait .image.is-3by5-mobile-portrait {
      padding-top: 166.6666%; }
    .orientation_portrait .image.is-9by16-mobile-portrait {
      padding-top: 177.7777%; }
    .orientation_portrait .image.is-1by2-mobile-portrait {
      padding-top: 200%; }
    .orientation_portrait .image.is-1by3-mobile-portrait {
      padding-top: 300%; } }

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

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1.25vw;
  overflow: hidden;
  padding: 0;
  width: 100%; }
  .progress::-webkit-progress-bar {
    background-color: #F2F2F2; }
  .progress::-webkit-progress-value {
    background-color: #303030; }
  .progress::-moz-progress-bar {
    background-color: #303030; }
  .progress::-ms-fill {
    background-color: #303030;
    border: none; }
  .progress.is-white::-webkit-progress-value {
    background-color: white; }
  .progress.is-white::-moz-progress-bar {
    background-color: white; }
  .progress.is-white::-ms-fill {
    background-color: white; }
  .progress.is-white:indeterminate {
    background-image: linear-gradient(to right, white 30%, #F2F2F2 30%); }
  .progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a; }
  .progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a; }
  .progress.is-black::-ms-fill {
    background-color: #0a0a0a; }
  .progress.is-black:indeterminate {
    background-image: linear-gradient(to right, #0a0a0a 30%, #F2F2F2 30%); }
  .progress.is-light::-webkit-progress-value {
    background-color: whitesmoke; }
  .progress.is-light::-moz-progress-bar {
    background-color: whitesmoke; }
  .progress.is-light::-ms-fill {
    background-color: whitesmoke; }
  .progress.is-light:indeterminate {
    background-image: linear-gradient(to right, whitesmoke 30%, #F2F2F2 30%); }
  .progress.is-dark::-webkit-progress-value {
    background-color: #363636; }
  .progress.is-dark::-moz-progress-bar {
    background-color: #363636; }
  .progress.is-dark::-ms-fill {
    background-color: #363636; }
  .progress.is-dark:indeterminate {
    background-image: linear-gradient(to right, #363636 30%, #F2F2F2 30%); }
  .progress.is-primary::-webkit-progress-value {
    background-color: #6AD1E3; }
  .progress.is-primary::-moz-progress-bar {
    background-color: #6AD1E3; }
  .progress.is-primary::-ms-fill {
    background-color: #6AD1E3; }
  .progress.is-primary:indeterminate {
    background-image: linear-gradient(to right, #6AD1E3 30%, #F2F2F2 30%); }
  .progress.is-link::-webkit-progress-value {
    background-color: #A0A5B0; }
  .progress.is-link::-moz-progress-bar {
    background-color: #A0A5B0; }
  .progress.is-link::-ms-fill {
    background-color: #A0A5B0; }
  .progress.is-link:indeterminate {
    background-image: linear-gradient(to right, #A0A5B0 30%, #F2F2F2 30%); }
  .progress.is-info::-webkit-progress-value {
    background-color: #209cee; }
  .progress.is-info::-moz-progress-bar {
    background-color: #209cee; }
  .progress.is-info::-ms-fill {
    background-color: #209cee; }
  .progress.is-info:indeterminate {
    background-image: linear-gradient(to right, #209cee 30%, #F2F2F2 30%); }
  .progress.is-success::-webkit-progress-value {
    background-color: #23d160; }
  .progress.is-success::-moz-progress-bar {
    background-color: #23d160; }
  .progress.is-success::-ms-fill {
    background-color: #23d160; }
  .progress.is-success:indeterminate {
    background-image: linear-gradient(to right, #23d160 30%, #F2F2F2 30%); }
  .progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57; }
  .progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57; }
  .progress.is-warning::-ms-fill {
    background-color: #ffdd57; }
  .progress.is-warning:indeterminate {
    background-image: linear-gradient(to right, #ffdd57 30%, #F2F2F2 30%); }
  .progress.is-danger::-webkit-progress-value {
    background-color: #FF1D3B; }
  .progress.is-danger::-moz-progress-bar {
    background-color: #FF1D3B; }
  .progress.is-danger::-ms-fill {
    background-color: #FF1D3B; }
  .progress.is-danger:indeterminate {
    background-image: linear-gradient(to right, #FF1D3B 30%, #F2F2F2 30%); }
  .progress:indeterminate {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: moveIndeterminate;
    animation-timing-function: linear;
    background-color: #F2F2F2;
    background-image: linear-gradient(to right, #303030 30%, #F2F2F2 30%);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 150% 150%; }
    .progress:indeterminate::-webkit-progress-bar {
      background-color: transparent; }
    .progress:indeterminate::-moz-progress-bar {
      background-color: transparent; }
  .progress.is-small {
    height: 0.875rem; }
  .progress.is-medium {
    height: 1.25rem; }
  .progress.is-large {
    height: 1.5rem; }

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0; }
  to {
    background-position: -200% 0; } }
.table {
  background-color: white;
  color: #363636; }
  .table td,
  .table th {
    border: 1px solid #F2F2F2;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    .table td.is-white,
    .table th.is-white {
      background-color: white;
      border-color: white;
      color: #0a0a0a; }
    .table td.is-black,
    .table th.is-black {
      background-color: #0a0a0a;
      border-color: #0a0a0a;
      color: white; }
    .table td.is-light,
    .table th.is-light {
      background-color: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
    .table td.is-dark,
    .table th.is-dark {
      background-color: #363636;
      border-color: #363636;
      color: whitesmoke; }
    .table td.is-primary,
    .table th.is-primary {
      background-color: #6AD1E3;
      border-color: #6AD1E3;
      color: white; }
    .table td.is-link,
    .table th.is-link {
      background-color: #A0A5B0;
      border-color: #A0A5B0;
      color: #fff; }
    .table td.is-info,
    .table th.is-info {
      background-color: #209cee;
      border-color: #209cee;
      color: #fff; }
    .table td.is-success,
    .table th.is-success {
      background-color: #23d160;
      border-color: #23d160;
      color: #fff; }
    .table td.is-warning,
    .table th.is-warning {
      background-color: #ffdd57;
      border-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .table td.is-danger,
    .table th.is-danger {
      background-color: #FF1D3B;
      border-color: #FF1D3B;
      color: #fff; }
    .table td.is-narrow,
    .table th.is-narrow {
      white-space: nowrap;
      width: 1%; }
    .table td.is-selected,
    .table th.is-selected {
      background-color: #6AD1E3;
      color: white; }
      .table td.is-selected a,
      .table td.is-selected strong,
      .table th.is-selected a,
      .table th.is-selected strong {
        color: currentColor; }
  .table th {
    color: #363636; }
    .table th:not([align]) {
      text-align: left; }
  .table tr.is-selected {
    background-color: #6AD1E3;
    color: white; }
    .table tr.is-selected a,
    .table tr.is-selected strong {
      color: currentColor; }
    .table tr.is-selected td,
    .table tr.is-selected th {
      border-color: white;
      color: currentColor; }
  .table thead {
    background-color: transparent; }
    .table thead td,
    .table thead th {
      border-width: 0 0 2px;
      color: #363636; }
  .table tfoot {
    background-color: transparent; }
    .table tfoot td,
    .table tfoot th {
      border-width: 2px 0 0;
      color: #363636; }
  .table tbody {
    background-color: transparent; }
    .table tbody tr:last-child td,
    .table tbody tr:last-child th {
      border-bottom-width: 0; }
  .table.is-bordered td,
  .table.is-bordered th {
    border-width: 1px; }
  .table.is-bordered tr:last-child td,
  .table.is-bordered tr:last-child th {
    border-bottom-width: 1px; }
  .table.is-fullwidth {
    width: 100%; }
  .table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
  .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa; }
    .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
      background-color: whitesmoke; }
  .table.is-narrow td,
  .table.is-narrow th {
    padding: 0.25em 0.5em; }
  .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa; }

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

.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: 1.25vw; }
  .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-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #303030;
  display: inline-flex;
  font-size: 0.875rem;
  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: #363636; }
  .tag:not(body).is-dark {
    background-color: #363636;
    color: whitesmoke; }
  .tag:not(body).is-primary {
    background-color: #6AD1E3;
    color: white; }
  .tag:not(body).is-link {
    background-color: #A0A5B0;
    color: #fff; }
  .tag:not(body).is-info {
    background-color: #209cee;
    color: #fff; }
  .tag:not(body).is-success {
    background-color: #23d160;
    color: #fff; }
  .tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); }
  .tag:not(body).is-danger {
    background-color: #FF1D3B;
    color: #fff; }
  .tag:not(body).is-normal {
    font-size: 0.875rem; }
  .tag:not(body).is-medium {
    font-size: 1.25vw; }
  .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: 290486px; }

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

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

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

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

.input, .textarea, .select select {
  background-color: transparent;
  border-color: #A0A5B0;
  border-radius: 0;
  color: #363636;
  border-width: 0 0 1px; }
  .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
    color: #363636; }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
    color: #363636; }
  .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
    color: #363636; }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
    color: #363636; }
  .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
    border-color: #A0A5B0; }
  .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
    border-color: #6AD1E3;
    box-shadow: 0 0 0 0 rgba(160, 165, 176, 0); }
  [disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select {
    background-color: whitesmoke;
    border-color: whitesmoke;
    box-shadow: none;
    color: #7a7a7a; }
    [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }

.input, .textarea {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
  max-width: 100%;
  width: 100%; }
  [readonly].input, [readonly].textarea {
    box-shadow: none; }
  .is-white.input, .is-white.textarea {
    border-color: white; }
    .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25); }
  .is-black.input, .is-black.textarea {
    border-color: #0a0a0a; }
    .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(10, 10, 10, 0.25); }
  .is-light.input, .is-light.textarea {
    border-color: whitesmoke; }
    .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.25); }
  .is-dark.input, .is-dark.textarea {
    border-color: #363636; }
    .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.25); }
  .is-primary.input, .is-primary.textarea {
    border-color: #6AD1E3; }
    .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(106, 209, 227, 0.25); }
  .is-link.input, .is-link.textarea {
    border-color: #A0A5B0; }
    .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(160, 165, 176, 0.25); }
  .is-info.input, .is-info.textarea {
    border-color: #209cee; }
    .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(32, 156, 238, 0.25); }
  .is-success.input, .is-success.textarea {
    border-color: #23d160; }
    .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(35, 209, 96, 0.25); }
  .is-warning.input, .is-warning.textarea {
    border-color: #ffdd57; }
    .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(255, 221, 87, 0.25); }
  .is-danger.input, .is-danger.textarea {
    border-color: #FF1D3B; }
    .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
      box-shadow: 0 0 0 0 rgba(255, 29, 59, 0.25); }
  .is-small.input, .is-small.textarea {
    border-radius: 2px;
    font-size: 0.875rem; }
  .is-medium.input, .is-medium.textarea {
    font-size: 1.25rem; }
  .is-large.input, .is-large.textarea {
    font-size: 1.5rem; }
  .is-fullwidth.input, .is-fullwidth.textarea {
    display: block;
    width: 100%; }
  .is-inline.input, .is-inline.textarea {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

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

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

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
  .select:not(.is-multiple):not(.is-loading)::after {
    border-color: #A0A5B0;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    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 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 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 rgba(245, 245, 245, 0.25); }
  .select.is-dark:not(:hover)::after {
    border-color: #363636; }
  .select.is-dark select {
    border-color: #363636; }
    .select.is-dark select:hover, .select.is-dark select.is-hovered {
      border-color: #292929; }
    .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
      box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.25); }
  .select.is-primary:not(:hover)::after {
    border-color: #6AD1E3; }
  .select.is-primary select {
    border-color: #6AD1E3; }
    .select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #55cadf; }
    .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 rgba(106, 209, 227, 0.25); }
  .select.is-link:not(:hover)::after {
    border-color: #A0A5B0; }
  .select.is-link select {
    border-color: #A0A5B0; }
    .select.is-link select:hover, .select.is-link select.is-hovered {
      border-color: #9298a4; }
    .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 rgba(160, 165, 176, 0.25); }
  .select.is-info:not(:hover)::after {
    border-color: #209cee; }
  .select.is-info select {
    border-color: #209cee; }
    .select.is-info select:hover, .select.is-info select.is-hovered {
      border-color: #118fe4; }
    .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
      box-shadow: 0 0 0 0 rgba(32, 156, 238, 0.25); }
  .select.is-success:not(:hover)::after {
    border-color: #23d160; }
  .select.is-success select {
    border-color: #23d160; }
    .select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #20bc56; }
    .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0 rgba(35, 209, 96, 0.25); }
  .select.is-warning:not(:hover)::after {
    border-color: #ffdd57; }
  .select.is-warning select {
    border-color: #ffdd57; }
    .select.is-warning select:hover, .select.is-warning select.is-hovered {
      border-color: #ffd83d; }
    .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 rgba(255, 221, 87, 0.25); }
  .select.is-danger:not(:hover)::after {
    border-color: #FF1D3B; }
  .select.is-danger select {
    border-color: #FF1D3B; }
    .select.is-danger select:hover, .select.is-danger select.is-hovered {
      border-color: #ff0425; }
    .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 rgba(255, 29, 59, 0.25); }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.875rem; }
  .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.875rem; }
  .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: #363636; }
  .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
    background-color: #eeeeee;
    border-color: transparent;
    color: #363636; }
  .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
    color: #363636; }
  .file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636; }
  .file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
    color: whitesmoke; }
  .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: whitesmoke; }
  .file.is-primary .file-cta {
    background-color: #6AD1E3;
    border-color: transparent;
    color: white; }
  .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #5fcee1;
    border-color: transparent;
    color: white; }
  .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(106, 209, 227, 0.25);
    color: white; }
  .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #55cadf;
    border-color: transparent;
    color: white; }
  .file.is-link .file-cta {
    background-color: #A0A5B0;
    border-color: transparent;
    color: #fff; }
  .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
    background-color: #999eaa;
    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(160, 165, 176, 0.25);
    color: #fff; }
  .file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
    background-color: #9298a4;
    border-color: transparent;
    color: #fff; }
  .file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff; }
  .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff; }
  .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(32, 156, 238, 0.25);
    color: #fff; }
  .file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff; }
  .file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff; }
  .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff; }
  .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
    color: #fff; }
  .file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff; }
  .file.is-warning .file-cta {
    background-color: #ffdd57;
    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: #ffdb4a;
    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, 221, 87, 0.25);
    color: rgba(0, 0, 0, 0.7); }
  .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.7); }
  .file.is-danger .file-cta {
    background-color: #FF1D3B;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
    background-color: #ff1030;
    border-color: transparent;
    color: #fff; }
  .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 29, 59, 0.25);
    color: #fff; }
  .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
    background-color: #ff0425;
    border-color: transparent;
    color: #fff; }
  .file.is-small {
    font-size: 0.875rem; }
  .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: #ececec; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #e5e5e5; }

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

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

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

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

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

.label {
  color: #16213D;
  display: block;
  font-weight: 400; }
  @media screen and (min-width: 1025px) {
    .label {
      font-size: 1.25vw; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .label {
      font-size: 1.25vw; }
    .orientation_portrait .label {
      font-size: 1rem; } }
  .label.is-small {
    font-size: 0.875rem; }
  .label.is-medium {
    font-size: 1.25rem; }
  .label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem; }
  .help.is-white {
    color: white; }
  .help.is-black {
    color: #0a0a0a; }
  .help.is-light {
    color: whitesmoke; }
  .help.is-dark {
    color: #363636; }
  .help.is-primary {
    color: #6AD1E3; }
  .help.is-link {
    color: #A0A5B0; }
  .help.is-info {
    color: #209cee; }
  .help.is-success {
    color: #23d160; }
  .help.is-warning {
    color: #ffdd57; }
  .help.is-danger {
    color: #FF1D3B; }

.field:not(:last-child) {
  margin-bottom: 1.6666666vw; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .orientation_portrait .field:not(:last-child) {
      margin-bottom: 3.3333332vw; } }
  @media screen and (max-width: 767px) {
    .orientation_portrait .field:not(:last-child) {
      margin-bottom: 4.9999998vw; } }
.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: 768px), print {
  .field.is-horizontal {
    display: flex; } }

.field-label .label {
  font-size: inherit; }
@media screen and (max-width: 767px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media screen and (min-width: 768px), 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.875rem;
      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: 768px), 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;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 1025px) {
    .control {
      font-size: 1.25vw; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .control {
      font-size: 1.25vw; }
    .orientation_portrait .control {
      font-size: 0.75rem; } }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.875rem; }
  .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: #F2F2F2;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon.is-left {
    left: 0; }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon.is-right {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.875rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

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

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #303030;
  max-width: 100%;
  position: relative; }

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

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

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

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

.card-content {
  background-color: transparent;
  padding: 1.5rem; }

.card-footer {
  background-color: transparent;
  border-top: 1px solid #F2F2F2;
  align-items: stretch;
  display: flex; }

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

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

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

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

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

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

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%; }
  a.dropdown-item:hover,
  button.dropdown-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a; }
  a.dropdown-item.is-active,
  button.dropdown-item.is-active {
    background-color: #A0A5B0;
    color: #fff; }

.dropdown-divider {
  background-color: #F2F2F2;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0; }
.is-night .header .menu-item a, .is-night .header .menu-item a:visited {
    color: white;
	    text-transform: uppercase;
}
@media screen and (min-width: 768px){
.header .menu-item a, .header .menu-item a:visited {
    font-size: 4vw;
    line-height: 2em;
}
}
.header .menu-item a, .header .menu-item a:visited {
    fill: #6AD1E3;
    position: relative;
    font-size: 1.3rem;
    line-height: 3.5rem;
    transition: all 172ms ease-out;
}
.header .menu-item .icon-active {
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    transition: all 172ms ease-out;
}
.header .menu-item a:hover .icon-active, .header .menu-item a:active .icon-active, .header .menu-item a.is-active .icon-active {
    left: -2rem;
    opacity: 1;
}
.header .menu-content{
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 9.166667vw;
    /* width: 9.166667vw; */
    /* margin-left: -9.166667vw !important; */
    justify-content: center;
    align-items: center;
}
.header .menu-item{padding: 0 2vw;}
.header .menu-item .icon-active {
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    transition: all 172ms ease-out;
}
.is-night .header .menu-item a:hover, .is-day .header .menu-item a:hover, .is-night .menu-container .menu-item a:active, .is-day .menu-container .menu-item a:active, .is-night .menu-container .menu-item a.is-active, .is-day .menu-container .menu-item a.is-active {
    color: #6AD1E3;
}
.header .menu-item a, .header .menu-item a:visited {
    fill: #6AD1E3;
    position: relative;
    font-size: 1.3rem;
    line-height: 3.5rem;
    transition: all 172ms ease-out;
}

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

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

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

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

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

.list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }

.list-item {
  display: block;
  padding: 0.5em 1em; }
  .list-item:not(a) {
    color: #303030; }
  .list-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .list-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .list-item:not(:last-child) {
    border-bottom: 1px solid #F2F2F2; }
  .list-item.is-active {
    background-color: #A0A5B0;
    color: #fff; }

a.list-item {
  background-color: whitesmoke;
  cursor: pointer; }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .media-content {
    overflow-x: auto; } }
.menu {
  font-size: 1.25vw; }
  .menu.is-small {
    font-size: 0.875rem; }
  .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: #303030;
    display: block;
    padding: 0.5em 0.75em; }
    .menu-list a:hover {
      background-color: whitesmoke;
      color: #363636; }
    .menu-list a.is-active {
      background-color: #A0A5B0;
      color: #fff; }
  .menu-list li ul {
    border-left: 1px solid #F2F2F2;
    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; }

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1.25vw; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .message.is-small {
    font-size: 0.875rem; }
  .message.is-medium {
    font-size: 1.25rem; }
  .message.is-large {
    font-size: 1.5rem; }
  .message.is-white {
    background-color: white; }
    .message.is-white .message-header {
      background-color: white;
      color: #0a0a0a; }
    .message.is-white .message-body {
      border-color: white;
      color: #4d4d4d; }
  .message.is-black {
    background-color: #fafafa; }
    .message.is-black .message-header {
      background-color: #0a0a0a;
      color: white; }
    .message.is-black .message-body {
      border-color: #0a0a0a;
      color: #0a0a0a; }
  .message.is-light {
    background-color: #fafafa; }
    .message.is-light .message-header {
      background-color: whitesmoke;
      color: #363636; }
    .message.is-light .message-body {
      border-color: whitesmoke;
      color: #4f4f4f; }
  .message.is-dark {
    background-color: #fafafa; }
    .message.is-dark .message-header {
      background-color: #363636;
      color: whitesmoke; }
    .message.is-dark .message-body {
      border-color: #363636;
      color: #2a2a2a; }
  .message.is-primary {
    background-color: #f6fcfd; }
    .message.is-primary .message-header {
      background-color: #6AD1E3;
      color: white; }
    .message.is-primary .message-body {
      border-color: #6AD1E3;
      color: #1e535c; }
  .message.is-link {
    background-color: #f9fafa; }
    .message.is-link .message-header {
      background-color: #A0A5B0;
      color: #fff; }
    .message.is-link .message-body {
      border-color: #A0A5B0;
      color: #595959; }
  .message.is-info {
    background-color: #f6fbfe; }
    .message.is-info .message-header {
      background-color: #209cee;
      color: #fff; }
    .message.is-info .message-body {
      border-color: #209cee;
      color: #12537e; }
  .message.is-success {
    background-color: #f6fef9; }
    .message.is-success .message-header {
      background-color: #23d160;
      color: #fff; }
    .message.is-success .message-body {
      border-color: #23d160;
      color: #0e311a; }
  .message.is-warning {
    background-color: #fffdf5; }
    .message.is-warning .message-header {
      background-color: #ffdd57;
      color: rgba(0, 0, 0, 0.7); }
    .message.is-warning .message-body {
      border-color: #ffdd57;
      color: #3c3108; }
  .message.is-danger {
    background-color: #fff5f6; }
    .message.is-danger .message-header {
      background-color: #FF1D3B;
      color: #fff; }
    .message.is-danger .message-body {
      border-color: #FF1D3B;
      color: #c10720; }

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

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

.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: 1025px) {
      .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: 1025px) {
      .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: #363636; }
    .navbar.is-light .navbar-brand > .navbar-item,
    .navbar.is-light .navbar-brand .navbar-link {
      color: #363636; }
    .navbar.is-light .navbar-brand > a.navbar-item: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: #363636; }
    .navbar.is-light .navbar-brand .navbar-link::after {
      border-color: #363636; }
    .navbar.is-light .navbar-burger {
      color: #363636; }
    @media screen and (min-width: 1025px) {
      .navbar.is-light .navbar-start > .navbar-item,
      .navbar.is-light .navbar-start .navbar-link,
      .navbar.is-light .navbar-end > .navbar-item,
      .navbar.is-light .navbar-end .navbar-link {
        color: #363636; }
      .navbar.is-light .navbar-start > a.navbar-item: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: #363636; }
      .navbar.is-light .navbar-start .navbar-link::after,
      .navbar.is-light .navbar-end .navbar-link::after {
        border-color: #363636; }
      .navbar.is-light .navbar-item.has-dropdown: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: #363636; }
      .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #363636; } }
  .navbar.is-dark {
    background-color: #363636;
    color: whitesmoke; }
    .navbar.is-dark .navbar-brand > .navbar-item,
    .navbar.is-dark .navbar-brand .navbar-link {
      color: whitesmoke; }
    .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: #292929;
      color: whitesmoke; }
    .navbar.is-dark .navbar-brand .navbar-link::after {
      border-color: whitesmoke; }
    .navbar.is-dark .navbar-burger {
      color: whitesmoke; }
    @media screen and (min-width: 1025px) {
      .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: whitesmoke; }
      .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: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-start .navbar-link::after,
      .navbar.is-dark .navbar-end .navbar-link::after {
        border-color: whitesmoke; }
      .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: #292929;
        color: whitesmoke; }
      .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: whitesmoke; } }
  .navbar.is-primary {
    background-color: #6AD1E3;
    color: white; }
    .navbar.is-primary .navbar-brand > .navbar-item,
    .navbar.is-primary .navbar-brand .navbar-link {
      color: white; }
    .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: #55cadf;
      color: white; }
    .navbar.is-primary .navbar-brand .navbar-link::after {
      border-color: white; }
    .navbar.is-primary .navbar-burger {
      color: white; }
    @media screen and (min-width: 1025px) {
      .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: white; }
      .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: #55cadf;
        color: white; }
      .navbar.is-primary .navbar-start .navbar-link::after,
      .navbar.is-primary .navbar-end .navbar-link::after {
        border-color: white; }
      .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: #55cadf;
        color: white; }
      .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #6AD1E3;
        color: white; } }
  .navbar.is-link {
    background-color: #A0A5B0;
    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: #9298a4;
      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: 1025px) {
      .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: #9298a4;
        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: #9298a4;
        color: #fff; }
      .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #A0A5B0;
        color: #fff; } }
  .navbar.is-info {
    background-color: #209cee;
    color: #fff; }
    .navbar.is-info .navbar-brand > .navbar-item,
    .navbar.is-info .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-info .navbar-brand > a.navbar-item: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: #118fe4;
      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: 1025px) {
      .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: #118fe4;
        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: #118fe4;
        color: #fff; }
      .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff; } }
  .navbar.is-success {
    background-color: #23d160;
    color: #fff; }
    .navbar.is-success .navbar-brand > .navbar-item,
    .navbar.is-success .navbar-brand .navbar-link {
      color: #fff; }
    .navbar.is-success .navbar-brand > a.navbar-item: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: #20bc56;
      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: 1025px) {
      .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: #20bc56;
        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: #20bc56;
        color: #fff; }
      .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff; } }
  .navbar.is-warning {
    background-color: #ffdd57;
    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: #ffd83d;
      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: 1025px) {
      .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: #ffd83d;
        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: #ffd83d;
        color: rgba(0, 0, 0, 0.7); }
      .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, 0.7); } }
  .navbar.is-danger {
    background-color: #FF1D3B;
    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: #ff0425;
      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: 1025px) {
      .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: #ff0425;
        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: #ff0425;
        color: #fff; }
      .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #FF1D3B;
        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: #303030;
  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: 172ms;
    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: #303030;
  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: #A0A5B0; }

.navbar-item {
  display: block;
  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: #A0A5B0; }
    .navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #A0A5B0;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #A0A5B0;
      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: #A0A5B0;
    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: 1024px) {
  .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: 1025px) {
  .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: #A0A5B0; }

  .navbar-burger {
    display: none; }

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

  .navbar-item {
    display: flex; }
    .navbar-item.has-dropdown {
      align-items: stretch; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-bottom: 2px solid #F2F2F2;
      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 #F2F2F2;
    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: #A0A5B0; }
    .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: 172ms;
      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: 1.25vw;
  margin: -0.25rem; }
  .pagination.is-small {
    font-size: 0.875rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 290486px; }

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

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  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: #F2F2F2;
  color: #363636;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #A0A5B0;
    color: #6AD1E3; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #3273dc; }
  .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: #F2F2F2;
    border-color: #F2F2F2;
    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: #A0A5B0;
  border-color: #A0A5B0;
  color: #fff; }

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

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

@media screen and (max-width: 767px) {
  .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: 768px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1; }

  .pagination-previous {
    order: 2; }

  .pagination-next {
    order: 3; }

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

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

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

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

.panel-list a {
  color: #303030; }
  .panel-list a:hover {
    color: #A0A5B0; }

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

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

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

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1.25vw;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs a {
    align-items: center;
    border-bottom-color: #F2F2F2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #303030;
    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: #A0A5B0;
      color: #A0A5B0; }
  .tabs ul {
    align-items: center;
    border-bottom-color: #F2F2F2;
    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: #F2F2F2; }
  .tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #F2F2F2;
    border-bottom-color: transparent !important; }
  .tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0; }
  .tabs.is-toggle a {
    border-color: #F2F2F2;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative; }
    .tabs.is-toggle a:hover {
      background-color: whitesmoke;
      border-color: #A0A5B0;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0; }
  .tabs.is-toggle li.is-active a {
    background-color: #A0A5B0;
    border-color: #A0A5B0;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em; }
  .tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em; }
  .tabs.is-small {
    font-size: 0.875rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.8333333vw; }
  .columns.is-mobile > .column.is-narrow {
    flex: none; }
  .columns.is-mobile > .column.is-full {
    flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-one-fifth {
    flex: none;
    width: 20%; }
  .columns.is-mobile > .column.is-two-fifths {
    flex: none;
    width: 40%; }
  .columns.is-mobile > .column.is-three-fifths {
    flex: none;
    width: 60%; }
  .columns.is-mobile > .column.is-four-fifths {
    flex: none;
    width: 80%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-offset-one-fifth {
    margin-left: 20%; }
  .columns.is-mobile > .column.is-offset-two-fifths {
    margin-left: 40%; }
  .columns.is-mobile > .column.is-offset-three-fifths {
    margin-left: 60%; }
  .columns.is-mobile > .column.is-offset-four-fifths {
    margin-left: 80%; }
  .columns.is-mobile > .column.is-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.3333333333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2 {
    flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%; }
  .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.3333333333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5 {
    flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%; }
  .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.3333333333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8 {
    flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%; }
  .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.3333333333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11 {
    flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%; }
  .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: 767px) {
    .column.is-narrow-mobile {
      flex: none; }
    .column.is-full-mobile {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-mobile {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-mobile {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-mobile {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-mobile {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-offset-one-fifth-mobile {
      margin-left: 20%; }
    .column.is-offset-two-fifths-mobile {
      margin-left: 40%; }
    .column.is-offset-three-fifths-mobile {
      margin-left: 60%; }
    .column.is-offset-four-fifths-mobile {
      margin-left: 80%; }
    .column.is-0-mobile {
      flex: none;
      width: 0%; }
    .column.is-offset-0-mobile {
      margin-left: 0%; }
    .column.is-1-mobile {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile {
      flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile {
      flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile {
      flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile {
      flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; }
    .orientation_portrait .column.is-narrow-mobile-portrait {
      flex: none; }
    .orientation_portrait .column.is-full-mobile-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-three-quarters-mobile-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-two-thirds-mobile-portrait {
      flex: none;
      width: 66.6666%; }
    .orientation_portrait .column.is-half-mobile-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-one-third-mobile-portrait {
      flex: none;
      width: 33.3333%; }
    .orientation_portrait .column.is-one-quarter-mobile-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-one-fifth-mobile-portrait {
      flex: none;
      width: 20%; }
    .orientation_portrait .column.is-two-fifths-mobile-portrait {
      flex: none;
      width: 40%; }
    .orientation_portrait .column.is-three-fifths-mobile-portrait {
      flex: none;
      width: 60%; }
    .orientation_portrait .column.is-four-fifths-mobile-portrait {
      flex: none;
      width: 80%; }
    .orientation_portrait .column.is-offset-three-quarters-mobile-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-offset-two-thirds-mobile-portrait {
      margin-left: 66.6666%; }
    .orientation_portrait .column.is-offset-half-mobile-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-offset-one-third-mobile-portrait {
      margin-left: 33.3333%; }
    .orientation_portrait .column.is-offset-one-quarter-mobile-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-offset-one-fifth-mobile-portrait {
      margin-left: 20%; }
    .orientation_portrait .column.is-offset-two-fifths-mobile-portrait {
      margin-left: 40%; }
    .orientation_portrait .column.is-offset-three-fifths-mobile-portrait {
      margin-left: 60%; }
    .orientation_portrait .column.is-offset-four-fifths-mobile-portrait {
      margin-left: 80%; }
    .orientation_portrait .column.is-0-mobile-portrait {
      flex: none;
      width: 0%; }
    .orientation_portrait .column.is-offset-0-mobile-portrait {
      margin-left: 0%; }
    .orientation_portrait .column.is-1-mobile-portrait {
      flex: none;
      width: 8.3333333333%; }
    .orientation_portrait .column.is-offset-1-mobile-portrait {
      margin-left: 8.3333333333%; }
    .orientation_portrait .column.is-2-mobile-portrait {
      flex: none;
      width: 16.6666666667%; }
    .orientation_portrait .column.is-offset-2-mobile-portrait {
      margin-left: 16.6666666667%; }
    .orientation_portrait .column.is-3-mobile-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-offset-3-mobile-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-4-mobile-portrait {
      flex: none;
      width: 33.3333333333%; }
    .orientation_portrait .column.is-offset-4-mobile-portrait {
      margin-left: 33.3333333333%; }
    .orientation_portrait .column.is-5-mobile-portrait {
      flex: none;
      width: 41.6666666667%; }
    .orientation_portrait .column.is-offset-5-mobile-portrait {
      margin-left: 41.6666666667%; }
    .orientation_portrait .column.is-6-mobile-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-offset-6-mobile-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-7-mobile-portrait {
      flex: none;
      width: 58.3333333333%; }
    .orientation_portrait .column.is-offset-7-mobile-portrait {
      margin-left: 58.3333333333%; }
    .orientation_portrait .column.is-8-mobile-portrait {
      flex: none;
      width: 66.6666666667%; }
    .orientation_portrait .column.is-offset-8-mobile-portrait {
      margin-left: 66.6666666667%; }
    .orientation_portrait .column.is-9-mobile-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-offset-9-mobile-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-10-mobile-portrait {
      flex: none;
      width: 83.3333333333%; }
    .orientation_portrait .column.is-offset-10-mobile-portrait {
      margin-left: 83.3333333333%; }
    .orientation_portrait .column.is-11-mobile-portrait {
      flex: none;
      width: 91.6666666667%; }
    .orientation_portrait .column.is-offset-11-mobile-portrait {
      margin-left: 91.6666666667%; }
    .orientation_portrait .column.is-12-mobile-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-offset-12-mobile-portrait {
      margin-left: 100%; }
    .orientation_landscape .column.is-narrow-mobile-landscape {
      flex: none; }
    .orientation_landscape .column.is-full-mobile-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-three-quarters-mobile-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-two-thirds-mobile-landscape {
      flex: none;
      width: 66.6666%; }
    .orientation_landscape .column.is-half-mobile-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-one-third-mobile-landscape {
      flex: none;
      width: 33.3333%; }
    .orientation_landscape .column.is-one-quarter-mobile-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-one-fifth-mobile-landscape {
      flex: none;
      width: 20%; }
    .orientation_landscape .column.is-two-fifths-mobile-landscape {
      flex: none;
      width: 40%; }
    .orientation_landscape .column.is-three-fifths-mobile-landscape {
      flex: none;
      width: 60%; }
    .orientation_landscape .column.is-four-fifths-mobile-landscape {
      flex: none;
      width: 80%; }
    .orientation_landscape .column.is-offset-three-quarters-mobile-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-offset-two-thirds-mobile-landscape {
      margin-left: 66.6666%; }
    .orientation_landscape .column.is-offset-half-mobile-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-offset-one-third-mobile-landscape {
      margin-left: 33.3333%; }
    .orientation_landscape .column.is-offset-one-quarter-mobile-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-offset-one-fifth-mobile-landscape {
      margin-left: 20%; }
    .orientation_landscape .column.is-offset-two-fifths-mobile-landscape {
      margin-left: 40%; }
    .orientation_landscape .column.is-offset-three-fifths-mobile-landscape {
      margin-left: 60%; }
    .orientation_landscape .column.is-offset-four-fifths-mobile-landscape {
      margin-left: 80%; }
    .orientation_landscape .column.is-0-mobile-landscape {
      flex: none;
      width: 0%; }
    .orientation_landscape .column.is-offset-0-mobile-landscape {
      margin-left: 0%; }
    .orientation_landscape .column.is-1-mobile-landscape {
      flex: none;
      width: 8.3333333333%; }
    .orientation_landscape .column.is-offset-1-mobile-landscape {
      margin-left: 8.3333333333%; }
    .orientation_landscape .column.is-2-mobile-landscape {
      flex: none;
      width: 16.6666666667%; }
    .orientation_landscape .column.is-offset-2-mobile-landscape {
      margin-left: 16.6666666667%; }
    .orientation_landscape .column.is-3-mobile-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-offset-3-mobile-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-4-mobile-landscape {
      flex: none;
      width: 33.3333333333%; }
    .orientation_landscape .column.is-offset-4-mobile-landscape {
      margin-left: 33.3333333333%; }
    .orientation_landscape .column.is-5-mobile-landscape {
      flex: none;
      width: 41.6666666667%; }
    .orientation_landscape .column.is-offset-5-mobile-landscape {
      margin-left: 41.6666666667%; }
    .orientation_landscape .column.is-6-mobile-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-offset-6-mobile-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-7-mobile-landscape {
      flex: none;
      width: 58.3333333333%; }
    .orientation_landscape .column.is-offset-7-mobile-landscape {
      margin-left: 58.3333333333%; }
    .orientation_landscape .column.is-8-mobile-landscape {
      flex: none;
      width: 66.6666666667%; }
    .orientation_landscape .column.is-offset-8-mobile-landscape {
      margin-left: 66.6666666667%; }
    .orientation_landscape .column.is-9-mobile-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-offset-9-mobile-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-10-mobile-landscape {
      flex: none;
      width: 83.3333333333%; }
    .orientation_landscape .column.is-offset-10-mobile-landscape {
      margin-left: 83.3333333333%; }
    .orientation_landscape .column.is-11-mobile-landscape {
      flex: none;
      width: 91.6666666667%; }
    .orientation_landscape .column.is-offset-11-mobile-landscape {
      margin-left: 91.6666666667%; }
    .orientation_landscape .column.is-12-mobile-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-offset-12-mobile-landscape {
      margin-left: 100%; } }
  @media screen and (min-width: 768px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      flex: none; }
    .column.is-full, .column.is-full-tablet {
      flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      flex: none;
      width: 25%; }
    .column.is-one-fifth, .column.is-one-fifth-tablet {
      flex: none;
      width: 20%; }
    .column.is-two-fifths, .column.is-two-fifths-tablet {
      flex: none;
      width: 40%; }
    .column.is-three-fifths, .column.is-three-fifths-tablet {
      flex: none;
      width: 60%; }
    .column.is-four-fifths, .column.is-four-fifths-tablet {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
      margin-left: 20%; }
    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
      margin-left: 40%; }
    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
      margin-left: 60%; }
    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
      margin-left: 80%; }
    .column.is-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.3333333333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .column.is-2, .column.is-2-tablet {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .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.3333333333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .column.is-5, .column.is-5-tablet {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .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.3333333333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .column.is-8, .column.is-8-tablet {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .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.3333333333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .column.is-11, .column.is-11-tablet {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .column.is-12, .column.is-12-tablet {
      flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; }
    .orientation_portrait .column.is-narrow-tablet-portrait {
      flex: none; }
    .orientation_portrait .column.is-full-tablet-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-three-quarters-tablet-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-two-thirds-tablet-portrait {
      flex: none;
      width: 66.6666%; }
    .orientation_portrait .column.is-half-tablet-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-one-third-tablet-portrait {
      flex: none;
      width: 33.3333%; }
    .orientation_portrait .column.is-one-quarter-tablet-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-one-fifth-tablet-portrait {
      flex: none;
      width: 20%; }
    .orientation_portrait .column.is-two-fifths-tablet-portrait {
      flex: none;
      width: 40%; }
    .orientation_portrait .column.is-three-fifths-tablet-portrait {
      flex: none;
      width: 60%; }
    .orientation_portrait .column.is-four-fifths-tablet-portrait {
      flex: none;
      width: 80%; }
    .orientation_portrait .column.is-offset-three-quarters-tablet-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-offset-two-thirds-tablet-portrait {
      margin-left: 66.6666%; }
    .orientation_portrait .column.is-offset-half-tablet-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-offset-one-third-tablet-portrait {
      margin-left: 33.3333%; }
    .orientation_portrait .column.is-offset-one-quarter-tablet-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-offset-one-fifth-tablet-portrait {
      margin-left: 20%; }
    .orientation_portrait .column.is-offset-two-fifths-tablet-portrait {
      margin-left: 40%; }
    .orientation_portrait .column.is-offset-three-fifths-tablet-portrait {
      margin-left: 60%; }
    .orientation_portrait .column.is-offset-four-fifths-tablet-portrait {
      margin-left: 80%; }
    .orientation_portrait .column.is-0-tablet-portrait {
      flex: none;
      width: 0%; }
    .orientation_portrait .column.is-offset-0-tablet-portrait {
      margin-left: 0%; }
    .orientation_portrait .column.is-1-tablet-portrait {
      flex: none;
      width: 8.3333333333%; }
    .orientation_portrait .column.is-offset-1-tablet-portrait {
      margin-left: 8.3333333333%; }
    .orientation_portrait .column.is-2-tablet-portrait {
      flex: none;
      width: 16.6666666667%; }
    .orientation_portrait .column.is-offset-2-tablet-portrait {
      margin-left: 16.6666666667%; }
    .orientation_portrait .column.is-3-tablet-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-offset-3-tablet-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-4-tablet-portrait {
      flex: none;
      width: 33.3333333333%; }
    .orientation_portrait .column.is-offset-4-tablet-portrait {
      margin-left: 33.3333333333%; }
    .orientation_portrait .column.is-5-tablet-portrait {
      flex: none;
      width: 41.6666666667%; }
    .orientation_portrait .column.is-offset-5-tablet-portrait {
      margin-left: 41.6666666667%; }
    .orientation_portrait .column.is-6-tablet-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-offset-6-tablet-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-7-tablet-portrait {
      flex: none;
      width: 58.3333333333%; }
    .orientation_portrait .column.is-offset-7-tablet-portrait {
      margin-left: 58.3333333333%; }
    .orientation_portrait .column.is-8-tablet-portrait {
      flex: none;
      width: 66.6666666667%; }
    .orientation_portrait .column.is-offset-8-tablet-portrait {
      margin-left: 66.6666666667%; }
    .orientation_portrait .column.is-9-tablet-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-offset-9-tablet-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-10-tablet-portrait {
      flex: none;
      width: 83.3333333333%; }
    .orientation_portrait .column.is-offset-10-tablet-portrait {
      margin-left: 83.3333333333%; }
    .orientation_portrait .column.is-11-tablet-portrait {
      flex: none;
      width: 91.6666666667%; }
    .orientation_portrait .column.is-offset-11-tablet-portrait {
      margin-left: 91.6666666667%; }
    .orientation_portrait .column.is-12-tablet-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-offset-12-tablet-portrait {
      margin-left: 100%; }
    .orientation_landscape .column.is-narrow-tablet-landscape {
      flex: none; }
    .orientation_landscape .column.is-full-tablet-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-three-quarters-tablet-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-two-thirds-tablet-landscape {
      flex: none;
      width: 66.6666%; }
    .orientation_landscape .column.is-half-tablet-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-one-third-tablet-landscape {
      flex: none;
      width: 33.3333%; }
    .orientation_landscape .column.is-one-quarter-tablet-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-one-fifth-tablet-landscape {
      flex: none;
      width: 20%; }
    .orientation_landscape .column.is-two-fifths-tablet-landscape {
      flex: none;
      width: 40%; }
    .orientation_landscape .column.is-three-fifths-tablet-landscape {
      flex: none;
      width: 60%; }
    .orientation_landscape .column.is-four-fifths-tablet-landscape {
      flex: none;
      width: 80%; }
    .orientation_landscape .column.is-offset-three-quarters-tablet-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-offset-two-thirds-tablet-landscape {
      margin-left: 66.6666%; }
    .orientation_landscape .column.is-offset-half-tablet-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-offset-one-third-tablet-landscape {
      margin-left: 33.3333%; }
    .orientation_landscape .column.is-offset-one-quarter-tablet-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-offset-one-fifth-tablet-landscape {
      margin-left: 20%; }
    .orientation_landscape .column.is-offset-two-fifths-tablet-landscape {
      margin-left: 40%; }
    .orientation_landscape .column.is-offset-three-fifths-tablet-landscape {
      margin-left: 60%; }
    .orientation_landscape .column.is-offset-four-fifths-tablet-landscape {
      margin-left: 80%; }
    .orientation_landscape .column.is-0-tablet-landscape {
      flex: none;
      width: 0%; }
    .orientation_landscape .column.is-offset-0-tablet-landscape {
      margin-left: 0%; }
    .orientation_landscape .column.is-1-tablet-landscape {
      flex: none;
      width: 8.3333333333%; }
    .orientation_landscape .column.is-offset-1-tablet-landscape {
      margin-left: 8.3333333333%; }
    .orientation_landscape .column.is-2-tablet-landscape {
      flex: none;
      width: 16.6666666667%; }
    .orientation_landscape .column.is-offset-2-tablet-landscape {
      margin-left: 16.6666666667%; }
    .orientation_landscape .column.is-3-tablet-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-offset-3-tablet-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-4-tablet-landscape {
      flex: none;
      width: 33.3333333333%; }
    .orientation_landscape .column.is-offset-4-tablet-landscape {
      margin-left: 33.3333333333%; }
    .orientation_landscape .column.is-5-tablet-landscape {
      flex: none;
      width: 41.6666666667%; }
    .orientation_landscape .column.is-offset-5-tablet-landscape {
      margin-left: 41.6666666667%; }
    .orientation_landscape .column.is-6-tablet-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-offset-6-tablet-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-7-tablet-landscape {
      flex: none;
      width: 58.3333333333%; }
    .orientation_landscape .column.is-offset-7-tablet-landscape {
      margin-left: 58.3333333333%; }
    .orientation_landscape .column.is-8-tablet-landscape {
      flex: none;
      width: 66.6666666667%; }
    .orientation_landscape .column.is-offset-8-tablet-landscape {
      margin-left: 66.6666666667%; }
    .orientation_landscape .column.is-9-tablet-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-offset-9-tablet-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-10-tablet-landscape {
      flex: none;
      width: 83.3333333333%; }
    .orientation_landscape .column.is-offset-10-tablet-landscape {
      margin-left: 83.3333333333%; }
    .orientation_landscape .column.is-11-tablet-landscape {
      flex: none;
      width: 91.6666666667%; }
    .orientation_landscape .column.is-offset-11-tablet-landscape {
      margin-left: 91.6666666667%; }
    .orientation_landscape .column.is-12-tablet-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-offset-12-tablet-landscape {
      margin-left: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .orientation_portrait .column.is-narrow-tablet-only-portrait {
      flex: none; }
    .orientation_portrait .column.is-full-tablet-only-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-three-quarters-tablet-only-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-two-thirds-tablet-only-portrait {
      flex: none;
      width: 66.6666%; }
    .orientation_portrait .column.is-half-tablet-only-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-one-third-tablet-only-portrait {
      flex: none;
      width: 33.3333%; }
    .orientation_portrait .column.is-one-quarter-tablet-only-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-one-fifth-tablet-only-portrait {
      flex: none;
      width: 20%; }
    .orientation_portrait .column.is-two-fifths-tablet-only-portrait {
      flex: none;
      width: 40%; }
    .orientation_portrait .column.is-three-fifths-tablet-only-portrait {
      flex: none;
      width: 60%; }
    .orientation_portrait .column.is-four-fifths-tablet-only-portrait {
      flex: none;
      width: 80%; }
    .orientation_portrait .column.is-offset-three-quarters-tablet-only-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-offset-two-thirds-tablet-only-portrait {
      margin-left: 66.6666%; }
    .orientation_portrait .column.is-offset-half-tablet-only-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-offset-one-third-tablet-only-portrait {
      margin-left: 33.3333%; }
    .orientation_portrait .column.is-offset-one-quarter-tablet-only-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-offset-one-fifth-tablet-only-portrait {
      margin-left: 20%; }
    .orientation_portrait .column.is-offset-two-fifths-tablet-only-portrait {
      margin-left: 40%; }
    .orientation_portrait .column.is-offset-three-fifths-tablet-only-portrait {
      margin-left: 60%; }
    .orientation_portrait .column.is-offset-four-fifths-tablet-only-portrait {
      margin-left: 80%; }
    .orientation_portrait .column.is-0-tablet-only-portrait {
      flex: none;
      width: 0%; }
    .orientation_portrait .column.is-offset-0-tablet-only-portrait {
      margin-left: 0%; }
    .orientation_portrait .column.is-1-tablet-only-portrait {
      flex: none;
      width: 8.3333333333%; }
    .orientation_portrait .column.is-offset-1-tablet-only-portrait {
      margin-left: 8.3333333333%; }
    .orientation_portrait .column.is-2-tablet-only-portrait {
      flex: none;
      width: 16.6666666667%; }
    .orientation_portrait .column.is-offset-2-tablet-only-portrait {
      margin-left: 16.6666666667%; }
    .orientation_portrait .column.is-3-tablet-only-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-offset-3-tablet-only-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-4-tablet-only-portrait {
      flex: none;
      width: 33.3333333333%; }
    .orientation_portrait .column.is-offset-4-tablet-only-portrait {
      margin-left: 33.3333333333%; }
    .orientation_portrait .column.is-5-tablet-only-portrait {
      flex: none;
      width: 41.6666666667%; }
    .orientation_portrait .column.is-offset-5-tablet-only-portrait {
      margin-left: 41.6666666667%; }
    .orientation_portrait .column.is-6-tablet-only-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-offset-6-tablet-only-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-7-tablet-only-portrait {
      flex: none;
      width: 58.3333333333%; }
    .orientation_portrait .column.is-offset-7-tablet-only-portrait {
      margin-left: 58.3333333333%; }
    .orientation_portrait .column.is-8-tablet-only-portrait {
      flex: none;
      width: 66.6666666667%; }
    .orientation_portrait .column.is-offset-8-tablet-only-portrait {
      margin-left: 66.6666666667%; }
    .orientation_portrait .column.is-9-tablet-only-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-offset-9-tablet-only-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-10-tablet-only-portrait {
      flex: none;
      width: 83.3333333333%; }
    .orientation_portrait .column.is-offset-10-tablet-only-portrait {
      margin-left: 83.3333333333%; }
    .orientation_portrait .column.is-11-tablet-only-portrait {
      flex: none;
      width: 91.6666666667%; }
    .orientation_portrait .column.is-offset-11-tablet-only-portrait {
      margin-left: 91.6666666667%; }
    .orientation_portrait .column.is-12-tablet-only-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-offset-12-tablet-only-portrait {
      margin-left: 100%; }
    .orientation_landscape .column.is-narrow-tablet-only-landscape {
      flex: none; }
    .orientation_landscape .column.is-full-tablet-only-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-three-quarters-tablet-only-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-two-thirds-tablet-only-landscape {
      flex: none;
      width: 66.6666%; }
    .orientation_landscape .column.is-half-tablet-only-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-one-third-tablet-only-landscape {
      flex: none;
      width: 33.3333%; }
    .orientation_landscape .column.is-one-quarter-tablet-only-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-one-fifth-tablet-only-landscape {
      flex: none;
      width: 20%; }
    .orientation_landscape .column.is-two-fifths-tablet-only-landscape {
      flex: none;
      width: 40%; }
    .orientation_landscape .column.is-three-fifths-tablet-only-landscape {
      flex: none;
      width: 60%; }
    .orientation_landscape .column.is-four-fifths-tablet-only-landscape {
      flex: none;
      width: 80%; }
    .orientation_landscape .column.is-offset-three-quarters-tablet-only-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-offset-two-thirds-tablet-only-landscape {
      margin-left: 66.6666%; }
    .orientation_landscape .column.is-offset-half-tablet-only-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-offset-one-third-tablet-only-landscape {
      margin-left: 33.3333%; }
    .orientation_landscape .column.is-offset-one-quarter-tablet-only-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-offset-one-fifth-tablet-only-landscape {
      margin-left: 20%; }
    .orientation_landscape .column.is-offset-two-fifths-tablet-only-landscape {
      margin-left: 40%; }
    .orientation_landscape .column.is-offset-three-fifths-tablet-only-landscape {
      margin-left: 60%; }
    .orientation_landscape .column.is-offset-four-fifths-tablet-only-landscape {
      margin-left: 80%; }
    .orientation_landscape .column.is-0-tablet-only-landscape {
      flex: none;
      width: 0%; }
    .orientation_landscape .column.is-offset-0-tablet-only-landscape {
      margin-left: 0%; }
    .orientation_landscape .column.is-1-tablet-only-landscape {
      flex: none;
      width: 8.3333333333%; }
    .orientation_landscape .column.is-offset-1-tablet-only-landscape {
      margin-left: 8.3333333333%; }
    .orientation_landscape .column.is-2-tablet-only-landscape {
      flex: none;
      width: 16.6666666667%; }
    .orientation_landscape .column.is-offset-2-tablet-only-landscape {
      margin-left: 16.6666666667%; }
    .orientation_landscape .column.is-3-tablet-only-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-offset-3-tablet-only-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-4-tablet-only-landscape {
      flex: none;
      width: 33.3333333333%; }
    .orientation_landscape .column.is-offset-4-tablet-only-landscape {
      margin-left: 33.3333333333%; }
    .orientation_landscape .column.is-5-tablet-only-landscape {
      flex: none;
      width: 41.6666666667%; }
    .orientation_landscape .column.is-offset-5-tablet-only-landscape {
      margin-left: 41.6666666667%; }
    .orientation_landscape .column.is-6-tablet-only-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-offset-6-tablet-only-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-7-tablet-only-landscape {
      flex: none;
      width: 58.3333333333%; }
    .orientation_landscape .column.is-offset-7-tablet-only-landscape {
      margin-left: 58.3333333333%; }
    .orientation_landscape .column.is-8-tablet-only-landscape {
      flex: none;
      width: 66.6666666667%; }
    .orientation_landscape .column.is-offset-8-tablet-only-landscape {
      margin-left: 66.6666666667%; }
    .orientation_landscape .column.is-9-tablet-only-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-offset-9-tablet-only-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-10-tablet-only-landscape {
      flex: none;
      width: 83.3333333333%; }
    .orientation_landscape .column.is-offset-10-tablet-only-landscape {
      margin-left: 83.3333333333%; }
    .orientation_landscape .column.is-11-tablet-only-landscape {
      flex: none;
      width: 91.6666666667%; }
    .orientation_landscape .column.is-offset-11-tablet-only-landscape {
      margin-left: 91.6666666667%; }
    .orientation_landscape .column.is-12-tablet-only-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-offset-12-tablet-only-landscape {
      margin-left: 100%; } }
  @media screen and (max-width: 1024px) {
    .column.is-narrow-touch {
      flex: none; }
    .column.is-full-touch {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-touch {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-touch {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-touch {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-touch {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-offset-one-fifth-touch {
      margin-left: 20%; }
    .column.is-offset-two-fifths-touch {
      margin-left: 40%; }
    .column.is-offset-three-fifths-touch {
      margin-left: 60%; }
    .column.is-offset-four-fifths-touch {
      margin-left: 80%; }
    .column.is-0-touch {
      flex: none;
      width: 0%; }
    .column.is-offset-0-touch {
      margin-left: 0%; }
    .column.is-1-touch {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-touch {
      margin-left: 8.3333333333%; }
    .column.is-2-touch {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-touch {
      margin-left: 16.6666666667%; }
    .column.is-3-touch {
      flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-touch {
      margin-left: 33.3333333333%; }
    .column.is-5-touch {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-touch {
      margin-left: 41.6666666667%; }
    .column.is-6-touch {
      flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-touch {
      margin-left: 58.3333333333%; }
    .column.is-8-touch {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-touch {
      margin-left: 66.6666666667%; }
    .column.is-9-touch {
      flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-touch {
      margin-left: 83.3333333333%; }
    .column.is-11-touch {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-touch {
      margin-left: 91.6666666667%; }
    .column.is-12-touch {
      flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; }
    .orientation_portrait .column.is-narrow-touch-portrait {
      flex: none; }
    .orientation_portrait .column.is-full-touch-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-three-quarters-touch-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-two-thirds-touch-portrait {
      flex: none;
      width: 66.6666%; }
    .orientation_portrait .column.is-half-touch-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-one-third-touch-portrait {
      flex: none;
      width: 33.3333%; }
    .orientation_portrait .column.is-one-quarter-touch-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-one-fifth-touch-portrait {
      flex: none;
      width: 20%; }
    .orientation_portrait .column.is-two-fifths-touch-portrait {
      flex: none;
      width: 40%; }
    .orientation_portrait .column.is-three-fifths-touch-portrait {
      flex: none;
      width: 60%; }
    .orientation_portrait .column.is-four-fifths-touch-portrait {
      flex: none;
      width: 80%; }
    .orientation_portrait .column.is-offset-three-quarters-touch-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-offset-two-thirds-touch-portrait {
      margin-left: 66.6666%; }
    .orientation_portrait .column.is-offset-half-touch-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-offset-one-third-touch-portrait {
      margin-left: 33.3333%; }
    .orientation_portrait .column.is-offset-one-quarter-touch-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-offset-one-fifth-touch-portrait {
      margin-left: 20%; }
    .orientation_portrait .column.is-offset-two-fifths-touch-portrait {
      margin-left: 40%; }
    .orientation_portrait .column.is-offset-three-fifths-touch-portrait {
      margin-left: 60%; }
    .orientation_portrait .column.is-offset-four-fifths-touch-portrait {
      margin-left: 80%; }
    .orientation_portrait .column.is-0-touch-portrait {
      flex: none;
      width: 0%; }
    .orientation_portrait .column.is-offset-0-touch-portrait {
      margin-left: 0%; }
    .orientation_portrait .column.is-1-touch-portrait {
      flex: none;
      width: 8.3333333333%; }
    .orientation_portrait .column.is-offset-1-touch-portrait {
      margin-left: 8.3333333333%; }
    .orientation_portrait .column.is-2-touch-portrait {
      flex: none;
      width: 16.6666666667%; }
    .orientation_portrait .column.is-offset-2-touch-portrait {
      margin-left: 16.6666666667%; }
    .orientation_portrait .column.is-3-touch-portrait {
      flex: none;
      width: 25%; }
    .orientation_portrait .column.is-offset-3-touch-portrait {
      margin-left: 25%; }
    .orientation_portrait .column.is-4-touch-portrait {
      flex: none;
      width: 33.3333333333%; }
    .orientation_portrait .column.is-offset-4-touch-portrait {
      margin-left: 33.3333333333%; }
    .orientation_portrait .column.is-5-touch-portrait {
      flex: none;
      width: 41.6666666667%; }
    .orientation_portrait .column.is-offset-5-touch-portrait {
      margin-left: 41.6666666667%; }
    .orientation_portrait .column.is-6-touch-portrait {
      flex: none;
      width: 50%; }
    .orientation_portrait .column.is-offset-6-touch-portrait {
      margin-left: 50%; }
    .orientation_portrait .column.is-7-touch-portrait {
      flex: none;
      width: 58.3333333333%; }
    .orientation_portrait .column.is-offset-7-touch-portrait {
      margin-left: 58.3333333333%; }
    .orientation_portrait .column.is-8-touch-portrait {
      flex: none;
      width: 66.6666666667%; }
    .orientation_portrait .column.is-offset-8-touch-portrait {
      margin-left: 66.6666666667%; }
    .orientation_portrait .column.is-9-touch-portrait {
      flex: none;
      width: 75%; }
    .orientation_portrait .column.is-offset-9-touch-portrait {
      margin-left: 75%; }
    .orientation_portrait .column.is-10-touch-portrait {
      flex: none;
      width: 83.3333333333%; }
    .orientation_portrait .column.is-offset-10-touch-portrait {
      margin-left: 83.3333333333%; }
    .orientation_portrait .column.is-11-touch-portrait {
      flex: none;
      width: 91.6666666667%; }
    .orientation_portrait .column.is-offset-11-touch-portrait {
      margin-left: 91.6666666667%; }
    .orientation_portrait .column.is-12-touch-portrait {
      flex: none;
      width: 100%; }
    .orientation_portrait .column.is-offset-12-touch-portrait {
      margin-left: 100%; }
    .orientation_landscape .column.is-narrow-touch-landscape {
      flex: none; }
    .orientation_landscape .column.is-full-touch-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-three-quarters-touch-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-two-thirds-touch-landscape {
      flex: none;
      width: 66.6666%; }
    .orientation_landscape .column.is-half-touch-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-one-third-touch-landscape {
      flex: none;
      width: 33.3333%; }
    .orientation_landscape .column.is-one-quarter-touch-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-one-fifth-touch-landscape {
      flex: none;
      width: 20%; }
    .orientation_landscape .column.is-two-fifths-touch-landscape {
      flex: none;
      width: 40%; }
    .orientation_landscape .column.is-three-fifths-touch-landscape {
      flex: none;
      width: 60%; }
    .orientation_landscape .column.is-four-fifths-touch-landscape {
      flex: none;
      width: 80%; }
    .orientation_landscape .column.is-offset-three-quarters-touch-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-offset-two-thirds-touch-landscape {
      margin-left: 66.6666%; }
    .orientation_landscape .column.is-offset-half-touch-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-offset-one-third-touch-landscape {
      margin-left: 33.3333%; }
    .orientation_landscape .column.is-offset-one-quarter-touch-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-offset-one-fifth-touch-landscape {
      margin-left: 20%; }
    .orientation_landscape .column.is-offset-two-fifths-touch-landscape {
      margin-left: 40%; }
    .orientation_landscape .column.is-offset-three-fifths-touch-landscape {
      margin-left: 60%; }
    .orientation_landscape .column.is-offset-four-fifths-touch-landscape {
      margin-left: 80%; }
    .orientation_landscape .column.is-0-touch-landscape {
      flex: none;
      width: 0%; }
    .orientation_landscape .column.is-offset-0-touch-landscape {
      margin-left: 0%; }
    .orientation_landscape .column.is-1-touch-landscape {
      flex: none;
      width: 8.3333333333%; }
    .orientation_landscape .column.is-offset-1-touch-landscape {
      margin-left: 8.3333333333%; }
    .orientation_landscape .column.is-2-touch-landscape {
      flex: none;
      width: 16.6666666667%; }
    .orientation_landscape .column.is-offset-2-touch-landscape {
      margin-left: 16.6666666667%; }
    .orientation_landscape .column.is-3-touch-landscape {
      flex: none;
      width: 25%; }
    .orientation_landscape .column.is-offset-3-touch-landscape {
      margin-left: 25%; }
    .orientation_landscape .column.is-4-touch-landscape {
      flex: none;
      width: 33.3333333333%; }
    .orientation_landscape .column.is-offset-4-touch-landscape {
      margin-left: 33.3333333333%; }
    .orientation_landscape .column.is-5-touch-landscape {
      flex: none;
      width: 41.6666666667%; }
    .orientation_landscape .column.is-offset-5-touch-landscape {
      margin-left: 41.6666666667%; }
    .orientation_landscape .column.is-6-touch-landscape {
      flex: none;
      width: 50%; }
    .orientation_landscape .column.is-offset-6-touch-landscape {
      margin-left: 50%; }
    .orientation_landscape .column.is-7-touch-landscape {
      flex: none;
      width: 58.3333333333%; }
    .orientation_landscape .column.is-offset-7-touch-landscape {
      margin-left: 58.3333333333%; }
    .orientation_landscape .column.is-8-touch-landscape {
      flex: none;
      width: 66.6666666667%; }
    .orientation_landscape .column.is-offset-8-touch-landscape {
      margin-left: 66.6666666667%; }
    .orientation_landscape .column.is-9-touch-landscape {
      flex: none;
      width: 75%; }
    .orientation_landscape .column.is-offset-9-touch-landscape {
      margin-left: 75%; }
    .orientation_landscape .column.is-10-touch-landscape {
      flex: none;
      width: 83.3333333333%; }
    .orientation_landscape .column.is-offset-10-touch-landscape {
      margin-left: 83.3333333333%; }
    .orientation_landscape .column.is-11-touch-landscape {
      flex: none;
      width: 91.6666666667%; }
    .orientation_landscape .column.is-offset-11-touch-landscape {
      margin-left: 91.6666666667%; }
    .orientation_landscape .column.is-12-touch-landscape {
      flex: none;
      width: 100%; }
    .orientation_landscape .column.is-offset-12-touch-landscape {
      margin-left: 100%; } }
  @media screen and (min-width: 1025px) {
    .column.is-narrow-desktop {
      flex: none; }
    .column.is-full-desktop {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      flex: none;
      width: 25%; }
    .column.is-one-fifth-desktop {
      flex: none;
      width: 20%; }
    .column.is-two-fifths-desktop {
      flex: none;
      width: 40%; }
    .column.is-three-fifths-desktop {
      flex: none;
      width: 60%; }
    .column.is-four-fifths-desktop {
      flex: none;
      width: 80%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-offset-one-fifth-desktop {
      margin-left: 20%; }
    .column.is-offset-two-fifths-desktop {
      margin-left: 40%; }
    .column.is-offset-three-fifths-desktop {
      margin-left: 60%; }
    .column.is-offset-four-fifths-desktop {
      margin-left: 80%; }
    .column.is-0-desktop {
      flex: none;
      width: 0%; }
    .column.is-offset-0-desktop {
      margin-left: 0%; }
    .column.is-1-desktop {
      flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop {
      flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop {
      flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop {
      flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop {
      flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1264px) {
    .column.is-narrow-widescreen {
      flex: none; }
    .column.is-full-widescreen {
      flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      flex: none;
      width: 33.3333%; }
    .column.is-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.3333333333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen {
      flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen {
      flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen {
      flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen {
      flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen {
      flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen {
      flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen {
      flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen {
      flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }

.columns {
  margin-left: -0.8333333vw;
  margin-right: -0.8333333vw;
  margin-top: -0.8333333vw; }
  .columns:last-child {
    margin-bottom: -0.8333333vw; }
  .columns:not(:last-child) {
    margin-bottom: calc(1.5rem - 0.8333333vw); }
  .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; }
	.home-hero-slide .columns.is-gapless > .column{text-align:center;}
    .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; }
  .columns.is-baligned {
    align-items: flex-end; }
  @media screen and (min-width: 768px), print {
    .columns:not(.is-desktop) {
      display: flex; } }
  @media screen and (min-width: 1025px) {
    .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: 767px) {
    .columns.is-variable.is-0-mobile {
      --columnGap: 0rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-0-tablet {
      --columnGap: 0rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-0-tablet-only {
      --columnGap: 0rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-0-touch {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-0-desktop {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-0-desktop-only {
      --columnGap: 0rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-0-widescreen {
      --columnGap: 0rem; } }
  .columns.is-variable.is-1 {
    --columnGap: 0.25rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-1-mobile {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-1-tablet {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-1-tablet-only {
      --columnGap: 0.25rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-1-touch {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-1-desktop {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-1-desktop-only {
      --columnGap: 0.25rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-1-widescreen {
      --columnGap: 0.25rem; } }
  .columns.is-variable.is-2 {
    --columnGap: 0.5rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-2-mobile {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-2-tablet {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-2-tablet-only {
      --columnGap: 0.5rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-2-touch {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-2-desktop {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-2-desktop-only {
      --columnGap: 0.5rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-2-widescreen {
      --columnGap: 0.5rem; } }
  .columns.is-variable.is-3 {
    --columnGap: 0.75rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-3-mobile {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-3-tablet {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-3-tablet-only {
      --columnGap: 0.75rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-3-touch {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-3-desktop {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-3-desktop-only {
      --columnGap: 0.75rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-3-widescreen {
      --columnGap: 0.75rem; } }
  .columns.is-variable.is-4 {
    --columnGap: 1rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-4-mobile {
      --columnGap: 1rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-4-tablet {
      --columnGap: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-4-tablet-only {
      --columnGap: 1rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-4-touch {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-4-desktop {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-4-desktop-only {
      --columnGap: 1rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-4-widescreen {
      --columnGap: 1rem; } }
  .columns.is-variable.is-5 {
    --columnGap: 1.25rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-5-mobile {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-5-tablet {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-5-tablet-only {
      --columnGap: 1.25rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-5-touch {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-5-desktop {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-5-desktop-only {
      --columnGap: 1.25rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-5-widescreen {
      --columnGap: 1.25rem; } }
  .columns.is-variable.is-6 {
    --columnGap: 1.5rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-6-mobile {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-6-tablet {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-6-tablet-only {
      --columnGap: 1.5rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-6-touch {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-6-desktop {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-6-desktop-only {
      --columnGap: 1.5rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-6-widescreen {
      --columnGap: 1.5rem; } }
  .columns.is-variable.is-7 {
    --columnGap: 1.75rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-7-mobile {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-7-tablet {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-7-tablet-only {
      --columnGap: 1.75rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-7-touch {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-7-desktop {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-7-desktop-only {
      --columnGap: 1.75rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-7-widescreen {
      --columnGap: 1.75rem; } }
  .columns.is-variable.is-8 {
    --columnGap: 2rem; }
  @media screen and (max-width: 767px) {
    .columns.is-variable.is-8-mobile {
      --columnGap: 2rem; } }
  @media screen and (min-width: 768px), print {
    .columns.is-variable.is-8-tablet {
      --columnGap: 2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .columns.is-variable.is-8-tablet-only {
      --columnGap: 2rem; } }
  @media screen and (max-width: 1024px) {
    .columns.is-variable.is-8-touch {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1025px) {
    .columns.is-variable.is-8-desktop {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1263px) {
    .columns.is-variable.is-8-desktop-only {
      --columnGap: 2rem; } }
  @media screen and (min-width: 1264px) {
    .columns.is-variable.is-8-widescreen {
      --columnGap: 2rem; } }

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 768px), print {
    .tile:not(.is-child) {
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden; }
  .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: 1024px) {
      .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 {
      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: 767px) {
        .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: 1024px) {
      .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 {
      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: 767px) {
        .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: #363636; }
    .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: #363636; }
    .hero.is-light .subtitle {
      color: rgba(54, 54, 54, 0.9); }
      .hero.is-light .subtitle a:not(.button),
      .hero.is-light .subtitle strong {
        color: #363636; }
    @media screen and (max-width: 1024px) {
      .hero.is-light .navbar-menu {
        background-color: whitesmoke; } }
    .hero.is-light .navbar-item,
    .hero.is-light .navbar-link {
      color: rgba(54, 54, 54, 0.7); }
    .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
    .hero.is-light .navbar-link:hover,
    .hero.is-light .navbar-link.is-active {
      background-color: #e8e8e8;
      color: #363636; }
    .hero.is-light .tabs a {
      color: #363636;
      opacity: 0.9; }
      .hero.is-light .tabs a:hover {
        opacity: 1; }
    .hero.is-light .tabs li.is-active a {
      opacity: 1; }
    .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
      color: #363636; }
      .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
        background-color: rgba(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: #363636;
      border-color: #363636;
      color: whitesmoke; }
    .hero.is-light.is-bold {
      background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-light.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } }
  .hero.is-dark {
    background-color: #363636;
    color: whitesmoke; }
    .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: whitesmoke; }
    .hero.is-dark .subtitle {
      color: rgba(245, 245, 245, 0.9); }
      .hero.is-dark .subtitle a:not(.button),
      .hero.is-dark .subtitle strong {
        color: whitesmoke; }
    @media screen and (max-width: 1024px) {
      .hero.is-dark .navbar-menu {
        background-color: #363636; } }
    .hero.is-dark .navbar-item,
    .hero.is-dark .navbar-link {
      color: rgba(245, 245, 245, 0.7); }
    .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
    .hero.is-dark .navbar-link:hover,
    .hero.is-dark .navbar-link.is-active {
      background-color: #292929;
      color: whitesmoke; }
    .hero.is-dark .tabs a {
      color: whitesmoke;
      opacity: 0.9; }
      .hero.is-dark .tabs a:hover {
        opacity: 1; }
    .hero.is-dark .tabs li.is-active a {
      opacity: 1; }
    .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
      color: whitesmoke; }
      .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: whitesmoke;
      border-color: whitesmoke;
      color: #363636; }
    .hero.is-dark.is-bold {
      background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-dark.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
  .hero.is-primary {
    background-color: #6AD1E3;
    color: white; }
    .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: white; }
    .hero.is-primary .subtitle {
      color: rgba(255, 255, 255, 0.9); }
      .hero.is-primary .subtitle a:not(.button),
      .hero.is-primary .subtitle strong {
        color: white; }
    @media screen and (max-width: 1024px) {
      .hero.is-primary .navbar-menu {
        background-color: #6AD1E3; } }
    .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: #55cadf;
      color: white; }
    .hero.is-primary .tabs a {
      color: white;
      opacity: 0.9; }
      .hero.is-primary .tabs a:hover {
        opacity: 1; }
    .hero.is-primary .tabs li.is-active a {
      opacity: 1; }
    .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
      color: white; }
      .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: white;
      border-color: white;
      color: #6AD1E3; }
    .hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #34e6e3 0%, #6AD1E3 71%, #7cc8eb 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #34e6e3 0%, #6AD1E3 71%, #7cc8eb 100%); } }
  .hero.is-link {
    background-color: #A0A5B0;
    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: 1024px) {
      .hero.is-link .navbar-menu {
        background-color: #A0A5B0; } }
    .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: #9298a4;
      color: #fff; }
    .hero.is-link .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-link .tabs a:hover {
        opacity: 1; }
    .hero.is-link .tabs li.is-active a {
      opacity: 1; }
    .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
      color: #fff; }
      .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
        background-color: rgba(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: #A0A5B0; }
    .hero.is-link.is-bold {
      background-image: linear-gradient(141deg, #798ea4 0%, #A0A5B0 71%, #aaadbf 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-link.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #798ea4 0%, #A0A5B0 71%, #aaadbf 100%); } }
  .hero.is-info {
    background-color: #209cee;
    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: 1024px) {
      .hero.is-info .navbar-menu {
        background-color: #209cee; } }
    .hero.is-info .navbar-item,
    .hero.is-info .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
    .hero.is-info .navbar-link:hover,
    .hero.is-info .navbar-link.is-active {
      background-color: #118fe4;
      color: #fff; }
    .hero.is-info .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-info .tabs a:hover {
        opacity: 1; }
    .hero.is-info .tabs li.is-active a {
      opacity: 1; }
    .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
      color: #fff; }
      .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
        background-color: rgba(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: #209cee; }
    .hero.is-info.is-bold {
      background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-info.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #04a6d7 0%, #209cee 71%, #3287f5 100%); } }
  .hero.is-success {
    background-color: #23d160;
    color: #fff; }
    .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):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: 1024px) {
      .hero.is-success .navbar-menu {
        background-color: #23d160; } }
    .hero.is-success .navbar-item,
    .hero.is-success .navbar-link {
      color: rgba(255, 255, 255, 0.7); }
    .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active {
      background-color: #20bc56;
      color: #fff; }
    .hero.is-success .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-success .tabs a:hover {
        opacity: 1; }
    .hero.is-success .tabs li.is-active a {
      opacity: 1; }
    .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
      color: #fff; }
      .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
        background-color: rgba(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: #23d160; }
    .hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%); } }
  .hero.is-warning {
    background-color: #ffdd57;
    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: 1024px) {
      .hero.is-warning .navbar-menu {
        background-color: #ffdd57; } }
    .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: #ffd83d;
      color: rgba(0, 0, 0, 0.7); }
    .hero.is-warning .tabs a {
      color: rgba(0, 0, 0, 0.7);
      opacity: 0.9; }
      .hero.is-warning .tabs a:hover {
        opacity: 1; }
    .hero.is-warning .tabs li.is-active a {
      opacity: 1; }
    .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
      color: rgba(0, 0, 0, 0.7); }
      .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
        background-color: rgba(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: #ffdd57; }
    .hero.is-warning.is-bold {
      background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-warning.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); } }
  .hero.is-danger {
    background-color: #FF1D3B;
    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: 1024px) {
      .hero.is-danger .navbar-menu {
        background-color: #FF1D3B; } }
    .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: #ff0425;
      color: #fff; }
    .hero.is-danger .tabs a {
      color: #fff;
      opacity: 0.9; }
      .hero.is-danger .tabs a:hover {
        opacity: 1; }
    .hero.is-danger .tabs li.is-active a {
      opacity: 1; }
    .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
      color: #fff; }
      .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
        background-color: rgba(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: #FF1D3B; }
    .hero.is-danger.is-bold {
      background-image: linear-gradient(141deg, #e90046 0%, #FF1D3B 71%, #ff3d37 100%); }
      @media screen and (max-width: 767px) {
        .hero.is-danger.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #e90046 0%, #FF1D3B 71%, #ff3d37 100%); } }
  .hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem; }
  @media screen and (min-width: 768px), print {
    .hero.is-medium .hero-body {
      padding-bottom: 9rem;
      padding-top: 9rem; } }
  @media screen and (min-width: 768px), print {
    .hero.is-large .hero-body {
      padding-bottom: 18rem;
      padding-top: 18rem; } }
  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
    align-items: center;
 }
    .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.is-fullheight.has-header-spacing {
      min-height: calc(100vh - 9.166667vw); }
      .hero.is-fullheight.has-header-spacing .has-vertical-stripes-inner {
        min-height: calc(100vh - 9.166667vw); }

.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: 767px) {
	  .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body{display:block;}
	  .home-hero-slider, .home-hero-wrapper {
    height: 100% !important;
}
.home-hero-slider{
    margin-top: 120px;
}

    .hero-video {
      display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }
  @media screen and (max-width: 767px) {
    .hero-buttons .button {
      display: flex; }
      .hero-buttons .button:not(:last-child) {
        margin-bottom: 0.75rem; } }
  @media screen and (min-width: 768px), 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; }

.section {
  padding: 0rem;
  position: relative;
  overflow: hidden; }
  .section * {
    z-index: 1;
    position: relative; }
  @media screen and (min-width: 1025px) {
    .section.is-small {
      padding: 3rem 0rem; }
    .section.is-medium {
      padding: 9rem 0rem; }
    .section.is-large {
      padding: 18rem 0rem; } }
  .section.is-fullheight {
    min-height: 100vh; }
    .section.is-fullheight .container {
      min-height: 100vh;
      display: flex; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.header-spacing {
  position: relative; }
  @media screen and (min-width: 1025px) {
    .header-spacing {
      height: 9.166667vw; } }
  @media screen and (max-width: 1024px) {
	    .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
    display: block; }
    .orientation_landscape .header-spacing {
      height: 9.166667vw; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .orientation_portrait .header-spacing {
      height: 9.166667vw; } }
  @media screen and (max-width: 767px) {
    .orientation_portrait .header-spacing {
      height: 18.95vw; } }

.footer {
  transition: all 172ms ease-out;
  position: relative;
  z-index: 1;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden; }
  .footer.is-fullheight {
    min-height: 100vh; }
    .footer.is-fullheight .footer-body {
      align-items: center;
      display: block; }
      .footer.is-fullheight .footer-body > .container {
        flex-grow: 1;
        flex-shrink: 1; }
  .footer.is-base:not(.is-fullheight) {
    border-top: 1px solid rgba(160, 165, 176, 0.2); }
  .footer.is-primary:not(.is-fullheight) {
    border-top: 1px solid rgba(160, 165, 176, 0.2); }
  .footer.is-white:not(.is-fullheight) {
    border-top: 1px solid rgba(160, 165, 176, 0.2); }
  .footer .footer-foot {
    flex-grow: 0;
    flex-shrink: 0; }
  .footer .footer-body {
    flex-grow: 1;
    flex-shrink: 0; }
  .footer .is-huge {
    line-height: 1.125em;
    font-size: 4.4vw;
    margin: 0.2em 0 0.6em; }
	  .footer .is-huge .is-size-5{font-size:2.2vw;}
    .orientation_portrait .footer .is-huge {
      font-size: 18vw; }
  .footer .is-copyright {
    font-size: 0.875rem; }
    .footer .is-copyright a {
      position: relative;
      color: #16213D; }
      .footer .is-copyright a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        transition: transform 172ms ease-out;
        background: #16213D; }
      .footer .is-copyright a, .footer .is-copyright a:visited {
        color: #16213D; }
        .footer .is-copyright a:before, .footer .is-copyright a:visited:before {
          transform: scaleX(0); }
      .footer .is-copyright a:hover, .footer .is-copyright a:active {
        color: #16213D; }
        .footer .is-copyright a:hover:before, .footer .is-copyright a:active:before {
          transform: scaleX(1); }
  .footer .logo-footer {
    max-width: 7.5rem;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .orientation_landscape .footer .logo-footer {
        max-width: 6rem; } }
  .footer .social-media {
    display: flex; }
    .footer .social-media .social-media-item a {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      transition: all 172ms ease-out; }
      .footer .social-media .social-media-item a .icon {
        width: 1rem;
        height: 1rem; }
  @media screen and (min-width: 1025px) {
    .footer {
      padding: 3rem 0; }
      .footer .is-copyright p {
        margin-bottom: 0 !important;
        display: inline; } }
  @media screen and (min-width: 1025px) and (min-width: 1264px) {
    .footer .is-copyright a {
      margin-left: 1rem; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1263px) {
    .footer .is-copyright a {
      margin-left: 0.75rem; } }
  @media screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
    .footer .is-copyright p:first-child {
      display: block; }
    .footer .is-copyright p a {
      margin-right: 0.5rem; } }
  @media screen and (min-width: 1025px) {
      .footer .social-media-item a {
        height: 4rem;
        width: 4rem;
        margin: 0.5rem; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .footer .social-media-item a {
        height: 5rem;
        width: 5rem; } }
    @media screen and (min-width: 1025px) and (min-width: 1264px) {
      .footer .social-media-item a {
        height: 5.5rem;
        width: 5.5rem; } }
  @media screen and (min-width: 1025px) {
        .footer .social-media-item a:hover, .footer .social-media-item a:active {
          height: 5rem;
          width: 5rem;
          margin: 0rem; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .footer .social-media-item a:hover, .footer .social-media-item a:active {
          height: 6rem;
          width: 6rem; } }
      @media screen and (min-width: 1025px) and (min-width: 1264px) {
        .footer .social-media-item a:hover, .footer .social-media-item a:active {
          height: 6.5rem;
          width: 6.5rem; } }
  @media screen and (min-width: 1025px) {
      .footer .footer-columns {
        display: flex;
        justify-content: space-between; }
        .footer .footer-columns .column {
          flex: none; } }
  @media screen and (max-width: 1024px) {
    .footer {
      padding: 3rem 0; }
      .footer .is-copyright p {
        margin-bottom: 0 !important; }
        .orientation_landscape .footer .is-copyright p {
          display: block;
          font-size: 0.75rem; }
          .orientation_landscape .footer .is-copyright p a {
            margin-right: 0.5rem; } }
    @media screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
      .orientation_portrait .footer .is-copyright p,.content p, .content li {
        display: block;
        font-size: 1.75rem; }
		.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, {
		font-size:2rem;}
	
        .orientation_portrait .footer .is-copyright p a {
          margin-right: 0.5rem; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .orientation_portrait .footer .is-copyright p {
        display: flex;
        justify-content: center;
        flex-direction: column; } }
  @media screen and (max-width: 1024px) {
      .footer .social-media {
        justify-content: center; }
      .footer .social-media-item a {
        height: 3rem;
        width: 3rem;
        margin: 0.5rem; }
        .footer .social-media-item a:hover, .footer .social-media-item a:active {
          height: 4rem;
          width: 4rem;
          margin: 0rem; }
      .footer .footer-columns {
        display: flex;
        justify-content: space-between; }
        .footer .footer-columns .column {
          flex: none; } }
  .footer.is-base {
    background-color: #16213D; }
    .footer.is-base .logo-footer {
      fill: white; }
    .footer.is-base .is-copyright p {
      color: white; }
      .footer.is-base .is-copyright p a:before {
        background: white; }
      .footer.is-base .is-copyright p a, .footer.is-base .is-copyright p a:visited {
        color: white; }
    .footer.is-base.is-fullheight h5,
    .footer.is-base.is-fullheight .is-huge {
      color: #6AD1E3; }
    .footer.is-base.is-fullheight.is-hovered {
      background-color: #6AD1E3; }
      .footer.is-base.is-fullheight.is-hovered .logo-footer {
        fill: #16213D; }
      .footer.is-base.is-fullheight.is-hovered h5,
      .footer.is-base.is-fullheight.is-hovered .is-huge {
        color: #16213D; }
      .footer.is-base.is-fullheight.is-hovered .is-copyright p {
        color: rgba(22, 33, 61, 0.5); }
        .footer.is-base.is-fullheight.is-hovered .is-copyright p a:before {
          background: #16213D; }
        .footer.is-base.is-fullheight.is-hovered .is-copyright p a, .footer.is-base.is-fullheight.is-hovered .is-copyright p a:visited {
          color: #16213D; }
    .footer.is-base .social-media-item a:before {
      background: white; }
    .footer.is-base .social-media-item a, .footer.is-base .social-media-item a:visited {
      background: white; }
    .footer.is-base .icon {
      fill: #16213D; }
  .footer.is-primary {
    background-color: #6AD1E3; }
    .footer.is-primary .logo-footer {
      fill: #16213D; }
    .footer.is-primary .is-copyright p {
      color: rgab(#16213D, 0.5); }
      .footer.is-primary .is-copyright p a:before {
        background: #16213D; }
      .footer.is-primary .is-copyright p a, .footer.is-primary .is-copyright p a:visited {
        color: #16213D; }
    .footer.is-primary.is-fullheight h5,
    .footer.is-primary.is-fullheight .is-huge {
      color: #16213D; }
    .footer.is-primary.is-fullheight.is-hovered {
      background-color: #16213D; }
      .footer.is-primary.is-fullheight.is-hovered .logo-footer {
        fill: white; }
      .footer.is-primary.is-fullheight.is-hovered h5,
      .footer.is-primary.is-fullheight.is-hovered .is-huge {
        color: #6AD1E3; }
      .footer.is-primary.is-fullheight.is-hovered .is-copyright p {
        color: white; }
        .footer.is-primary.is-fullheight.is-hovered .is-copyright p a:before {
          background: white; }
        .footer.is-primary.is-fullheight.is-hovered .is-copyright p a, .footer.is-primary.is-fullheight.is-hovered .is-copyright p a:visited {
          color: white; }
    .footer.is-primary .social-media-item a:before {
      background: white; }
    .footer.is-primary .social-media-item a, .footer.is-primary .social-media-item a:visited {
      background: white; }
    .footer.is-primary .icon {
      fill: #16213D; }
  .footer.is-white {
    background-color: white; }
    .footer.is-white .logo-footer {
      fill: #16213D; }
    .footer.is-white .is-copyright p {
      color: #A0A5B0; }
      .footer.is-white .is-copyright p a:before {
        background: #16213D; }
      .footer.is-white .is-copyright p a, .footer.is-white .is-copyright p a:visited {
        color: #16213D; }
    .footer.is-white .social-media-item a, .footer.is-white .social-media-item a:visited {
      background: #16213D; }
    .footer.is-white .icon {
      fill: white; }
@media screen and (max-width:768px) {
	.orientation_portrait .footer .is-huge{font-size:6vw;}
	.footer.is-fullheight {min-height: auto;}
}
@media screen and (min-width: 1025px) {
  .is-day .footer.is-dark-mode {
    background-color: #6AD1E3; }
    .is-day .footer.is-dark-mode .logo-footer {
      fill: #16213D; }
    .is-day .footer.is-dark-mode .is-copyright p {
      color: rgba(22, 33, 61, 0.5); }
      .is-day .footer.is-dark-mode .is-copyright p a:before {
        background: #16213D; }
      .is-day .footer.is-dark-mode .is-copyright p a, .is-day .footer.is-dark-mode .is-copyright p a:visited {
        color: #16213D; }
    .is-day .footer.is-dark-mode.is-fullheight h5,
    .is-day .footer.is-dark-mode.is-fullheight .is-huge,.is-day .footer.is-dark-mode.is-fullheight .is-huge a {
      color: #16213D; }
    .is-day .footer.is-dark-mode.is-fullheight.is-hovered {
      background-color: #16213D; }
      .is-day .footer.is-dark-mode.is-fullheight.is-hovered h5,
      .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #6AD1E3; }
      .is-day .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: white; }
      .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: white; }
        .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: white; }
        .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: white; }

  .is-night .footer.is-dark-mode {
    background-color: #16213D; }
    .is-night .footer.is-dark-mode .logo-footer {
      fill: white; 
    background: url(../img/logo_white.png) no-repeat center;
    background-size: 100%;
    height: 90px;
    width: 300px;
    display: block;
    position: relative;
	}
	.is-night .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer{
		
	}
    .is-night .footer.is-dark-mode .is-copyright p {
      color: white; }
      .is-night .footer.is-dark-mode .is-copyright p a:before {
        background: white; }
      .is-night .footer.is-dark-mode .is-copyright p a, .is-night .footer.is-dark-mode .is-copyright p a:visited {
        color: white; }
    .is-night .footer.is-dark-mode.is-fullheight h5,
    .is-night .footer.is-dark-mode.is-fullheight .is-huge, .is-day .footer.is-dark-mode.is-fullheight .is-huge a{
      color: #6AD1E3; }
    .is-night .footer.is-dark-mode.is-fullheight.is-hovered {
       }
      .is-night .footer.is-dark-mode.is-fullheight.is-hovered h5,
      .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-huge,.is-night .footer.is-dark-mode.is-fullheight.is-hovered p,.is-night .footer.is-dark-mode.is-fullheight.is-hovered a {
       }
      .is-night .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: #16213D; 
		background: url(../img/logo_black.png) no-repeat center;
		    background-size: 100%;
		    height: 90px;
    width: 300px;
    display: block;
    position: relative;}
      .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: rgba(22, 33, 61, 0.5); }
        .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: #16213D; }
        .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: #16213D; }

  .footer.is-dark-mode .social-media-item a, .footer.is-dark-mode .social-media-item a:visited {
    background: white; }
  .footer.is-dark-mode .icon {
    fill: #16213D; } }
@media screen and (max-width: 1024px) {
  .orientation_portrait .is-night .footer.is-dark-mode {
    background-color: #6AD1E3; }
    .orientation_portrait .is-night .footer.is-dark-mode .logo-footer {
      fill: #16213D; }
    .orientation_portrait .is-night .footer.is-dark-mode .is-copyright p {
      color: rgba(22, 33, 61, 0.5); }
      .orientation_portrait .is-night .footer.is-dark-mode .is-copyright p a:before {
        background: #16213D; }
      .orientation_portrait .is-night .footer.is-dark-mode .is-copyright p a, .orientation_portrait .is-night .footer.is-dark-mode .is-copyright p a:visited {
        color: #16213D; }
    .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight h5,
    .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight .is-huge,.is-night .is-night-white {
      color: #16213D; }
    .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered {
      background-color: #16213D; }
      .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered h5,
      .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #6AD1E3; }
      .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: white; }
      .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: white; }
        .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: white; }
        .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .orientation_portrait .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: white; }
  .orientation_portrait .is-day .footer.is-dark-mode {
    background-color: #16213D; }
    .orientation_portrait .is-day .footer.is-dark-mode .logo-footer {
      fill: white; }
    .orientation_portrait .is-day .footer.is-dark-mode .is-copyright p {
      color: white; }
      .orientation_portrait .is-day .footer.is-dark-mode .is-copyright p a:before {
        background: white; }
      .orientation_portrait .is-day .footer.is-dark-mode .is-copyright p a, .orientation_portrait .is-day .footer.is-dark-mode .is-copyright p a:visited {
        color: white; }
    .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight h5,
    .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight .is-huge {
      color: #6AD1E3; }
    .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered {
      background-color: #6AD1E3; }
      .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered h5,
      .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #16213D; }
      .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: #16213D; }
      .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: rgba(22, 33, 61, 0.5); }
        .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: #16213D; }
        .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .orientation_portrait .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: #16213D; }
  .orientation_portrait .footer.is-dark-mode .social-media-item a, .orientation_portrait .footer.is-dark-mode .social-media-item a:visited {
    background: white; }
  .orientation_portrait .footer.is-dark-mode .icon {
    fill: #16213D; }

  .orientation_landscape .is-day .footer.is-dark-mode {
    background-color: #6AD1E3; }
    .orientation_landscape .is-day .footer.is-dark-mode .logo-footer {
      fill: #16213D; }
    .orientation_landscape .is-day .footer.is-dark-mode .is-copyright p {
      color: rgba(22, 33, 61, 0.5); }
      .orientation_landscape .is-day .footer.is-dark-mode .is-copyright p a:before {
        background: #16213D; }
      .orientation_landscape .is-day .footer.is-dark-mode .is-copyright p a, .orientation_landscape .is-day .footer.is-dark-mode .is-copyright p a:visited {
        color: #16213D; }
    .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight h5,
    .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight .is-huge {
      color: #16213D; }
    .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered {
      background-color: #16213D; }
      .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered h5,
      .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #6AD1E3; }
      .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: white; }
      .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: white; }
        .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: white; }
        .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .orientation_landscape .is-day .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: white; }
  .orientation_landscape .is-night .footer.is-dark-mode {
    background-color: #16213D; }
    .orientation_landscape .is-night .footer.is-dark-mode .logo-footer {
      fill: white; }
    .orientation_landscape .is-night .footer.is-dark-mode .is-copyright p {
      color: white; }
      .orientation_landscape .is-night .footer.is-dark-mode .is-copyright p a:before {
        background: white; }
      .orientation_landscape .is-night .footer.is-dark-mode .is-copyright p a, .orientation_landscape .is-night .footer.is-dark-mode .is-copyright p a:visited {
        color: white; }
    .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight h5,
    .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight .is-huge {
      color: #6AD1E3; }
    .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered {
      background-color: #6AD1E3; }
      .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered h5,
      .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #16213D; }
      .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: #16213D; }
      .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: rgba(22, 33, 61, 0.5); }
        .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: #16213D; }
        .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .orientation_landscape .is-night .footer.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: #16213D; }
  .orientation_landscape .footer.is-dark-mode .social-media-item a, .orientation_landscape .footer.is-dark-mode .social-media-item a:visited {
    background: white; }
  .orientation_landscape .footer.is-dark-mode .icon {
    fill: #16213D; }
  .is-day .orientation_landscape .orientation_landscape.is-dark-mode {
    background-color: #6AD1E3; }
    .is-day .orientation_landscape .orientation_landscape.is-dark-mode .logo-footer {
      fill: #16213D; }
    .is-day .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p {
      color: rgba(22, 33, 61, 0.5); }
      .is-day .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p a:before {
        background: #16213D; }
      .is-day .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p a, .is-day .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p a:visited {
        color: #16213D; }
    .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight h5,
    .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight .is-huge {
      color: #16213D; }
    .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered {
      background-color: #16213D; }
      .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered h5,
      .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #6AD1E3; }
      .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: white; }
      .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: white; }
        .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: white; }
        .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .is-day .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: white; }
  .is-night .orientation_landscape .orientation_landscape.is-dark-mode {
    background-color: #16213D; }
    .is-night .orientation_landscape .orientation_landscape.is-dark-mode .logo-footer {
      fill: white; }
    .is-night .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p {
      color: white; }
      .is-night .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p a:before {
        background: white; }
      .is-night .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p a, .is-night .orientation_landscape .orientation_landscape.is-dark-mode .is-copyright p a:visited {
        color: white; }
    .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight h5,
    .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight .is-huge {
      color: #6AD1E3; }
    .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered {
      background-color: #6AD1E3; }
      .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered h5,
      .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-huge {
        color: #16213D; }
      .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .logo-footer {
        fill: #16213D; }
      .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p {
        color: rgba(22, 33, 61, 0.5); }
        .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:before {
          background: #16213D; }
        .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p a, .is-night .orientation_landscape .orientation_landscape.is-dark-mode.is-fullheight.is-hovered .is-copyright p a:visited {
          color: #16213D; }
  .orientation_landscape .footer.is-dark-mode .social-media-item a, .orientation_landscape .footer.is-dark-mode .social-media-item a:visited {
    background: white; }
  .orientation_landscape .footer.is-dark-mode .icon {
    fill: #16213D; } }

html, html > * {
  cursor: none !important; }
html a {
  cursor: none !important; }
html.ios body.home.is-night, html.ios body.ubizz-about-us, html.ios body.ubizz-properties, html.ios body.blog, html.ios body.ubizz-contant, html.ios body.single-post, html.ios body.single-properties {
  background: #16213D; }
html.ios body.home.is-day {
  background: white; }

.mouse-tracking {
  position: absolute; }
  .mobile .mouse-tracking {
    display: none !important; }
  .mouse-tracking:not(.mouse-drag) .mouse-default {
    pointer-events: none !important;
    height: 0;
    width: 0;
    background: #6AD1E3;
    position: absolute;
    z-index: 100000; }
  .mouse-tracking:not(.mouse-drag) .mouse-default:after {
    content: "";
    display: block;
    position: absolute;
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 100%;
    background: #6AD1E3;
    top: -0.375rem;
    left: -0.375rem; }
  .mouse-tracking:not(.mouse-drag) .mouse-default:before {
    content: "";
    display: block;
    position: absolute;
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    background: rgba(106, 209, 227, 0.24);
    top: -1.5rem;
    left: -1.5rem;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 344ms;
    animation-name: fadeOut; }
  .mouse-tracking:not(.mouse-drag).mouse-hover .mouse-default:before {
    animation-name: fadeIn; }
  .mouse-tracking:not(.mouse-drag) .swiper-icon {
    transform: scale(0); }
  .mouse-tracking:not(.mouse-drag).mouse-inverted .mouse-default {
    background: #16213D; }
    .mouse-tracking:not(.mouse-drag).mouse-inverted .mouse-default:after {
      background: #16213D; }
    .mouse-tracking:not(.mouse-drag).mouse-inverted .mouse-default:before {
      background: rgba(22, 33, 61, 0.24); }
  .mouse-tracking.mouse-drag .drag-icon,
  .mouse-tracking.mouse-drag .drag-icon span {
    pointer-events: none !important;
    height: 0;
    width: 0;
    background: #6AD1E3;
    position: absolute;
    z-index: 100000; }
  .mouse-tracking.mouse-drag .drag-icon:before {
    content: "";
    background: #6AD1E3;
    height: 10vw;
    width: 10vw;
    position: absolute;
    top: -5vw;
    left: -5vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    display: block;
    line-height: 100%;
    text-align: center; }
  .mouse-tracking.mouse-drag .drag-icon .drag-content:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.25vw;
    z-index: 100001; }
  .mouse-tracking.mouse-drag .drag-icon .drag-icons:before, .mouse-tracking.mouse-drag .drag-icon .drag-icons:after {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    height: 0;
    bottom: 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
    z-index: 100001; }
  .mouse-tracking.mouse-drag .drag-icon .drag-icons:before {
    border-left-color: white;
    left: 2.5rem; }
  .mouse-tracking.mouse-drag .drag-icon .drag-icons:after {
    border-right-color: white;
    right: 2.5rem; }

.content.is-fullheight {
  min-height: 100%; }
.content.is-vcentered {
  align-items: center;
  display: flex; }
.content.is-sbetween {
  display: flex;
  align-content: space-between;
  flex-flow: row wrap; }
.content.is-vbottom {
  align-items: flex-end;
  display: flex; }
.content.is-hright {
  justify-content: flex-end; }
  @media screen and (max-width: 767px) {
	  .content.is-vcentered{display:block;}
    .orientation_portrait .content.is-hright {
      justify-content: flex-start; } }
.content.is-jcenter {
  justify-content: center; }

.image .simpleParallax,
.image .ubizzParallax {
  min-height: 100%; }
  .image .simpleParallax img,
  .image .ubizzParallax img {
    height: 100%;
    display: block;
    max-width: none; }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* DARK MODE */
.has-fill-primary {
  fill: #6AD1E3; }

.has-fill-base-1 {
  fill: #16213D; }

.has-fill-white {
  fill: white; }

.is-day .is-day-base-1 {
  color: #16213D;
  fill: #16213D; }
.is-day .has-background-day-base-1 {
  background: #16213D; }
.is-day .is-day-primary {
  color: #6AD1E3;
  fill: #6AD1E3; }
.is-day .has-background-day-primary {
  background: #6AD1E3; }
.is-day .is-day-white {
  color: white;
  fill: white; }
.is-day .has-background-day-white {
  background: white; }

.is-night .is-night-base-1 {
  color: #16213D;
  fill: #16213D; }
.is-night .has-background-night-base-1 {
  background: none; }
.is-night .is-night-primary {
  color: #6AD1E3;
  fill: #6AD1E3; }
.is-night .has-background-night-primary {
  background: #6AD1E3; }
.is-night .is-night-white {
  color: white;
  fill: white; }
.is-night .has-background-night-white {
  background: white; }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
.parallaxCSS {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-position: top center;
  background-size: cover;
  transform: translateZ(-1px) scale(2.1);
  min-height: 100%;
  z-index: -1; }


.orientation_landscape .has-vertical-stripes:before, .orientation_landscape .has-vertical-stripes:after, .orientation_landscape .has-vertical-stripes > .has-vertical-stripes-inner:before, .orientation_landscape .has-vertical-stripes > .has-vertical-stripes-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 100; }
.orientation_landscape .has-vertical-stripes:before {
  left: 0; }
.orientation_landscape .has-vertical-stripes:after {
  right: 0; }
.orientation_landscape .has-vertical-stripes:not(.is-paddingless) > .has-vertical-stripes-inner {
  padding-top: 0.8333333vw;
  padding-bottom: 0.8333333vw; }
.orientation_landscape .has-vertical-stripes > .has-vertical-stripes-inner:before {
  left: 33.33333%; }
.orientation_landscape .has-vertical-stripes > .has-vertical-stripes-inner:after {
  right: 33.33333%; }

.orientation_landscape .is-day .has-background-day-white .has-vertical-stripes:before, .orientation_landscape .is-day .has-background-day-white .has-vertical-stripes:after, .orientation_landscape .is-day .has-background-day-white .has-vertical-stripes > .has-vertical-stripes-inner:before, .orientation_landscape .is-day .has-background-day-white .has-vertical-stripes > .has-vertical-stripes-inner:after,
.orientation_landscape .has-background-base-1 .has-vertical-stripes:before,
.orientation_landscape .has-background-base-1 .has-vertical-stripes:after,
.orientation_landscape .has-background-base-1 .has-vertical-stripes > .has-vertical-stripes-inner:before,
.orientation_landscape .has-background-base-1 .has-vertical-stripes > .has-vertical-stripes-inner:after {
  background: rgba(160, 165, 176, 0.2); }
.orientation_landscape .is-night .has-background-night-base-1 .has-vertical-stripes:before, .orientation_landscape .is-night .has-background-night-base-1 .has-vertical-stripes:after, .orientation_landscape .is-night .has-background-night-base-1 .has-vertical-stripes > .has-vertical-stripes-inner:before, .orientation_landscape .is-night .has-background-night-base-1 .has-vertical-stripes > .has-vertical-stripes-inner:after, .orientation_landscape .has-background-white .has-vertical-stripes:before, .orientation_landscape .has-background-white .has-vertical-stripes:after, .orientation_landscape .has-background-white .has-vertical-stripes > .has-vertical-stripes-inner:before, .orientation_landscape .has-background-white .has-vertical-stripes > .has-vertical-stripes-inner:after {
    background: rgba(255, 255, 255, 0.1);
}

  
  
.horizontal-stripes .columns {
  position: relative; }
  .horizontal-stripes .columns:before, .horizontal-stripes .columns:after {
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    height: 1px;
    transform: translateX(-50vw);
    width: 100vw; }
    .is-day .horizontal-stripes .columns:before, .is-day .horizontal-stripes .columns:after {
      background: rgba(160, 165, 176, 0.2); }
    .is-night .horizontal-stripes .columns:before, .is-night .horizontal-stripes .columns:after {
      background: rgba(255, 255, 255, 0.1); }
  .horizontal-stripes .columns:before {
    bottom: 0;
    display: block; }
.horizontal-stripes.horizontal-stripes-first .columns:after {
  display: block;
  top: 0; }
.horizontal-stripes .text-scrolling {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0; }
.horizontal-stripes .icon {
  width: 2rem;
  height: 2rem; }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* VERTICAL SPACING */
@media screen and (max-width: 767px) {
  .padding-top-0-mobile {
    padding-top: 0vh; }

  .padding-bottom-0-mobile {
    padding-bottom: 0vh; }

  .padding-top-1-mobile {
    padding-top: 2.133333vh; }

  .padding-bottom-1-mobile {
    padding-bottom: 2.133333vh; }

  .padding-top-2-mobile {
    padding-top: 4.266666vh; }

  .padding-bottom-2-mobile {
    padding-bottom: 4.266666vh; }

  .padding-top-3-mobile {
    padding-top: 6.399999vh; }

  .padding-bottom-3-mobile {
    padding-bottom: 6.399999vh; }

  .padding-top-4-mobile {
    padding-top: 8.533332vh; }

  .padding-bottom-4-mobile {
    padding-bottom: 8.533332vh; }

  .padding-top-5-mobile {
    padding-top: 10.666665vh; }

  .padding-bottom-5-mobile {
    padding-bottom: 10.666665vh; }

  .padding-top-6-mobile {
    padding-top: 12.799998vh; }

  .padding-bottom-6-mobile {
    padding-bottom: 12.799998vh; }

  .padding-top-7-mobile {
    padding-top: 14.933331vh; }

  .padding-bottom-7-mobile {
    padding-bottom: 14.933331vh; }

  .padding-top-8-mobile {
    padding-top: 17.066664vh; }

  .padding-bottom-8-mobile {
    padding-bottom: 17.066664vh; }

  .padding-top-9-mobile {
    padding-top: 19.199997vh; }

  .padding-bottom-9-mobile {
    padding-bottom: 19.199997vh; }

  .padding-top-10-mobile {
    padding-top: 21.33333vh; }

  .padding-bottom-10-mobile {
    padding-bottom: 21.33333vh; }

  .padding-top-11-mobile {
    padding-top: 23.466663vh; }

  .padding-bottom-11-mobile {
    padding-bottom: 23.466663vh; }

  .padding-top-12-mobile {
    padding-top: 25.599996vh; }

  .padding-bottom-12-mobile {
    padding-bottom: 25.599996vh; }

  .orientation_portrait .padding-top-0-mobile-portrait {
    padding-top: 0vh; }
  .orientation_portrait .padding-bottom-0-mobile-portrait {
    padding-bottom: 0vh; }
  .orientation_portrait .order-0-mobile-portrait {
    order: 0; }
  .orientation_portrait .padding-top-1-mobile-portrait {
    padding-top: 2.133333vh; }
  .orientation_portrait .padding-bottom-1-mobile-portrait {
    padding-bottom: 2.133333vh; }
  .orientation_portrait .order-1-mobile-portrait {
    order: 1; }
  .orientation_portrait .padding-top-2-mobile-portrait {
    padding-top: 4.266666vh; }
  .orientation_portrait .padding-bottom-2-mobile-portrait {
    padding-bottom: 4.266666vh; }
  .orientation_portrait .order-2-mobile-portrait {
    order: 2; }
  .orientation_portrait .padding-top-3-mobile-portrait {
    padding-top: 6.399999vh; }
  .orientation_portrait .padding-bottom-3-mobile-portrait {
    padding-bottom: 6.399999vh; }
  .orientation_portrait .order-3-mobile-portrait {
    order: 3; }
  .orientation_portrait .padding-top-4-mobile-portrait {
    padding-top: 8.533332vh; }
  .orientation_portrait .padding-bottom-4-mobile-portrait {
    padding-bottom: 8.533332vh; }
  .orientation_portrait .order-4-mobile-portrait {
    order: 4; }
  .orientation_portrait .padding-top-5-mobile-portrait {
    padding-top: 10.666665vh; }
  .orientation_portrait .padding-bottom-5-mobile-portrait {
    padding-bottom: 10.666665vh; }
  .orientation_portrait .order-5-mobile-portrait {
    order: 5; }
  .orientation_portrait .padding-top-6-mobile-portrait {
    padding-top: 12.799998vh; }
  .orientation_portrait .padding-bottom-6-mobile-portrait {
    padding-bottom: 12.799998vh; }
  .orientation_portrait .order-6-mobile-portrait {
    order: 6; }
  .orientation_portrait .padding-top-7-mobile-portrait {
    padding-top: 14.933331vh; }
  .orientation_portrait .padding-bottom-7-mobile-portrait {
    padding-bottom: 14.933331vh; }
  .orientation_portrait .order-7-mobile-portrait {
    order: 7; }
  .orientation_portrait .padding-top-8-mobile-portrait {
    padding-top: 17.066664vh; }
  .orientation_portrait .padding-bottom-8-mobile-portrait {
    padding-bottom: 17.066664vh; }
  .orientation_portrait .order-8-mobile-portrait {
    order: 8; }
  .orientation_portrait .padding-top-9-mobile-portrait {
    padding-top: 19.199997vh; }
  .orientation_portrait .padding-bottom-9-mobile-portrait {
    padding-bottom: 19.199997vh; }
  .orientation_portrait .order-9-mobile-portrait {
    order: 9; }
  .orientation_portrait .padding-top-10-mobile-portrait {
    padding-top: 21.33333vh; }
  .orientation_portrait .padding-bottom-10-mobile-portrait {
    padding-bottom: 21.33333vh; }
  .orientation_portrait .order-10-mobile-portrait {
    order: 10; }
  .orientation_portrait .padding-top-11-mobile-portrait {
    padding-top: 23.466663vh; }
  .orientation_portrait .padding-bottom-11-mobile-portrait {
    padding-bottom: 23.466663vh; }
  .orientation_portrait .order-11-mobile-portrait {
    order: 11; }
  .orientation_portrait .padding-top-12-mobile-portrait {
    padding-top: 25.599996vh; }
  .orientation_portrait .padding-bottom-12-mobile-portrait {
    padding-bottom: 25.599996vh; }
  .orientation_portrait .order-12-mobile-portrait {
    order: 12; }

  .orientation_landscape .padding-top-0-mobile-landscape {
    padding-top: 0vh; }
  .orientation_landscape .padding-bottom-0-mobile-landscape {
    padding-bottom: 0vh; }
  .orientation_landscape .order-0-mobile-landscape {
    order: 0; }
  .orientation_landscape .padding-top-1-mobile-landscape {
    padding-top: 2.133333vh; }
  .orientation_landscape .padding-bottom-1-mobile-landscape {
    padding-bottom: 2.133333vh; }
  .orientation_landscape .order-1-mobile-landscape {
    order: 1; }
  .orientation_landscape .padding-top-2-mobile-landscape {
    padding-top: 4.266666vh; }
  .orientation_landscape .padding-bottom-2-mobile-landscape {
    padding-bottom: 4.266666vh; }
  .orientation_landscape .order-2-mobile-landscape {
    order: 2; }
  .orientation_landscape .padding-top-3-mobile-landscape {
    padding-top: 6.399999vh; }
  .orientation_landscape .padding-bottom-3-mobile-landscape {
    padding-bottom: 6.399999vh; }
  .orientation_landscape .order-3-mobile-landscape {
    order: 3; }
  .orientation_landscape .padding-top-4-mobile-landscape {
    padding-top: 8.533332vh; }
  .orientation_landscape .padding-bottom-4-mobile-landscape {
    padding-bottom: 8.533332vh; }
  .orientation_landscape .order-4-mobile-landscape {
    order: 4; }
  .orientation_landscape .padding-top-5-mobile-landscape {
    padding-top: 10.666665vh; }
  .orientation_landscape .padding-bottom-5-mobile-landscape {
    padding-bottom: 10.666665vh; }
  .orientation_landscape .order-5-mobile-landscape {
    order: 5; }
  .orientation_landscape .padding-top-6-mobile-landscape {
    padding-top: 12.799998vh; }
  .orientation_landscape .padding-bottom-6-mobile-landscape {
    padding-bottom: 12.799998vh; }
  .orientation_landscape .order-6-mobile-landscape {
    order: 6; }
  .orientation_landscape .padding-top-7-mobile-landscape {
    padding-top: 14.933331vh; }
  .orientation_landscape .padding-bottom-7-mobile-landscape {
    padding-bottom: 14.933331vh; }
  .orientation_landscape .order-7-mobile-landscape {
    order: 7; }
  .orientation_landscape .padding-top-8-mobile-landscape {
    padding-top: 17.066664vh; }
  .orientation_landscape .padding-bottom-8-mobile-landscape {
    padding-bottom: 17.066664vh; }
  .orientation_landscape .order-8-mobile-landscape {
    order: 8; }
  .orientation_landscape .padding-top-9-mobile-landscape {
    padding-top: 19.199997vh; }
  .orientation_landscape .padding-bottom-9-mobile-landscape {
    padding-bottom: 19.199997vh; }
  .orientation_landscape .order-9-mobile-landscape {
    order: 9; }
  .orientation_landscape .padding-top-10-mobile-landscape {
    padding-top: 21.33333vh; }
  .orientation_landscape .padding-bottom-10-mobile-landscape {
    padding-bottom: 21.33333vh; }
  .orientation_landscape .order-10-mobile-landscape {
    order: 10; }
  .orientation_landscape .padding-top-11-mobile-landscape {
    padding-top: 23.466663vh; }
  .orientation_landscape .padding-bottom-11-mobile-landscape {
    padding-bottom: 23.466663vh; }
  .orientation_landscape .order-11-mobile-landscape {
    order: 11; }
  .orientation_landscape .padding-top-12-mobile-landscape {
    padding-top: 25.599996vh; }
  .orientation_landscape .padding-bottom-12-mobile-landscape {
    padding-bottom: 25.599996vh; }
  .orientation_landscape .order-12-mobile-landscape {
    order: 12; } }
@media screen and (min-width: 768px), print {
  .padding-top-0-tablet {
    padding-top: 0vh; }

  .padding-bottom-0-tablet {
    padding-bottom: 0vh; }

  .padding-top-1-tablet {
    padding-top: 2.133333vh; }

  .padding-bottom-1-tablet {
    padding-bottom: 2.133333vh; }

  .padding-top-2-tablet {
    padding-top: 4.266666vh; }

  .padding-bottom-2-tablet {
    padding-bottom: 4.266666vh; }

  .padding-top-3-tablet {
    padding-top: 6.399999vh; }

  .padding-bottom-3-tablet {
    padding-bottom: 6.399999vh; }

  .padding-top-4-tablet {
    padding-top: 8.533332vh; }

  .padding-bottom-4-tablet {
    padding-bottom: 8.533332vh; }

  .padding-top-5-tablet {
    padding-top: 10.666665vh; }

  .padding-bottom-5-tablet {
    padding-bottom: 10.666665vh; }

  .padding-top-6-tablet {
    padding-top: 12.799998vh; }

  .padding-bottom-6-tablet {
    padding-bottom: 12.799998vh; }

  .padding-top-7-tablet {
    padding-top: 14.933331vh; }

  .padding-bottom-7-tablet {
    padding-bottom: 14.933331vh; }

  .padding-top-8-tablet {
    padding-top: 17.066664vh; }

  .padding-bottom-8-tablet {
    padding-bottom: 17.066664vh; }

  .padding-top-9-tablet {
    padding-top: 19.199997vh; }

  .padding-bottom-9-tablet {
    padding-bottom: 19.199997vh; }

  .padding-top-10-tablet {
    padding-top: 21.33333vh; }

  .padding-bottom-10-tablet {
    padding-bottom: 21.33333vh; }

  .padding-top-11-tablet {
    padding-top: 23.466663vh; }

  .padding-bottom-11-tablet {
    padding-bottom: 23.466663vh; }

  .padding-top-12-tablet {
    padding-top: 25.599996vh; }

  .padding-bottom-12-tablet {
    padding-bottom: 25.599996vh; }

  .orientation_portrait .padding-top-0-tablet-portrait {
    padding-top: 0vh; }
  .orientation_portrait .padding-bottom-0-tablet-portrait {
    padding-bottom: 0vh; }
  .orientation_portrait .order-0-tablet-portrait {
    order: 0; }
  .orientation_portrait .padding-top-1-tablet-portrait {
    padding-top: 2.133333vh; }
  .orientation_portrait .padding-bottom-1-tablet-portrait {
    padding-bottom: 2.133333vh; }
  .orientation_portrait .order-1-tablet-portrait {
    order: 1; }
  .orientation_portrait .padding-top-2-tablet-portrait {
    padding-top: 4.266666vh; }
  .orientation_portrait .padding-bottom-2-tablet-portrait {
    padding-bottom: 4.266666vh; }
  .orientation_portrait .order-2-tablet-portrait {
    order: 2; }
  .orientation_portrait .padding-top-3-tablet-portrait {
    padding-top: 6.399999vh; }
  .orientation_portrait .padding-bottom-3-tablet-portrait {
    padding-bottom: 6.399999vh; }
  .orientation_portrait .order-3-tablet-portrait {
    order: 3; }
  .orientation_portrait .padding-top-4-tablet-portrait {
    padding-top: 8.533332vh; }
  .orientation_portrait .padding-bottom-4-tablet-portrait {
    padding-bottom: 8.533332vh; }
  .orientation_portrait .order-4-tablet-portrait {
    order: 4; }
  .orientation_portrait .padding-top-5-tablet-portrait {
    padding-top: 10.666665vh; }
  .orientation_portrait .padding-bottom-5-tablet-portrait {
    padding-bottom: 10.666665vh; }
  .orientation_portrait .order-5-tablet-portrait {
    order: 5; }
  .orientation_portrait .padding-top-6-tablet-portrait {
    padding-top: 12.799998vh; }
  .orientation_portrait .padding-bottom-6-tablet-portrait {
    padding-bottom: 12.799998vh; }
  .orientation_portrait .order-6-tablet-portrait {
    order: 6; }
  .orientation_portrait .padding-top-7-tablet-portrait {
    padding-top: 14.933331vh; }
  .orientation_portrait .padding-bottom-7-tablet-portrait {
    padding-bottom: 14.933331vh; }
  .orientation_portrait .order-7-tablet-portrait {
    order: 7; }
  .orientation_portrait .padding-top-8-tablet-portrait {
    padding-top: 17.066664vh; }
  .orientation_portrait .padding-bottom-8-tablet-portrait {
    padding-bottom: 17.066664vh; }
  .orientation_portrait .order-8-tablet-portrait {
    order: 8; }
  .orientation_portrait .padding-top-9-tablet-portrait {
    padding-top: 19.199997vh; }
  .orientation_portrait .padding-bottom-9-tablet-portrait {
    padding-bottom: 19.199997vh; }
  .orientation_portrait .order-9-tablet-portrait {
    order: 9; }
  .orientation_portrait .padding-top-10-tablet-portrait {
    padding-top: 21.33333vh; }
  .orientation_portrait .padding-bottom-10-tablet-portrait {
    padding-bottom: 21.33333vh; }
  .orientation_portrait .order-10-tablet-portrait {
    order: 10; }
  .orientation_portrait .padding-top-11-tablet-portrait {
    padding-top: 23.466663vh; }
  .orientation_portrait .padding-bottom-11-tablet-portrait {
    padding-bottom: 23.466663vh; }
  .orientation_portrait .order-11-tablet-portrait {
    order: 11; }
  .orientation_portrait .padding-top-12-tablet-portrait {
    padding-top: 25.599996vh; }
  .orientation_portrait .padding-bottom-12-tablet-portrait {
    padding-bottom: 25.599996vh; }
  .orientation_portrait .order-12-tablet-portrait {
    order: 12; }

  .orientation_landscape .padding-top-0-tablet-landscape {
    padding-top: 0vh; }
  .orientation_landscape .padding-bottom-0-tablet-landscape {
    padding-bottom: 0vh; }
  .orientation_landscape .order-0-tablet-landscape {
    order: 0; }
  .orientation_landscape .padding-top-1-tablet-landscape {
    padding-top: 2.133333vh; }
  .orientation_landscape .padding-bottom-1-tablet-landscape {
    padding-bottom: 2.133333vh; }
  .orientation_landscape .order-1-tablet-landscape {
    order: 1; }
  .orientation_landscape .padding-top-2-tablet-landscape {
    padding-top: 4.266666vh; }
  .orientation_landscape .padding-bottom-2-tablet-landscape {
    padding-bottom: 4.266666vh; }
  .orientation_landscape .order-2-tablet-landscape {
    order: 2; }
  .orientation_landscape .padding-top-3-tablet-landscape {
    padding-top: 6.399999vh; }
  .orientation_landscape .padding-bottom-3-tablet-landscape {
    padding-bottom: 6.399999vh; }
  .orientation_landscape .order-3-tablet-landscape {
    order: 3; }
  .orientation_landscape .padding-top-4-tablet-landscape {
    padding-top: 8.533332vh; }
  .orientation_landscape .padding-bottom-4-tablet-landscape {
    padding-bottom: 8.533332vh; }
  .orientation_landscape .order-4-tablet-landscape {
    order: 4; }
  .orientation_landscape .padding-top-5-tablet-landscape {
    padding-top: 10.666665vh; }
  .orientation_landscape .padding-bottom-5-tablet-landscape {
    padding-bottom: 10.666665vh; }
  .orientation_landscape .order-5-tablet-landscape {
    order: 5; }
  .orientation_landscape .padding-top-6-tablet-landscape {
    padding-top: 12.799998vh; }
  .orientation_landscape .padding-bottom-6-tablet-landscape {
    padding-bottom: 12.799998vh; }
  .orientation_landscape .order-6-tablet-landscape {
    order: 6; }
  .orientation_landscape .padding-top-7-tablet-landscape {
    padding-top: 14.933331vh; }
  .orientation_landscape .padding-bottom-7-tablet-landscape {
    padding-bottom: 14.933331vh; }
  .orientation_landscape .order-7-tablet-landscape {
    order: 7; }
  .orientation_landscape .padding-top-8-tablet-landscape {
    padding-top: 17.066664vh; }
  .orientation_landscape .padding-bottom-8-tablet-landscape {
    padding-bottom: 17.066664vh; }
  .orientation_landscape .order-8-tablet-landscape {
    order: 8; }
  .orientation_landscape .padding-top-9-tablet-landscape {
    padding-top: 19.199997vh; }
  .orientation_landscape .padding-bottom-9-tablet-landscape {
    padding-bottom: 19.199997vh; }
  .orientation_landscape .order-9-tablet-landscape {
    order: 9; }
  .orientation_landscape .padding-top-10-tablet-landscape {
    padding-top: 21.33333vh; }
  .orientation_landscape .padding-bottom-10-tablet-landscape {
    padding-bottom: 21.33333vh; }
  .orientation_landscape .order-10-tablet-landscape {
    order: 10; }
  .orientation_landscape .padding-top-11-tablet-landscape {
    padding-top: 23.466663vh; }
  .orientation_landscape .padding-bottom-11-tablet-landscape {
    padding-bottom: 23.466663vh; }
  .orientation_landscape .order-11-tablet-landscape {
    order: 11; }
  .orientation_landscape .padding-top-12-tablet-landscape {
    padding-top: 25.599996vh; }
  .orientation_landscape .padding-bottom-12-tablet-landscape {
    padding-bottom: 25.599996vh; }
  .orientation_landscape .order-12-tablet-landscape {
    order: 12; } }
@media screen and (max-width: 1024px) {
  .padding-top-0-touch {
    padding-top: 0vh; }

  .padding-bottom-0-touch {
    padding-bottom: 0vh; }

  .padding-top-1-touch {
    padding-top: 2.133333vh; }

  .padding-bottom-1-touch {
    padding-bottom: 2.133333vh; }

  .padding-top-2-touch {
    padding-top: 4.266666vh; }

  .padding-bottom-2-touch {
    padding-bottom: 4.266666vh; }

  .padding-top-3-touch {
    padding-top: 6.399999vh; }

  .padding-bottom-3-touch {
    padding-bottom: 6.399999vh; }

  .padding-top-4-touch {
    padding-top: 8.533332vh; }

  .padding-bottom-4-touch {
    padding-bottom: 8.533332vh; }

  .padding-top-5-touch {
    padding-top: 10.666665vh; }

  .padding-bottom-5-touch {
    padding-bottom: 10.666665vh; }

  .padding-top-6-touch {
    padding-top: 12.799998vh; }

  .padding-bottom-6-touch {
    padding-bottom: 12.799998vh; }

  .padding-top-7-touch {
    padding-top: 14.933331vh; }

  .padding-bottom-7-touch {
    padding-bottom: 14.933331vh; }

  .padding-top-8-touch {
    padding-top: 17.066664vh; }

  .padding-bottom-8-touch {
    padding-bottom: 17.066664vh; }

  .padding-top-9-touch {
    padding-top: 19.199997vh; }

  .padding-bottom-9-touch {
    padding-bottom: 19.199997vh; }

  .padding-top-10-touch {
    padding-top: 21.33333vh; }

  .padding-bottom-10-touch {
    padding-bottom: 21.33333vh; }

  .padding-top-11-touch {
    padding-top: 23.466663vh; }

  .padding-bottom-11-touch {
    padding-bottom: 23.466663vh; }

  .padding-top-12-touch {
    padding-top: 25.599996vh; }

  .padding-bottom-12-touch {
    padding-bottom: 25.599996vh; }

  .orientation_portrait .padding-top-0-touch-portrait {
    padding-top: 0vh; }
  .orientation_portrait .padding-bottom-0-touch-portrait {
    padding-bottom: 0vh; }
  .orientation_portrait .order-0-touch-portrait {
    order: 0; }
  .orientation_portrait .padding-top-1-touch-portrait {
    padding-top: 2.133333vh; }
  .orientation_portrait .padding-bottom-1-touch-portrait {
    padding-bottom: 2.133333vh; }
  .orientation_portrait .order-1-touch-portrait {
    order: 1; }
  .orientation_portrait .padding-top-2-touch-portrait {
    padding-top: 4.266666vh; }
  .orientation_portrait .padding-bottom-2-touch-portrait {
    padding-bottom: 4.266666vh; }
  .orientation_portrait .order-2-touch-portrait {
    order: 2; }
  .orientation_portrait .padding-top-3-touch-portrait {
    padding-top: 6.399999vh; }
  .orientation_portrait .padding-bottom-3-touch-portrait {
    padding-bottom: 0; }
  .orientation_portrait .order-3-touch-portrait {
    order: 3; }
  .orientation_portrait .padding-top-4-touch-portrait {
    padding-top: 8.533332vh; }
  .orientation_portrait .padding-bottom-4-touch-portrait {
    padding-bottom: 8.533332vh; }
  .orientation_portrait .order-4-touch-portrait {
    order: 4; }
  .orientation_portrait .padding-top-5-touch-portrait {
    padding-top: 10.666665vh; }
  .orientation_portrait .padding-bottom-5-touch-portrait {
    padding-bottom: 10.666665vh; }
  .orientation_portrait .order-5-touch-portrait {
    order: 5; }
  .orientation_portrait .padding-top-6-touch-portrait {
    padding-top: 12.799998vh; }
  .orientation_portrait .padding-bottom-6-touch-portrait {
    padding-bottom: 12.799998vh; }
  .orientation_portrait .order-6-touch-portrait {
    order: 6; }
  .orientation_portrait .padding-top-7-touch-portrait {
    padding-top: 14.933331vh; }
  .orientation_portrait .padding-bottom-7-touch-portrait {
    padding-bottom: 14.933331vh; }
  .orientation_portrait .order-7-touch-portrait {
    order: 7; }
  .orientation_portrait .padding-top-8-touch-portrait {
    padding-top: 17.066664vh; }
  .orientation_portrait .padding-bottom-8-touch-portrait {
    padding-bottom: 17.066664vh; }
  .orientation_portrait .order-8-touch-portrait {
    order: 8; }
  .orientation_portrait .padding-top-9-touch-portrait {
    padding-top: 19.199997vh; }
  .orientation_portrait .padding-bottom-9-touch-portrait {
    padding-bottom: 19.199997vh; }
  .orientation_portrait .order-9-touch-portrait {
    order: 9; }
  .orientation_portrait .padding-top-10-touch-portrait {
    padding-top: 21.33333vh; }
  .orientation_portrait .padding-bottom-10-touch-portrait {
    padding-bottom: 21.33333vh; }
  .orientation_portrait .order-10-touch-portrait {
    order: 10; }
  .orientation_portrait .padding-top-11-touch-portrait {
    padding-top: 23.466663vh; }
  .orientation_portrait .padding-bottom-11-touch-portrait {
    padding-bottom: 23.466663vh; }
  .orientation_portrait .order-11-touch-portrait {
    order: 11; }
  .orientation_portrait .padding-top-12-touch-portrait {
    padding-top: 25.599996vh; }
  .orientation_portrait .padding-bottom-12-touch-portrait {
    padding-bottom: 25.599996vh; }
  .orientation_portrait .order-12-touch-portrait {
    order: 12; }

  .orientation_landscape .padding-top-0-touch-landscape {
    padding-top: 0vh; }
  .orientation_landscape .padding-bottom-0-touch-landscape {
    padding-bottom: 0vh; }
  .orientation_landscape .order-0-touch-landscape {
    order: 0; }
  .orientation_landscape .padding-top-1-touch-landscape {
    padding-top: 0; }
  .orientation_landscape .padding-bottom-1-touch-landscape {
    padding-bottom: 2.133333vh; }
  .orientation_landscape .order-1-touch-landscape {
    order: 1; }
  .orientation_landscape .padding-top-2-touch-landscape {
    padding-top: 4.266666vh; }
  .orientation_landscape .padding-bottom-2-touch-landscape {
    padding-bottom: 4.266666vh; }
  .orientation_landscape .order-2-touch-landscape {
    order: 2; }
  .orientation_landscape .padding-top-3-touch-landscape {
    padding-top: 6.399999vh; }
  .orientation_landscape .padding-bottom-3-touch-landscape {
    padding-bottom: 6.399999vh; }
  .orientation_landscape .order-3-touch-landscape {
    order: 3; }
  .orientation_landscape .padding-top-4-touch-landscape {
    padding-top: 8.533332vh; }
  .orientation_landscape .padding-bottom-4-touch-landscape {
    padding-bottom: 8.533332vh; }
  .orientation_landscape .order-4-touch-landscape {
    order: 4; }
  .orientation_landscape .padding-top-5-touch-landscape {
    padding-top: 10.666665vh; }
  .orientation_landscape .padding-bottom-5-touch-landscape {
    padding-bottom: 10.666665vh; }
  .orientation_landscape .order-5-touch-landscape {
    order: 5; }


  .orientation_landscape .order-6-touch-landscape {
    order: 6; }
  .orientation_landscape .padding-top-7-touch-landscape {
    padding-top: 14.933331vh; }
  .orientation_landscape .padding-bottom-7-touch-landscape {
    padding-bottom: 14.933331vh; }
  .orientation_landscape .order-7-touch-landscape {
    order: 7; }
  .orientation_landscape .padding-top-8-touch-landscape {
    padding-top: 17.066664vh; }
  .orientation_landscape .padding-bottom-8-touch-landscape {
    padding-bottom: 17.066664vh; }
  .orientation_landscape .order-8-touch-landscape {
    order: 8; }
  .orientation_landscape .padding-top-9-touch-landscape {
    padding-top: 19.199997vh; }
  .orientation_landscape .padding-bottom-9-touch-landscape {
    padding-bottom: 19.199997vh; }
  .orientation_landscape .order-9-touch-landscape {
    order: 9; }
  .orientation_landscape .padding-top-10-touch-landscape {
    padding-top: 21.33333vh; }
  .orientation_landscape .padding-bottom-10-touch-landscape {
    padding-bottom: 21.33333vh; }
  .orientation_landscape .order-10-touch-landscape {
    order: 10; }
  .orientation_landscape .padding-top-11-touch-landscape {
    padding-top: 23.466663vh; }
  .orientation_landscape .padding-bottom-11-touch-landscape {
    padding-bottom: 23.466663vh; }
  .orientation_landscape .order-11-touch-landscape {
    order: 11; }
  .orientation_landscape .padding-top-12-touch-landscape {
    padding-top: 25.599996vh; }
  .orientation_landscape .padding-bottom-12-touch-landscape {
    padding-bottom: 25.599996vh; }
  .orientation_landscape .order-12-touch-landscape {
    order: 12; } }
@media screen and (min-width: 1024px) {
  .padding-top-0-desktop {
    padding-top: 0vh; }

  .padding-bottom-0-desktop {
    padding-bottom: 0vh; }

  .padding-top-1-desktop {
    padding-top: 2.133333vh; }

  .padding-bottom-1-desktop {
    padding-bottom: 2.133333vh; }

  .padding-top-2-desktop {
    padding-top: 4.266666vh; }

  .padding-bottom-2-desktop {
    padding-bottom: 4.266666vh; }

  .padding-top-3-desktop {
    padding-top: 6.399999vh; }

  .padding-bottom-3-desktop {
    padding-bottom: 6.399999vh; }

  .padding-top-4-desktop {
    padding-top: 8.533332vh; }

  .padding-bottom-4-desktop {
    padding-bottom: 8.533332vh; }

  .padding-top-5-desktop {
    padding-top: 10.666665vh; }

  .padding-bottom-5-desktop {
    padding-bottom: 10.666665vh; }

  .padding-top-6-desktop {
    padding-top: 12.799998vh; }

  .padding-bottom-6-desktop {
    padding-bottom: 12.799998vh; }

  .padding-top-7-desktop {
    padding-top: 14.933331vh; }

  .padding-bottom-7-desktop {
    padding-bottom: 14.933331vh; }

  .padding-top-8-desktop {
    padding-top: 17.066664vh; }

  .padding-bottom-8-desktop {
    padding-bottom: 17.066664vh; }

  .padding-top-9-desktop {
    padding-top: 19.199997vh; }

  .padding-bottom-9-desktop {
    padding-bottom: 19.199997vh; }

  .padding-top-10-desktop {
    padding-top: 21.33333vh; }

  .padding-bottom-10-desktop {
    padding-bottom: 21.33333vh; }

  .padding-top-11-desktop {
    padding-top: 23.466663vh; }

  .padding-bottom-11-desktop {
    padding-bottom: 23.466663vh; }

  .padding-top-12-desktop {
    padding-top: 25.599996vh; }

  .padding-bottom-12-desktop {
    padding-bottom: 25.599996vh; }

.orientation_portrait .footer .is-huge {
    font-size: 10vw;
}
	}
@media screen and (max-width:1024px){
	.footer.is-fullheight {
    min-height: auto
}
.orientation_portrait .footer .is-huge {
    font-size: 6vw;
}
}

@media screen and (max-width: 767px) {
  .is-offset-0-negative-mobile {
    margin-left: 0% !important; }

  .is-offset-1-negative-mobile {
    margin-left: -8.3333333333% !important; }

  .is-offset-2-negative-mobile {
    margin-left: -16.6666666667% !important; }

  .is-offset-3-negative-mobile {
    margin-left: -25% !important; }

  .is-offset-4-negative-mobile {
    margin-left: -33.3333333333% !important; }

  .is-offset-5-negative-mobile {
    margin-left: -41.6666666667% !important; }

  .is-offset-6-negative-mobile {
    margin-left: -50% !important; }

  .is-offset-7-negative-mobile {
    margin-left: -58.3333333333% !important; }

  .is-offset-8-negative-mobile {
    margin-left: -66.6666666667% !important; }

  .is-offset-9-negative-mobile {
    margin-left: -75% !important; }

  .is-offset-10-negative-mobile {
    margin-left: -83.3333333333% !important; }

  .is-offset-11-negative-mobile {
    margin-left: -91.6666666667% !important; }

  .is-offset-12-negative-mobile {
    margin-left: -100% !important; }

  .orientation_landscape .is-offset-0-negative-mobile-landscape {
    margin-left: 0% !important; }
  .orientation_landscape .is-offset-1-negative-mobile-landscape {
    margin-left: -8.3333333333% !important; }
  .orientation_landscape .is-offset-2-negative-mobile-landscape {
    margin-left: -16.6666666667% !important; }
  .orientation_landscape .is-offset-3-negative-mobile-landscape {
    margin-left: -25% !important; }
  .orientation_landscape .is-offset-4-negative-mobile-landscape {
    margin-left: -33.3333333333% !important; }
  .orientation_landscape .is-offset-5-negative-mobile-landscape {
    margin-left: -41.6666666667% !important; }
  .orientation_landscape .is-offset-6-negative-mobile-landscape {
    margin-left: -50% !important; }
  .orientation_landscape .is-offset-7-negative-mobile-landscape {
    margin-left: -58.3333333333% !important; }
  .orientation_landscape .is-offset-8-negative-mobile-landscape {
    margin-left: -66.6666666667% !important; }
  .orientation_landscape .is-offset-9-negative-mobile-landscape {
    margin-left: -75% !important; }
  .orientation_landscape .is-offset-10-negative-mobile-landscape {
    margin-left: -83.3333333333% !important; }
  .orientation_landscape .is-offset-11-negative-mobile-landscape {
    margin-left: -91.6666666667% !important; }
  .orientation_landscape .is-offset-12-negative-mobile-landscape {
    margin-left: -100% !important; }

  .orientation_portrait .is-offset-0-negative-mobile-portrait {
    margin-left: 0% !important; }
  .orientation_portrait .is-offset-1-negative-mobile-portrait {
    margin-left: -8.3333333333% !important; }
  .orientation_portrait .is-offset-2-negative-mobile-portrait {
    margin-left: -16.6666666667% !important; }
  .orientation_portrait .is-offset-3-negative-mobile-portrait {
    margin-left: -25% !important; }
  .orientation_portrait .is-offset-4-negative-mobile-portrait {
    margin-left: -33.3333333333% !important; }
  .orientation_portrait .is-offset-5-negative-mobile-portrait {
    margin-left: -41.6666666667% !important; }
  .orientation_portrait .is-offset-6-negative-mobile-portrait {
    margin-left: -50% !important; }
  .orientation_portrait .is-offset-7-negative-mobile-portrait {
    margin-left: -58.3333333333% !important; }
  .orientation_portrait .is-offset-8-negative-mobile-portrait {
    margin-left: -66.6666666667% !important; }
  .orientation_portrait .is-offset-9-negative-mobile-portrait {
    margin-left: -75% !important; }
  .orientation_portrait .is-offset-10-negative-mobile-portrait {
    margin-left: -83.3333333333% !important; }
  .orientation_portrait .is-offset-11-negative-mobile-portrait {
    margin-left: -91.6666666667% !important; }
  .orientation_portrait .is-offset-12-negative-mobile-portrait {
    margin-left: -100% !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-offset-0-negative-tablet-only {
    margin-left: 0% !important; }

  .is-offset-1-negative-tablet-only {
    margin-left: -8.3333333333% !important; }

  .is-offset-2-negative-tablet-only {
    margin-left: -16.6666666667% !important; }

  .is-offset-3-negative-tablet-only {
    margin-left: -25% !important; }

  .is-offset-4-negative-tablet-only {
    margin-left: -33.3333333333% !important; }

  .is-offset-5-negative-tablet-only {
    margin-left: -41.6666666667% !important; }

  .is-offset-6-negative-tablet-only {
    margin-left: -50% !important; }

  .is-offset-7-negative-tablet-only {
    margin-left: -58.3333333333% !important; }

  .is-offset-8-negative-tablet-only {
    margin-left: -66.6666666667% !important; }

  .is-offset-9-negative-tablet-only {
    margin-left: -75% !important; }

  .is-offset-10-negative-tablet-only {
    margin-left: -83.3333333333% !important; }

  .is-offset-11-negative-tablet-only {
    margin-left: -91.6666666667% !important; }

  .is-offset-12-negative-tablet-only {
    margin-left: -100% !important; }

  .orientation_landscape .is-offset-0-negative-tablet-only-landscape {
    margin-left: 0% !important; }
  .orientation_landscape .is-offset-1-negative-tablet-only-landscape {
    margin-left: -8.3333333333% !important; }
  .orientation_landscape .is-offset-2-negative-tablet-only-landscape {
    margin-left: -16.6666666667% !important; }
  .orientation_landscape .is-offset-3-negative-tablet-only-landscape {
    margin-left: -25% !important; }
  .orientation_landscape .is-offset-4-negative-tablet-only-landscape {
    margin-left: -33.3333333333% !important; }
  .orientation_landscape .is-offset-5-negative-tablet-only-landscape {
    margin-left: -41.6666666667% !important; }
  .orientation_landscape .is-offset-6-negative-tablet-only-landscape {
    margin-left: -50% !important; }
  .orientation_landscape .is-offset-7-negative-tablet-only-landscape {
    margin-left: -58.3333333333% !important; }
  .orientation_landscape .is-offset-8-negative-tablet-only-landscape {
    margin-left: -66.6666666667% !important; }
  .orientation_landscape .is-offset-9-negative-tablet-only-landscape {
    margin-left: -75% !important; }
  .orientation_landscape .is-offset-10-negative-tablet-only-landscape {
    margin-left: -83.3333333333% !important; }
  .orientation_landscape .is-offset-11-negative-tablet-only-landscape {
    margin-left: -91.6666666667% !important; }
  .orientation_landscape .is-offset-12-negative-tablet-only-landscape {
    margin-left: -100% !important; }

  .orientation_portrait .is-offset-0-negative-tablet-only-portrait {
    margin-left: 0% !important; }
  .orientation_portrait .is-offset-1-negative-tablet-only-portrait {
    margin-left: -8.3333333333% !important; }
  .orientation_portrait .is-offset-2-negative-tablet-only-portrait {
    margin-left: -16.6666666667% !important; }
  .orientation_portrait .is-offset-3-negative-tablet-only-portrait {
    margin-left: -25% !important; }
  .orientation_portrait .is-offset-4-negative-tablet-only-portrait {
    margin-left: -33.3333333333% !important; }
  .orientation_portrait .is-offset-5-negative-tablet-only-portrait {
    margin-left: -41.6666666667% !important; }
  .orientation_portrait .is-offset-6-negative-tablet-only-portrait {
    margin-left: -50% !important; }
  .orientation_portrait .is-offset-7-negative-tablet-only-portrait {
    margin-left: -58.3333333333% !important; }
  .orientation_portrait .is-offset-8-negative-tablet-only-portrait {
    margin-left: -66.6666666667% !important; }
  .orientation_portrait .is-offset-9-negative-tablet-only-portrait {
    margin-left: -75% !important; }
  .orientation_portrait .is-offset-10-negative-tablet-only-portrait {
    margin-left: -83.3333333333% !important; }
  .orientation_portrait .is-offset-11-negative-tablet-only-portrait {
    margin-left: -91.6666666667% !important; }
  .orientation_portrait .is-offset-12-negative-tablet-only-portrait {
    margin-left: -100% !important; } }
@media screen and (max-width: 1024px) {
  .is-offset-0-negative-touch {
    margin-left: 0% !important; }

  .is-offset-1-negative-touch {
    margin-left: -8.3333333333% !important; }

  .is-offset-2-negative-touch {
    margin-left: -16.6666666667% !important; }

  .is-offset-3-negative-touch {
    margin-left: -25% !important; }

  .is-offset-4-negative-touch {
    margin-left: -33.3333333333% !important; }

  .is-offset-5-negative-touch {
    margin-left: -41.6666666667% !important; }

  .is-offset-6-negative-touch {
    margin-left: -50% !important; }

  .is-offset-7-negative-touch {
    margin-left: -58.3333333333% !important; }

  .is-offset-8-negative-touch {
    margin-left: -66.6666666667% !important; }

  .is-offset-9-negative-touch {
    margin-left: -75% !important; }

  .is-offset-10-negative-touch {
    margin-left: -83.3333333333% !important; }

  .is-offset-11-negative-touch {
    margin-left: -91.6666666667% !important; }

  .is-offset-12-negative-touch {
    margin-left: -100% !important; }

  .orientation_landscape .is-offset-0-negative-touch-landscape {
    margin-left: 0% !important; }
  .orientation_landscape .is-offset-1-negative-touch-landscape {
    margin-left: -8.3333333333% !important; }
  .orientation_landscape .is-offset-2-negative-touch-landscape {
    margin-left: -16.6666666667% !important; }
  .orientation_landscape .is-offset-3-negative-touch-landscape {
    margin-left: -25% !important; }
  .orientation_landscape .is-offset-4-negative-touch-landscape {
    margin-left: -33.3333333333% !important; }
  .orientation_landscape .is-offset-5-negative-touch-landscape {
    margin-left: -41.6666666667% !important; }
  .orientation_landscape .is-offset-6-negative-touch-landscape {
    margin-left: -50% !important; }
  .orientation_landscape .is-offset-7-negative-touch-landscape {
    margin-left: -58.3333333333% !important; }
  .orientation_landscape .is-offset-8-negative-touch-landscape {
    margin-left: -66.6666666667% !important; }
  .orientation_landscape .is-offset-9-negative-touch-landscape {
    margin-left: -75% !important; }
  .orientation_landscape .is-offset-10-negative-touch-landscape {
    margin-left: -83.3333333333% !important; }
  .orientation_landscape .is-offset-11-negative-touch-landscape {
    margin-left: -91.6666666667% !important; }
  .orientation_landscape .is-offset-12-negative-touch-landscape {
    margin-left: -100% !important; }

  .orientation_portrait .is-offset-0-negative-touch-portrait {
    margin-left: 0% !important; }
  .orientation_portrait .is-offset-1-negative-touch-portrait {
    margin-left: -8.3333333333% !important; }
  .orientation_portrait .is-offset-2-negative-touch-portrait {
    margin-left: -16.6666666667% !important; }
  .orientation_portrait .is-offset-3-negative-touch-portrait {
    margin-left: -25% !important; }
  .orientation_portrait .is-offset-4-negative-touch-portrait {
    margin-left: -33.3333333333% !important; }
  .orientation_portrait .is-offset-5-negative-touch-portrait {
    margin-left: -41.6666666667% !important; }
  .orientation_portrait .is-offset-6-negative-touch-portrait {
    margin-left: -50% !important; }
  .orientation_portrait .is-offset-7-negative-touch-portrait {
    margin-left: -58.3333333333% !important; }
  .orientation_portrait .is-offset-8-negative-touch-portrait {
    margin-left: -66.6666666667% !important; }
  .orientation_portrait .is-offset-9-negative-touch-portrait {
    margin-left: -75% !important; }
  .orientation_portrait .is-offset-10-negative-touch-portrait {
    margin-left: -83.3333333333% !important; }
  .orientation_portrait .is-offset-11-negative-touch-portrait {
    margin-left: -91.6666666667% !important; }
  .orientation_portrait .is-offset-12-negative-touch-portrait {
    margin-left: -100% !important; } }
@media screen and (min-width: 1025px) {
  .is-offset-0-negative-desktop {
    margin-left: 0% !important; }

  .is-offset-1-negative-desktop {
    margin-left: -8.3333333333% !important; }

  .is-offset-2-negative-desktop {
    margin-left: -16.6666666667% !important; }

  .is-offset-3-negative-desktop {
    margin-left: -25% !important; }

  .is-offset-4-negative-desktop {
    margin-left: -33.3333333333% !important; }

  .is-offset-5-negative-desktop {
    margin-left: -41.6666666667% !important; }

  .is-offset-6-negative-desktop {
    margin-left: -50% !important; }

  .is-offset-7-negative-desktop {
    margin-left: -58.3333333333% !important; }

  .is-offset-8-negative-desktop {
    margin-left: -66.6666666667% !important; }

  .is-offset-9-negative-desktop {
    margin-left: -75% !important; }

  .is-offset-10-negative-desktop {
    margin-left: -83.3333333333% !important; }

  .is-offset-11-negative-desktop {
    margin-left: -91.6666666667% !important; }

  .is-offset-12-negative-desktop {
    margin-left: -100% !important; } }
@media screen and (min-width: 1264px) {
  .is-offset-0-negative-widescreen {
    margin-left: 0% !important; }

  .is-offset-1-negative-widescreen {
    margin-left: -8.3333333333% !important; }

  .is-offset-2-negative-widescreen {
    margin-left: -16.6666666667% !important; }

  .is-offset-3-negative-widescreen {
    margin-left: -25% !important; }

  .is-offset-4-negative-widescreen {
    margin-left: -33.3333333333% !important; }

  .is-offset-5-negative-widescreen {
    margin-left: -41.6666666667% !important; }

  .is-offset-6-negative-widescreen {
    margin-left: -50% !important; }

  .is-offset-7-negative-widescreen {
    margin-left: -58.3333333333% !important; }

  .is-offset-8-negative-widescreen {
    margin-left: -66.6666666667% !important; }

  .is-offset-9-negative-widescreen {
    margin-left: -75% !important; }

  .is-offset-10-negative-widescreen {
    margin-left: -83.3333333333% !important; }

  .is-offset-11-negative-widescreen {
    margin-left: -91.6666666667% !important; }

  .is-offset-12-negative-widescreen {
    margin-left: -100% !important; } }
@media screen and (max-width: 767px) {
  .orientation_portrait .is-fullwidth-left-right-touch-portrait {
    margin-right: -6.84211vw;
    margin-left: -6.84211vw; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .orientation_portrait .is-fullwidth-left-right-touch-portrait {
    margin-right: -9.166667vw;
    margin-left: -9.166667vw; } }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* VERTICAL TITLE */
@media screen and (min-width: 1025px) {
  .title-vertical-1 {
    display: inline-block; }
    .title-vertical-1 .is-transparent {
      display: block;
      opacity: 0;
      padding-top: 100%;
      height: 0; }
}
@media screen and (max-width: 1024px) {
  .orientation_landscape .title-vertical-1 {
    display: inline-block; }
    .orientation_landscape .title-vertical-1 .is-transparent {
      display: block;
      opacity: 0;
      padding-top: 100%;
      height: 0; }


  .orientation_portrait .title-vertical-1 {
    display: inline-block; }
    .orientation_portrait .title-vertical-1 .is-transparent {
      display: block;
      opacity: 0;
      padding-top: 100%;
      height: 0; }
}
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* IMAGE FLAT SHADOW */
.has-3D-shadow-item {
  z-index: 0; }
  .has-3D-shadow-item .has-3D-shadow {
    position: relative;
    z-index: 0; }
    .has-3D-shadow-item .has-3D-shadow span {
      position: absolute; }
      .has-3D-shadow-item .has-3D-shadow span.shadow-3D-left, .has-3D-shadow-item .has-3D-shadow span.shadow-3D-right {
        width: 300vh;
        height: 100%; }
      .has-3D-shadow-item .has-3D-shadow span.shadow-3D-bottom {
        width: 100%;
        left: 0;
        top: 100%;
        height: 300vh; }
    .has-3D-shadow-item .has-3D-shadow.has-3D-shadow-left span.shadow-3D-left {
      left: -300vh;
      transform: skewY(-30deg);
      transform-origin: top right; }
    .has-3D-shadow-item .has-3D-shadow.has-3D-shadow-left span.shadow-3D-bottom {
      transform-origin: top left;
      transform: skewX(-60deg); }
    .has-3D-shadow-item .has-3D-shadow.has-3D-shadow-right span.shadow-3D-right {
      right: -300vh;
      transform: skewY(30deg);
      transform-origin: top left; }
    .has-3D-shadow-item .has-3D-shadow.has-3D-shadow-right span.shadow-3D-bottom {
      transform-origin: top right;
      transform: skewX(60deg); }

.is-night .has-3D-shadow.dark-mode span.shadow-3D-right, .is-night .has-3D-shadow.dark-mode span.shadow-3D-left, .is-night .has-3D-shadow.dark-mode span.shadow-3D-bottom {
  background: rgba(10, 10, 10, 0.2); }

.is-day .has-3D-shadow.dark-mode span.shadow-3D-right, .is-day .has-3D-shadow.dark-mode span.shadow-3D-left, .is-day .has-3D-shadow.dark-mode span.shadow-3D-bottom {
  background: #F3F3F3; }

.has-3D-shadow.dark-shadow span.shadow-3D-right, .has-3D-shadow.dark-shadow span.shadow-3D-left, .has-3D-shadow.dark-shadow span.shadow-3D-bottom {
  background: rgba(10, 10, 10, 0.2); }

.has-3D-shadow.light-shadow span.shadow-3D-right, .has-3D-shadow.light-shadow span.shadow-3D-left, .has-3D-shadow.light-shadow span.shadow-3D-bottom {
  background: #F3F3F3; }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* EDGE IMAGE */
.fullwidth-left {
  display: flex;
  margin-top: -0.8333333vw;
  margin-bottom: -0.8333333vw;
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .orientation_landscape .fullwidth-left {
      margin-left: -9.166667vw; }
    .orientation_portrait .fullwidth-left {
      margin-left: -6.84211vw; } }
  @media screen and (min-width: 768px), print {
    .fullwidth-left {
      margin-left: -9.166667vw; } }

.fullwidth-right {
  display: flex;
  margin-top: -0.8333333vw;
  margin-bottom: -0.8333333vw;
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    .orientation_landscape .fullwidth-right {
      margin-right: -9.166667vw; }
    .orientation_portrait .fullwidth-right {
      margin-right: -6.84211vw; } }
  @media screen and (min-width: 768px), print {
    .fullwidth-right {
      margin-right: -9.166667vw; } }
  .hero .fullwidth-right {
    margin-top: 0;
    margin-bottom: 0; }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* BUTTON HOLD */
.button-hold {
  position: absolute;
  color: white;
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 10;
  width: 14vw;
  height: 14vw;
  bottom: -6vw;
  left: -7vw; }
  @media screen and (max-width: 767px) {
    .orientation_portrait .button-hold {
      left: 50%;
      height: 30vw;
      width: 30vw;
      bottom: -15vw;
      margin-left: -15vw; } }
  .button-hold:before, .button-hold:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(106, 209, 227, 0.3);
    border-radius: 100%;
    z-index: 0;
    width: 24vw;
    height: 24vw;
    top: -5vw;
    left: -5vw;
    transform-origin: center;
    animation-name: hold;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform: scale(0); }
    @media screen and (max-width: 767px) {
      .orientation_portrait .button-hold:before, .orientation_portrait .button-hold:after {
        width: 40vw;
        height: 40vw; } }
  .button-hold:before {
    animation-delay: 172ms; }
  .button-hold .outter-background {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    opacity: 1;
    transition: opacity 172ms ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #6AD1E3;
    border-radius: 100%; }
  .button-hold .inner-background,
  .button-hold .inner-background-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    opacity: 1;
    transition: opacity 172ms ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .button-hold .inner-background-active {
    opacity: 0; }
    .button-hold .inner-background-active:before {
      content: "Loading...";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%); }
  .button-hold .border {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px; }
    .button-hold .border svg {
      height: 100%;
      width: 100%;
      transform: rotate(-90deg); }
    .button-hold .border circle {
      stroke: #6AD1E3;
      stroke-width: 4;
      fill: none;
      stroke-dasharray: 628;
      opacity: 0; }
  .button-hold:active .outter-background {
    background: #16213D; }
  .button-hold:active .inner-background {
    opacity: 0; }
  .button-hold:active .inner-background-active {
    opacity: 1; }
  .button-hold:active circle {
    animation: wipe 2s linear;
    animation-fill-mode: forwards; }

@keyframes wipe {
  0% {
    stroke-dashoffset: 628;
    opacity: 1; }
  100% {
    stroke-dashoffset: 0;
    opacity: 1; } }
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
/* TEAM POPUP */
@media screen and (max-width: 767px) {
  .orientation_portrait .reorder-mobile-portrait .order-0-mobile-portrait {
    order: 0; }
  .orientation_portrait .reorder-mobile-portrait .order-1-mobile-portrait {
    order: 1; }
  .orientation_portrait .reorder-mobile-portrait .order-2-mobile-portrait {
    order: 2; }
  .orientation_portrait .reorder-mobile-portrait .order-3-mobile-portrait {
    order: 3; }
  .orientation_portrait .reorder-mobile-portrait .order-4-mobile-portrait {
    order: 4; }
  .orientation_portrait .reorder-mobile-portrait .order-5-mobile-portrait {
    order: 5; }
  .orientation_portrait .reorder-mobile-portrait .order-6-mobile-portrait {
    order: 6; }
  .orientation_portrait .reorder-mobile-portrait .order-7-mobile-portrait {
    order: 7; }
  .orientation_portrait .reorder-mobile-portrait .order-8-mobile-portrait {
    order: 8; }
  .orientation_portrait .reorder-mobile-portrait .order-9-mobile-portrait {
    order: 9; }
  .orientation_portrait .reorder-mobile-portrait .order-10-mobile-portrait {
    order: 10; }
  .orientation_portrait .reorder-mobile-portrait .order-11-mobile-portrait {
    order: 11; }
  .orientation_portrait .reorder-mobile-portrait .order-12-mobile-portrait {
    order: 12; }

  .orientation_landscape .reorder-mobile-landscape .order-0-mobile-landscape {
    order: 0; }
  .orientation_landscape .reorder-mobile-landscape .order-1-mobile-landscape {
    order: 1; }
  .orientation_landscape .reorder-mobile-landscape .order-2-mobile-landscape {
    order: 2; }
  .orientation_landscape .reorder-mobile-landscape .order-3-mobile-landscape {
    order: 3; }
  .orientation_landscape .reorder-mobile-landscape .order-4-mobile-landscape {
    order: 4; }
  .orientation_landscape .reorder-mobile-landscape .order-5-mobile-landscape {
    order: 5; }
  .orientation_landscape .reorder-mobile-landscape .order-6-mobile-landscape {
    order: 6; }
  .orientation_landscape .reorder-mobile-landscape .order-7-mobile-landscape {
    order: 7; }
  .orientation_landscape .reorder-mobile-landscape .order-8-mobile-landscape {
    order: 8; }
  .orientation_landscape .reorder-mobile-landscape .order-9-mobile-landscape {
    order: 9; }
  .orientation_landscape .reorder-mobile-landscape .order-10-mobile-landscape {
    order: 10; }
  .orientation_landscape .reorder-mobile-landscape .order-11-mobile-landscape {
    order: 11; }
  .orientation_landscape .reorder-mobile-landscape .order-12-mobile-landscape {
    order: 12; } }
@media screen and (max-width: 1024px) {
  .orientation_portrait .reorder-touch-portrait .order-0-touch-portrait {
    order: 0; }
  .orientation_portrait .reorder-touch-portrait .order-1-touch-portrait {
    order: 1; }
  .orientation_portrait .reorder-touch-portrait .order-2-touch-portrait {
    order: 2; }
  .orientation_portrait .reorder-touch-portrait .order-3-touch-portrait {
    order: 3; }
  .orientation_portrait .reorder-touch-portrait .order-4-touch-portrait {
    order: 4; }
  .orientation_portrait .reorder-touch-portrait .order-5-touch-portrait {
    order: 5; }
  .orientation_portrait .reorder-touch-portrait .order-6-touch-portrait {
    order: 6; }
  .orientation_portrait .reorder-touch-portrait .order-7-touch-portrait {
    order: 7; }
  .orientation_portrait .reorder-touch-portrait .order-8-touch-portrait {
    order: 8; }
  .orientation_portrait .reorder-touch-portrait .order-9-touch-portrait {
    order: 9; }
  .orientation_portrait .reorder-touch-portrait .order-10-touch-portrait {
    order: 10; }
  .orientation_portrait .reorder-touch-portrait .order-11-touch-portrait {
    order: 11; }
  .orientation_portrait .reorder-touch-portrait .order-12-touch-portrait {
    order: 12; }

  .orientation_landscape .reorder-touch-landscape .order-0-touch-landscape {
    order: 0; }
  .orientation_landscape .reorder-touch-landscape .order-1-touch-landscape {
    order: 1; }
  .orientation_landscape .reorder-touch-landscape .order-2-touch-landscape {
    order: 2; }
  .orientation_landscape .reorder-touch-landscape .order-3-touch-landscape {
    order: 3; }
  .orientation_landscape .reorder-touch-landscape .order-4-touch-landscape {
    order: 4; }
  .orientation_landscape .reorder-touch-landscape .order-5-touch-landscape {
    order: 5; }
  .orientation_landscape .reorder-touch-landscape .order-6-touch-landscape {
    order: 6; }
  .orientation_landscape .reorder-touch-landscape .order-7-touch-landscape {
    order: 7; }
  .orientation_landscape .reorder-touch-landscape .order-8-touch-landscape {
    order: 8; }
  .orientation_landscape .reorder-touch-landscape .order-9-touch-landscape {
    order: 9; }
  .orientation_landscape .reorder-touch-landscape .order-10-touch-landscape {
    order: 10; }
  .orientation_landscape .reorder-touch-landscape .order-11-touch-landscape {
    order: 11; }
  .orientation_landscape .reorder-touch-landscape .order-12-touch-landscape {
    order: 12; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .orientation_portrait .reorder-tablet-only-portrait .order-0-tablet-only-portrait {
    order: 0; }
  .orientation_portrait .reorder-tablet-only-portrait .order-1-tablet-only-portrait {
    order: 1; }
  .orientation_portrait .reorder-tablet-only-portrait .order-2-tablet-only-portrait {
    order: 2; }
  .orientation_portrait .reorder-tablet-only-portrait .order-3-tablet-only-portrait {
    order: 3; }
  .orientation_portrait .reorder-tablet-only-portrait .order-4-tablet-only-portrait {
    order: 4; }
  .orientation_portrait .reorder-tablet-only-portrait .order-5-tablet-only-portrait {
    order: 5; }
  .orientation_portrait .reorder-tablet-only-portrait .order-6-tablet-only-portrait {
    order: 6; }
  .orientation_portrait .reorder-tablet-only-portrait .order-7-tablet-only-portrait {
    order: 7; }
  .orientation_portrait .reorder-tablet-only-portrait .order-8-tablet-only-portrait {
    order: 8; }
  .orientation_portrait .reorder-tablet-only-portrait .order-9-tablet-only-portrait {
    order: 9; }
  .orientation_portrait .reorder-tablet-only-portrait .order-10-tablet-only-portrait {
    order: 10; }
  .orientation_portrait .reorder-tablet-only-portrait .order-11-tablet-only-portrait {
    order: 11; }
  .orientation_portrait .reorder-tablet-only-portrait .order-12-tablet-only-portrait {
    order: 12; }

  .orientation_landscape .reorder-tablet-only-landscape .order-0-tablet-only-landscape {
    order: 0; }
  .orientation_landscape .reorder-tablet-only-landscape .order-1-tablet-only-landscape {
    order: 1; }
  .orientation_landscape .reorder-tablet-only-landscape .order-2-tablet-only-landscape {
    order: 2; }
  .orientation_landscape .reorder-tablet-only-landscape .order-3-tablet-only-landscape {
    order: 3; }
  .orientation_landscape .reorder-tablet-only-landscape .order-4-tablet-only-landscape {
    order: 4; }
  .orientation_landscape .reorder-tablet-only-landscape .order-5-tablet-only-landscape {
    order: 5; }
  .orientation_landscape .reorder-tablet-only-landscape .order-6-tablet-only-landscape {
    order: 6; }
  .orientation_landscape .reorder-tablet-only-landscape .order-7-tablet-only-landscape {
    order: 7; }
  .orientation_landscape .reorder-tablet-only-landscape .order-8-tablet-only-landscape {
    order: 8; }
  .orientation_landscape .reorder-tablet-only-landscape .order-9-tablet-only-landscape {
    order: 9; }
  .orientation_landscape .reorder-tablet-only-landscape .order-10-tablet-only-landscape {
    order: 10; }
  .orientation_landscape .reorder-tablet-only-landscape .order-11-tablet-only-landscape {
    order: 11; }
  .orientation_landscape .reorder-tablet-only-landscape .order-12-tablet-only-landscape {
    order: 12; } }
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. */
.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
  .background-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.28);
    z-index: 2; }
  .background-image > div {
    height: 100%; }
  .background-image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center; }

p.is-small {
  font-size: 0.875rem; }

.sided-parallax-text {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50vw);
  bottom: 0; }
  .sided-parallax-text span {
    display: block;
    white-space: nowrap; }
    .sided-parallax-text span.left-to-right {
      left: -80vw;
      text-align: right; }
    .sided-parallax-text span.right-to-left {
      right: -80vw;
      text-align: left; }

@media screen and (max-width: 767px) {
  .content-logo svg {
    width: 3.5rem;
    height: 3.5rem; } }
@media screen and (min-width: 768px), print {
  .content-logo svg {
    width: 7rem;
    height: 7rem; } }

.home-properties-swiper figcaption {
  padding-top: 1rem; }
  .is-day .home-properties-swiper figcaption {
    fill: #16213D;
    color: #16213D; }
  .is-night .home-properties-swiper figcaption {
    fill: rgba(255, 255, 255, 0.5);
    color: white; }

.hold-title {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between; }

.hold-content-image {
  position: relative;
  z-index: -1; }
  .orientation_landscape .hold-content-image .content {
    position: relative;
    margin-top: -24%;
    transform: translateX(-16.666667%); }

.orientation_portrait .is-hold-content .column {
  width: 100%;
  margin: 0; }
.orientation_portrait .is-hold-content .hold-content-image {
  margin-top: -5vh;
  z-index: -1; }

@media screen and (min-width: 768px), print {
  .menu-item-tag p:not(:last-child) {
    margin-bottom: 0; }
  .menu-item-tag p:not(.is-active) {
    display: none; }

  .menu-item-image img:not(.is-active) {
    display: none; } }
.swiper-wrapper .swiper-slide {
  height: auto; }

@media screen and (max-width: 767px) {
  .main-logo,
  .main-icon {
    margin-left: -6.84211vw; }

  .property-item figcaption {
    padding-top: 1rem; }

  .hold-content-image {
    margin-top: -15vh;
    z-index: -1;
    position: relative; }

  .orientation_landscape .is-hold-content .is-6-tablet {
    width: 80%; }
  .orientation_landscape .hold-content-image {
    width: 60vw; }

  .about-values-swiper {
    width: 100%; }
    .about-values-swiper .about-value-item {
      border: 1px solid #6AD1E3;
      border-radius: 1rem;
      padding: 1rem; } }
.main-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none; }
  .orientation_landscape .main-logo {
    height: 9.166667vw;
    width: 9.166667vw;
   }
    .orientation_landscape .main-logo svg {
      width: 5.2083333vw; }
  .orientation_portrait .main-logo {
    height: 9.475vw;
    width: 9.475vw;
    justify-content: flex-start; }
    .orientation_portrait .main-logo svg {
      width: 7.23vw; }
    @media screen and (max-width: 767px) {
      .orientation_portrait .main-logo {
        height: 18.95vw;
        width: 18.95vw; }
        .orientation_portrait .main-logo svg {
          width: 14.47vw; } }

.logo-secondary {
  fill: #A0A5B0;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 2; }
  .logo-secondary span {
    display: block;
    margin: auto 1.6666666vw auto auto; }
  .orientation_landscape .logo-secondary svg {
    width: 7.638889vw; }
  .orientation_portrait .logo-secondary svg {
    width: 14vw; }
    @media screen and (max-width: 767px) {
      .orientation_portrait .logo-secondary svg {
        width: 21vw; } }

.navigation-trigger {
  background: #6AD1E3;
  fill: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  order: 3; }
  .navigation-trigger svg {
    transform: scale(1, 1);
    opacity: 1;
    transition: all 172ms ease-out;
    transform-origin: center; }
  .orientation_landscape .navigation-trigger {
    height: 9.166667vw;
    width: 9.166667vw;
    margin-right: -9.166667vw !important; }
    .orientation_landscape .navigation-trigger svg {
      height: 1.8055556vw;
      width: 1.8055556vw; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .orientation_portrait .navigation-trigger {
      margin-right: -9.166667vw !important;
      height: 9.166667vw;
      width: 9.166667vw; }
      .orientation_portrait .navigation-trigger svg {
        height: 3.42vw;
        width: 3.42vw;     display: block;} }
  @media screen and (max-width: 767px) {
    .orientation_portrait .navigation-trigger {
    margin-right: 0;
    height: 14.95vw;
    width: 14.95vw;
    position: absolute;
    top: 0;
    right: 0;}
	.sided-parallax-text {
    position: relative;
	}
	.orientation_portrait .content p.is-jumbo span{font-size: 2rem;line-height: 3rem;}
      .orientation_portrait .navigation-trigger svg {
        height: 6.84vw;
        width: 6.84vw; } }
  .navigation-trigger.is-clicked svg {
    transform: scale(3, 3);
    opacity: 0; }
  .navigation-trigger.is-active svg {
    transform: scale(0, 0);
    opacity: 0; }

@media screen and (min-width: 768px), print {
  .is-hold-content .column {
    z-index: 2; }
  .is-hold-content .bottom-tablet {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; } }

/*. MODAL */
.modal-background {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1; }
  .modal-background > * {
    opacity: 0; }
  .modal-background:before {
    content: "";
    display: block;
    position: fixed;
    transform: scale(0, 0);
    transition: transform 516ms ease-out;
    transform-origin: center;
    background: #6AD1E3; }
    .orientation_landscape .modal-background:before {
      width: 200vw;
      height: 200vw; }
      @media screen and (max-width: 767px) {
        .orientation_landscape .modal-background:before {
          top: calc(-100vw + 2.25rem);
          left: -2.25rem; } }
      @media screen and (min-width: 768px), print {
        .orientation_landscape .modal-background:before {
          top: calc(-100vw + 4.125rem);
          left: -4.125rem; } }
    .orientation_portrait .modal-background:before {
      width: 200vh;
      height: 200vh; }
      @media screen and (max-width: 767px) {
        .orientation_portrait .modal-background:before {
          top: calc(-100vh + 2.25rem);
          right: calc(-100vh + 2.25rem); } }
      @media screen and (min-width: 768px), print {
        .orientation_portrait .modal-background:before {
          top: calc(-100vh + 4.125rem);
          right: calc(-100vh + 4.125rem); } }
  .modal-background.thank-you-modal:before {
    background: rgba(10, 10, 10, 0.55); }
  .modal-background.is-active {
    z-index: 10000; }
    .modal-background.is-active > * {
      opacity: 1; }
    .modal-background.is-active:before {
      transition: transform 516ms ease-out;
      transform: scale(1, 1); }

.modal {
  opacity: 0;
  z-index: -1;
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed; }
  .modal.is-active {
    display: flex;
    opacity: 1;
    z-index: 10002;
    flex-direction: column; }
    .modal.is-active .modal-trigger-close {
      fill: #16213D;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: none; }
      .modal.is-active .modal-trigger-close svg {
        transform: scale(1, 1);
        opacity: 1;
        transition: all 172ms ease-out;
        transform-origin: center; }
      .orientation_landscape .modal.is-active .modal-trigger-close {
        height: 9.166667vw;
        width: 9.166667vw;
        margin-right: -9.166667vw !important; }
        .orientation_landscape .modal.is-active .modal-trigger-close svg {
          height: 1.8055556vw;
          width: 1.8055556vw; }
      .orientation_portrait .modal.is-active .modal-trigger-close {
        margin-right: -9.475vw !important;
        height: 9.475vw;
        width: 9.475vw; }
        .orientation_portrait .modal.is-active .modal-trigger-close svg {
          height: 3.42vw;
          width: 3.42vw; }
        @media screen and (max-width: 767px) {
          .orientation_portrait .modal.is-active .modal-trigger-close {
            height: 18.95vw;
            width: 18.95vw; }
            .orientation_portrait .modal.is-active .modal-trigger-close svg {
              height: 6.84vw;
              width: 6.84vw; } }
      .modal.is-active .modal-trigger-close.is-clicked svg {
        transform: scale(3, 3);
        opacity: 0; }
      .modal.is-active .modal-trigger-close.is-active svg {
        transform: scale(0, 0);
        opacity: 0; }
    .modal.is-active .modal-card {
      display: flex;
      flex-direction: column;
      height: 100vh;
      overflow: hidden;
      -ms-overflow-y: visible;
      margin: 0;
      overflow: auto;
      position: relative;
      width: 100%; }
    .modal.is-active .modal-container-top {
      align-items: center;
      display: flex;
      flex-shrink: 0;
      justify-content: flex-start;
      position: relative; }
    .modal.is-active .modal-card-body {
      -webkit-overflow-scrolling: touch;
      flex-grow: 1;
      flex-shrink: 1;
      overflow: auto; }
  .modal.thank-you-modal.is-active .modal-trigger-close {
    fill: white; }

/* FIXED BUTTONS */
.fixed-buttons {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px), print {
    .fixed-buttons {
      bottom: 6rem; } }
  @media screen and (max-width: 767px) {
    .fixed-buttons {
      bottom: 5rem; } }
  .fixed-buttons .fixed-button {
    border-radius: 100%;
    background: #6AD1E3;
    fill: white;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .fixed-buttons .fixed-button {
        width: 3rem;
        height: 3rem; } }
    @media screen and (min-width: 768px), print {
      .fixed-buttons .fixed-button {
        width: 4rem;
        height: 4rem; } }

/* PARALLAX */
.outter-parallax {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .outter-parallax .inner-parallax figure {
    height: 100%;
    width: 100%; }
  .outter-parallax .inner-parallax.total-parallax-1 {
    margin-top: -5vh;
    margin-bottom: -5vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-2 {
    margin-top: -10vh;
    margin-bottom: -10vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-3 {
    margin-top: -15vh;
    margin-bottom: -15vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-4 {
    margin-top: -20vh;
    margin-bottom: -20vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-5 {
    margin-top: -25vh;
    margin-bottom: -25vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-6 {
    margin-top: -30vh;
    margin-bottom: -30vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-7 {
    margin-top: -35vh;
    margin-bottom: -35vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-8 {
    margin-top: -40vh;
    margin-bottom: -40vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-9 {
    margin-top: -45vh;
    margin-bottom: -45vh;
    height: calc(10rem + $column-gap); }
  .outter-parallax .inner-parallax.total-parallax-10 {
    margin-top: -50vh;
    margin-bottom: -50vh;
    height: calc(10rem + $column-gap); }

hr {
  background-color: rgba(22, 33, 61, 0.4);
  height: 1px; }

@media screen and (min-width: 1025px) {
  .header-right-content {
    margin-right: -9.166667vw; }

  .main-logo,
  .main-icon {
    margin-left: -9.166667vw; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-right-content {
    margin-right: -9.166667vw; }

  .main-logo,
  .main-icon {
    margin-left: -9.166667vw; } }
@media screen and (max-width: 767px) {
  .header-right-content {
    margin-right: -6.84211vw; } }
.menu-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .menu-container.still-animating {
    z-index: 10000; }
  .menu-container > * {
    opacity: 0; }
  .menu-container:before {
    content: "";
    display: block;
    position: fixed;
    transform: scale(0, 0);
    transition: transform 516ms ease-out;
    transform-origin: center; }
    .is-night .menu-container:before {
      background: rgba(22, 33, 61, 0.7607843137254902); }
    .is-day .menu-container:before {
      background: white; }
    .orientation_landscape .menu-container:before {
      width: 120vw;
      height: 200vw; }
      @media screen and (max-width: 767px) {
        .orientation_landscape .menu-container:before {
          top: calc(-100vw + 18.95vw);
          left: -18.95vw; } }
      @media screen and (min-width: 768px), print {
        .orientation_landscape .menu-container:before {
          top: calc(-100vw + 9.166667vw);
          left: -9.166667vw; } }
    .orientation_portrait .menu-container:before {
      width: 120vh;
      height: 200vh; }
      @media screen and (max-width: 767px) {
        .orientation_portrait .menu-container:before {
          top: calc(-100vh + 18.95vw);
          right: calc(-100vh + 18.95vw); } }
      @media screen and (min-width: 768px), print {
        .orientation_portrait .menu-container:before {
          top: calc(-100vh + 9.166667vw);
          right: calc(-100vh + 9.166667vw); } }
  .menu-container.is-active > * {
    opacity: 1; }
  .menu-container.is-active:before {
    transition: transform 516ms ease-out;
    transform: scale(1, 1); }
  .menu-container .brand-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #6AD1E3;
    animation-delay: 344ms;
    animation-duration: 172ms; }
    .orientation_portrait .menu-container .brand-icon {
      height: 9.166667vw;
      width: 9.166667vw;
      justify-content: flex-start; }
  .menu-container .navigation-trigger-close {
    fill: #6AD1E3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none; }
    .menu-container .navigation-trigger-close svg {
      transform: scale(1, 1);
      opacity: 1;
      transition: all 172ms ease-out;
      transform-origin: center; }
    .orientation_landscape .menu-container .navigation-trigger-close {
      height: 9.166667vw;
      width: 9.166667vw;
      margin-right: -9.166667vw !important; }
      .orientation_landscape .menu-container .navigation-trigger-close svg {
        height: 1.8055556vw;
        width: 1.8055556vw; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .orientation_portrait .menu-container .navigation-trigger-close {
    margin-right: 0;
    height: 14.95vw;
    width: 14.95vw; }
        .orientation_portrait .menu-container .navigation-trigger-close svg {
          height: 3.42vw;
          width: 3.42vw; } }
    @media screen and (max-width: 767px) {
		.is-night .has-background-night-base-1 {
    background: none !important;
}

      .orientation_portrait .menu-container .navigation-trigger-close {
        margin-right: -6.84211vw !important;
        height: 18.95vw;
        width: 18.95vw; }
        .orientation_portrait .menu-container .navigation-trigger-close svg {
          height: 6.84vw;
          width: 6.84vw; } }
    .menu-container .navigation-trigger-close.is-clicked svg {
      transform: scale(3, 3);
      opacity: 0; }
    .menu-container .navigation-trigger-close.is-active svg {
      transform: scale(0, 0);
      opacity: 0; }
  .menu-container.is-active .main-icon {
    animation-delay: 0s;
    animation-duration: 172ms; }
  .menu-container .is-navigation-image {
    height: calc(100% + 0.8333333vw + 0.8333333vw); }
    .menu-container .is-navigation-image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .menu-container .menu-item .icon-active {
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    transition: all 172ms ease-out; }
  .menu-container .menu-item a, .menu-container .menu-item a:visited {
    fill: #6AD1E3;
    position: relative;
    font-size: 2rem;
    line-height: 3.5rem;
    transition: all 172ms ease-out; }
    .is-night .menu-container .menu-item a, .is-night .menu-container .menu-item a:visited {
      color: white; }
    .is-day .menu-container .menu-item a, .is-day .menu-container .menu-item a:visited {
      color: #16213D; }
    @media screen and (min-width: 768px), print {
      .menu-container .menu-item a, .menu-container .menu-item a:visited {
        font-size: 4vw;
        line-height: 2em; } }
  .is-night .menu-container .menu-item a:hover, .is-day .menu-container .menu-item a:hover, .is-night .menu-container .menu-item a:active, .is-day .menu-container .menu-item a:active, .is-night .menu-container .menu-item a.is-active, .is-day .menu-container .menu-item a.is-active {
    color: #6AD1E3; }
  .menu-container .menu-item a:hover .icon-active, .menu-container .menu-item a:active .icon-active, .menu-container .menu-item a.is-active .icon-active {
    left: -2rem;
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .menu-container .menu-item a:hover .icon-active, .menu-container .menu-item a:active .icon-active, .menu-container .menu-item a.is-active .icon-active {
        left: -1rem; } }
  .menu-container .menu-item-tag {
    font-size: 0.75rem;
    position: relative; }
    .menu-container .menu-item-tag .is-active {
      color: #6AD1E3; }
    .menu-container .menu-item-tag:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1.6666666vw;
      width: 2px; }
      .is-night .menu-container .menu-item-tag:before {
        background: white; }
      .is-day .menu-container .menu-item-tag:before {
        background: #16213D; }
  .menu-container .is-vspaced-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (min-width: 768px), print {
      .menu-container .is-vspaced-between {
        padding-top: 3rem;
        padding-bottom: 6rem; } }
  .menu-container .navigation-contact {
    font-size: 0.875rem; }
    .menu-container .navigation-contact a, .menu-container .navigation-contact a:visited {
      font-size: 0.875rem;
      color: #A0A5B0; }
  .menu-container .menu-container-bottom {
    position: relative; }
  @media screen and (max-width: 1024px) {
    .orientation_portrait .menu-container .menu-container-bottom .columns {
      flex-direction: column-reverse; }
    .orientation_portrait .menu-container .navigation-contact {
      column-count: 2;
      column-gap: 2rem; }
    .orientation_landscape .menu-container .is-12-touch {
      width: 50%; }
      .orientation_landscape .menu-container .is-12-touch .padding-top-3-mobile {
        padding-top: 0; } }

/* HOME SLIDER */
.hero-body {
  overflow: hidden; }
  .hero-body .has-vertical-stripes-inner {
    display: flex; }

.orientation_portrait .hero.is-fullheight {
  min-height: 0; }
  .orientation_portrait .hero.is-fullheight .has-vertical-stripes-inner {
    min-height: 0;}

.home-hero-navigation-container {
  position: absolute;
  z-index: 20;
  width: 100%; }
  .home-hero-navigation-container .home-hero-navigation {
    z-index: 2; }
    .home-hero-navigation-container .home-hero-navigation > * {
      font-size: 0.875rem;
      position: relative;
      fill: #6AD1E3; }
      .home-hero-navigation-container .home-hero-navigation > * .slider-number {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0; }
      .home-hero-navigation-container .home-hero-navigation > * .slider-active {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .home-hero-navigation-container .home-hero-navigation > *.is-active span + span {
        display: flex; }
      .is-day .home-hero-navigation-container .home-hero-navigation > * {
        background: white;
        color: rgba(22, 33, 61, 0.3); }
        .is-day .home-hero-navigation-container .home-hero-navigation > *.is-active {
          color: #16213D; }
      .is-night .home-hero-navigation-container .home-hero-navigation > * {
        background: #16213D;
        color: rgba(255, 255, 255, 0.3); }
        .is-night .home-hero-navigation-container .home-hero-navigation > *.is-active {
          color: white; }
    .home-hero-navigation-container .home-hero-navigation p {
      position: relative;
      height: 0; }
  @media screen and (min-width: 1025px) {
    .home-hero-navigation-container {
      left: 0;
      bottom: 0; }
      .home-hero-navigation-container .home-hero-navigation {
        display: flex;
        justify-content: flex-start; }
        .home-hero-navigation-container .home-hero-navigation > * {
          display: flex;
          justify-content: center;
          align-items: center; }
        .home-hero-navigation-container .home-hero-navigation p {
          width: 100%;
          padding-top: 100%; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .home-hero-navigation-container {
      left: 0;
      bottom: 0; }
      .orientation_landscape .home-hero-navigation-container .home-hero-navigation {
        display: flex;
        justify-content: flex-start; }
        .orientation_landscape .home-hero-navigation-container .home-hero-navigation > * {
          display: flex;
          justify-content: center;
          align-items: center; }
        .orientation_landscape .home-hero-navigation-container .home-hero-navigation p {
          width: 100%;
          padding-top: 100%; }
    .orientation_portrait .home-hero-navigation-container {
      right: 0;
      top: 50vw;
      z-index: 10; }
      .orientation_portrait .home-hero-navigation-container .home-hero-navigation {
        display: flex;
        justify-content: flex-end;
  }
        .orientation_portrait .home-hero-navigation-container .home-hero-navigation > * {
          display: flex;
          justify-content: center;
          align-items: center;
          flex: none;
          width: 17.5vw; }
        .orientation_portrait .home-hero-navigation-container .home-hero-navigation p {
          width: 100%;
          padding-top: 10vw; } }
		  @media screen and (max-width:767px){
			  .orientation_portrait .home-hero-navigation-container{top:60vw;}
		  }

.orientation_landscape .is-reverse-landscape {
  flex-direction: row-reverse; }

.home-hero-slider,
.home-hero-wrapper {
  display: flex;
  width: 100%; 
  height:100vh;}
.home-hero-wrapper:before{
	content:"";
	background: #16213d85;
	position:absolute;
	width:100%;
	height:100vh;
	z-index:1;
}
.home-hero-slide {
  height: 100%;width:100%; }
  .home-hero-slide:not(.is-active) {
    display: none; }
  .home-hero-slide .columns {
    height: 100%; }
    .home-hero-slide .columns .orientation_landscape {
      overflow-y: hidden; }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .home-hero-slide .columns {
      flex-direction: row-reverse; } }
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .orientation_landscape .home-hero-slide {
    position: absolute; }
	}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  	  .home-hero-slide .is-layer-top {
    position: absolute;top:30%;
    z-index: 2; }
}
@media screen and (max-width: 1024px) {
	.home-hero-slide .is-layer-top {
    position: absolute;top:0%;
    z-index: 2; }
.home-hero-slider, .home-hero-wrapper {
    height: 50vh;
}

}
  .home-hero-slide .home-hero-image {
    height: 100vh;width:100%; }
    .orientation_portrait .home-hero-slide .home-hero-image {
      height: 50vw; }
    .home-hero-slide .home-hero-image figure {
      display: block;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .home-hero-slide .home-hero-image figure img {
        height: 100%;
        width: 100%;
        height: 150%;
        object-fit: cover;
        object-position: top center; }

  .home-hero-slide .home-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }

    .orientation_landscape .home-hero-slide .home-hero-content {
      padding-bottom: 25%; }
    .orientation_portrait .home-hero-slide .home-hero-content {
      padding-top: 15vw; }

.sided-parallax-text-placeholder {
  margin-bottom: -1.6666666vw; }
  .sided-parallax-text-placeholder span {
    opacity: 0;
    white-space: nowrap; }

.hover-image-trigger p {
  margin-bottom: 0 !important; }
  .hover-image-trigger p + p {
    margin-top: 0.8em !important; }
  .hover-image-trigger p:not(.is-active) span {
    color: #A0A5B0 !important; }
  .hover-image-trigger p .icon-active {
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    transition: all 172ms ease-out;
    fill: #6AD1E3; }
  .hover-image-trigger p.is-active {
    z-index: 100; }
    .hover-image-trigger p.is-active .icon-active {
      left: -2rem;
      opacity: 1; }
      @media screen and (max-width: 767px) {

        .hover-image-trigger p.is-active .icon-active {
          left: -1rem; } }
.hover-image-trigger .hover-image-trigged {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 64%; }
  .hover-image-trigger .hover-image-trigged img:not(.is-active) {
    display: none; }

.ticker-wrap {
  position: absolute;
  left: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw + 0.8333333vw + 0.8333333vw);
  overflow: hidden;
  box-sizing: content-box;
  transition: left 344ms ease-out;
  padding-left: 100vw;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    }
  .ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1s;
    animation-duration: 10s; }
  .ticker-wrap.is-active {
    left: -9.166667vw; }
    .ticker-wrap.is-active .ticker {
      -webkit-animation-name: ticker;
      animation-name: ticker; }
  .ticker-wrap__item {
    display: inline-block;
    color: #16213D; }

.horizontal-stripes .column {
  transition: opacity 172ms ease-out; }
@media screen and (min-width: 1025px) {
  .horizontal-stripes:before {
    opacity: 0;
    background: #6AD1E3;
    content: "";
    display: block;
    top: 0;
    left: -9.166667vw;
    right: -9.166667vw;
    bottom: 0;
    position: absolute;
    transition: opacity 172ms ease-out; }
  .horizontal-stripes:hover:before {
    opacity: 1; }
  .horizontal-stripes:hover .column {
    opacity: 0; } }
@media screen and (max-width: 1024px) {
  .orientation_landscape .horizontal-stripes:before {
    opacity: 0;
    background: #6AD1E3;
    content: "";
    display: block;
    top: 0;
    left: -9.166667vw;
    right: -9.166667vw;
    bottom: 0;
    position: absolute;
    transition: opacity 172ms ease-out; }
  .orientation_landscape .horizontal-stripes:hover:before {
    opacity: 1; }
  .orientation_landscape .horizontal-stripes:hover .column {
    opacity: 0; } }
.horizontal-stripes .media {
  align-items: center; }


.team-secondary-swiper .swiper-scrollbar-team-secondary {
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.2) !important;
  position: absolute;
  left: 1%;
  z-index: 50;
  height: 5px;
  width: 98%; }
  .team-secondary-swiper .swiper-scrollbar-team-secondary.is-dark {
    background: #A0A5B0; }
  .team-secondary-swiper .swiper-scrollbar-team-secondary.is-light {
    background: rgba(255, 255, 255, 0.2); }
  .swiper-container-horizontal > .team-secondary-swiper .swiper-scrollbar-team-secondary {
    height: 4px; }
  .swiper-container-vertical > .team-secondary-swiper .swiper-scrollbar-team-secondary {
    width: 4px; }
  .team-secondary-swiper .swiper-scrollbar-team-secondary .swiper-scrollbar-drag {
    background: #6AD1E3;
    border-radius: 0; }

.testimonials-swiper .swiper-scrollbar-testimonials {
  bottom: auto !important;
  display: flex;
  border-radius: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.2); }
  @media screen and (min-width: 1025px) {
    .testimonials-swiper .swiper-scrollbar-testimonials {
      top: -3vw;
      left: auto !important;
      width: 64%;
      right: -83%; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .testimonials-swiper .swiper-scrollbar-testimonials {
      top: -3vw;
      left: auto !important;
      width: 64%;
      right: -83%; }
    .orientation_portrait .testimonials-swiper .swiper-scrollbar-testimonials {
      top: -1rem;
      left: auto !important; } }
  .testimonials-swiper .swiper-scrollbar-testimonials .swiper-scrollbar-drag {
    background: #6AD1E3;
    border-radius: 0; }

.about-values-swiper .about-value-item {
  border: 1px solid #6AD1E3;
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .about-values-swiper .about-value-item {
      padding: 1rem; } }

.team-title.columns {
  margin-bottom: -7vw !important;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .team-title.columns {
      white-space: nowrap; }
      .orientation_landscape .team-title.columns {
        transform: translateX(-36.666668vw);
        width: calc(100vw + (6 * 9.166667vw)); } }

.team-secondary-swiper {
  padding-bottom: 1.6666666vw; }

@media screen and (max-width: 1024px) {
  .orientation_portrait .testimonials-swiper {
    padding-top: 3rem; }
  .orientation_portrait .team-primary-swiper:not(:first-child) {
    padding-top: calc(1.5rem - 0.8333333vw); } }
.swiper-slide-content {
  padding: 0.8333333vw;
  box-sizing: border-box;
  height: 100%; }

.teammates-title.content p.is-jumbo {
  line-height: 1em; }
.orientation_portrait .teammates-title {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .orientation_portrait .teammates-title.content p.is-jumbo {
      font-size: 20vw;
      margin-bottom: -35vw; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .orientation_portrait .teammates-title.content p.is-jumbo {
      font-size: 10vw;
      margin-bottom: -7vw; } }

.about-values-swiper .swiper-scrollbar-about-values {
  background: rgba(255, 255, 255, 0.2) !important;
  bottom: -1rem !important;
  height: 4px; }
  .about-values-swiper .swiper-scrollbar-about-values .swiper-scrollbar-drag {
    background: #6AD1E3;
    border-radius: 0; }

.testimonial-caption .profile-img {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
  margin: auto;
  display: inline-block; }
.testimonial-caption p:not(:last-child) {
  margin-bottom: auto; }

.testimonial-content {
  background: #16213D;
  border: 1px solid #6AD1E3;
  border-radius: 1rem;
  padding: 5rem 4rem; }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .testimonial-content {
      padding: 5rem 1rem 1rem; }
    .orientation_portrait .testimonial-content {
      padding: 5rem 1rem 1rem; } }
  .testimonial-content:after {
    width: 1rem;
    height: 1rem;
    content: "";
    display: block;
    position: absolute;
    bottom: calc(-0.5rem - 1px);
    left: calc(50% - 0.5rem - 1px);
    transform: rotate(45deg);
    background: #16213D;
    border: 1px solid #6AD1E3;
    border-width: 0 1px 1px 0; }
  .testimonial-content .icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem; }

.is-full-desktop .image {
  overflow: hidden; }
  .is-full-desktop .image img {
    animation-name: slowscale;
    animation-duration: 60s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    height: 100%; }
  .is-full-desktop .image.is-active img {
    transform: scale(1); }
  @media screen and (min-width: 1025px) {
    .is-full-desktop .image {
      height: 100vh; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .is-full-desktop .image {
      height: 100vh; } }

.team-primary-swiper figcaption {
  padding-top: 1rem; }
  .team-primary-swiper figcaption .icon {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 172ms ease-out;
    height: 4rem;
    width: 4rem;
    margin: 0.5rem;
    right: -0.5rem;
    top: -2.5rem; }
    .team-primary-swiper figcaption .icon svg {
      fill: white;
      width: 2rem;
      height: 2rem; }
    .team-primary-swiper figcaption .icon, .team-primary-swiper figcaption .icon:visited {
      background: #6AD1E3; }
    .team-primary-swiper figcaption .icon:hover, .team-primary-swiper figcaption .icon:active {
      height: 5rem;
      width: 5rem;
      margin: 0rem; }
    @media screen and (max-width: 1024px) {
      .orientation_landscape .team-primary-swiper figcaption .icon {
        height: 3rem;
        width: 3rem;
        top: -2rem; }
        .orientation_landscape .team-primary-swiper figcaption .icon svg {
          width: 1.5rem;
          height: 1.5rem; }
        .orientation_landscape .team-primary-swiper figcaption .icon:hover, .orientation_landscape .team-primary-swiper figcaption .icon:active {
          height: 4rem;
          width: 4rem; } }

.team-secondary-swiper figcaption {
  padding-top: 1rem; }
  .team-secondary-swiper figcaption .icon {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 172ms ease-out;
    height: 3rem;
    width: 3rem;
    margin: 0.5rem;
    right: -0.5rem;
    top: -2rem; }
    .team-secondary-swiper figcaption .icon svg {
      fill: #16213D;
      width: 1rem;
      height: 1rem; }
    .team-secondary-swiper figcaption .icon, .team-secondary-swiper figcaption .icon:visited {
      background: white; }
    .team-secondary-swiper figcaption .icon:hover, .team-secondary-swiper figcaption .icon:active {
      height: 4rem;
      width: 4rem;
      margin: 0rem; }

#team-detail {
  overflow-x: hidden; }
  #team-detail .modal-container-top {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0; }
  #team-detail.modal.is-active .modal-trigger-close {
    fill: white; }
  #team-detail .swiper-container {
    height: 100%; }
  #team-detail .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #team-detail .swiper-scrollbar-drag {
    background: white; }
  #team-detail .linkedin-button {
    position: absolute;
    z-index: 10; }
    #team-detail .linkedin-button a {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      transition: all 172ms ease-out;
      height: 3rem;
      width: 3rem;
      margin: 0.5rem; }
      #team-detail .linkedin-button a .icon {
        fill: #16213D;
        width: 1rem;
        height: 1rem; }
      #team-detail .linkedin-button a, #team-detail .linkedin-button a:visited {
        background: white; }
      #team-detail .linkedin-button a:hover, #team-detail .linkedin-button a:active {
        height: 4rem;
        width: 4rem;
        margin: 0rem; }
  #team-detail .scroll-desktop {
    position: relative; }
    #team-detail .scroll-desktop:before, #team-detail .scroll-desktop:after {
      content: "";
      display: block;
      position: absolute;
      left: 10px;
      right: 0;
      z-index: 10; }
    #team-detail .scroll-desktop:before {
      background: -moz-linear-gradient(top, rgba(106, 209, 227, 0) 0%, #6ad1e3 100%);
      background: -webkit-linear-gradient(top, rgba(106, 209, 227, 0) 0%, #6ad1e3 100%);
      background: linear-gradient(to bottom, rgba(106, 209, 227, 0) 0%, #6ad1e3 100%); }
    #team-detail .scroll-desktop:after {
      background: -moz-linear-gradient(top, #6ad1e3 0%, rgba(106, 209, 227, 0) 100%);
      background: -webkit-linear-gradient(top, #6ad1e3 0%, rgba(106, 209, 227, 0) 100%);
      background: linear-gradient(to bottom, #6ad1e3 0%, rgba(106, 209, 227, 0) 100%); }
  #team-detail .ss-content > * {
    padding-right: 18px;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  #team-detail .ss-scroll {
    opacity: 1;
    left: 0;
    right: auto !important;
    width: 4px;
    border-radius: 0;
    background: white; }

@media screen and (min-width: 1025px) {
  #team-detail {
    height: 100vh; }
    #team-detail .scroll-desktop {
      margin-left: -4.5833335vw;
      padding-bottom: 3rem;
      padding-top: 3rem; }
      #team-detail .scroll-desktop:before, #team-detail .scroll-desktop:after {
        height: 3rem; }
      #team-detail .scroll-desktop:before {
        bottom: 3rem; }
      #team-detail .scroll-desktop:after {
        top: 3rem; }
    #team-detail .ss-wrapper {
      padding-left: 4.5833335vw; }
      #team-detail .ss-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 4px;
        background: rgba(255, 255, 255, 0.1); }
    #team-detail .linkedin-button {
      right: 4.5833335vw;
      bottom: 4.5833335vw;
      transform: translate(50%, 50%); }
    #team-detail .modal-container-bottom .column {
      height: 100vh; }
    #team-detail .modal-container-bottom .modal-team-member-description {
      display: flex;
      height: 100%;
      flex-direction: column;
      padding-top: 9.166667vw; }
    #team-detail .modal-container-bottom .scroll-desktop {
      height: 100%;
      overflow-y: hidden; }
    #team-detail .modal-container-bottom .swiper-scrollbar {
      left: 0;
      right: auto; }
    #team-detail .modal-container-bottom .is-full-desktop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50vw;
      padding: 0; } }
@media screen and (max-width: 1024px) {
  #team-detail .scroll-desktop {
    margin-left: -4.5833335vw;
    padding-bottom: 2rem;
    padding-top: 2rem; }
    #team-detail .scroll-desktop:before, #team-detail .scroll-desktop:after {
      height: 2rem; }
    #team-detail .scroll-desktop:before {
      bottom: 2rem; }
    #team-detail .scroll-desktop:after {
      top: 2rem; }
    .orientation_landscape #team-detail .scroll-desktop {
      padding-bottom: 1rem;
      padding-top: 1rem; }
      .orientation_landscape #team-detail .scroll-desktop:before, .orientation_landscape #team-detail .scroll-desktop:after {
        height: 1rem; }
      .orientation_landscape #team-detail .scroll-desktop:before {
        bottom: 1rem; }
      .orientation_landscape #team-detail .scroll-desktop:after {
        top: 1rem; }
      .orientation_landscape #team-detail .scroll-desktop .ss-content > * {
        padding-bottom: 1rem;
        padding-top: 1rem; }
    .orientation_portrait #team-detail .scroll-desktop {
      padding-bottom: 0rem;
      padding-top: 0rem; }
      .orientation_portrait #team-detail .scroll-desktop:before, .orientation_portrait #team-detail .scroll-desktop:after {
        display: none; }
      .orientation_portrait #team-detail .scroll-desktop .ss-content > * {
        padding-bottom: 0rem;
        padding-top: 0rem; }
  #team-detail .ss-wrapper {
    padding-left: 4.5833335vw; }
    .orientation_landscape #team-detail .ss-wrapper:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 4px;
      background: rgba(255, 255, 255, 0.1); }
  .orientation_landscape #team-detail {
    height: 100vh;
    overflow: hidden; }
    .orientation_landscape #team-detail .modal-container-bottom .column {
      height: 100vh; }
    .orientation_landscape #team-detail .modal-container-bottom .modal-team-member-description {
      display: flex;
      height: 100%;
      flex-direction: column;
      padding-top: 4.5833335vw; }
    .orientation_landscape #team-detail .modal-container-bottom .scroll-desktop {
      height: 100%;
      overflow-y: hidden; }
    .orientation_landscape #team-detail .modal-container-bottom .swiper-scrollbar {
      left: 0;
      right: auto; }
    .orientation_landscape #team-detail .modal-container-bottom .is-full-desktop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50vw;
      padding: 0; }
  .orientation_portrait #team-detail {
    overflow-x: hidden; }
    .orientation_portrait #team-detail .is-full-desktop {
      position: relative; }
      .orientation_portrait #team-detail .is-full-desktop .linkedin-button {
        right: 0.8333333vw;
        bottom: 0.8333333vw; }
      .orientation_portrait #team-detail .is-full-desktop .image {
        max-height: 90vh; }
    .orientation_portrait #team-detail .modal-container-bottom {
      overflow-x: hidden; }
      .orientation_portrait #team-detail .modal-container-bottom .columns {
        flex-direction: column-reverse; }
      .orientation_portrait #team-detail .modal-container-bottom .column {
        width: 100%;
        flex: none; }
        .orientation_portrait #team-detail .modal-container-bottom .column.is-full-desktop {
          margin-left: -9.166667vw;
          margin-right: -9.166667vw;
          padding-top: 0;
          padding-left: 0;
          padding-right: 0;
          width: auto;
          overflow: hidden;
          flex-grow: 1; }
    .orientation_portrait #team-detail .modal-team-member-description {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
/* CONTACT PAGE */
@media screen and (min-width: 1025px) {
  .is-overlay-contact {
    margin-top: -25vh; } }
@media screen and (max-width: 1024px) {
  .orientation_landscape .is-overlay-contact {
    margin-top: -25vh; }

  .orientation_portrait .is-overlay-contact {
    margin-top: -25vw; } }
.thank-you-modal.modal.modal-background:before {
  background: rgba(10, 10, 10, 0.55); }
.thank-you-modal.modal.is-active .modal-container-top {
  position: absolute;
  right: 0;
  top: 0; }
.thank-you-modal.modal.is-active .modal-card {
  max-height: 80vh;
  width: 80vw;
  background: #6AD1E3; }
@media screen and (max-width: 1024px) {
  .orientation_portrait .thank-you-modal.modal.is-active .modal-container-bottom {
    padding: 2rem; } }
.thank-you-modal.modal.is-active .modal-container-bottom, .thank-you-modal.modal.is-active .modal-container-bottom > .columns {
  height: 100%; }
.thank-you-modal.modal .brand-icon {
  width: 5.5rem;
  height: 5.5rem;
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .thank-you-modal.modal .brand-icon {
      width: 4rem;
      height: 4rem; } }

.form .help {
  position: absolute; }
.form .label {
  padding-left: 0rem;
  padding-right: 0rem;
  transform: translateY(calc(100% + 0.5rem));
  transition: all 172ms ease-out;
  line-height: 1.5rem; }
.form .input, .form .textarea {
  padding: 0.5rem 0rem;
  border-width: 0 0 1px;
  line-height: 1.5rem;
  height: auto;
  appearance: none; }
  @media screen and (min-width: 1025px) {
    .form .input, .form .textarea {
      font-size: 1.25vw; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .form .input,
    .orientation_landscape .form .textarea {
      font-size: 1.25vw; }
    .orientation_portrait .form .input, .orientation_portrait .form .textarea {
      font-size: 1rem; } }
  .form .input::-moz-placeholder, .form .textarea::-moz-placeholder {
    opacity: 0; }
  .form .input::-webkit-input-placeholder, .form .textarea::-webkit-input-placeholder {
    opacity: 0; }
  .form .input:-moz-placeholder, .form .textarea:-moz-placeholder {
    opacity: 0; }
  .form .input:-ms-input-placeholder, .form .textarea:-ms-input-placeholder {
    opacity: 0; }
.form .control.fl-active .label {
  transform: translateY(0.5rem);
  font-size: 0.75rem; }
  .form .control.fl-active .label:not(.is-danger) {
    color: #A0A5B0; }
.form .control.fl-active .input::-moz-placeholder,
.form .control.fl-active .textarea::-moz-placeholder {
  opacity: 1; }
.form .control.fl-active .input::-webkit-input-placeholder,
.form .control.fl-active .textarea::-webkit-input-placeholder {
  opacity: 1; }
.form .control.fl-active .input:-moz-placeholder,
.form .control.fl-active .textarea:-moz-placeholder {
  opacity: 1; }
.form .control.fl-active .input:-ms-input-placeholder,
.form .control.fl-active .textarea:-ms-input-placeholder {
  opacity: 1; }
.form .is-large .label,
.form .is-large .input {
  font-size: 2rem; }
.form.is-light .label {
  color: white; }
.form.is-light .input,
.form.is-light .textarea {
  border-color: #A0A5B0;
  color: white; }
  .form.is-light .input::-moz-placeholder,
  .form.is-light .textarea::-moz-placeholder {
    color: white; }
  .form.is-light .input::-webkit-input-placeholder,
  .form.is-light .textarea::-webkit-input-placeholder {
    color: white; }
  .form.is-light .input:-moz-placeholder,
  .form.is-light .textarea:-moz-placeholder {
    color: white; }
  .form.is-light .input:-ms-input-placeholder,
  .form.is-light .textarea:-ms-input-placeholder {
    color: white; }
.form.is-light .ub-checkbox label:before {
  border-color: #A0A5B0; }
.form.is-light .select-dropdown {
  background: #16213D; }
  .form.is-light .select-dropdown span {
    color: white; }
.form.is-dark .label {
  color: #16213D; }
.form.is-dark .input,
.form.is-dark .textarea {
  border-color: #16213D;
  color: #16213D; }
  .form.is-dark .input::-moz-placeholder,
  .form.is-dark .textarea::-moz-placeholder {
    color: #16213D; }
  .form.is-dark .input::-webkit-input-placeholder,
  .form.is-dark .textarea::-webkit-input-placeholder {
    color: #16213D; }
  .form.is-dark .input:-moz-placeholder,
  .form.is-dark .textarea:-moz-placeholder {
    color: #16213D; }
  .form.is-dark .input:-ms-input-placeholder,
  .form.is-dark .textarea:-ms-input-placeholder {
    color: #16213D; }
.form.is-dark .ub-checkbox label:before {
  border-color: white; }
.form.is-dark .select-dropdown {
  background: white; }
  .form.is-dark .select-dropdown span {
    color: #16213D; }
.form.is-light .is-error .label, .form.is-dark .is-error .label {
  color: #FF1D3B; }
.form.is-light .is-error .input,
.form.is-light .is-error .textarea, .form.is-dark .is-error .input,
.form.is-dark .is-error .textarea {
  border-color: #FF1D3B;
  color: #FF1D3B; }
  .form.is-light .is-error .input::-moz-placeholder,
  .form.is-light .is-error .textarea::-moz-placeholder, .form.is-dark .is-error .input::-moz-placeholder,
  .form.is-dark .is-error .textarea::-moz-placeholder {
    color: #FF1D3B; }
  .form.is-light .is-error .input::-webkit-input-placeholder,
  .form.is-light .is-error .textarea::-webkit-input-placeholder, .form.is-dark .is-error .input::-webkit-input-placeholder,
  .form.is-dark .is-error .textarea::-webkit-input-placeholder {
    color: #FF1D3B; }
  .form.is-light .is-error .input:-moz-placeholder,
  .form.is-light .is-error .textarea:-moz-placeholder, .form.is-dark .is-error .input:-moz-placeholder,
  .form.is-dark .is-error .textarea:-moz-placeholder {
    color: #FF1D3B; }
  .form.is-light .is-error .input:-ms-input-placeholder,
  .form.is-light .is-error .textarea:-ms-input-placeholder, .form.is-dark .is-error .input:-ms-input-placeholder,
  .form.is-dark .is-error .textarea:-ms-input-placeholder {
    color: #FF1D3B; }
.form.is-light .is-error .ub-checkbox label:before, .form.is-dark .is-error .ub-checkbox label:before {
  border-color: #FF1D3B; }
.form .dropdown-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  right: 0;
  fill: white;
  bottom: 0.75rem;
  transform-origin: center;
  transform: rotateX(0);
  transition: transform 172ms ease-out; }
.form .select-dropdown {
  position: absolute;
  width: 100%;
  border: 2px solid #6AD1E3;
  padding: 3px;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 172ms ease-out; }
  .form .select-dropdown span {
    padding: 0.25rem 0.5rem;
    position: relative;
    z-index: 1; }
    .form .select-dropdown span:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #6AD1E3;
      transform: scaleX(0);
      transition: all 172ms ease-out;
      transform-origin: left;
      z-index: -1; }
    .form .select-dropdown span:hover:before, .form .select-dropdown span:active:before {
      transform: scaleX(1); }
.form .fd-active .select-dropdown {
  opacity: 1;
  height: auto;
  overflow: visible; }
.form .fd-active .dropdown-icon {
  transform: rotateX(180deg); }

.is-index-top {
  z-index: 2; }

.ub-checkbox {
  position: relative; }
  .ub-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: none !important; }
  .ub-checkbox label {
    padding-left: 1.5rem;
    font-size: 0.75rem;
    color: #A0A5B0;
    cursor: none !important;
    display: inline-block; }
    .ub-checkbox label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 1rem;
      width: 1rem;
      border-width: 1px;
      border-style: solid; }
    .ub-checkbox label:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 1rem;
      width: 1rem;
      background: url("../images/svg/icon-checkbox.svg") no-repeat center;
      background-size: cover;
      opacity: 0; }
    .ub-checkbox label a {
      text-decoration: underline; }
    .is-error .ub-checkbox label, .is-error .ub-checkbox label a, .is-error .ub-checkbox label a:visited {
      color: #FF1D3B; }
  .ub-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1; }

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

.map {
  border-top: 1px solid #A0A5B0; }
  .map .map-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100; }
  .map iframe {
    width: 100%;
    height: 27.5rem;
    vertical-align: middle; }

.ubizz-contact .header .logo-secondary {
  fill: white; }
.ubizz-contact .image img {
  object-fit: cover;
  object-position: center;
  height: 50vh; }

/* BLOG LIST PAGE */
@media screen and (min-width: 1025px) {
  .is-blog-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    background: #F2F2F2;
    right: -50vw;
    top: 0;
    bottom: 0; } }
@media screen and (max-width: 1024px) {
  .orientation_landscape .is-blog-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    background: #F2F2F2;
    right: -50vw;
    top: 0;
    bottom: 0; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .orientation_portrait .is-blog-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    background: #F2F2F2;
    right: -50vw;
    top: 0;
    bottom: 0; } }
@media screen and (max-width: 767px) {
	  .home-hero-slide .is-layer-top {
    position: relative;top:0;
	  }
  .orientation_portrait .sidebar.has-padding-navbar {
    padding-top: 3.3333332vw;
    padding-bottom: 3.3333332vw;
    padding-left: 0;
    padding-right: 0; }
  .orientation_portrait .sidebar:before {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    background: white;
    left: -50vw;
    top: 0;
    bottom: 0; }
  .orientation_portrait .sidebar:after {
    content: "";
    display: block;
    position: absolute;
    width: 50vw;
    background: white;
    right: -50vw;
    top: 0;
    bottom: 0; } }
.sidebar {
  background: white;
  padding: 1.6666666vw; }
  .sidebar .button.is-fullwidth {
    min-width: auto; }

@media screen and (max-width: 767px) {
  .orientation_portrait .has-padding-navbar .has-padding-navbar {
    padding-top: 0; }
  .orientation_landscape .has-padding-navbar .has-padding-navbar {
    padding-top: 11.6666669vw; } }
@media screen and (min-width: 768px), print {
  .has-padding-navbar .has-padding-navbar {
    padding-top: 11.6666669vw; } }
@media screen and (min-width: 1025px) {
  .has-padding-navbar .has-padding-navbar {
    padding-top: 11.6666669vw; } }

.nav-categories .menu-item {
  padding: 0.8333333vw 0 0.8333333vw 1rem;
  font-size: 0.875rem; }
  .nav-categories .menu-item span span {
    padding-left: 0.5rem; }
.nav-categories .icon-active {
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  display: flex;
  opacity: 0;
  transition: all 172ms ease-out; }
.nav-categories a, .nav-categories a:visited {
  color: #16213D;
  fill: #6AD1E3;
  position: relative;
  transition: all 172ms ease-out; }
  .nav-categories a span span, .nav-categories a:visited span span {
    color: #A0A5B0; }
.nav-categories a:hover, .nav-categories a:active, .nav-categories a.is-active {
  color: #6AD1E3; }
  .nav-categories a:hover .icon-active, .nav-categories a:active .icon-active, .nav-categories a.is-active .icon-active {
    left: -1rem;
    opacity: 1; }
  .nav-categories a:hover span span, .nav-categories a:active span span, .nav-categories a.is-active span span {
    color: #A0A5B0; }

a.read-more, a.read-more:visited {
  color: #6AD1E3; }
  a.read-more svg, a.read-more:visited svg {
    fill: #6AD1E3;
    height: 0.7rem; }
a.read-more:hover, a.read-more:active {
  opacity: 0.5; }

.read-time .icon {
  margin-right: 5px;
  fill: #6AD1E3;
  height: 1rem;
  width: 1rem;
  display: inline-block; }

.blog-list-item .media {
  box-sizing: border-box;
  width: 100%;
  display: block; }
@media screen and (min-width: 1025px) {
  .blog-list-item .content {
    padding-right: 2.4999999vw; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .orientation_portrait .blog-list-item .content:not(.content-image) {
    padding-right: 2.4999999vw; }
  .orientation_landscape .blog-list-item .content {
    padding-right: 2.4999999vw; } }
@media screen and (max-width: 767px) {
  .orientation_landscape .blog-list-item .content {
    padding-right: 2.4999999vw; } }
.blog-list-item .image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden; }

.categories-buttons span {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  border: 1px solid #6AD1E3;
  color: #16213D;
  border-radius: 4px;
  margin-right: 0.5rem;
  line-height: 2em; }

.tags-buttons span {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  background: #F3F3F3;
  color: rgba(22, 33, 61, 0.7);
  border-radius: 290486px;
  margin-right: 0.5rem;
  line-height: 2em; }

.blog-post-content.content h1,
.blog-post-content.content h2,
.blog-post-content.content h3,
.blog-post-content.content h4,
.blog-post-content.content h5,
.blog-post-content.content h6,
.blog-post-content.content p,
.blog-post-content.content ul,
.blog-post-content.content ol,
.blog-post-content.content li {
  color: #16213D; }
.blog-post-content.content a, .blog-post-content.content a:visited {
  color: #6AD1E3; }
.blog-post-content.content a:hover, .blog-post-content.content a:active {
  opacity: 0.5; }

.blog-post-featured-content .background-image:before {
  background: rgba(22, 33, 61, 0.4); }
.blog-post-featured-content .brand-icon {
  width: 6rem;
  height: 6rem;
  fill: #6AD1E3;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .blog-post-featured-content .brand-icon {
      width: 3rem;
      height: 3rem; } }

.is-post-pagination .background-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 172ms ease-out;
  transform: scale(1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .is-post-pagination .background-image:before {
    background: rgba(48, 48, 48, 0.4);
    transition: all 172ms ease-out; }
.is-post-pagination h5 {
  margin-bottom: 1em;
  color: white; }
.is-post-pagination h4 {
  color: white; }
.is-post-pagination .content {
  padding: 3.3333332vw;
  transition: all 172ms ease-out;
  transform: translateX(0);
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 767px) {
    .orientation_landscape .is-post-pagination .content {
      max-width: calc(100% - {$container-offset-mobile} - {$container-offset-mobile}); }
    .orientation_portrait .is-post-pagination .content {
      padding: 6.84211vw;
      width: 100%; } }
  @media screen and (min-width: 768px), print {
    .is-post-pagination .content {
      max-width: calc(100% - {$container-offset-tablet}); }
      .is-post-pagination .content h4 {
        max-width: 50%; } }
  @media screen and (min-width: 1025px) {
    .is-post-pagination .content {
      max-width: calc(100% - {$container-offset-desktop}); } }
.is-post-pagination .is-prev-post a {
  justify-content: flex-end; }
.is-post-pagination .is-prev-post .content {
  align-items: flex-end; }
.is-post-pagination .is-next-post a {
  justify-content: flex-start; }
.is-post-pagination .is-next-post .content {
  align-items: flex-start; }
.is-post-pagination a, .is-post-pagination a:visited {
  position: relative;
  display: flex;
  height: 100%;
  color: white;
  overflow: hidden; }
.is-post-pagination a:hover .background-image, .is-post-pagination a:active .background-image {
  transform: scale(1.2); }
  .is-post-pagination a:hover .background-image:before, .is-post-pagination a:active .background-image:before {
    background: rgba(48, 48, 48, 0.8); }
@media screen and (min-width: 768px), print {
  .is-post-pagination .is-prev-post a:hover .content, .is-post-pagination .is-prev-post a:active .content {
    transform: translateX(-0.8333333vw); } }
@media screen and (max-width: 767px) {
  .is-post-pagination .is-prev-post a:hover .content, .is-post-pagination .is-prev-post a:active .content {
    transform: translateX(0.8333333vw); } }
@media screen and (min-width: 768px), print {
  .is-post-pagination .is-next-post a:hover .content, .is-post-pagination .is-next-post a:active .content {
    transform: translateX(0.8333333vw); } }
@media screen and (max-width: 767px) {
  .is-post-pagination .is-next-post a:hover .content, .is-post-pagination .is-next-post a:active .content {
    transform: translateX(-0.8333333vw); } }

.blog-item-title-section {
  overflow: visible; }
  @media screen and (min-width: 1025px) {
    .blog-item-title-section .blog-item-image {
      padding-top: 3.3333332vw; }
    .blog-item-title-section + .section {
      padding-top: 10vw; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .blog-item-title-section .blog-item-image {
      padding-top: 3.3333332vw; }
    .orientation_landscape .blog-item-title-section + .section {
      padding-top: 10vw; }
    .orientation_portrait .blog-item-title-section .blog-item-image {
      padding-top: 6.6666664vw; }
    .orientation_portrait .blog-item-title-section + .section {
      padding-top: 10vw; } }
  @media screen and (max-width: 767px) {
    .orientation_portrait .blog-item-title-section .blog-item-image {
      margin-bottom: -43.15789vw; }
    .orientation_portrait .blog-item-title-section + .section {
      padding-top: 56.84211vw; } }
  .blog-item-title-section .is-layer-top {
    z-index: 20; }

@media screen and (max-width: 767px) {
  .orientation_portrait .socialShareContainer {
    position: relative !important; } }

.social-share {
  display: flex;
  flex-flow: column wrap; }
  @media screen and (max-width: 767px) {
    .orientation_portrait .social-share {
      flex-direction: row; } }
  .social-share .social-media-item {
    padding: 0; }
    .social-share .social-media-item a {
      border: 1px solid #A0A5B0;
      background: rgba(106, 209, 227, 0);
      border-radius: 100%;
      height: 3rem;
      width: 3rem;
      margin: 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 172ms ease-out; }
      .social-share .social-media-item a svg {
        height: 1rem;
        width: 1rem;
        fill: #16213D; }
      .social-share .social-media-item a:hover, .social-share .social-media-item a:active {
        height: 4rem;
        width: 4rem;
        margin: 0;
        border-color: rgba(160, 165, 176, 0);
        background: #6ad1e3; }

@media screen and (max-width: 767px) {
  .orientation_portrait .blog .ub-parallax-container,
  .orientation_portrait .tag .ub-parallax-container,
  .orientation_portrait .category .ub-parallax-container {
    overflow: visible; }
    .orientation_portrait .blog .ub-parallax-container.is-fullheight .ub-parallax-content,
    .orientation_portrait .tag .ub-parallax-container.is-fullheight .ub-parallax-content,
    .orientation_portrait .category .ub-parallax-container.is-fullheight .ub-parallax-content {
      transform: none !important; } }
.swiper-blog-pagination {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: auto !important;
  display: flex; }
  .swiper-blog-pagination .swiper-pagination-bullet,
  .swiper-blog-pagination .swiper-pagination-bullet-active {
    background: none;
    display: flex;
    width: 2rem;
    height: 3rem;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    fill: rgba(106, 209, 227, 0);
    color: white; }
  @media screen and (min-width: 1025px) {
    .swiper-blog-pagination {
      margin-right: 2.4999999vw; } }
  @media screen and (max-width: 1024px) {
    .orientation_landscape .swiper-blog-pagination {
      margin-right: 2.4999999vw; } }
  .swiper-blog-pagination .swiper-pagination-bullet {
    opacity: 0.3; }
  .swiper-blog-pagination .swiper-pagination-bullet-active {
    fill: #6AD1E3;
    opacity: 1; }
  .swiper-blog-pagination .slider-active {
    position: absolute;
    bottom: 0;
    display: flex; }

html {
  scroll-behavior: smooth;
}
.properties-filter-buttons {
  border-bottom: 1px solid rgba(160, 165, 176, 0.2);
  padding-bottom: 1.6666666vw; }
  .properties-filter-buttons .columns {
    margin-bottom: 0 !important; }
  .properties-filter-buttons .column {
    padding-bottom: 0; }
    .properties-filter-buttons .column .content {
      padding: 1.24999995vw 0.8333333vw 0; }

.button.properties-filter {
  border: none;
  box-sizing: border-box; }
  .button.properties-filter span {
    line-height: 2rem;
    color: #6AD1E3;
    fill: #6AD1E3;
    opacity: 0.5; 
	font-size:2vw;}
	.button.properties-filter span.big{font-size:8rem;}
  .button.properties-filter .icon {
    margin-right: 1rem !important; }
    .button.properties-filter .icon,
    .button.properties-filter .icon svg {
      height: 2rem;
      width: 2rem;
      fill: #6AD1E3; }
    @media screen and (max-width: 767px) {
		.button.properties-filter span{font-size:1.4rem;}
      .orientation_portrait .button.properties-filter .icon {
        margin-right: 0.5rem !important; }
        .orientation_portrait .button.properties-filter .icon,
        .orientation_portrait .button.properties-filter .icon svg {
          height: 1.5rem;
          width: 1.5rem; } }
  .button.properties-filter:before {
    top: 0;
    right: 0;
    bottom: -1px;
    top: auto;
    height: 3px;
    border-radius: 3px;
    transform: scaleX(0);
    transform-origin: left; }
  .button.properties-filter:hover:before, .button.properties-filter:active:before, .button.properties-filter.is-active:before {
    transform: scaleX(1); }
  .button.properties-filter:hover span, .button.properties-filter:active span, .button.properties-filter.is-active span {
    color: white;
    opacity: 1; }
  .button.properties-filter:hover .icon,
  .button.properties-filter:hover .icon svg, .button.properties-filter:active .icon,
  .button.properties-filter:active .icon svg, .button.properties-filter.is-active .icon,
  .button.properties-filter.is-active .icon svg {
    fill: #6AD1E3; }

.is-property-list {
  transition: all 172ms ease-out;
  transform: scale(1); }
  .is-property-list:hover {
    transform: scale(1.05); }
    .is-property-list:hover .is-property-list-item-content {
      transform: scale(0.95); }

.is-property-list-item {
  background: #16213D;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .is-property-list-item .is-property-list-item-image {
    padding: 0.5rem; }
  .is-property-list-item .is-property-list-item-content {
    transition: all 172ms ease-out;
    padding-right: 1.24999995vw;
    padding-left: 1.24999995vw;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .is-property-list-item .is-property-list-item-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  .is-property-list-item .is-property-list-item-content-top {
    padding-bottom: 1.24999995vw;
    padding-top: 1.24999995vw; }
  .is-property-list-item .is-property-list-item-content-bottom {
    border-top: 1px solid #6AD1E3;
    padding-top: 1.24999995vw;
    padding-bottom: 0.8333333vw; }
    .is-property-list-item .is-property-list-item-content-bottom ul {
      list-style: none;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .is-property-list-item .is-property-list-item-content-bottom ul li {
        font-size: 0.875rem;
        position: relative; }
        .is-property-list-item .is-property-list-item-content-bottom ul li:before {
          content: "";
          display: inline-block;
          position: relative;
          height: 4px;
          width: 4px;
          border-radius: 4px;
          background: #6AD1E3;
          margin-right: 0.8333333vw; }

.is-property-list-item h4 {
  line-height: 1.1em; }
.is-property-list-item .is-property-list-item-content-top > * {
  margin-bottom: 0.5rem; }

.show-more-properties-button .icon {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 172ms ease-out;
  height: 4rem;
  width: 4rem;
  margin: 0.5rem auto; }
  .show-more-properties-button .icon svg {
    fill: white;
    width: 2rem;
    height: 2rem; }
  .show-more-properties-button .icon, .show-more-properties-button .icon:visited {
    background: #6AD1E3; }
  .show-more-properties-button .icon:hover, .show-more-properties-button .icon:active {
    height: 5rem;
    width: 5rem;
    margin: 0rem auto; }

ul.property-details {
  margin: -0.8333333vw;
  padding: 0;
  display: flex;
  flex-flow: row wrap; }
  ul.property-details li {
    padding: 1.6666666vw;
    padding-left: 4em;
    width: 100%;
    margin: 0;
    list-style: none; }
    ul.property-details li:before {
      content: "";
      display: block;
      position: absolute;
      height: 2em;
      width: 2em;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      left: 0;
      top: 1.24999995vw; }
    ul.property-details li.address:before {
      background-image: url("../images/svg/icon-address.svg"); }
    ul.property-details li.property-type:before {
      background-image: url("../images/svg/icon-property-type.svg"); }
    ul.property-details li.square-footage:before {
      background-image: url("../images/svg/icon-square-footage.svg"); }
    ul.property-details li.submarket:before {
      background-image: url("../images/svg/icon-submarket.svg"); }
.navigation {
	    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9.166667vw;
    justify-content: center;
    align-items: center;
}


.sf-menu,
.sf-menu * {margin: 0; padding: 0;}
.sf-menu li {position: relative;}
.sf-menu ul {position: absolute; display: none; top: 100%; left: 0; z-index: 99;}
.sf-menu > li {float: left; list-style:none;}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {display: block;}
.sf-menu a {display: block; position: relative;}
.sf-menu ul ul {top: 0; left: 100%;}
.sf-menu ul {min-width: 12em; /* submenu width */}

.sf-menu {font-size: 1.23rem; text-transform: uppercase;display: flex;}
.sf-menu.nav > li > a:hover, /* bs3 reset */
.sf-menu.nav > li > a:focus /* bs3 reset */ {background-color: transparent;}
.sf-menu.nav > li > a, /*bs3 reset */ .sf-menu a {padding: 1vw 2vw;}

.sf-menu a {color: #ffffff;}
.sf-menu a:hover {color: #16213D;}
.sf-menu li:hover,
.sf-menu li.sfHover {background:rgb(106, 210, 227);}
.sf-menu li.active {background-color: rgba(13, 29, 49, 0.30);}
.sf-menu li.active > a {color: #16213D; }
.sf-menu ul {margin-left: 1em;}
.sf-menu ul ul {margin-left: 0;}


.sf-menu.nav > li > a.sf-with-ul, /* bs3 reset */
.sf-arrows .sf-with-ul {padding-right: 2.5em;}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #9e9e9e;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #dc143c;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #9e9e9e;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #dc143c;
}
.menu-toggle {
    display: none;
    position: fixed;
    padding: 0; margin: 0;
    right: 280px; top: 43px;
    font-size: 30px;
    line-height: 30px;
    border: none;
    color: #ffffff !important;
}
.shrink .menu-toggle {
    top: 7px;
}
@media (max-width:1024px) {
	.sf-menu {
    font-size: 1rem;
	}
}
@media (max-width:767px) {
    .navigation {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
    }
    .navigation.closed {display:none;}
    .navigation.opened {right: 0;}
    .sf-menu {    text-align: right;
    margin-right: 0;
    padding: 0;display:block;}
    .sf-menu > li {float: none;}
    .sf-menu ul {display: block !important; position: relative;}
    .sf-menu ul li {background-color: transparent;}
    .menu-toggle {display: block; z-index: 1;}
    .navigation.closed .menu-toggle {right: 15px;}
    .navigation.opened .menu-toggle {right: 15px; top: 7px;}
}

.header-mp .menu-toggle{
    top: 33px;
}

.for-sale-details {
  padding: 1.6666666vw;
  border-radius: 0.8333333vw;
  border: 1px solid #A0A5B0; }
  @media screen and (max-width: 767px) {
    .for-sale-details {
      padding: 0.8333333vw; } }
  .for-sale-details dl {
    display: flex;
    flex-flow: row wrap;
    margin: -1.24999995vw -0.41666665vw; }
    @media screen and (max-width: 767px) {
      .for-sale-details dl {
        margin: -0.8333333vw -0.41666665vw; } }
    .for-sale-details dl dt, .for-sale-details dl dd {
      padding: 1.24999995vw 0.41666665vw;
      margin: 0;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .for-sale-details dl dt, .for-sale-details dl dd {
          padding: 0.8333333vw 0.41666665vw; } }
      @media screen and (min-width: 768px), print {
        .orientation_landscape .for-sale-details dl dt,
        .orientation_landscape .for-sale-details dl dd {
          width: 25%; } }
      @media screen and (min-width: 1025px) {
        .for-sale-details dl dt, .for-sale-details dl dd {
          width: 25%; } }
    .for-sale-details dl dt {
      color: #A0A5B0; }
    .for-sale-details dl dd {
      color: #16213D; }

.property-gallery-swiper .swiper-scrollbar {
  background: #F3F3F3 !important;
  bottom: -1rem !important;
  height: 4px; }
  .property-gallery-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #6AD1E3;
    border-radius: 0; }

.ub-parallax-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .ub-parallax-container .ub-parallax-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: -20vh; }
    .ub-parallax-container .ub-parallax-content .ub-parallax-image {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
      .ub-parallax-container .ub-parallax-content .ub-parallax-image img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
  .ub-parallax-container.is-fullheight {
    height: 100%; }
    .ub-parallax-container.is-fullheight .ub-parallax-content {
      position: relative;
      margin-bottom: 0; }
  .ub-parallax-container.is-square, .ub-parallax-container.is-1by1 {
    padding-top: 100%; }
  .ub-parallax-container.is-5by4 {
    padding-top: 80%; }
  .ub-parallax-container.is-4by3 {
    padding-top: 75%; }
  .ub-parallax-container.is-3by2 {
    padding-top: 66.6666%; }
  .ub-parallax-container.is-5by3 {
    padding-top: 60%; }
  .ub-parallax-container.is-16by9 {
    padding-top: 56.25%; }
  .ub-parallax-container.is-2by1 {
    padding-top: 50%; }
  .ub-parallax-container.is-3by1 {
    padding-top: 33.3333%; }
  .ub-parallax-container.is-4by5 {
    padding-top: 125%; }
  .ub-parallax-container.is-3by4 {
    padding-top: 133.3333%; }
  .ub-parallax-container.is-2by3 {
    padding-top: 150%; }
  .ub-parallax-container.is-3by5 {
    padding-top: 166.6666%; }
  .ub-parallax-container.is-9by16 {
    padding-top: 177.7777%; }
  .ub-parallax-container.is-1by2 {
    padding-top: 200%; }
  .ub-parallax-container.is-1by3 {
    padding-top: 300%; }
  @media screen and (max-width: 767px) {
	  
	  .home-hero-slider, .home-hero-wrapper {
    display: block;
	  }
	  .content.is-sbetween { 
	  }
	  .button.properties-filter span.big {
    font-size: 3rem;
    font-weight: 700;
	  }
	  .content h5 {
    font-size: 1.75rem;
	    line-height: 1.25em;
    margin-bottom: 2rem;
	  }
	  .button.is-fullwidth{display: block;
    width: 100%;
    height: 100%;}
	
	 
	  .orientation_portrait .content h1.is-jumbo, .orientation_portrait .content h2.is-jumbo, .orientation_portrait .content h3.is-jumbo, .orientation_portrait .content h4.is-jumbo, .orientation_portrait .content h5.is-jumbo, .orientation_portrait .content h6.is-jumbo, .orientation_portrait .content p.is-jumbo, .orientation_portrait .content li.is-jumbo {

	color: #fff;
}
.content h5{padding-left:0;}
.content h5:before{content:none;}
.orientation_portrait .footer .is-huge {
    font-size: 4vw;
}
.orientation_landscape .column.is-4-touch-landscape,.orientation_landscape .column.is-8-touch-landscape,.orientation_landscape .column.is-6-touch-landscape,.orientation_landscape .column.is-5-touch-landscape{width:100%;padding-left:0;margin-left:0;}
    .orientation_portrait .ub-parallax-container.is-square-mobile-portrait, .orientation_portrait .ub-parallax-container.is-1by1-mobile-portrait {
      padding-top: 100%; }
    .orientation_portrait .ub-parallax-container.is-5by4-mobile-portrait {
      padding-top: 80%; }
    .orientation_portrait .ub-parallax-container.is-4by3-mobile-portrait {
      padding-top: 75%; }
    .orientation_portrait .ub-parallax-container.is-3by2-mobile-portrait {
      padding-top: 66.6666%; }
    .orientation_portrait .ub-parallax-container.is-5by3-mobile-portrait {
      padding-top: 60%; }
    .orientation_portrait .ub-parallax-container.is-16by9-mobile-portrait {
      padding-top: 56.25%; }
    .orientation_portrait .ub-parallax-container.is-2by1-mobile-portrait {
      padding-top: 50%; }
    .orientation_portrait .ub-parallax-container.is-3by1-mobile-portrait {
      padding-top: 33.3333%; }
    .orientation_portrait .ub-parallax-container.is-4by5-mobile-portrait {
      padding-top: 125%; }
    .orientation_portrait .ub-parallax-container.is-3by4-mobile-portrait {
      padding-top: 133.3333%; }
    .orientation_portrait .ub-parallax-container.is-2by3-mobile-portrait {
      padding-top: 150%; }
    .orientation_portrait .ub-parallax-container.is-3by5-mobile-portrait {
      padding-top: 166.6666%; }
    .orientation_portrait .ub-parallax-container.is-9by16-mobile-portrait {
      padding-top: 177.7777%; }
    .orientation_portrait .ub-parallax-container.is-1by2-mobile-portrait {
      padding-top: 200%; }
    .orientation_portrait .ub-parallax-container.is-1by3-mobile-portrait {
      padding-top: 300%; } }
  @media screen and (max-width: 1024px) {
    .orientation_portrait .ub-parallax-container.is-square-touch-portrait, .orientation_portrait .ub-parallax-container.is-1by1-touch-portrait {
      padding-top: 100%; }
    .orientation_portrait .ub-parallax-container.is-5by4-touch-portrait {
      padding-top: 80%; }
    .orientation_portrait .ub-parallax-container.is-4by3-touch-portrait {
      padding-top: 75%; }
    .orientation_portrait .ub-parallax-container.is-3by2-touch-portrait {
      padding-top: 66.6666%; }
    .orientation_portrait .ub-parallax-container.is-5by3-touch-portrait {
      padding-top: 60%; }
    .orientation_portrait .ub-parallax-container.is-16by9-touch-portrait {
      padding-top: 56.25%; }
    .orientation_portrait .ub-parallax-container.is-2by1-touch-portrait {
      padding-top: 50%; }
    .orientation_portrait .ub-parallax-container.is-3by1-touch-portrait {
      padding-top: 33.3333%; }
    .orientation_portrait .ub-parallax-container.is-4by5-touch-portrait {
      padding-top: 125%; }
    .orientation_portrait .ub-parallax-container.is-3by4-touch-portrait {
      padding-top: 133.3333%; }
    .orientation_portrait .ub-parallax-container.is-2by3-touch-portrait {
      padding-top: 150%; }
    .orientation_portrait .ub-parallax-container.is-3by5-touch-portrait {
      padding-top: 166.6666%; }
    .orientation_portrait .ub-parallax-container.is-9by16-touch-portrait {
      padding-top: 177.7777%; }
    .orientation_portrait .ub-parallax-container.is-1by2-touch-portrait {
      padding-top: 200%; }
    .orientation_portrait .ub-parallax-container.is-1by3-touch-portrait {
      padding-top: 300%; } }


