/*--------------------------------------------------------------
# Custom theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Update Customize Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* line 1, ../sass/custom/layout/_header.scss */
header#page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 3rem 2rem;
}
@media screen and (min-width: 1280px) and (max-height: 870px) {
  /* line 1, ../sass/custom/layout/_header.scss */
  header#page-header {
    position: relative;
  }
}
@media screen and (min-width: 801px) and (max-width: 1279px) and (max-height: 685px) {
  /* line 1, ../sass/custom/layout/_header.scss */
  header#page-header {
    position: relative;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) and (max-height: 610px) {
  /* line 1, ../sass/custom/layout/_header.scss */
  header#page-header {
    position: relative;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) and (max-height: 620px) {
  /* line 1, ../sass/custom/layout/_header.scss */
  header#page-header {
    position: relative;
  }
}
@media screen and (max-width: 420px) and (max-height: 570px) {
  /* line 1, ../sass/custom/layout/_header.scss */
  header#page-header {
    position: relative;
  }
}
@media (max-width: 640px) {
  /* line 29, ../sass/custom/layout/_header.scss */
  header#page-header .navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* line 37, ../sass/custom/layout/_header.scss */
header#page-header .navigation-list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 640px) {
  /* line 37, ../sass/custom/layout/_header.scss */
  header#page-header .navigation-list {
    margin: 3rem 0 0;
  }
}
@media screen and (max-width: 420px) {
  /* line 37, ../sass/custom/layout/_header.scss */
  header#page-header .navigation-list {
    display: none;
  }
}
/* line 51, ../sass/custom/layout/_header.scss */
header#page-header .navigation-list li {
  margin: 0 1rem;
}
/* line 54, ../sass/custom/layout/_header.scss */
header#page-header .navigation-list li:first-child {
  margin-left: 0;
}
/* line 58, ../sass/custom/layout/_header.scss */
header#page-header .navigation-list li:last-child {
  margin-right: 0;
}
/* line 62, ../sass/custom/layout/_header.scss */
header#page-header .navigation-list li a {
  font-size: 1.8rem !important;
  text-transform: none;
}

/* line 1, ../sass/custom/layout/_footer.scss */
footer#page-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem 2rem 0;
}
@media screen and (min-width: 1280px) and (max-height: 870px) {
  /* line 1, ../sass/custom/layout/_footer.scss */
  footer#page-footer {
    position: relative;
  }
}
@media screen and (min-width: 801px) and (max-width: 1279px) and (max-height: 685px) {
  /* line 1, ../sass/custom/layout/_footer.scss */
  footer#page-footer {
    position: relative;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) and (max-height: 610px) {
  /* line 1, ../sass/custom/layout/_footer.scss */
  footer#page-footer {
    position: relative;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) and (max-height: 620px) {
  /* line 1, ../sass/custom/layout/_footer.scss */
  footer#page-footer {
    position: relative;
  }
}
@media screen and (max-width: 420px) and (max-height: 570px) {
  /* line 1, ../sass/custom/layout/_footer.scss */
  footer#page-footer {
    position: relative;
  }
}
/* line 29, ../sass/custom/layout/_footer.scss */
footer#page-footer .container {
  border-top: 1px solid #DADADA;
  padding: 2.5rem 0;
}
/* line 34, ../sass/custom/layout/_footer.scss */
footer#page-footer p {
  font-size: 1.6rem;
  margin: 0;
}
@media (max-width: 640px) {
  /* line 34, ../sass/custom/layout/_footer.scss */
  footer#page-footer p {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  /* line 34, ../sass/custom/layout/_footer.scss */
  footer#page-footer p {
    font-size: 1.5rem;
  }
}
/* line 47, ../sass/custom/layout/_footer.scss */
footer#page-footer ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 640px) {
  /* line 47, ../sass/custom/layout/_footer.scss */
  footer#page-footer ul {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  /* line 47, ../sass/custom/layout/_footer.scss */
  footer#page-footer ul {
    flex-direction: column;
    align-items: center;
  }
}
/* line 62, ../sass/custom/layout/_footer.scss */
footer#page-footer ul li {
  font-size: 1.6rem;
  margin: 0 1rem;
}
@media screen and (max-width: 420px) {
  /* line 62, ../sass/custom/layout/_footer.scss */
  footer#page-footer ul li {
    font-size: 1.5rem;
  }
}
/* line 70, ../sass/custom/layout/_footer.scss */
footer#page-footer ul li:first-child {
  margin-left: 0;
}
/* line 74, ../sass/custom/layout/_footer.scss */
footer#page-footer ul li:last-child {
  margin-right: 0;
}
/* line 78, ../sass/custom/layout/_footer.scss */
footer#page-footer ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
}
/* line 83, ../sass/custom/layout/_footer.scss */
footer#page-footer ul li a::after {
  position: absolute;
  bottom: 0.02rem;
  content: '';
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  left: 50.5%;
  transform: translateX(-50%) scaleX(0);
  transition: 0.3s ease;
}
/* line 97, ../sass/custom/layout/_footer.scss */
footer#page-footer ul li a:hover::after, footer#page-footer ul li a:focus::after {
  transform: translateX(-50%) scaleX(1);
}

/* line 4, ../sass/custom/layout/_layout.scss */
html, body {
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  height: 100%;
}
@media (max-width: 1280px) {
  /* line 4, ../sass/custom/layout/_layout.scss */
  html, body {
    font-size: 50%;
  }
}

/* line 14, ../sass/custom/layout/_layout.scss */
.grecaptcha-badge {
  display: none !important;
}

/* line 18, ../sass/custom/layout/_layout.scss */
#content-wrapper {
  position: relative;
  height: 100%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1280px) and (max-height: 870px) {
  /* line 18, ../sass/custom/layout/_layout.scss */
  #content-wrapper {
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 801px) and (max-width: 1279px) and (max-height: 685px) {
  /* line 18, ../sass/custom/layout/_layout.scss */
  #content-wrapper {
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) and (max-height: 610px) {
  /* line 18, ../sass/custom/layout/_layout.scss */
  #content-wrapper {
    padding: 0;
    height: auto;
  }
}
@media screen and (min-width: 421px) and (max-width: 640px) and (max-height: 620px) {
  /* line 18, ../sass/custom/layout/_layout.scss */
  #content-wrapper {
    padding: 0;
    height: auto;
  }
}
@media screen and (max-width: 420px) and (max-height: 570px) {
  /* line 18, ../sass/custom/layout/_layout.scss */
  #content-wrapper {
    padding: 0;
    height: auto;
  }
}
/* line 52, ../sass/custom/layout/_layout.scss */
#content-wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #0D063B url("../img/bg_footer-min.png") no-repeat center bottom;
  background-size: contain;
  z-index: -1;
}
/* line 65, ../sass/custom/layout/_layout.scss */
#content-wrapper #wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 420px) and (max-height: 570px) {
  /* line 65, ../sass/custom/layout/_layout.scss */
  #content-wrapper #wrapper {
    margin: 3rem 0;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Blocks */
/* line 2, ../sass/custom/site/blocks/_title.scss */
#title h1 {
  font-size: 8.7rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1280px) {
  /* line 2, ../sass/custom/site/blocks/_title.scss */
  #title h1 {
    font-size: 7.7rem;
  }
}
@media (max-width: 800px) {
  /* line 2, ../sass/custom/site/blocks/_title.scss */
  #title h1 {
    font-size: 5.7rem;
  }
}
@media (max-width: 640px) {
  /* line 2, ../sass/custom/site/blocks/_title.scss */
  #title h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 420px) {
  /* line 2, ../sass/custom/site/blocks/_title.scss */
  #title h1 {
    font-size: 2.5rem;
  }
}
/* line 23, ../sass/custom/site/blocks/_title.scss */
#title h1 strong {
  background: linear-gradient(90deg, #ffd04c 0%, #3dbee3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
/* line 31, ../sass/custom/site/blocks/_title.scss */
#title h1 .cursor {
  color: #ffd04c;
}

/* line 2, ../sass/custom/site/blocks/_subtitle.scss */
#subtitle h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 640px) {
  /* line 2, ../sass/custom/site/blocks/_subtitle.scss */
  #subtitle h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 420px) {
  /* line 2, ../sass/custom/site/blocks/_subtitle.scss */
  #subtitle h2 {
    font-size: 1.8rem;
  }
}

/* line 1, ../sass/custom/site/blocks/_form.scss */
#form {
  position: relative;
  text-align: center;
  margin: 5rem auto 0;
  padding: 3rem 0;
  border: 1px solid #dadada;
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 800px) {
  /* line 1, ../sass/custom/site/blocks/_form.scss */
  #form {
    margin: 2rem auto 0;
    padding: 1rem;
  }
}
/* line 15, ../sass/custom/site/blocks/_form.scss */
#form p {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 640px) {
  /* line 15, ../sass/custom/site/blocks/_form.scss */
  #form p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  /* line 15, ../sass/custom/site/blocks/_form.scss */
  #form p {
    font-size: 1.5rem;
  }
}
/* line 30, ../sass/custom/site/blocks/_form.scss */
#form form, #form fieldset {
  margin: 0;
}
/* line 34, ../sass/custom/site/blocks/_form.scss */
#form .input--hidden {
  display: none;
}
/* line 38, ../sass/custom/site/blocks/_form.scss */
#form input[type=text], #form input[type=email] {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  border: 0;
  text-align: left;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #fff;
  margin: 0;
  padding: 1rem;
  width: 50%;
}
@media (max-width: 640px) {
  /* line 38, ../sass/custom/site/blocks/_form.scss */
  #form input[type=text], #form input[type=email] {
    width: 80%;
  }
}
/* line 57, ../sass/custom/site/blocks/_form.scss */
#form input[type=text]::-webkit-input-placeholder, #form input[type=email]::-webkit-input-placeholder {
  color: #fff !important;
}
/* line 61, ../sass/custom/site/blocks/_form.scss */
#form input[type=text]:-moz-placeholder, #form input[type=email]:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
/* line 66, ../sass/custom/site/blocks/_form.scss */
#form input[type=text]::-moz-placeholder, #form input[type=email]::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
/* line 71, ../sass/custom/site/blocks/_form.scss */
#form input[type=text]:-ms-input-placeholder, #form input[type=email]:-ms-input-placeholder {
  color: #fff !important;
}
/* line 75, ../sass/custom/site/blocks/_form.scss */
#form input[type=text]::-ms-input-placeholder, #form input[type=email]::-ms-input-placeholder {
  color: #fff !important;
}
/* line 79, ../sass/custom/site/blocks/_form.scss */
#form input[type=text]::placeholder, #form input[type=email]::placeholder {
  color: #fff !important;
}
/* line 84, ../sass/custom/site/blocks/_form.scss */
#form .button-primary {
  display: block;
  margin: 3rem auto 1rem;
}

/* line 1, ../sass/custom/site/blocks/_button.scss */
.button, .button-primary {
  position: relative;
  font-weight: 600 !important;
  font-size: 2.2rem !important;
  color: #000 !important;
  background: linear-gradient(to right, #000 50%, #fff 50%);
  background-position: right bottom;
  background-size: 220% 100%;
  background-repeat: no-repeat;
  border: 0 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16), 0px 2px 4px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px !important;
  height: auto !important;
  line-height: normal !important;
  padding: 0.7rem 3rem !important;
  margin: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
/* line 21, ../sass/custom/site/blocks/_button.scss */
.button:hover, .button:focus, .button-primary:hover, .button-primary:focus {
  box-shadow: none !important;
  background-position: left bottom;
  color: #fff !important;
}
