/* ============================================================================== */
/* Common																																					*/
/* ============================================================================== */
html {
 scroll-behavior: smooth;
}
body {
 position: relative;
 font-family: 'Raleway', sans-serif;
 font-size: clamp(0.95rem, 1.5vw, 1.15rem);
 overflow-x: hidden;
}
body:before {
 position: absolute;
 bottom: 0;
 left: 0;
 content: "";
 width: 100vw;
 height: 50vh;
 background-image: radial-gradient(rgba(red, 0.3), rgba(red, 0) 40vw), radial-gradient(rgba(green, 0.3), rgba(green, 0) 40vw), radial-gradient(rgba(blue, 0.3), rgba(blue, 0) 40vw), radial-gradient(rgba(yellow, 0.3), rgba(yellow, 0) 40vw), radial-gradient(rgba(red, 0.3), rgba(red, 0) 40vw);
 background-position: -40vw 14rem, 50% 10rem, 60vw 14rem, -10vw calc(14rem + 20vw), 30vw calc(14rem + 20vw);
 background-size: 80vh 80vw;
 background-repeat: no-repeat;
}
ol, ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
a {
 color: #38BBD0;
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Oswald', sans-serif;
 text-transform: uppercase;
 line-height: 1;
 transform: skewX(-10deg);
 z-index: 1;
}
h1, h2, h3 {
 color: #38BBD0;
 letter-spacing: -0.1vw;
}
h1 {
 font-size: clamp(2.8rem, 6vw, 5.5rem);
}
img {
 display: block;
 width: 100%;
 height: auto;
}
/* ============================================================================== */
/* Parallax content																																*/
/* ============================================================================== */
.cloneable {
 align-items: center;
 display: flex;
 justify-content: center;
 min-height: 100vh;
 position: relative;
}
.cover {
 height: 100%;
 left: 0;
 max-width: none;
 object-fit: cover;
 position: absolute;
 top: 0;
 width: 100%;
}
.cover-copy {
 height: 100%;
 left: 0;
 max-width: none;
 object-fit: cover;
 position: absolute;
 top: 0;
 width: 100%;
}
.parallax {
 overflow: hidden;
 position: relative;
 width: 100%;
 z-index: 1;
}
.parallax__black-line-overflow {
 background-color: rgb(0, 0, 0);
 bottom: -1px;
 height: 2px;
 left: 0;
 position: absolute;
 width: 100%;
 z-index: 20;
}
.parallax__white-line-overflow {
 background-color: rgb(255, 255, 255);
 bottom: 0;
 height: 50px;
 left: 0;
 position: absolute;
 width: 100%;
 z-index: 20;
}
.parallax__content {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 min-height: calc(100svh - 30svh);
 padding-top: 15svh;
 position: relative;
 text-align: center;
}
@media (min-width:0em) and (max-width:46em) {
 .parallax__content {
  margin-top: 10svh;
 }
}
.parallax__content .flow {
 max-width: 960px;
 margin: 0 auto;
 font-size: 120%;
}
@media (min-width:0em) and (max-width:46em) {
 .parallax__content .flow {
  padding-left: 2rem;
  padding-right: 2rem;
 }
}
.parallax__fade {
 background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.738) 19%, rgba(255, 255, 255, 0.541) 34%, rgba(255, 255, 255, 0.382) 47%, rgba(255, 255, 255, 0.278) 56.5%, rgba(255, 255, 255, 0.194) 65%, rgba(255, 255, 255, 0.126) 73%, rgba(255, 255, 255, 0.075) 80.2%, rgba(255, 255, 255, 0.042) 86.1%, rgba(255, 255, 255, 0.021) 91%, rgba(255, 255, 255, 0.008) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%);
 bottom: 0;
 height: 20%;
 left: 0;
 max-width: none;
 object-fit: cover;
 position: absolute;
 width: 100%;
 z-index: 30;
}
.parallax__header {
 border-bottom: 50px solid #FFF;
 background-color: #38BBD0;
 background: linear-gradient(90deg, rgba(0, 143, 166, 1) 30%, rgba(56, 187, 208, 1) 100%);
 align-items: center;
 display: flex;
 justify-content: center;
 min-height: 100svh;
 position: relative;
 z-index: 2;
}
.parallax__header:before, .parallax__header:after {
 background-color: #FFF;
 content: "";
 height: calc(100svh - -20svh);
 position: absolute;
 top: 0;
 width: 50px;
 z-index: 1;
}
.parallax__header:after {
 background-color: #FFF;
 content: "";
 height: calc(100svh - -20svh);
 position: absolute;
 top: 0;
 width: 50px;
 z-index: 1;
}
.parallax__header:before {
 left: 0;
}
.parallax__header:after {
 right: 0;
}
@media (min-width:0em) and (max-width:46em) {
 .parallax__header:before, .parallax__header:after {
  width: 15px;
 }
}
.parallax__layer-img {
 height: 117.5%;
 left: 0;
 max-width: none;
 object-fit: cover;
 pointer-events: none;
 position: absolute;
 top: -17.5%;
 width: 100%;
}
.parallax__layer-img.is-third {
 top: -20%;
}
.parallax__layer-title {
 align-items: center;
 display: flex;
 height: 100svh;
 justify-content: center;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
}
.parallax__layers {
 height: 100%;
 left: 0;
 max-width: none;
 object-fit: cover;
 overflow: hidden;
 position: absolute;
 top: 0;
 width: 100%;
}
.parallax__claim {
 color: #FFF;
 font-size: clamp(3rem, 5vw, 5rem);
 font-weight: 700;
 position: absolute;
 top: 55svh;
 left: 15vw;
 width: 47%;
 line-height: 1;
 padding-top: 5svh;
}
@media (min-width:0em) and (max-width:46em) {
 .parallax__claim {
  font-size: clamp(2.25rem, 5vw, 5rem);
  top: 250px;
  left: 10vw;
  padding-top: 0;
  width: calc(100% - 20vw);
 }
}
.parallax__claim span {
 display: block;
}
.parallax__claim .btn {
 background-color: #38BBD0;
 border-color: #38BBD0;
 color: #FFF;
 padding-right: 4rem;
}
.parallax__claim .btn:hover {
 background-color: #007A9F;
 border-color: #007A9F;
 color: #FFF;
}
.parallax__claim .btn ion-icon {
 font-size: 180%;
 position: absolute;
 top: 50%;
 right: 1.5rem;
 transform: translateY(-50%);
}
.parallax__placeholder {
 height: 100%;
 left: 0;
 max-width: none;
 object-fit: cover;
 opacity: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 0;
}
.parallax__radial-gradient {
 background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, 0, 0, 0);
 inset: 0;
 mix-blend-mode: multiply;
 opacity: .5;
 pointer-events: none;
 position: fixed;
 z-index: 10;
}
.parallax__title {
 margin: 0;
 opacity: 0.85;
 pointer-events: auto;
 position: relative;
 text-align: center;
 text-transform: none;
 transform: translateY(-50%);
}
.parallax__title img {
 height: auto;
 max-width: 1280px;
 width: 100vh;
}
@media (min-width:0em) and (max-width:46em) {
 .parallax__title {
  max-width: calc(100% - 50px);
  position: absolute;
  top: 80px;
  transform: none;
 }
 .parallax__title img {
  height: auto;
  width: 100%;
 }
}
.parallax__visuals {
 height: 120%;
 left: 0;
 max-width: none;
 object-fit: cover;
 position: absolute;
 top: 0;
 width: 100%;
}
.parallax__visuals:before {
 background-color: #FFF;
 content: "";
 left: 0;
 height: 50px;
 position: absolute;
 top: 0;
 width: 100vw;
 z-index: 1;
}
/* ============================================================================== */
/* Page loading fade effect				  																							*/
/* ============================================================================== */
.fade-in {
 opacity: 0;
 -webkit-animation: fadeIn ease-in 1;
 -moz-animation: fadeIn ease-in 1;
 animation: fadeIn ease-in 1;
 -webkit-animation-fill-mode: forwards;
 -moz-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-animation-duration: 1s;
 -moz-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-delay: 1s;
 -moz-animation-delay: 1s;
 animation-delay: 1s;
}
@-webkit-keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@-moz-keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
/* ============================================================================== */
/* Content																																				*/
/* ============================================================================== */
/* Preloader */
.loader {
 height: 200px;
 width: 200px;
 position: fixed;
 top: 50%;
 left: 50%;
 border-radius: 50%;
 overflow: hidden;
 transform: translate(-50%, -50%);
}
.loader svg {
 margin: 0 auto;
 overflow: hidden;
 width: 100%;
 height: 100%;
}
.loader path:nth-child(1) {
 animation: draw 2.0s linear infinite;
}
.loader path:nth-child(2) {
 animation: draw 1.0s linear infinite;
}
.loader path:nth-child(3) {
 animation: draw 2.0s linear infinite;
}
@keyframes draw {
 0% {
  transform: translate3d(0, 0, 0);
 }
 100% {
  transform: translate3d(-90px, 0, 0);
 }
}
/* Wrapper */
.wrapper {
 background-color: #FFF;
}
/* Header */
.header {
 position: absolute;
 top: 0;
 left: 0;
 width: 100vw;
 height: 50px;
 z-index: 9;
}
/* Dropdown language */
.language.dropdown {
 position: absolute;
 top: 0;
 right: 50px;
 width: 50px;
 height: 50px;
 display: block;
 cursor: pointer;
 z-index: 101;
}
@media (min-width:0em) and (max-width:46em) {
 .language.dropdown {
  right: 15px;
 }
}
.language.dropdown a {
 display: block;
 font-weight: 700;
 text-transform: uppercase;
 text-decoration: none;
 text-align: center;
 letter-spacing: 0.05em;
 line-height: 50px;
 color: #007A9F;
 width: 50px;
 height: 50px;
 background-color: #FFF;
}
.language.dropdown .dropdown-content {
 display: none;
 position: absolute;
 z-index: 1;
}
.language.dropdown:hover .dropdown-content {
 display: block;
}
.language.dropdown .dropdown-content a {
 display: block;
 background-color: rgba(255, 255, 255, 0.95);
}
.language.dropdown .dropdown-content a:hover {
 background-color: rgba(255, 255, 255, 1);
 color: #007A9F;
}
/* Footer */
.footer {
 position: relative;
 flex-direction: column;
 align-items: center;
}
.footer .footer-details, .footer .footer-copyright {
 position: relative;
 display: block;
 width: 100%;
 font-size: 75%;
}
.footer .footer-details {
 max-width: 1280px;
}
.footer .footer-copyright {
 max-width: 960px;
}
.footer .footer-copyright:before {
 position: absolute;
 top: 0;
 left: 50%;
 content: "";
 background-color: #38BBD0;
 width: 100%;
 height: 1px;
 max-width: 960px;
 transform: translateX(-50%);
}
.footer-info figure {
 max-width: 320px;
}
.footer-contacts ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.footer-contacts ul li {
 padding-left: 1.5rem;
 display: flex;
 align-items: flex-start;
}
.footer-contacts ul ion-icon {
 position: relative;
 top: 3px;
 transform: translateX(-1rem);
}
/* Social networking icons */
.social-icons {
 width: 100%;
 max-width: 165px;
 text-align: center;
}
.social-icon {
 font-size: 2.5rem;
 filter: grayscale(1);
}
.social-icon:hover {
 filter: grayscale(0);
}
.social-icon a {
 display: block;
 width: 40px;
 height: 40px;
 margin: 0 auto 2rem;
}
/* Titles */
.main-title {
 width: 100%;
 margin-bottom: 3rem;
 padding-bottom: 3rem;
 background: -webkit-linear-gradient(45deg, #0987A6, #38BBD0 50%);
 background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.hollow-title {
 color: transparent;
 font-size: clamp(6rem, 9vw, 9rem);
 -webkit-text-stroke: 2px rgba(0, 0, 0, 0.25);
 background: none;
}
@media (min-width:0em) and (max-width:46em) {
 .main-title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
 }
 .hollow-title {
  transform: skewX(-10deg) translateX(-3%);
 }
}
.sub-title {
 font-size: clamp(2.7rem, 5vw, 4rem);
}
.transform-translatey-hollow {
 transform: translateY(-120%);
}
@media (min-width:0em) and (max-width:46em) {
 .sub-title {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
 }
 .transform-translatey-hollow {
  transform: translateY(-10%);
 }
}
.call-action {
 font-size: 180%;
 transform: none;
}
@media (min-width:0em) and (max-width:46em) {
 .call-action {
  margin-bottom: 3rem
 }
}
/* Cards */
.card {
 flex: 1 1 auto;
 display: flex;
 flex-direction: column;
 margin: 5rem auto;
 border: none;
 box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
 border-radius: 1.5rem;
 overflow: hidden;
}
@media (min-width:0em) and (max-width:46em) {
 .card {
  margin: 1rem auto;
 }
}
.card .card-title {
 letter-spacing: normal;
}
.card .logo-event {
 display: block;
 position: relative;
 margin: -3rem auto 0.5rem;
 padding: 1rem;
 background-color: #FFF;
 border-radius: 1rem;
 transform: skewX(10deg);
 width: 75%;
}
.card-text {
 font-weight: 700;
 font-size: 120%;
 margin-bottom: 1.5rem;
}
/* Buttons */
.btn, .btn:focus, .btn:active, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
 position: relative;
 font-size: 1rem;
 font-weight: 700;
 letter-spacing: 0.5px;
 line-height: 1;
 margin: 0 1rem;
 background-color: transparent;
 border-color: rgba(0, 0, 0, 0.25);
 border-radius: 2.5rem;
 color: rgba(0, 0, 0, 0.5);
 padding: 1rem 2rem;
 text-transform: uppercase;
}
.btn:hover {
 background-color: #38BBD0;
 border-color: #38BBD0;
 color: #FFF;
}
.btn.setubalowr:hover {
 background-color: #5887A6;
 border-color: #5887A6;
 color: #FFF;
}
.btn.oeirasowr:hover {
 background-color: #007F6E;
 border-color: #007F6E;
 color: #FFF;
}
.btn.sinesowr:hover {
 background-color: #053653;
 border-color: #053653;
 color: #FFF;
}
/* Logos marquee */
.marquee-logos {
 width: 100vw;
 align-items: center;
 display: flex;
 position: relative;
 overflow: hidden;
 padding-top: 5vh;
 padding-bottom: 5vh;
}
.marquee-logos__container {
 display: flex;
 white-space: nowrap;
 will-change: transform;
 animation: marquee--move__logos 25s linear infinite;
}
@media (min-width:0em) and (max-width:46em) {
 .marquee-logos {
  padding-top: 10vh;
  padding-bottom: 10vh;
 }
 .marquee-logos__container {
  animation: marquee--move__logos 15s linear infinite;
 }
}
.marquee-logos:hover .marquee-logos__container {
 animation-play-state: paused;
}
.marquee-logos__container a {
 display: block;
 position: relative;
 height: auto;
 margin: 1vh 5vw;
}
.marquee-logos__container img {
 display: block;
 height: 6vh;
 width: auto;
}
@media (min-width:0em) and (max-width:46em) {
 .marquee-logos__container img {
  height: 10vh;
 }
}
@keyframes marquee--move__logos {
 from {
  transform: translateX(0%);
 }
 to {
  transform: translateX(-100%);
 }
}
/* ============================================================================== */
/* Background dots																																*/
/* ============================================================================== */
.dots {
 position: absolute;
 bottom: 45vh;
 left: 0;
 width: 100vw;
 height: 100svh;
 z-index: -1;
}
.dot {
 position: absolute;
 border-radius: 50%;
 top: 0;
}
.dot.setubalowr {
 width: 33.3333333%;
 height: auto;
 aspect-ratio: 1;
 -webkit-filter: blur(50px);
 filter: blur(50px);
 left: 0;
 background-color: rgba(115, 205, 217, 0.25);
 transform: translate3d(0, 0, 0);
}
.dot.oeirasowr {
 width: 33.3333333%;
 height: auto;
 aspect-ratio: 1;
 -webkit-filter: blur(100px);
 filter: blur(100px);
 left: 33.3333333%;
 background-color: rgba(14, 160, 135, 0.25);
 transform: translate3d(0, 0, 0);
}
.dot.sinesowr {
 width: 33.3333333%;
 height: auto;
 aspect-ratio: 1;
 -webkit-filter: blur(100px);
 filter: blur(100px);
 right: 0;
 background-color: rgba(5, 54, 83, 0.25);
 transform: translate3d(0, 0, 0);
}
/* ============================================================================== */
/* GDPR: https://codepen.io/henriquebaldy/pen/empMZWq															*/
/* ============================================================================== */
.gdpr {
 align-items: flex-start;
 background-color: #38BBD0;
 border-radius: 1rem;
 bottom: 3.125rem;
 box-shadow: 0 3px 15px rgba(51, 51, 51, 0.2);
 box-sizing: border-box;
 color: #FFF;
 display: none;
 flex-direction: column;
 justify-content: space-between;
 opacity: 1;
 overflow: hidden;
 padding: 2.5rem 1.5rem 1.5rem;
 position: fixed;
 right: 3.125rem;
 width: 300px;
 z-index: 999;
}
.gdpr p {
 font-size: 0.85rem;
 text-align: justify;
}
.gdpr a {
 color: rgba(255, 255, 255, 0.75);
 text-decoration: underline;
 transition: color 0.3s ease;
}
.gdpr a:hover {
 color: rgba(255, 255, 255, 1);
}
.gdpr-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 0.8rem;
 justify-content: center;
 margin-top: 1rem;
 width: 100%;
}
.gdpr-btn.accept {
 background-color: rgba(255, 255, 255, 0.25);
 border: 1px solid rgba(255, 255, 255, 1);
 border-radius: 2.5rem;
 color: #FFF;
 margin: 0;
 min-width: 150px;
}
.gdpr-btn.accept:hover {
 background-color: #FFF;
 border-color: #FFF;
 color: #38BBD0;
}
.gdpr-btn.reject {
 border: 1px solid rgba(255, 255, 255, 1);
 border-radius: 2.5rem;
 color: #FFF;
 margin: 0;
 min-width: 150px;
}
.gdpr-btn.reject:hover {
 background-color: #FFF;
 border-color: #FFF;
 color: #38BBD0;
}
.gdpr-close {
 align-items: center;
 background: none;
 border: none;
 color: #FFF;
 cursor: pointer;
 display: flex;
 font-size: 1.5rem;
 height: 1.5rem;
 justify-content: center;
 opacity: 0.5;
 padding: 0;
 position: absolute;
 right: 0.5rem;
 top: 0.5rem;
 width: 1.5rem;
}
.gdpr-close:hover {
 color: #FFF;
 opacity: 1;
}
.gdpr-manage {
 bottom: 0.5rem;
 font-size: 0.8rem;
 position: fixed;
 right: 1rem;
 z-index: 998;
}
.gdpr-manage a {
 color: #38BBD0;
 text-decoration: none;
 transition: color 0.3s ease;
}
.gdpr-manage a:hover {
 color: #38BBD0;
}
@media (max-width: 600px) {
 .gdpr {
  align-items: center;
  border-left: none;
  border-radius: 0;
  border-right: none;
  bottom: 0;
  left: 0;
  padding: 1rem;
  right: 0;
  width: 100%;
 }
 .gdpr p {
  margin-bottom: 1rem;
  text-align: left;
 }
 .gdpr-actions {
  justify-content: center;
  gap: 0.6rem;
 }
 .gdpr-btn {
  flex: 1;
  max-width: 140px;
  text-align: center;
 }
 .gdpr-manage {
  bottom: auto;
  margin-top: 0.5rem;
  position: relative;
  right: auto;
  text-align: center;
  width: 100%;
 }
}
/* ============================================================================== */
/* Prevent Rotation on Mobile Devices (SVG)							        									*/
/* ============================================================================== */
@media (min-width:0em) and (max-width:67.4375em) and (orientation: landscape) {
 .rotate-container-vertical {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  pointer-events: none;
  z-index: 9999;
 }
 .rotate-container-vertical > figure {
  text-align: center;
 }
 .rotate-container-vertical figure img, .rotate-container-vertical figure svg {
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
 }
 .rotate-container-vertical p {
  font-size: 120%;
  margin-bottom: 0;
 }
 .wrapper {
  display: none;
 }
}
@media (min-width:37.5em) and (min-height:31.25em) {
 .rotate-container-vertical {
  display: none;
 }
}
@media (min-width:60em) {
 .rotate-container-vertical {
  display: none;
 }
}
@media (orientation: portrait) {
 .rotate-container-vertical {
  display: none;
 }
}
/**/