body {
  padding: 0;
  margin: 0;
  font-family: "gelicaregular";
}
body b, body strong {
  font-family: "gelicamedium";
}
body a:hover {
  text-decoration: none;
}

.modal-open {
  overflow-y: auto;
}

.container {
  max-width: 1230px;
}

@media (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
main {
  padding-top: 65.5px;
}
@media (max-width: 992px) {
  main {
    padding-top: 55px;
  }
}

.bottom-wrapper {
  background: url(../img/bottom-bg.webp) center top no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .bottom-wrapper {
    background: url(../img/bottom-bg-mobile.webp) center top no-repeat;
    background-size: cover;
  }
}

.scrolling-window {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  color: #2d2020;
  font-family: "bliss_probold";
  font-size: 16px;
  padding: 10px;
}
@media (max-width: 540px) {
  .scrolling-window {
    padding: 40px 20px;
    font-size: 14px;
  }
}
.scrolling-window .inner {
  overflow-y: scroll;
  height: 640px;
  padding: 40px 15px;
}
.scrolling-window .inner::-webkit-scrollbar-track {
  background-color: #acacac;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 10px;
}
.scrolling-window .inner::-webkit-scrollbar {
  width: 10px;
  background-color: transparent;
  border-radius: 10px;
  margin: 0 2px;
}
.scrolling-window .inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffffff;
}
.scrolling-window ol, .scrolling-window ul {
  padding-left: 20px;
}

/* NAV */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #006e42;
}
nav .ribbon-brand {
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
  display: none;
}
nav .ribbon-brand #jsMenuToggle {
  color: white;
  font-size: 30px;
}
nav .menu {
  padding: 15px 0;
  background: #006e42;
}
nav .main-menu {
  font-family: "bliss_probold";
  font-size: 13px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  justify-content: center;
  padding-top: 0;
  margin: 0;
}
nav .main-menu li {
  display: inline;
  list-style: none;
}
nav .main-menu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 25px;
  display: inline-block;
  position: relative;
}
nav .main-menu li a:hover {
  color: #e9ecef;
}
nav .main-menu li a:hover:after {
  opacity: 1;
}
nav .main-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 3px;
  background: #ffffff;
  content: "";
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 1200px) {
  nav .main-menu li a {
    padding: 8px 10px;
  }
  nav .main-menu li a:after {
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 992px) {
  nav .menu {
    padding: 0;
  }
  nav .menu-wrapper {
    background: #006e42;
    display: none;
  }
  nav .menu-wrapper.responsive {
    display: block;
  }
  nav .ribbon-brand {
    display: flex;
  }
  nav .ribbon-brand #jsMenuToggle {
    display: block;
  }
  nav .main-menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  nav .main-menu li {
    display: block;
    text-align: left;
    float: none;
  }
  nav .main-menu li a {
    width: 100%;
    display: block;
    padding: 8px 0;
  }
  nav .main-menu li a:after {
    left: 0px;
    right: 0px;
    display: none;
  }
}
@media (max-width: 768px) {
  nav .ribbon-brand .logos img {
    max-height: 25px;
  }
}

/* FOOTER */
footer {
  background: #006e42;
  padding: 40px 0 40px 0;
}
footer p {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 16px;
  font-family: "gelicaregular";
}

/* MAIN */
.main-section {
  text-align: center;
  position: relative;
}
.main-section .main-image img {
  width: 100%;
}

/* RULEZ */
.rulez-section {
  background: #006e42;
  padding: 60px 0;
  position: relative;
}
.rulez-section .heading {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 72px;
  line-height: 90px;
  font-family: "gelicamedium";
}
@media (max-width: 992px) {
  .rulez-section .heading {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .rulez-section .heading {
    font-size: 35px;
    line-height: 35px;
  }
}
.rulez-section .steps {
  text-align: center;
  margin-top: 40px;
}
.rulez-section .steps .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rulez-section .steps .img img {
  display: flex;
  align-items: start;
  justify-content: start;
  width: auto !important;
}
.rulez-section .steps .tile-container {
  padding: 15px 40px;
  text-align: center;
}
.rulez-section .infos {
  padding: 0;
}
.rulez-section .info {
  margin-top: 30px;
  font-family: "gelicamedium";
  font-size: 30px;
  color: #ffffff;
  padding: 5px 5px;
  line-height: 35px;
  margin-bottom: 10px;
}
.rulez-section .info a {
  color: #ffffff;
  text-decoration: underline;
}
.rulez-section .info a:hover {
  color: #ffffff;
}
.rulez-section .catches {
  color: #ffffff;
  font-family: "gelicaregular";
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
}
.rulez-section .catches table tr td {
  vertical-align: top;
}
.rulez-section .catches table tr td:first-child {
  text-align: right;
  padding-right: 5px;
}
@media (max-width: 992px) {
  .rulez-section {
    background: #006e42;
  }
  .rulez-section .steps {
    margin: 60px 0 0 0;
  }
  .rulez-section .steps .img {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .rulez-section .steps .tile-container {
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rulez-section .info {
    font-size: 22px;
    line-height: 26px;
  }
  .rulez-section .catches {
    font-size: 17px;
  }
}

/* JOIN */
.join-section {
  padding: 60px 0;
  display: flex;
  align-items: center;
  background: url(../img/join-bg.webp) center top no-repeat;
  background-size: cover;
  position: relative;
}
.join-section .heading {
  font-family: "gelicamedium";
  color: #006e42;
  font-size: 77px;
  line-height: 90px;
}
@media (max-width: 992px) {
  .join-section .heading {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  .join-section .heading {
    font-size: 35px;
    line-height: 50px;
  }
}
.join-section .subheading {
  color: #006e42;
  font-family: "gelicamedium";
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .join-section .subheading {
    font-size: 24px;
    line-height: 28px;
  }
}
.join-section form {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .join-section {
    background: url(../img/join-bg-mobile.webp) center top no-repeat;
    background-size: cover;
  }
}
.join-section .form-group.paragon {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0 10px;
  box-shadow: inset 5px 5px 10px #cccbcb;
  border-radius: 20px;
}
.join-section .form-group.paragon label {
  margin: 0;
  font-family: "gelicaregular";
}
.join-section .form-group.paragon input[type=file] {
  font-size: 14px;
  color: #1c432c;
}
.join-section .form-group.paragon input[type=file]::file-selector-button {
  background: #006e42;
  color: #ffffff;
  padding: 5px 30px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}

/* PRICES */
.prices-section {
  padding: 60px 0;
  background: #006e42;
}
.prices-section .heading {
  color: #ffffff;
  font-family: "gelicamedium";
  font-size: 90px;
  line-height: 95px;
}
@media (max-width: 992px) {
  .prices-section .heading {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 600px) {
  .prices-section .heading {
    font-size: 40px;
    line-height: 45px;
  }
}
.prices-section .subheading {
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "gelicamedium";
  font-size: 48px;
  line-height: 54px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .prices-section .subheading {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 600px) {
  .prices-section .subheading {
    font-size: 30px;
    line-height: 34px;
  }
}
.prices-section .prices {
  text-align: center;
}
.prices-section .prizes-description {
  color: #ffffff;
  font-family: "gelicamedium";
  font-size: 16px;
  margin-top: 40px;
}
.prices-section .prizes-description table {
  margin: 0 auto;
}
.prices-section .prizes-description table tr td {
  padding: 5px 0;
  vertical-align: top;
}
.prices-section .prizes-description table tr td:first-child {
  text-align: right;
  padding-right: 5px;
}
.prices-section img.desktop {
  margin-top: 0px;
  margin-bottom: 40px;
}
.prices-section img.mobile {
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .prices-section {
    background: #006e42;
  }
  .prices-section .prices {
    text-align: center;
  }
}

/* STATUTE */
.statute-section {
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.statute-section .heading {
  margin-bottom: 25px;
  color: #006e42;
  font-family: "gelicamedium";
  font-size: 56px;
  line-height: 65px;
}
@media (max-width: 992px) {
  .statute-section .heading {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .statute-section .heading {
    font-size: 35px;
    line-height: 45px;
  }
}
.statute-section .customSubmit {
  margin-top: 40px;
  font-family: "gelicamedium";
  border: 0;
  background: #006e42;
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  border-radius: 12px;
  display: inline-block;
  padding: 5px 5px;
  width: 320px;
  height: 50px;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.4509803922);
}
.statute-section .customSubmit.join {
  padding: 5px 26px;
}
.statute-section .customSubmit:hover {
  background: #006e42;
  opacity: 0.8;
}
/* CONTACT */
.contact-section {
  padding: 60px 0;
}
.contact-section .heading {
  margin-bottom: 25px;
  color: #006e42;
  font-family: "gelicamedium";
  font-size: 56px;
  line-height: 65px;
}
@media (max-width: 992px) {
  .contact-section .heading {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 600px) {
  .contact-section .heading {
    font-size: 35px;
    line-height: 45px;
  }
}
/* FORM */
form {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}
form .form-group {
  position: relative;
  margin-bottom: 15px;
}
form input, form textarea {
  width: 100%;
  background: #ffffff;
  border: 0;
  padding: 12px 10px;
  border-radius: 20px;
  box-shadow: inset 5px 5px 10px #cccbcb;
  font-family: "gelicaregular";
  font-size: 19px;
  color: #334827;
}
@media (max-width: 540px) {
  form input, form textarea {
    font-size: 16px;
  }
}
form input:focus, form textarea:focus {
  outline: none;
}
form input::-webkit-input-placeholder, form input::-moz-placeholder, form input:-ms-input-placeholder, form input:-moz-placeholder, form textarea::-webkit-input-placeholder, form textarea::-moz-placeholder, form textarea:-ms-input-placeholder, form textarea:-moz-placeholder {
  font-family: "gelicaregular";
  font-size: 19px;
  color: #334827;
}
form textarea {
  height: 170px;
}
form label {
  padding: 12px 10px;
  font-family: "gelicaregular";
  font-size: 19px;
  color: #334827;
  width: 100%;
}
@media (max-width: 540px) {
  form label {
    font-size: 16px;
  }
}
form label.noselect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
form label.error {
  color: red;
  display: block;
  font-size: 12px;
  padding: 5px;
}
form .required label.noselect:after {
  content: " *";
  color: #1d421f;
}
form .form-hint {
  font-family: "gelicaregular";
  font-size: 19px;
  color: #006e42;
}
form .form-hint span {
  color: #006e42;
}
form .form-hint.small {
  font-family: "gelicaregular";
  font-size: 16px;
  color: #006e42;
}
form .label-wrapper {
  padding-left: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #006e42;
  font-family: "gelicaregular";
  padding-top: 0;
}
form .label-wrapper .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 21px;
  width: 22px;
  background: url(../img/checkbox.webp);
}
form .label-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .label-wrapper input:checked ~ .checkmark {
  background: url(../img/checkbox-checked.webp);
}
form #joinParagonFile {
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
form .customSubmit {
  margin-top: 20px;
  font-family: "gelicamedium";
  border: 0;
  background: #006e42;
  color: #ffffff;
  font-size: 28px;
  line-height: 30px;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 5px;
  width: 320px;
  height: 50px;
  text-transform: uppercase;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.4509803922);
}
form .customSubmit.join {
  text-transform: unset;
  background: #006e42;
}
form .customSubmit.join:hover {
  background: #006e42;
  opacity: 0.8;
}
form .customSubmit:hover {
  background: #006e42;
  opacity: 0.8;
}
form .question-mark {
  width: 30px;
  height: 50px;
  position: absolute;
  background: url(../img/question-mark.webp) center center no-repeat;
  right: -50px;
  top: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  form .question-mark {
    display: none;
  }
}
form #joinDowod {
  width: 100%;
}

/* HELPER */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white {
  color: white;
}

.green {
  color: #10331d;
}

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

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

@media (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
.show-mobile-inline {
  display: none;
}

.hide-mobile-inline {
  display: inline;
}

@media (max-width: 992px) {
  .hide-mobile-inline {
    display: none;
  }
  .show-mobile-inline {
    display: inline-block;
  }
}
.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.page-wrapp-content {
  overflow: hidden;
}
