@charset "UTF-8";
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

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

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

/*! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          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;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

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

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

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

a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

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

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

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

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

small {
  font-size: 0.875em;
}

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

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

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  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: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.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: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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;
}

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;
}

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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-text-warning {
  color: #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: #ff3860 !important;
}

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

.has-background-danger {
  background-color: #ff3860 !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: #4a4a4a !important;
}

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

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

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

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

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

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

.has-background-grey-lighter {
  background-color: #dbdbdb !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-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: 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: 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: 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: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

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

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #004E70;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E8DBB8;
}

.slick-dots li.slick-active button:before {
  background: #004E70;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN.woff2") format("woff2"), url("../fonts/DIN.woff") format("woff"), url("../fonts/DIN.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}

body {
  font-family: "DIN", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8em;
  color: #000000;
  background-color: #ffffff;
  max-width: 100vw;
  overflow-x: hidden;
}

.fullwidth {
  width: 100%;
  margin: 0;
}

.fullwidth.padding {
  padding-right: 15px;
  padding-left: 15px;
}

a, svg, input, button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  color: #004E70;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

h1, h2, h3 {
  font-weight: 700;
  color: #DAD8C0;
  margin: 0 0 24px;
  font-family: "DIN", sans-serif;
}

h1.margin, h2.margin, h3.margin {
  nomargin: 0;
}

h1 {
  font-size: 60px;
  line-height: 1em;
  font-weight: 300;
}

h2 {
  font-size: 32px;
  line-height: 1.2em;
}

h3 {
  font-size: 28px;
  line-height: 1.2em;
}

img {
  display: block;
}

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

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}

.alignright {
  margin: 0 0 10px 20px;
  float: right;
}

.clear {
  clear: both;
  display: table;
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 769px), print {
  .column2 {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
}

.header {
  padding: 40px 12px 60px;
  background: #283343;
}

.header .logo {
  width: 427px;
  height: auto;
  display: block;
  float: left;
}

.header .container {
  position: relative;
}

.header .container:before {
  height: 1px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -30px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#dad8c0), to(#ad9e72));
  background: linear-gradient(90deg, #dad8c0 0%, #ad9e72 100%);
}

.header .container .hamburger {
  cursor: pointer;
  position: relative;
  float: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 44px;
  height: 34px;
  margin-top: 23px;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .header .container .hamburger {
    margin: 0;
    top: -28px;
    right: 0;
    position: absolute;
  }
}

.header .container .hamburger .line {
  width: 44px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#dad8c0), to(#ad9e72));
  background: linear-gradient(90deg, #dad8c0 0%, #ad9e72 100%);
  display: block;
  margin-bottom: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .container .hamburger .line:nth-child(3) {
  margin-bottom: 0;
}

.header .container .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.header .container .hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(15px) rotate(45deg);
          transform: translateY(15px) rotate(45deg);
}

.header .container .hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
          transform: translateY(-13px) rotate(-45deg);
}

.header .navigation {
  background: #16202D;
  width: 40vw;
  padding: 20px;
  height: 100%;
  position: fixed;
  right: -40vw;
  top: 0;
  z-index: 99998;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
          transition-timing-function: swing;
}

@media screen and (max-width: 768px) {
  .header .navigation {
    width: 100vw;
    right: -100vw;
  }
}

.header .navigation.open {
  right: 0;
}

.header .navigation ul {
  width: 65%;
  list-style: none;
  padding: 0;
  text-align: right;
  margin: 140px 0 0 0;
  padding: 20px 40px 10px 0;
  border-right: 1px solid #DAD8C0;
}

@media screen and (max-width: 768px) {
  .header .navigation ul {
    width: 80%;
    margin: 80px 0 0 0;
  }
}

.header .navigation ul li {
  display: block;
  margin-bottom: 24px;
}

.header .navigation ul li a {
  display: block;
  font-size: 20px;
  color: #DAD8C0;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0 0 12px;
}

.header .navigation ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.header .navigation ul li ul {
  margin: 0 0 10px;
  width: 100%;
  padding: 0;
  border: 0;
}

.header .navigation ul li ul li {
  margin: 0;
}

.header .navigation ul li ul li a {
  font-size: 16px;
  font-weight: 400;
}

.home-hero {
  background: url(../images/slide-1.jpg) no-repeat center center;
  background-size: cover;
  height: calc(100vh - 229px);
  display: block;
  padding: 0 12px;
}

.home-hero .container {
  height: calc(100vh - 229px);
  position: relative;
}

.home-hero .hero-content {
  background: rgba(40, 51, 67, 0.9);
  width: 100%;
  max-width: 676px;
  padding: 15px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
  overflow: hidden;
}

.home-hero .hero-content h1 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1em;
  padding: 24px 30px 16px;
  color: #DAD8C0;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
}

@media screen and (min-width: 769px), print {
  .home-hero .hero-content h1 {
    font-size: 60px;
    line-height: 1em;
  }
}

.home-hero .hero-content .columns {
  border-bottom: 1px solid #dad8c0;
}

.home-hero .hero-content .columns .column {
  padding: 8px 30px;
  color: #DAD8C0;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 400;
}

@media screen and (min-width: 769px), print {
  .home-hero .hero-content .columns .column {
    font-size: 18px;
    line-height: 1.2em;
  }
}

.home-hero .hero-content .columns .column a {
  color: #DAD8C0;
  font-size: 26px;
  text-decoration: none;
  padding: 20px 30px;
  display: block;
  text-align: center;
  line-height: 38px;
}

@media screen and (min-width: 769px), print {
  .home-hero .hero-content .columns .column a {
    padding: 40px 30px;
  }
}

.home-hero .hero-content .columns .column a:hover {
  background: #283343;
  color: #ffffff;
}

.home-hero .hero-content .columns .column.no-padding {
  padding: 0;
}

.home-hero .hero-content .columns .br {
  border-right: 1px solid #dad8c0;
}

.home-links .links-right, .home-links .links-left {
  background: #DAD8C0;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.home-links .links-right .link-content, .home-links .links-left .link-content {
  width: 100%;
  max-width: 576px;
  padding: 15px 0;
}

.home-links .links-right .link-content h2, .home-links .links-left .link-content h2 {
  font-size: 40px;
  color: #dad8c0;
  font-weight: 300;
  line-height: 1em;
  padding: 24px 0 16px;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
}

.home-links .links-right .link-content .button-wrapper, .home-links .links-left .link-content .button-wrapper {
  border-bottom: 1px solid #dad8c0;
}

.home-links .links-right .link-content .button-wrapper a, .home-links .links-left .link-content .button-wrapper a {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #dad8c0;
  padding: 10px 24px;
  border-right: 1px solid #dad8c0;
  border-left: 1px solid #dad8c0;
}

.home-links .links-right .link-content .button-wrapper a:hover, .home-links .links-left .link-content .button-wrapper a:hover {
  background: #dad8c0;
  color: #283343;
}

.home-links .links-right {
  background: #283343 url(../images/header-alliance-bg.jpg) no-repeat center center;
}

.home-links .links-left {
  background: #283343 url(../images/bg-representatives.jpg) no-repeat center center;
  background-size: cover;
}

.home-links .links-left .link-content {
  float: right;
  background: rgba(40, 51, 67, 0.9);
}

.home-links .links-left .link-content h2 {
  color: #DAD8C0;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
}

.home-links .links-left .link-content .button-wrapper {
  border-bottom: 1px solid #dad8c0;
}

.home-links .links-left .link-content .button-wrapper a {
  color: #DAD8C0;
  border-right: 1px solid #dad8c0;
  border-left: 1px solid #dad8c0;
}

.home-links .links-left .link-content .button-wrapper a:hover {
  background: #DAD8C0;
  color: #283343;
}

.inv-recaptcha-holder {
  display: none;
}

.home-past-header {
  background: url(../images/bg-past-events.jpg) no-repeat center center;
  background-size: cover;
  padding: 134px 12px 106px;
  text-align: center;
  margin-top: 60px;
}

.home-past-header h2 {
  font-size: 40px;
  text-align: center;
  color: #DAD8C0;
  font-weight: 300;
  line-height: 1em;
  padding: 24px 0 16px;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
}

.home-past-header .button-wrapper {
  border-bottom: 1px solid #dad8c0;
}

.home-past-header .button-wrapper a {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  color: #DAD8C0;
  padding: 10px 24px;
  border-right: 1px solid #dad8c0;
  border-left: 1px solid #dad8c0;
}

.home-past-header .button-wrapper a:hover {
  background: #DAD8C0;
  color: #283343;
}

.home-past-events {
  padding: 60px 12px 80px;
}

.home-past-events .home-past-event {
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-past-events .home-past-event.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-past-events .home-past-event img {
  display: block;
}

.home-past-events .home-past-event h2 {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  color: #283343;
  background: rgba(218, 216, 192, 0.8);
  font-size: 32px;
  line-height: 1em;
  border-top: 1px solid #283343;
  border-bottom: 1px solid #283343;
  padding: 16px 0 10px;
  text-align: center;
  margin: 0;
  font-weight: 300;
  outline: 12px solid rgba(218, 216, 192, 0.8);
}

.header-representatives {
  background: url(../images/header-representatives.jpg) no-repeat top center;
  background-size: cover;
  padding: 24px 12px;
}

.page-id-2311 .header-representatives {
  background: #ffffff;
}

.header-representatives .container {
  overflow: hidden;
  padding: 15px 0;
}

.header-representatives h1 {
  font-size: 42px;
  color: #DAD8C0;
  font-weight: 300;
  line-height: 1em;
  padding: 24px 30px 16px;
  text-align: left;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
  background: rgba(40, 51, 67, 0.9);
  outline: 15px solid rgba(40, 51, 67, 0.9);
}

.page-representatives {
  padding: 60px 12px;
}

.page-representatives .si-re {
  background: #DAD8C0;
  color: #283343;
}

.page-representatives .si-re .re-photo {
  border-bottom: 12px solid #283343;
}

@media screen and (min-width: 1024px) {
  .page-representatives .si-re .re-photo {
    display: block;
  }
}

.page-representatives .si-re .si-re-info {
  padding: 24px;
  font-size: 16px;
  line-height: 1.4em;
}

.page-representatives .si-re .si-re-info .rname {
  font-weight: 700;
}

.page-representatives .si-re .si-re-info a {
  color: #283343;
  text-decoration: none;
}

.page-representatives .si-re .si-re-info a:hover {
  color: #000000;
}

.page-representatives .si-re .si-re-info .rclub, .page-representatives .si-re .si-re-info .rcity {
  font-size: 12px;
  line-height: 1.5em;
}

.page-representatives .si-re .ricons {
  border-top: 1px solid #283343;
  padding: 12px 24px;
  text-align: right;
  line-height: 1em;
}

.page-representatives .si-re .ricons svg {
  width: 24px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #283343;
  margin-left: 5px;
}

.page-representatives .si-re .ricons svg.ico-email {
  width: 30px;
  margin-left: 0;
}

.page-representatives .si-re .ricons svg:hover {
  fill: #000000;
}

.header-blog {
  background: url(../images/bg-header-blog.jpg) no-repeat top center;
  background-size: cover;
  padding: 24px 12px;
}

@media screen and (min-width: 1024px) {
  .header-blog {
    height: calc(100vh - 228px);
    padding: 0 12px;
  }
}

.header-blog .container {
  overflow: hidden;
  padding: 100px 0;
}

@media screen and (min-width: 1024px) {
  .header-blog .container {
    height: calc(100vh - 228px);
  }
}

.header-blog h1 {
  font-size: 42px;
  color: #DAD8C0;
  font-weight: 300;
  line-height: 1em;
  padding: 24px 30px 16px;
  text-align: left;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
  background: rgba(40, 51, 67, 0.9);
  outline: 15px solid rgba(40, 51, 67, 0.9);
}

@media screen and (min-width: 1024px) {
  .header-blog h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.blog-entry {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}

.blog-entry h2 {
  font-size: 30px;
  line-height: 1.1em;
  color: #004E70;
  font-weight: 300;
  margin: 0 0 5px;
}

.blog-entry .post-meta {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 1em;
}

.blog-entry.format-video .loop-entry-thumbnail {
  position: relative;
}

.blog-entry.format-video .loop-entry-thumbnail svg {
  width: 60px;
  height: auto;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-events {
  background: url(../images/header-events.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 12px;
}

@media screen and (min-width: 1024px) {
  .header-events {
    height: calc(100vh - 228px);
    padding: 0 12px;
  }
}

.header-events .container {
  overflow: hidden;
  padding: 15px 0;
}

@media screen and (min-width: 1024px) {
  .header-events .container {
    height: calc(100vh - 228px);
  }
}

.header-events h1 {
  font-size: 42px;
  color: #DAD8C0;
  font-weight: 300;
  line-height: 1em;
  padding: 24px 30px 16px;
  text-align: left;
  text-transform: capitalize;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
  background: rgba(40, 51, 67, 0.9);
  outline: 15px solid rgba(40, 51, 67, 0.9);
}

@media screen and (min-width: 1024px) {
  .header-events h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-events {
  padding: 60px 12px;
}

.page-events .aevent {
  margin: 0 0 50px;
}

.page-events h2 {
  font-size: 28px;
  color: #283343;
  line-height: 1.1em;
  font-weight: 300;
  padding-bottom: 12px;
  border-bottom: 1px solid #283343;
  margin: 0 0 12px;
}

.page-events h2 span {
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 16px;
}

.page-events .event-date, .page-events .event-host {
  font-weight: 700;
  display: block;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 5px;
}

.page-events .event-date {
  font-size: 17px;
  margin: 0 0 24px;
}

.page-events ul {
  padding: 0 0 0 30px;
  list-style: disc;
}

.page-events .archive-event-img {
  position: relative;
  padding: 5px;
  border: 1px solid #eee;
}

.page-events .archive-event-img .agm {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: block;
}

.page-events .archive-event-img .agm .agenda, .page-events .archive-event-img .agm .gallery, .page-events .archive-event-img .agm .memo {
  width: 100%;
  background: rgba(218, 216, 192, 0.8);
  color: #283343;
  padding: 8px 10px 12px;
  display: block;
  font-size: 28px;
  text-align: center;
  line-height: 1.1em;
  margin: 0 0 60px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.page-events .archive-event-img .agm .agenda:hover, .page-events .archive-event-img .agm .gallery:hover, .page-events .archive-event-img .agm .memo:hover {
  background: #dad8c0;
}

.page-events .archive-event-img .agm .agenda:before, .page-events .archive-event-img .agm .agenda:after, .page-events .archive-event-img .agm .gallery:before, .page-events .archive-event-img .agm .gallery:after, .page-events .archive-event-img .agm .memo:before, .page-events .archive-event-img .agm .memo:after {
  width: 1px;
  height: 100%;
  display: block;
  content: '';
  background: #283343;
  position: absolute;
  top: 0;
  left: 20px;
}

.page-events .archive-event-img .agm .agenda:after, .page-events .archive-event-img .agm .gallery:after, .page-events .archive-event-img .agm .memo:after {
  right: 20px;
  left: auto;
}

.page-events .archive-event-img .agm .gallery {
  margin: 0;
}

.event-meta-icons {
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .event-meta-icons {
    margin-top: 36px;
  }
}

.event-meta-icons img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.event-meta-icons img:hover {
  margin-top: -5px;
}

.header-register {
  background: #DAD8C0;
}

.header-register h1 {
  font-size: 40px;
  color: #DAD8C0;
  font-weight: 300;
  line-height: 1em;
  padding: 20px 30px 12px;
  text-align: left;
  text-transform: capitalize;
  border-top: 1px solid #dad8c0;
  border-bottom: 1px solid #dad8c0;
  margin: 0;
  background: rgba(40, 51, 67, 0.9);
  outline: 15px solid rgba(40, 51, 67, 0.9);
}

.header-register .hl {
  background: url(../images/header-register.jpg) no-repeat top center;
  background-size: cover;
}

.header-register .hl .header-register-left {
  padding: 100px 0;
  overflow: hidden;
  width: 100%;
  max-width: 576px;
}

@media screen and (min-width: 769px), print {
  .header-register .hl .header-register-left {
    float: right;
  }
}

.header-register.halliance .hl {
  background: url(../images/header-alliance-bg.jpg) no-repeat top center;
  background-size: cover;
}

.header-register .header-register-right {
  padding: 24px;
  width: 100%;
  font-size: 18px;
  line-height: 1.3em;
  max-width: 576px;
}

.header-register .header-register-right p {
  margin: 0 0 6px;
}

.header-register .header-register-right p:last-child {
  margin: 0;
}

.header-register .header-register-right h3 {
  color: #283343;
  margin: 0;
}

.cleanlogin-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  max-width: 360px;
}

.cleanlogin-container .cleanlogin-field-remember {
  display: none;
}

.cleanlogin-container input[type="text"], .cleanlogin-container input[type="email"], .cleanlogin-container input[type="password"] {
  background-color: #DAD8C0;
  border: none;
  outline: none;
  padding: 0 12px;
  margin: 0;
  width: 100%;
  background-position: left center;
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
}

.cleanlogin-container input[type="text"]::-moz-placeholder, .cleanlogin-container input[type="email"]::-moz-placeholder, .cleanlogin-container input[type="password"]::-moz-placeholder {
  color: #283343;
}

.cleanlogin-container input[type="text"]::-webkit-input-placeholder, .cleanlogin-container input[type="email"]::-webkit-input-placeholder, .cleanlogin-container input[type="password"]::-webkit-input-placeholder {
  color: #283343;
}

.cleanlogin-container input[type="text"]:-moz-placeholder, .cleanlogin-container input[type="email"]:-moz-placeholder, .cleanlogin-container input[type="password"]:-moz-placeholder {
  color: #283343;
}

.cleanlogin-container input[type="text"]:-ms-input-placeholder, .cleanlogin-container input[type="email"]:-ms-input-placeholder, .cleanlogin-container input[type="password"]:-ms-input-placeholder {
  color: #283343;
}

.cleanlogin-container input[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #283343;
  color: #DAD8C0;
  font-size: 20px;
  font-weight: 300;
  display: block;
  border: none;
  outline: none;
  font-family: "DIN";
  cursor: pointer;
}

.cleanlogin-container input[type="submit"]:hover {
  background: #DAD8C0;
  color: #283343;
}

.cleanlogin-container .cleanlogin-form-bottom {
  text-align: center;
  margin-top: -15px;
  display: block;
  padding: 0;
}

.cleanlogin-container .cleanlogin-form-bottom .cleanlogin-form-pwd-link {
  display: inline-block;
  float: none;
}

.gallery {
  margin-right: -5px;
  margin-left: -5px;
  width: auto;
}

.gallery:after {
  clear: both;
  display: table;
  content: '';
}

.gallery .gallery-item {
  padding: 0 5px 5px;
  width: 25%;
  float: left;
}

.gallery .gallery-item .wp-caption-text {
  display: none;
}

.page-content {
  padding: 60px 12px;
}

.page-id-2311 .page-content {
  padding: 0 12px 60px;
  font-size: 18px;
  line-height: 1.6em;
}

.page-id-2311 .page-content .container {
  max-width: 1000px;
}

.page-id-2311 .page-content .picframe {
  border: 1px solid #eee;
  padding: 5px;
}

.page-id-2311 .page-content .letter {
  padding: 20px 20px 18px;
  background: #DAD8C0;
  text-align: center;
  color: #283343;
  font-family: "DIN";
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2em;
  display: block;
  margin-right: 16px;
}

.page-id-2311 .page-content .letter img {
  display: inline-block;
  margin-right: 10px;
}

.page-id-2311 .page-content .letter:hover {
  background: #AD9E72;
}

.page-id-2311 .page-content h2 {
  font-size: 40px;
  line-height: 1.1em;
  color: #283343;
  font-family: "DIN";
  font-weight: 300;
  border-bottom: 1px solid #283343;
  margin: 24px 0 36px;
  padding: 0 0 12px;
}

.page-id-2311 .page-content h2 span {
  max-width: 800px;
  display: inline-block;
}

.about-box {
  padding: 30px;
  background: #DAD8C0;
}

@media screen and (min-width: 1024px) {
  .about-box {
    padding: 60px;
  }
}

.about-box h2 {
  padding-bottom: 10px;
  margin: 0 0 25px;
  border-bottom: 1px solid #283343;
}

.event-network {
  position: relative;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  cursor: pointer;
}

.event-network img {
  display: block;
}

.event-network a {
  text-decoration: none;
  display: block;
}

.event-network h2 {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  color: #283343;
  background: rgba(218, 216, 192, 0.8);
  font-size: 28px;
  line-height: 1em;
  border-top: 1px solid #283343;
  border-bottom: 1px solid #283343;
  padding: 12px 0;
  text-align: center;
  margin: 0;
  font-weight: 300;
  outline: 12px solid rgba(218, 216, 192, 0.8);
  z-index: 9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.event-network h2 span {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  line-height: 1em;
}

.event-network .ga-event-name {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
  padding: 20px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event-network:hover .ga-event-name {
  opacity: 1;
  visibility: visible;
}

.event-network:hover h2 {
  opacity: 0;
}

.participants-title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #283343;
  color: #283343;
  font-weight: 300;
  font-size: 38px;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  .participants-title span {
    max-width: 260px;
    display: inline-block;
  }
}

.participants-title svg {
  float: right;
  width: 38px;
  display: block;
  fill: #283343;
}

.participants-title svg:hover {
  fill: #AD9E72;
}

@media screen and (max-width: 768px) {
  .participant-list {
    text-align: center;
  }
}

.participant-list .user-thumb {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50px;
  margin: 0 auto;
}

.participant-list .uname {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #283343;
  line-height: 1em;
  margin: 0 0 5px;
}

.participant-list .udob {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: #283343;
}

.participant-list .btn-full-profile {
  width: 132px;
  background: #AD9E72;
  color: #283343;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  padding: 5px 10px;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .participant-list .btn-full-profile {
    width: 100%;
  }
}

.participant-list .btn-full-profile:hover {
  background: #283343;
  color: #ffffff;
}

.participant-popup {
  background: #283343;
  max-width: 800px;
}

.participant-popup .user-image {
  position: relative;
}

.participant-popup .user-image .ricons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  line-height: 1em;
  background: #AD9E72;
}

.participant-popup .user-image .ricons svg {
  width: 24px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #283343;
  margin-left: 5px;
}

.participant-popup .user-image .ricons svg.ico-email {
  width: 30px;
  margin-left: 0;
}

.participant-popup .user-image .ricons svg:hover {
  fill: #000000;
}

.participant-popup .popup-info {
  color: #DAD8C0;
  padding: 24px;
}

.participant-popup .popup-info hr {
  height: 1px;
  margin: 10px 0;
  background: #DAD8C0;
}

.participant-popup .popup-info .popup-name {
  font-weight: 700;
  font-size: 1.2em;
}

.fancybox-content {
  padding: 0;
}

.fancybox-content .columns {
  margin: 0 !important;
}

.fancybox-content .fancybox-button svg path {
  fill: #AD9E72;
}

.photoframe {
  background: #fff;
  padding: 10px;
  border: 1px solid #eeeeee;
  max-width: 900px;
  margin: 0 auto;
}

.gform_wrapper {
  font-size: 20px;
}

.gform_wrapper:after {
  clear: both;
  display: table;
  content: '';
}

.gform_wrapper .form-header {
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 1px solid #283343;
}

.gform_wrapper .form-header h2 {
  display: inline-block;
}

.gform_wrapper .form-header .bullets {
  float: right;
  text-align: right;
  height: 38px;
  line-height: 38px;
}

.gform_wrapper .form-header .bullets .bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #DAD8C0;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.gform_wrapper .form-header .bullets .bullet.active {
  background: #AD9E72;
}

.gform_wrapper h2 {
  color: #283343;
  font-weight: 300 !important;
  font-size: 38px;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.gform_wrapper h2.ws {
  margin: 40px 0 24px;
  padding: 0 0 12px;
  border-bottom: 1px solid #283343;
}

.gform_wrapper h3 {
  color: #283343;
  font-weight: 300 !important;
  font-size: 28px;
  line-height: 1em;
  margin: 24px 0 0 0;
}

.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 46px;
  line-height: 46px !important;
  padding: 0 12px !important;
  border: none;
  background: #DAD8C0 url(../images/icon-select.png) no-repeat right 10px center;
  background-size: 13px auto;
  border-radius: 0;
  outline: none;
  width: 100% !important;
  display: block;
}

.gform_wrapper select option {
  font-size: 15px;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
  background: #DAD8C0;
  border: none;
  outline: none;
  padding: 0 12px !important;
  margin: 0;
  width: 100% !important;
  display: block;
  height: 46px;
  line-height: 46px;
}

.gform_wrapper input[type="text"]::-moz-placeholder, .gform_wrapper input[type="email"]::-moz-placeholder, .gform_wrapper input[type="password"]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: #283343;
}

.gform_wrapper input[type="text"]::-webkit-input-placeholder, .gform_wrapper input[type="email"]::-webkit-input-placeholder, .gform_wrapper input[type="password"]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
  color: #283343;
}

.gform_wrapper input[type="text"]:-moz-placeholder, .gform_wrapper input[type="email"]:-moz-placeholder, .gform_wrapper input[type="password"]:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder {
  color: #283343;
}

.gform_wrapper input[type="text"]:-ms-input-placeholder, .gform_wrapper input[type="email"]:-ms-input-placeholder, .gform_wrapper input[type="password"]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
  color: #283343;
}

.gform_wrapper textarea {
  padding: 10px 12px !important;
  height: 120px;
  line-height: 1.5em;
}

.gform_wrapper input[type="radio"] {
  width: 20px !important;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #DAD8C0;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #DAD8C0;
  outline: none;
}

.gform_wrapper input[type="radio"]:checked {
  background: #283343;
}

.gform_wrapper input[type="checkbox"] {
  width: 20px !important;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #DAD8C0;
  display: inline-block;
  border: 3px solid #DAD8C0;
  border-radius: 50%;
  outline: none;
}

.gform_wrapper input[type="checkbox"]:checked {
  background: #283343;
}

.gform_wrapper small {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 5px;
}

.gform_wrapper .fbtn {
  width: 100%;
  display: block;
  height: 50px;
  padding: 0 12px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #283343;
  border: 1px solid #283343;
  margin: 0 0 5px;
}

@media screen and (min-width: 769px), print {
  .gform_wrapper .fbtn {
    font-size: 22px;
    font-weight: 400;
    width: 50%;
    float: left;
    margin: 24px 0 5px;
    text-align: center;
  }
}

.gform_wrapper .fbtn .sc, .gform_wrapper .fbtn .pr {
  display: inline-block;
  padding: 8px 0 12px 40px;
  background: url(../images/icon-schedule.png) no-repeat left center;
  background-size: 30px auto;
  color: #283343;
  cursor: pointer;
}

.gform_wrapper .fbtn .pr {
  background: url(../images/icon-pdf.png) no-repeat left center;
  background-size: 30px auto;
}

.gform_wrapper .last-update {
  margin: 20px 0 0;
  border: 1px solid #283343;
}

.gform_wrapper .last-update .lu {
  background: #DAD8C0;
  font-size: 24px;
  line-height: 1em;
  color: #283343;
  font-weight: 400;
  padding: 10px 20px;
  border-bottom: 1px solid #283343;
}

.gform_wrapper .last-update .fine-print {
  padding: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

.gform_wrapper .gfield_total {
  float: left;
  padding: 10px 30px !important;
  background: #DAD8C0;
  color: #283343;
}

.gform_wrapper .gfield_total .gfield_label {
  display: inline-block;
  font-size: 16px;
  line-height: 46px;
  vertical-align: middle;
}

.gform_wrapper .gfield_total .ginput_container {
  margin: 0 0 0 10px !important;
  font-size: 40px;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_total .ginput_container .ginput_total {
  color: #283343;
}

.gform_wrapper .gform_page_footer, .gform_wrapper .gform_footer {
  padding: 0 !important;
  border: none !important;
  width: auto !important;
}

@media screen and (min-width: 769px), print {
  .gform_wrapper .gform_page_footer, .gform_wrapper .gform_footer {
    float: right;
    margin: -70px 0 0 0 !important;
    padding: 0 !important;
  }
}

.gform_wrapper .gform_page_footer .gform_next_button, .gform_wrapper .gform_page_footer input[type="submit"], .gform_wrapper .gform_footer .gform_next_button, .gform_wrapper .gform_footer input[type="submit"] {
  -webkit-appearance: none;
  height: 70px;
  line-height: 70px;
  padding: 0 60px;
  background: #283343;
  color: #AD9E72;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  margin: 0 16px 0 0 !important;
  border: none;
  outline: none;
  font-family: "DIN";
  cursor: pointer;
  border-right: 30px solid #16202D;
}

.gform_wrapper .gform_page_footer .gform_next_button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover, .gform_wrapper .gform_footer .gform_next_button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #AD9E72;
  color: #283343;
}

.gform_wrapper .gform_page_footer .gform_previous_button, .gform_wrapper .gform_footer .gform_previous_button {
  display: none !important;
}

.gform_wrapper #gform_page_1_3 .gform_page_footer {
  margin: 0 !important;
}

.gform_wrapper #gform_page_1_2 .gform_page_footer {
  margin-top: 20px !important;
}

.gform_wrapper .gform_page_fields:after {
  clear: both;
  display: table;
  content: '';
}

.gform_wrapper .ginput_card_security_code_icon {
  display: !important;
}

.gform_wrapper .wevents .gfield_checkbox {
  margin: 0;
}

.gform_wrapper .wevents .gfield_checkbox li {
  margin: 0;
}

.gform_wrapper .wevents .gfield_checkbox li label {
  font-weight: 700;
  font-size: 18px;
}

.gform_wrapper .wevents .gfield_checkbox li input[type="checkbox"] {
  margin: 0 10px 0 0 !important;
  width: 20px !important;
}

.gform_wrapper .wevents .gfield_description {
  padding: 0 0 0 40px !important;
  font-size: 16px;
  line-height: 1.4em;
}

.gform_wrapper .photo-preview {
  margin-top: 16px !important;
}

.gform_wrapper .photo-upload {
  margin-top: 0 !important;
}

.gform_wrapper .photo-upload input[type="file"] {
  visibility: hidden;
}

.gform_wrapper .photo-upload .gfield_label {
  width: 100%;
  background: #283343;
  color: #AD9E72;
  text-transform: uppercase;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.gform_wrapper .photo-upload .gfield_label:hover {
  background: #000000;
}

.gform_wrapper .photo-upload .gfield_label .gfield_required {
  display: none;
}

.gform_wrapper .photo-upload .validation_message {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}

@media screen and (min-width: 769px), print {
  .gform_wrapper .gfmc-row-1-col-1-of-2 {
    width: 25% !important;
  }
}

@media screen and (min-width: 769px), print {
  .gform_wrapper .gfmc-row-1-col-2-of-2 {
    width: 75% !important;
  }
}

.gform_wrapper #field_1_1 .gfield_label, .gform_wrapper #field_1_1 .ginput_container, .gform_wrapper #field_1_6 .gfield_label, .gform_wrapper #field_1_6 .ginput_container, .gform_wrapper #field_1_14 .gfield_label, .gform_wrapper #field_1_14 .ginput_container {
  vertical-align: middle;
  line-height: 46px;
  margin: 0;
  width: auto !important;
}

@media screen and (min-width: 769px), print {
  .gform_wrapper #field_1_1 .gfield_label, .gform_wrapper #field_1_1 .ginput_container, .gform_wrapper #field_1_6 .gfield_label, .gform_wrapper #field_1_6 .ginput_container, .gform_wrapper #field_1_14 .gfield_label, .gform_wrapper #field_1_14 .ginput_container {
    display: inline-block;
    height: 46px;
  }
}

.gform_wrapper #field_1_1 .gfield_label select, .gform_wrapper #field_1_1 .ginput_container select, .gform_wrapper #field_1_6 .gfield_label select, .gform_wrapper #field_1_6 .ginput_container select, .gform_wrapper #field_1_14 .gfield_label select, .gform_wrapper #field_1_14 .ginput_container select {
  width: 200px !important;
  margin: 0 0 0 30px;
}

.gform_wrapper #field_1_1 .gfield_label .gfield_radio, .gform_wrapper #field_1_1 .ginput_container .gfield_radio, .gform_wrapper #field_1_6 .gfield_label .gfield_radio, .gform_wrapper #field_1_6 .ginput_container .gfield_radio, .gform_wrapper #field_1_14 .gfield_label .gfield_radio, .gform_wrapper #field_1_14 .ginput_container .gfield_radio {
  margin: 0 0 0 30px;
}

.gform_wrapper #field_1_1 .gfield_label .gfield_radio li, .gform_wrapper #field_1_1 .ginput_container .gfield_radio li, .gform_wrapper #field_1_6 .gfield_label .gfield_radio li, .gform_wrapper #field_1_6 .ginput_container .gfield_radio li, .gform_wrapper #field_1_14 .gfield_label .gfield_radio li, .gform_wrapper #field_1_14 .ginput_container .gfield_radio li {
  margin: 0 24px 0 0;
  height: 46px;
  line-height: 46px;
}

.gform_wrapper #field_1_1 .gfield_label .gfield_radio li label, .gform_wrapper #field_1_1 .ginput_container .gfield_radio li label, .gform_wrapper #field_1_6 .gfield_label .gfield_radio li label, .gform_wrapper #field_1_6 .ginput_container .gfield_radio li label, .gform_wrapper #field_1_14 .gfield_label .gfield_radio li label, .gform_wrapper #field_1_14 .ginput_container .gfield_radio li label {
  margin: 0;
  display: inline-block;
  max-width: none;
}

.gform_wrapper #field_1_1 .gfield_label .gfield_radio li input, .gform_wrapper #field_1_1 .ginput_container .gfield_radio li input, .gform_wrapper #field_1_6 .gfield_label .gfield_radio li input, .gform_wrapper #field_1_6 .ginput_container .gfield_radio li input, .gform_wrapper #field_1_14 .gfield_label .gfield_radio li input, .gform_wrapper #field_1_14 .ginput_container .gfield_radio li input {
  margin: 0 10px 0 0;
  width: 20px !important;
}

.gform_wrapper .gf_left_half h3 {
  margin-top: 20px;
}

.gform_wrapper .gform_delete {
  display: inline-block;
}

.gform_wrapper .ginput_container_password + validation_message {
  padding-top: 0;
}

.gform_wrapper .ginput_container_password .ginput_left, .gform_wrapper .ginput_container_password .ginput_right {
  width: 100% !important;
  padding: 0 !important;
}

.gform_wrapper .ginput_container_password .ginput_left input, .gform_wrapper .ginput_container_password .ginput_right input {
  text-align: center;
}

.gform_wrapper .ginput_card_security_code {
  margin-left: 50px !important;
}

.gform_wrapper .ginput_card_security_code_icon {
  position: absolute !important;
  top: 12px !important;
}

.gform_wrapper .stripe_logo {
  float: left;
}

@media screen and (min-width: 769px), print {
  .gform_wrapper #field_1_78.consent {
    margin-top: -10px;
  }
}

.gform_wrapper #field_1_63.consent, .gform_wrapper #field_1_78.consent, .gform_wrapper #field_3_10.consent {
  float: right;
}

.gform_wrapper #field_1_63.consent .ginput_container_consent, .gform_wrapper #field_1_78.consent .ginput_container_consent, .gform_wrapper #field_3_10.consent .ginput_container_consent {
  position: relative;
  float: right;
  margin-top: 0 !important;
  width: 336px !important;
}

.gform_wrapper #field_1_63.consent .ginput_container_consent input[type="checkbox"], .gform_wrapper #field_1_78.consent .ginput_container_consent input[type="checkbox"], .gform_wrapper #field_3_10.consent .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  margin: 0;
  left: 0;
  top: 1px;
}

.gform_wrapper #field_1_63.consent .ginput_container_consent .gfield_consent_label, .gform_wrapper #field_1_78.consent .ginput_container_consent .gfield_consent_label, .gform_wrapper #field_3_10.consent .ginput_container_consent .gfield_consent_label {
  padding-left: 30px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.gform_wrapper #field_1_63.consent .ginput_container_consent .gfield_required, .gform_wrapper #field_1_78.consent .ginput_container_consent .gfield_required, .gform_wrapper #field_3_10.consent .ginput_container_consent .gfield_required {
  display: none;
}

.gform_wrapper #field_1_63.consent .ginput_container_consent a, .gform_wrapper #field_1_78.consent .ginput_container_consent a, .gform_wrapper #field_3_10.consent .ginput_container_consent a {
  font-weight: 700;
  text-decoration: underline;
  color: #000000;
}

.gform_wrapper .gform_footer input[type="submit"] {
  min-width: 340px;
}

#input_3_8_3 {
  margin-top: 3px !important;
  margin-left: 0 !important;
  min-width: 150px;
}

#input_3_8_2_cardinfo_right .ginput_card_security_code_icon {
  display: none !important;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  color: #283343;
}

.single-event .gform_confirmation_message {
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
  color: #283343;
  font-weight: 300;
  line-height: 1.5em;
  max-width: 800px;
  margin: 0 auto;
}

.single-event .gform_confirmation_message strong {
  font-weight: 700;
}

.single-event .gform_confirmation_message p {
  margin: 0 0 1em;
}

.gform_confirmation_message a {
  display: block;
  text-align: center;
  padding: 0 30px;
  background: #DAD8C0;
  text-transform: uppercase;
  font-weight: 300;
  color: #283343;
  font-size: 15px;
  height: 60px;
  line-height: 68px;
  text-decoration: none;
  position: relative;
}

.gform_confirmation_message a:before, .gform_confirmation_message a:after {
  width: 1px;
  height: 100%;
  display: block;
  content: '';
  background: #B49F70;
  position: absolute;
  top: 0;
  left: 20px;
}

.gform_confirmation_message a:after {
  right: 20px;
  left: auto;
}

#gform_2 .ginput_container_consent input[type="checkbox"] {
  border-radius: 0;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
  margin-right: 3px;
}

#gform_2 .ginput_container_consent label {
  vertical-align: middle;
  display: inline-block;
}

#gform_2 input[type="submit"] {
  -webkit-appearance: none;
  height: 38px;
  line-height: 38px;
  padding: 0 35px;
  background: #283343;
  color: #DAD8C0;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  margin: 0 !important;
  border: none;
  outline: none;
  font-family: "DIN";
  cursor: pointer;
  float: right;
  width: 100%;
}

#gform_2 input[type="submit"]:hover {
  background: #DAD8C0;
  color: #283343;
}

@media screen and (min-width: 769px), print {
  #gform_2 input[type="submit"] {
    margin: -75px 16px 0 0 !important;
    width: 50%;
  }
}

#gform_2 #field_2_4 {
  margin-top: 0;
}

#gform_2 .ginput_container_consent {
  font-size: 14px;
  line-height: 20px;
}

#gform_2 .ginput_container_consent .gfield_required {
  display: inline-block !important;
}

.grecaptcha-badge {
  display: none;
}

.title-country {
  background: #DAD8C0;
  color: #283343;
  width: 100%;
  border-left: 20px solid #AD9E72;
  font-size: 26px;
  line-height: 1.2em;
  padding: 8px 20px;
  margin: 30px 0 20px;
}

@media screen and (min-width: 769px), print {
  .title-country {
    width: 50%;
  }
}

.title-club {
  font-size: 22px;
  line-height: 1.2em;
  padding-left: 0;
  margin: 0;
  cursor: pointer;
}

.title-club span {
  display: inline-block;
  vertical-align: middle;
}

.title-club svg {
  fill: #ad9e72;
  width: 20px;
  margin-right: 12px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.title-club.active {
  margin: 0 0 12px;
}

.title-club.active svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.section-club {
  border-bottom: 1px solid #DAD8C0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section-club .section-club-inner {
  display: none;
}

.header-print {
  margin-top: 30px;
  font-size: 32px;
  line-height: 1.1em;
  color: #283343;
  font-weight: 300;
}

.header-print .print-right {
  font-size: 24px;
  line-height: 1.1em;
}

.header-print .print-right .pr-host, .header-print .print-right .pr-date {
  font-size: 16px;
  line-height: 1.1em;
}

.print-content {
  padding: 30px 12px;
}

.print-content .print-title-country {
  border-bottom: 1px solid #283343;
  border-top: 1px solid #283343;
  font-size: 32px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 0 12px;
}

.print-content .print-row {
  border-bottom: 1px solid #283343;
  border-top: 1px solid #283343;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.4em;
}

.print-content .print-row .user-thumb-print {
  display: block;
  width: 150px;
  height: auto;
  display: block;
}

.print-content .print-row .print-name {
  font-size: 17px;
  font-weight: 700;
}

.print-content .section-club {
  background: #eee;
  padding: 20px;
  margin: 0 0 20px;
  border: none;
}

.print-content .title-club {
  border-bottom: 1px solid #283343;
  border-top: 1px solid #283343;
  font-size: 22px;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0 0 12px;
}

.footer {
  background: #283343;
  padding: 60px 12px 80px;
  color: #DAD8C0;
  font-size: 16px;
  line-height: 1.6em;
}

.footer .container.ftop {
  display: block;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .footer .container.ftop {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer-widget a {
  color: #DAD8C0;
  display: block;
  margin-bottom: 20px;
}

.footer .footer-widget a:hover {
  color: #ffffff;
}

.footer .footer-widget a:first-child {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
}

.footer .copyright {
  color: #DAD8C0;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.14em;
  padding-top: 80px;
  text-align: center;
}

@media screen and (min-width: 769px), print {
  .footer .copyright {
    text-align: left;
  }
}

.footer .copyright span {
  display: none;
}

@media screen and (min-width: 769px), print {
  .footer .copyright span {
    display: inline;
  }
}

.footer .copyright a {
  color: #DAD8C0;
  display: block;
}

.footer .copyright a:hover {
  color: #ffffff;
}

@media screen and (min-width: 769px), print {
  .footer .copyright a {
    display: inline;
  }
}

.footer .copyright svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #DAD8C0;
}

.footer .copyright svg:hover {
  fill: #ffffff;
}

.footer .copyright .social a {
  display: inline-block;
}

.club-gallery img {
  padding: 5px;
  border: 1px solid #eeeeee;
  display: block;
}

ul.pclubs {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 769px), print {
  ul.pclubs {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
}

.section-reviews {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #AD9E72;
}

.section-reviews .review-slide {
  padding-right: 15px;
  padding-left: 15px;
  outline: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.7;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.section-reviews .review-slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section-reviews h2 {
  border-bottom: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-reviews .review-img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.section-reviews .review-img img {
  display: block;
}

.section-reviews .review-title {
  font-size: 22px;
  line-height: 1.4em;
  color: #283343;
  border-bottom: 2px solid #AD9E72;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.page-break {
  display: none;
}

@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
}
/*# sourceMappingURL=main.css.map */