@font-face {
  font-family: NeueWorld;
  src: url("../fonts/CondensedRegular.otf") format("opentype");
}
*,
:after,
:before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
  color: #000;
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-family: NeueWorld, serif;
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
  font-stretch: condensed;
}

a {
  color: #f95f1f;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #c63e05;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

header,
section {
  max-width: 1800px;
  margin: 0 auto;
}

header {
  background-color: #1c0300;
  color: #ffffff;
  text-align: center;
  position: relative;
}
header .stripes,
header .stripes * {
  display: block;
  position: absolute;
  z-index: 3;
}
header .stripes.left {
  left: 0;
  top: 0;
  width: 42px;
  height: 99px;
}
@media screen and (min-width: 580px) {
  header .stripes.left {
    width: 91px;
    height: 249px;
  }
}
header .stripes.left :nth-child(1) {
  width: 57%;
  height: 37%;
  background: #d10020;
  left: 43%;
}
header .stripes.left :nth-child(2) {
  width: 26%;
  height: 91%;
  background: #18a5e1;
  left: 21%;
  top: 9%;
}
header .stripes.left :nth-child(3) {
  width: 33%;
  height: 39%;
  background: #550821;
  top: 44%;
}
header .stripes.right {
  width: 18px;
  height: 115px;
  right: 15px;
  top: 0;
}
@media screen and (min-width: 580px) {
  header .stripes.right {
    width: 36px;
  }
}
@media screen and (min-width: 960px) {
  header .stripes.right {
    height: 478px;
  }
}
header .stripes.right :nth-child(1) {
  width: 33%;
  height: 49%;
  background: #ffffff;
  left: 0;
  top: 9%;
}
header .stripes.right :nth-child(2) {
  width: 33%;
  height: 100%;
  background: #18a5e1;
  left: 33%;
}
header .stripes.right :nth-child(3) {
  width: 33%;
  height: 62%;
  background: #d10020;
  left: 66%;
}
header > div {
  padding: 345px 30px 20px 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  header > div {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  header > div {
    padding-top: 500px;
  }
}
header > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(28, 3, 0, 0) 300px, #1c0300 490px, #1c0300 100%);
}
@media screen and (min-width: 1200px) {
  header > div:before {
    background: linear-gradient(180deg, rgba(28, 3, 0, 0) 200px, #1c0300 670px, #1c0300 100%);
  }
}
@media screen and (min-width: 1600px) {
  header > div:before {
    background: linear-gradient(180deg, rgba(28, 3, 0, 0) 200px, rgba(28, 3, 0, 0.5) 670px, #1c0300 100%);
  }
}
header > div img.bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  min-width: 720px;
  width: 100%;
  height: auto;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  header > div img.bg {
    transform: translate(-50%, -12%);
  }
}
@media screen and (min-width: 1200px) {
  header > div img.bg {
    transform: translate(-50%, -20%);
  }
}
header > div .logo,
header > div .team {
  display: block;
  position: absolute;
  z-index: 3;
  width: 78px;
  top: 20px;
  left: 50%;
  transform: translate(20%, 0);
}
header > div .logo:nth-child(2),
header > div .team:nth-child(2) {
  transform: translate(-120%, 0);
  top: 43px;
  width: 71px;
}
header > div .logo img,
header > div .team img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  header > div .logo,
header > div .team {
    width: 149px;
    top: 17px;
  }
  header > div .logo:nth-child(2),
header > div .team:nth-child(2) {
    top: 60px;
    width: 135px;
  }
}
header > div .team {
  transform: translate(-30%, 0);
  top: 115px;
  width: 162px;
}
@media screen and (min-width: 960px) {
  header > div .team {
    top: 275px;
    transform: translate(30%, 0);
  }
  header > div .team img {
    filter: invert(1);
  }
}
@media screen and (min-width: 1200px) {
  header > div .team {
    top: 400px;
    width: 289px;
    transform: translate(30%, 0);
  }
}
header > div div {
  position: relative;
  z-index: 3;
  max-width: 700px;
  margin: 0 auto;
}
header > div div h1 {
  margin: 0 auto 30px;
  font-size: 44px;
  letter-spacing: -0.84px;
}
header > div div h1 span {
  font-size: 23px;
  display: block;
  letter-spacing: -0.45px;
}
@media screen and (min-width: 1200px) {
  header > div div h1 {
    font-size: 100px;
  }
  header > div div h1 span {
    font-size: 48px;
  }
}
header > div div p {
  font-weight: 500;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  header > div div p {
    font-size: 18px;
  }
}
header > div div p:nth-child(2) {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  header > div div p:nth-child(2) {
    font-size: 20px;
  }
}

.contest {
  background-color: #18a5e1;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.contest .stripes,
.contest .stripes * {
  display: block;
  position: absolute;
  z-index: 2;
}
.contest .stripes.left {
  width: 48px;
  height: 433px;
  left: 50px;
  top: -180px;
  display: none;
}
@media screen and (min-width: 960px) {
  .contest .stripes.left {
    display: block;
  }
}
.contest .stripes.left :nth-child(1) {
  width: 33%;
  height: 60%;
  background: #d10020;
  left: 0;
  top: 39%;
}
.contest .stripes.left :nth-child(2) {
  width: 33%;
  height: 53%;
  background: #18a5e1;
  left: 33%;
  top: 0;
}
.contest .stripes.left :nth-child(3) {
  width: 33%;
  height: 49%;
  background: #1b0300;
  left: 66%;
  top: 32%;
}
.contest .stripes.middle {
  width: 8px;
  height: 46px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 580px) {
  .contest .stripes.middle {
    width: 16px;
  }
}
@media screen and (min-width: 960px) {
  .contest .stripes.middle {
    height: 122px;
    top: -50px;
  }
}
.contest .stripes.middle :nth-child(1) {
  width: 50%;
  height: 82%;
  background: #d10020;
  left: 0;
  top: 17%;
}
.contest .stripes.middle :nth-child(2) {
  width: 50%;
  height: 82%;
  background: #18a5e1;
  left: 50%;
}
.contest:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background: linear-gradient(to top left, rgba(28, 3, 0, 0) 0%, rgba(28, 3, 0, 0) calc(50% - 0.8px), #1c0300 50%, #1c0300 calc(50% + 0.8px), #1c0300 100%);
}
@media screen and (min-width: 1200px) {
  .contest:before {
    height: 50px;
  }
}
.contest > div {
  padding: 30px 30px 20px 30px;
}
@media screen and (min-width: 960px) {
  .contest > div {
    padding-top: 80px;
  }
}
.contest > div div p:nth-child(1) {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .contest > div div p:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .contest > div h2 {
    font-size: 66px;
  }
  .contest > div h2 span {
    display: block;
    font-size: 36px;
  }
}

.form {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  position: relative;
}
.form:before {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  height: 20px;
  width: 100%;
  z-index: 0;
  background: linear-gradient(to top left, rgba(22, 164, 225, 0) 0%, rgba(22, 164, 225, 0) calc(50% - 0.8px), #16a4e1 50%, #16a4e1 calc(50% + 0.8px), #16a4e1 100%);
}
@media screen and (min-width: 1200px) {
  .form:before {
    height: 50px;
  }
}
.form:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 130px;
  width: 100%;
  z-index: 0;
  background-color: #16a4e1;
}
.form > div {
  position: relative;
  z-index: 1;
  padding: 0 30px 40px 30px;
}
.form > div > div {
  border-radius: 8px;
  box-shadow: 0 59px 84px 0 rgba(0, 0, 0, 0.31);
  background: #ffffff;
  color: #515151;
  padding: 20px 10px;
  text-align: left;
  margin: 0 auto 20px auto;
  max-width: 570px;
}
@media screen and (min-width: 1200px) {
  .form > div > div {
    max-width: 850px;
    margin-bottom: 40px;
  }
}
.form > div > div p {
  margin: 0 10px 10px 10px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .form > div > div p {
    font-size: 24px;
  }
}
.form > div > div p.task {
  font-family: NeueWorld, serif;
  font-weight: 400;
  line-height: 1.17;
  font-size: 24px;
  font-stretch: condensed;
  letter-spacing: -0.33px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .form > div > div p.task {
    font-size: 42px;
  }
}
.form > div > div p.error {
  margin: 10px 0 10px 10px;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.form > div > div .error p.error {
  height: auto;
  color: #f13d3d;
}
.form > div > div textarea {
  border: 0 none;
  width: 100%;
  height: 150px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
  color: #000;
  text-align: left;
  background-color: #fff;
  padding: 10px;
  transition: background-color 0.5s;
}
.form > div > div textarea::placeholder {
  color: #515151;
}
.form > div > div textarea:hover {
  background-color: #f2f2f2;
}
.form > div > div input.text {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
  width: 100%;
  border: 1px solid #c4c4c4;
  border-width: 0 0 1px 0;
  border-radius: 0;
  transition: background-color 0.5s;
  color: #000;
  text-align: left;
  background-color: #fff;
  padding: 10px;
  transition: background-color 0.5s;
  max-width: 500px;
}
.form > div > div input.text::placeholder {
  color: #000000;
}
.form > div > div input.text:hover {
  background-color: #f2f2f2;
}
@media screen and (min-width: 1200px) {
  .form > div > div textarea,
.form > div > div input.text {
    font-size: 18px;
  }
}
.form > div > div #consent_box {
  margin: 25px 0;
}
.form > div > div #consent_box label {
  display: block;
  padding: 0 0 0 32px;
  position: relative;
}
.form > div > div #consent_box label input {
  position: absolute;
  left: 0;
}
.form > div > div #consent_box label p {
  margin: 0;
  padding: 0;
  font-size: 11px;
  max-width: 468px;
}
@media screen and (min-width: 1200px) {
  .form > div > div #consent_box label p {
    font-size: 14px;
  }
}
.form > div > div a.btn,
.form > div > div .btn,
.form > div > div a.btn:visited,
.form > div > div a.btn:active {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  padding: 0.5rem 2rem;
  background: #16a5e1;
  border-radius: 25px;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid #16a5e1;
  outline: none;
  text-decoration: none;
}
.form > div > div a.btn:hover,
.form > div > div .btn:hover,
.form > div > div a.btn:hover,
.form > div > div a.btn:hover {
  background: #0575a5;
  border-color: #0575a5;
  text-decoration: none;
}
.form > div > div #login div,
.form > div > div #patron-failure div {
  text-align: center;
  padding: 30px;
}
.form > div > div #login div p,
.form > div > div #patron-failure div p {
  margin-bottom: 30px;
}
.form > div > div #patron div {
  text-align: center;
  padding: 30px;
}
.form > div > div #patron div ol {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
.form > div > div #patron-success div {
  text-align: center;
  padding: 30px;
}
.form > div > div #success div {
  text-align: center;
  padding: 30px;
}
.form > div > div #success div p {
  font-size: 24px;
}

.faq {
  background-color: #ffffff;
  color: #000000;
  position: relative;
}
.faq .stripes,
.faq .stripes * {
  display: block;
  position: absolute;
  z-index: 2;
}
.faq .stripes.right {
  right: 50px;
  width: 39px;
  height: 630px;
  top: -300px;
  display: none;
}
@media screen and (min-width: 1500px) {
  .faq .stripes.right {
    display: block;
  }
}
.faq .stripes.right :nth-child(1) {
  width: 33%;
  height: 83%;
  background: #d10020;
  left: 0;
  top: 17%;
}
.faq .stripes.right :nth-child(2) {
  width: 33%;
  height: 72%;
  background: #18a5e1;
  left: 33%;
  top: 0;
}
.faq .stripes.right :nth-child(3) {
  width: 33%;
  height: 54%;
  background: #1b0300;
  left: 66%;
  top: 9%;
}
.faq .stripes.middle {
  width: 8px;
  height: 46px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 580px) {
  .faq .stripes.middle {
    width: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .faq .stripes.middle {
    height: 99px;
  }
}
.faq .stripes.middle :nth-child(1) {
  width: 50%;
  height: 82%;
  background: #d10020;
  left: 0;
  top: 17%;
}
.faq .stripes.middle :nth-child(2) {
  width: 50%;
  height: 82%;
  background: #18a5e1;
  left: 50%;
}
.faq > div {
  padding: 88px 30px 70px 30px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .faq > div {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.faq > div h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .faq > div h2 {
    font-size: 46px;
  }
}
.faq > div h3 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 1.44;
}
@media screen and (min-width: 1200px) {
  .faq > div h3 {
    font-size: 18px;
  }
}
.faq > div > h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .faq > div > h3 {
    margin-top: 120px;
    font-size: 22px;
  }
}
.faq > div > div {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 1360px;
}
@media screen and (min-width: 580px) {
  .faq > div > div {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 960px) {
  .faq > div > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.faq > div > div div {
  padding-bottom: 20px;
}
@media screen and (min-width: 580px) {
  .faq > div > div div {
    text-align: left;
  }
}
.faq > div > table {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  border: 0 none;
  border-collapse: collapse;
}
.faq > div > table tr {
  border: 1px solid #c4c4c4;
  border-width: 0 0 1px 0;
}
.faq > div > table tr:last-child {
  border: 0 none;
}
.faq > div > table td,
.faq > div > table th {
  padding: 10px;
  text-align: center;
}
.faq > div > table th {
  font-weight: 600;
}

.podcasts {
  background-color: #f2f2f2;
  color: #000000;
  position: relative;
}
.podcasts .stripes,
.podcasts .stripes * {
  display: block;
  position: absolute;
  z-index: 1;
}
.podcasts .stripes.left {
  display: none;
  width: 24px;
  height: 731px;
  left: 70px;
  top: -350px;
}
@media screen and (min-width: 1200px) {
  .podcasts .stripes.left {
    display: block;
  }
}
.podcasts .stripes.left :nth-child(1) {
  width: 50%;
  height: 75%;
  background: #d10020;
  top: 25%;
}
.podcasts .stripes.left :nth-child(2) {
  width: 50%;
  height: 75%;
  background: #18a5e1;
  width: 50%;
  left: 50%;
}
.podcasts .stripes.middle {
  width: 16px;
  height: 109px;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
.podcasts .stripes.middle :nth-child(1) {
  width: 50%;
  height: 93%;
  background: #d10020;
  left: 0;
  top: 7%;
}
.podcasts .stripes.middle :nth-child(2) {
  width: 50%;
  height: 93%;
  background: #18a5e1;
  left: 50%;
}
.podcasts:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(50% - 0.8px), white 50%, white calc(50% + 0.8px), white 100%);
}
@media screen and (min-width: 1200px) {
  .podcasts:before {
    height: 50px;
  }
}
.podcasts > div {
  padding: 58px 30px 0 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
}
@media screen and (min-width: 960px) {
  .podcasts > div {
    text-align: center;
  }
}
.podcasts > div h2 {
  margin: 0 auto 15px auto;
  max-width: 1360px;
}
@media screen and (min-width: 1200px) {
  .podcasts > div h2 {
    font-size: 46px;
  }
}
.podcasts > div > p {
  max-width: 1360px;
  margin: 0 auto 30px auto;
}
.podcasts > div > a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.podcasts > div > a img {
  display: block;
  width: 100%;
  height: auto;
}
.podcasts > div > div {
  display: inline-grid;
  gap: 20px;
  margin: 0 auto;
  max-width: 1360px;
  align-items: center;
}
.podcasts > div > div > * {
  width: 208px;
  height: 243px;
  overflow: hidden;
  border-radius: 3px;
  background: #000000;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .podcasts > div > div > * {
    width: 280px;
    height: 328px;
  }
}
.podcasts > div > div > * h3 {
  padding: 20px 20px 0 20px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.44;
}
@media screen and (min-width: 1200px) {
  .podcasts > div > div > * h3 {
    font-size: 22px;
  }
}
.podcasts > div > div > * span {
  display: block;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #bbbbbb;
  font-size: 11px;
}
.podcasts > div > div > * div {
  width: 100%;
  height: 131px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .podcasts > div > div > * div {
    height: 176px;
  }
}
.podcasts > div > div > * div img {
  display: block;
  width: 100%;
  height: auto;
}
.podcasts > div > div > *:hover {
  text-decoration: none;
}
.podcasts:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  height: 20px;
  width: 100%;
  bottom: 30px;
  background: linear-gradient(to top left, #151515 0%, #151515 calc(50% - 0.8px), #151515 50%, rgba(21, 21, 21, 0) calc(50% + 0.8px), rgba(21, 21, 21, 0) 100%);
}
@media screen and (min-width: 1200px) {
  .podcasts:after {
    height: 50px;
  }
}

.about {
  background-color: #151515;
  color: #ffffff;
  position: relative;
}
.about > div {
  padding: 80px 30px 50px 30px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .about > div {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .about > div {
    padding-top: 120px;
  }
}
.about > div h2 {
  margin: 0 auto 40px auto;
  max-width: 1360px;
}
@media screen and (min-width: 1200px) {
  .about > div h2 {
    font-size: 40px;
  }
}
.about > div > div {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  max-width: 1360px;
  margin: 0 auto;
}
@media screen and (min-width: 580px) {
  .about > div > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .about > div > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.about > div > div > * {
  position: relative;
  padding: 20px 0;
  text-align: left;
}
.about > div > div > *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 70px;
  height: 1px;
  background: #f95f1f;
}
.about > div > div > * h3 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .about > div > div > * h3 {
    font-size: 32px;
  }
}
.about > div > div > * p {
  color: #bbbbbb;
}
.about > div > div > * > a {
  display: block;
  width: 122px;
  margin: 10px 0 0 0;
}
.about > div > div > * > a img {
  width: 100%;
  height: auto;
}
.about > div > div > * > a:nth-child(3) {
  margin-top: 25px;
}

.cookies {
  background-color: #000000;
  color: #515151;
  position: relative;
}
.cookies > div {
  padding: 50px 30px;
  text-align: center;
}
.cookies > div p {
  font-size: 11px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .cookies > div p {
    font-size: 14px;
  }
}

body #login,
body #send,
body #patron,
body #patron-success,
body #patron-failure,
body #success {
  display: none;
}

html:not([class]) body.login #login {
  display: block;
}

html:not([class]) body.send #send {
  display: block;
}

html:not([class]) body.patron #patron {
  display: block;
}

html:not([class]) body.success #success {
  display: block;
}

html.r357checkout_success body #patron-success {
  display: block;
}

html.r357checkout_failure body #patron-failure {
  display: block;
}

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