@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;700&display=swap&family=Outfit");
header {
  background-color: #000;
  color: #ffffff;
}
header #site-name {
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  font-family: "Rebelleon Typeface";
  display: block;
  margin-top: 5px;
}
header::before {
  display: block;
  content: "";
  height: 8px;
  background: url("../images/gradient-bar-small-1.jpg");
}
header #header {
  position: relative;
}
header #header-title {
  padding: 16px 0;
  border-bottom: 1px solid #808080;
}
header h1 {
  font-family: "Rebelleon Typeface";
  color: #ffffff;
  padding: 0;
  margin: 0;
  display: block;
}
header #logo {
  height: 80px;
  display: flex;
  align-items: center;
}
header #logo #circle-logo {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 40px;
  margin-right: 24px;
}
header #logo #circle-logo svg {
  display: block;
  margin: 10px auto auto;
  width: 60px;
  height: 60px;
}
header #logo #circle-logo svg path {
  fill: #000000;
}
header #menu nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
header #menu nav > ul li {
  padding-right: 48px;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  list-style-type: none;
}
header #menu nav > ul li.has-children {
  position: relative;
  padding-right: 69px;
}
header #menu nav > ul li.has-children:after {
  content: "";
  background: url(../images/icons/dropdown.svg) no-repeat right;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  right: 48px;
  top: 24px;
}
header #menu nav > ul li.has-children:hover > a {
  color: #FED780 !important;
}
header #menu nav > ul li.has-children:hover:after {
  margin-top: 8px;
  transform: rotate(180deg);
  background: #FED780 none;
  -webkit-mask-image: url(../images/icons/dropdown.svg);
  mask-image: url(../images/icons/dropdown.svg);
}
header #menu nav > ul li a {
  color: #ffffff;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: bold;
  transition: 0.5s;
  display: block;
}
header #menu nav > ul li a:hover {
  color: #FED780;
  text-decoration: none;
}
header #menu nav > ul li ul {
  display: none;
  z-index: 10;
  position: absolute;
  margin-top: 12px;
  background-color: #262626;
  width: 250px;
  padding: 8px 24px;
  margin-left: -24px;
}
header #menu nav > ul li ul li {
  padding: 12px 0;
  position: relative;
}
header #menu nav > ul li:hover ul {
  display: block;
}
header #search-btn {
  padding: 12px;
  width: 45px;
  transition: width 0.5s;
  margin-right: 12px;
  background: none;
}
header #search-btn input {
  display: none;
  border: 0;
  background: transparent;
  width: 175px;
}
header #search-btn button {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
header #search-btn:hover, header #search-btn:focus-within {
  width: 224px;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  transition: 0.5s;
}
header #search-btn:hover input, header #search-btn:focus-within input {
  display: block;
}
header #search-btn:hover input:focus, header #search-btn:focus-within input:focus {
  outline: none;
  background-color: #ffffff;
}
header #search-btn:hover svg path, header #search-btn:focus-within svg path {
  stroke: #000000;
  transition: 0.5s;
}
header #search-btn:hover button:hover svg path, header #search-btn:focus-within button:hover svg path {
  stroke: #9A20E8;
}

#intro {
  background-color: #000;
  color: #ffffff;
  padding-top: 44px;
}
#intro::after {
  display: block;
  content: "";
  height: 40px;
  background: url("../images/gradient-bar-small-2.jpg");
  margin-top: 120px;
}
#intro h1 {
  font-size: 92px;
  line-height: 104px;
  max-width: 700px;
}
#intro .button {
  margin-right: 20px;
}
#intro #dragon {
  position: absolute;
  right: 0;
  width: 50%;
}
#intro #dragon svg {
  width: 100%;
}

#title {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  padding-top: 80px;
}
#title::after {
  display: block;
  content: "";
  height: 40px;
  background: url(../images/gradient-bar-small-2.jpg);
  margin-top: 80px;
}
#title h1 {
  font-size: 92px;
  line-height: 112%;
}
#title h1, #title p {
  max-width: 736px;
}
#title #dragon {
  position: absolute;
  top: -64px;
  right: 24px;
}
#title #dragon svg {
  width: 300px;
  height: 250px;
}

#title-blog {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  min-height: 616px;
}
#title-blog .image div {
  width: 616px;
  height: 613px;
  max-width: 40%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 360px 0px 0px 0px;
  background-position: center;
}
#title-blog .arrow svg {
  transform: scaleX(-1);
  width: 96px;
  height: 48px;
}
#title-blog .arrow svg path {
  fill: #ffffff;
  transition: 0.5s;
}
#title-blog .arrow svg:hover path {
  transition: 0.5s;
  fill: #FED780;
}
#title-blog .title {
  padding-bottom: 80px;
  padding-top: 80px;
}
#title-blog .title .date {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 40px;
}
#title-blog .title .title-bottom {
  max-width: 50%;
  display: flex;
  min-height: 400px;
}
#title-blog .title .title-bottom > div {
  align-self: flex-end;
}
#title-blog .title .title-bottom h1 {
  font-size: 64px;
  line-height: 112%;
  display: block;
  width: 100%;
}

.button {
  display: inline-block;
  border-radius: 40px;
  padding: 24px 40px;
  background-color: #ffffff;
  color: #000000 !important;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid #000000;
  box-sizing: border-box;
  transition: 0.5s;
  height: 64px;
  line-height: 10px;
}
.button:visited {
  color: #000000;
}
.button:hover {
  background: linear-gradient(279.17deg, #FED780 0%, #01BBCC 51.56%, #9A20E8 100%);
  text-decoration: none;
}
.button.button-small {
  top: 0px;
  border-radius: 40px;
  padding: 12px 24px;
  height: 44px;
  line-height: 14px;
}
.button.button-gradient {
  background: linear-gradient(279.17deg, #FED780 0%, #01BBCC 51.56%, #9A20E8 100%);
}
.button.button-gradient:hover {
  background: #ffffff none;
}
.button.alt {
  background-color: #000000;
  color: #ffffff !important;
  border: 2px solid #ffffff;
}
.button.alt:hover {
  background: linear-gradient(279.17deg, #FED780 0%, #01BBCC 51.56%, #9A20E8 100%);
}

footer {
  background-color: #000000;
  color: #ffffff;
}
footer > .flex {
  flex-wrap: wrap;
  align-items: stretch;
}
footer::before {
  display: block;
  content: "";
  height: 160px;
  background: url("../images/gradient-bar-big.jpg");
}
footer h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
footer .is-half {
  border-bottom: 0.5px solid #FFFFFF;
}
footer .is-half ul.sitemap {
  display: block;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}
footer .is-half ul.sitemap > li {
  margin-bottom: 30px;
}
footer .is-half ul.sitemap ul {
  margin-top: 16px;
}
footer .is-half ul.sitemap ul li {
  list-style-type: "✦";
  margin-left: 20px;
  padding-left: 10px;
}
footer .is-half:nth-child(even) {
  border-left: 0.5px solid #FFFFFF;
}
footer a, footer a:visited {
  color: #ffffff;
}
footer a:hover, footer a:visited:hover {
  color: #FED780;
}
footer .cell {
  border-bottom: 0.5px solid #FFFFFF;
  padding: 80px 30px;
  min-width: auto;
}
footer .cell:last-child {
  border-bottom: 0;
}
footer .cell > div {
  margin: auto;
  max-width: 400px;
}
footer #copyright {
  text-align: center;
  padding: 40px 0;
  font-size: 12px;
}
footer #spf-description svg {
  width: 140px;
  height: 140px;
  display: block;
  margin-right: 38px;
}
footer #newsletter form {
  border: 2px solid #ffffff;
  border-radius: 40px;
  padding: 5px 5px 5px 20px;
}
footer #newsletter form input {
  background-color: transparent;
  border: 0;
  overflow: auto;
}
footer #newsletter form button {
  right: 0;
  width: 128px;
}

.social-networks > .flex {
  justify-content: space-between;
}
.social-networks .social {
  height: 40px;
  width: 40px;
  display: inline-block;
}
.social-networks .social svg {
  display: block;
  width: 40px;
  height: 40px;
}
.social-networks .social.small {
  height: 16px;
  width: 16px;
  margin-right: 0px;
  margin-left: 24px;
}
.social-networks .social.small svg {
  width: 16px;
  height: 16px;
}
.social-networks .social:hover path {
  transition: 0.5s;
  fill: #FED780;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Rebelleon Typeface";
  src: url(../fonts/RebelleonTypeface-Regular.ttf);
}
body {
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
  background-color: #ffffff;
  font-family: "Exo 2", sans-serif;
}

#content {
  position: relative;
  padding-bottom: 120px;
}
#content #body {
  margin-top: 120px;
}
#content #body img {
  max-width: 100%;
}
#content #body .text-content ul {
  padding-left: 24px;
  margin-left: 24px;
}
#content #body .text-content ul li {
  list-style-type: disc;
}
#content #body .text-content ol {
  padding-left: 24px;
  margin-left: 24px;
}
#content #body .text-content ol li {
  list-style-type: decimal;
}

.fullwidth #content:after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FED780 36.46%, #01BBCC 67.19%, #9A20E8 100%);
  width: 100%;
  height: 308px;
  opacity: 0.16;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rebelleon Typeface";
  padding: 0;
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #0248db;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #0248db;
}
a:hover {
  color: #9A20E8;
}

p {
  margin: 32px 0;
}

.flex {
  display: flex;
  align-items: center;
}
.flex > .is-half {
  flex: 1 1 0px;
}

.wrapper {
  max-width: 1180px;
  margin: auto;
  padding: 0 30px;
}
.wrapper.small {
  max-width: 736px;
}

.relative {
  position: relative;
}

.push-right {
  margin-left: auto;
}

hr.wave {
  display: block;
}

blockquote {
  background: linear-gradient(279.17deg, #FED780 0%, #01BBCC 51.56%, #9A20E8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Outfit";
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

#content .pagination .arrows li {
  border: 0;
  padding: 0 8px;
}
#content .pagination .arrows li a, #content .pagination .arrows li span {
  background-color: #000000;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
#content .pagination .arrows li span {
  opacity: 0.5;
}
#content .pagination .arrows li:hover {
  opacity: 0.7;
}
#content .pagination .arrows li:hover svg path {
  fill: #FED780 !important;
}
#content .pagination .arrows li svg {
  width: 100%;
  height: 100%;
}
#content .pagination .arrows li svg path {
  fill: #ffffff;
}
#content .pagination .arrows li:first-child {
  transform: scale(-1, 1);
}
#content .pagination .pages {
  margin-top: 24px;
}
#content .pagination .pages li {
  border: 0;
  color: #000000;
  font-family: "Outfit";
  font-size: 16px;
  line-height: 20px;
}
#content .pagination .pages li span {
  font-weight: bold;
}
#content .pagination .pages li a {
  color: #808080;
}
#content .pagination .pages li a:hover {
  color: #000000;
  text-decoration: none;
}

#main-events {
  color: #000000;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
#main-events .circle-gradient-background {
  position: absolute;
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #9A20E8 0%, #01BBCC 29.69%, #FED780 63.54%, #FFFFFF 100%);
  opacity: 0.32;
  width: 75vw;
  height: 75vw;
  right: -20vw;
  bottom: -25vw;
}
#main-events h2 {
  font-size: 64px;
  margin-bottom: 4px;
}
#main-events h2 svg {
  display: inline-block;
  margin-right: 15px;
  width: 68px;
  height: 68px;
  margin-bottom: -15px;
}
#main-events:after {
  display: block;
  content: "";
  height: 40px;
  background: url("../images/gradient-bar-big.jpg");
  margin-top: 120px;
}

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