html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
}

/*GOOGLE FONTS*/
/*-----MONTSERRAT-----*/
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/*-----OPEN SANS-----*/
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  max-width: 100%;
}

body {
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.mb-dist-m {
  margin-bottom: 32px;
}

.mb-dist-l {
  margin-bottom: 64px;
}

.header-container {
  position: absolute;
  top: 0;
  width: 100%;
  margin-bottom: 32px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
  text-align: right;
  background-color: #ffffff;
}
header div {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  margin: 0 auto;
}

nav {
  text-align: center;
}

nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav li a {
  color: #ffffff !important;
}

#site-navigation {
  display: none;
  background-color: rgba(0, 65, 120, 0.5);
  padding-bottom: 32px;
}
#site-navigation .menu-logo-big {
  display: none;
}
#site-navigation .menu-nav li {
  margin-bottom: 16px;
}

.menu-navigation-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  background-color: rgba(0, 65, 120, 0.5);
}
.menu-navigation-mobile .menu-logo {
  width: 50%;
}
.menu-navigation-mobile .menu-logo img {
  height: 50px;
  width: auto;
}
.menu-navigation-mobile .menu-btn {
  width: 50%;
  text-align: right;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #site-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 1500px;
    margin: 0 auto;
    background-color: transparent;
    padding: 32px 64px;
  }
  #site-navigation .menu-logo-big {
    text-align: left;
    width: 20%;
    display: block;
  }
  #site-navigation .menu-nav {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #site-navigation .menu-nav li {
    margin: 0 16px;
  }
  #site-navigation .menu-nav li:last-child {
    margin: 0 0 0 16px;
  }

  .menu-navigation-mobile {
    display: none;
  }

  header .f-div {
    padding: 0 64px;
  }

  #page-54 #site-navigation {
    background-color: transparent;
  }
  #page-54 #site-navigation .menu-nav li a {
    color: #000000 !important;
  }
}
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  min-height: 1000px;
}

.banner-member {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50vh;
  min-height: 500px;
}

.banner-content {
  padding: 32px;
  max-width: 1500px;
  margin: 0 auto;
}
.banner-content h1, .banner-content p {
  margin-bottom: 32px;
}

.event-content {
  padding: 32px;
  max-width: 1500px;
  margin: 0 auto;
}
.event-content h1, .event-content p {
  margin-bottom: 32px;
}

.event-info {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.event-info h3 {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 32px;
  text-align: center;
}
.event-info h1 {
  font-size: 25px;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .banner-content {
    padding: 0 40% 0 64px;
  }

  .event-content {
    width: 100%;
    padding: 128px;
  }

  .event-info {
    width: 60%;
    margin: 0 auto;
  }
}
.payment {
  height: 100vh;
  min-height: 700px;
  background-color: #ebebeb;
  padding-top: 200px;
}

.payment-content {
  background-color: #ebebeb;
}
.payment-content img {
  width: 100%;
  height: auto;
}

h2 {
  display: inline-block;
  position: relative;
}

h2:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #004178;
  width: 70%;
  transform: translateX(-50%);
  bottom: -15px;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  .payment {
    padding-top: 300px;
  }

  .payment-content {
    text-align: center;
  }
  .payment-content img {
    width: 80%;
  }
}
@media only screen and (min-width: 1100px) {
  .payment-content img {
    width: 50%;
  }
}
/*@import 'layout/footer';*/
h1 {
  font-family: "Montserrat";
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

h2 {
  font-family: "Montserrat";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}

p {
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000000;
}

nav li a {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.text-link {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #004178;
}

.button-b {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 10px 16px;
  border: none;
  background-color: #004178;
  text-decoration: none;
}

.button-b-small {
  font-family: "Montserrat";
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 6px 12px;
  border: none;
  background-color: #004178;
  text-decoration: none;
}

.button-w {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  color: #004178;
  padding: 10px 16px;
  border: none;
  background-color: #ffffff;
  text-decoration: none;
}

.button-trans {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 10px 16px;
  border: 3px solid #ffffff;
  background-color: transparent;
  text-decoration: none;
}

.card-place {
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.card-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.card-author {
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

iframe {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.white {
  color: #ffffff;
}

strong {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 20px !important;
    font-size: 2rem !important;
  }

  p, .button-b, .button-w, .button-trans, .card-place, .card-author {
    font-size: 20px !important;
    font-size: 2rem !important;
  }

  .card-title {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }

  h2 {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }

  p, .button-b, .button-w, .button-trans, .card-place, .card-author {
    font-size: 20px !important;
    font-size: 2rem !important;
  }

  .card-title {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }
}
.form {
  padding: 64px;
  font-family: "Montserrat" !important;
}

.form-content {
  max-width: 1500px;
  margin: 0 auto;
  font-family: "Montserrat";
}

h2 {
  display: inline-block;
  position: relative;
}

h2:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #004178;
  width: 70%;
  transform: translateX(-50%);
  bottom: -15px;
  left: 50%;
}

.form-container {
  padding: 0 8px;
}

#gform_fields_4 input, #gform_fields_5 input {
  border: 1px solid #004178;
  padding: 16px;
  color: #000000;
}

#gform_fields_4 select {
  border: 1px solid #004178 !important;
  padding: 16px !important;
  color: #000000 !important;
  background-color: #fff;
  -webkit-appearance: none;
  box-sizing: content-box;
  border-radius: 0;
}

#input_5_4_container button {
  margin-top: 20px;
  margin-right: 5px;
}

#field_5_5 ul, #field_4_1 ul {
  margin: 0;
}

#field_5_1, #field_5_2, #field_4_2, #field_4_3 {
  margin-top: 0;
}

.gform_button {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 10px 16px;
  border: none;
  background-color: #004178;
  text-decoration: none;
}

#gform_fields_4 input::-webkit-input-placeholder, #gform_fields_5 input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

#gform_fields_4 input::-moz-placeholder, #gform_fields_5 input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

#gform_fields_4 input:-ms-input-placeholder, #gform_fields_5 input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

#gform_fields_4 input:-moz-placeholder, #gform_fields_5 input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.simple-footer {
  background-color: #004178;
  padding: 16px;
}
.simple-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
.simple-footer .footer-nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.simple-footer .footer-nav li a {
  font-family: "Montserrat";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.simple-footer .footer-nav li::after {
  content: "   //";
  margin: 0 32px;
}
.simple-footer .footer-nav li:last-child::after {
  content: " ";
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    vertical-align: bottom !important;
  }
}
@media only screen and (min-width: 768px) {
  .form-container {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-container {
    padding: 0 128px;
  }
}

/*# sourceMappingURL=main.css.map */
