.hero-section {
    overflow-y: visible;
    padding-top: 42px
}

.hero-underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 170vh;
    background: #001447;
    background: linear-gradient(180deg, #001447, #000a24);
    z-index: 0
}

.hero-banner-container {
    display: flex;
    align-items: center
}

.hero-info-col {
    flex: 1 1
}

.hero-graphics-col {
    flex: 1.2 1;
    height: 100%
}

.hero-info-container {
    max-width: 515px
}

.hero-info-container .hero-tagline {
    max-width: 444px;
    font-size: 20px;
    color: hsla(0, 0%, 100%, .6);
    margin-bottom: 32px
}

.hero-info-container .section-title {
    margin-bottom: 12px
}

.section-title {
    font-size: 66px;
    font-weight: 700;
    line-height: 1.1
}

.button-group {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap
}

.hero-graphics-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    max-width: 725px;
    max-height: 643px
}

.hero-graphics-wrapper>div {
    position: unset !important
}

.hero-graphics {
    object-fit: contain;
    width: 100% !important;
    position: relative !important;
    height: unset !important
}

.gradient-button-container {
    position: relative;
    display: flex;
    align-items: center
}

.gradient-button-container button {
    background-color: #000a24;
    border-radius: 6px;
    padding: 17px 28px;
    color: #fff;
    border: unset;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
    position: relative;
    cursor: pointer
}

.gradient-btn-underlay {
    position: absolute;
    inset: -1px;
    border-radius: 6px;
    background: #8fbafe;
    background: linear-gradient(45deg, #8fbafe, #bf2ea1 33%, #fecb31 66%, #fc555f)
}

.video-button {
    display: flex;
    padding: 18px 30px;
    align-items: center;
    border: unset;
    background-color: rgba(162, 232, 255, .05);
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    justify-content: center
}

.video-button img {
    margin-right: 9px;
    margin-top: -2px
}

.event-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    top: var(--event-section-negative-offset);
    padding-bottom: 100px
}

.waves-container {
    width: 100%;
    height: var(--event-section-padding-top);
    z-index: -1
}

.waves-container img {
    width: 100vw;
    object-fit: cover;
    object-position: 50% 0
}

.event-section .section-title {
    margin-bottom: 50px
}

.event-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem
}

.card-container {
    width: 25%;
    padding: .5rem
}

@media (max-width:1399.98px) {
    .hero-info-col {
        flex: 1 1;
        font-size: 50px
    }
    .hero-graphics-col {
        flex: 1 1
    }
}

@media (max-width:1199.98px) {
    .section-title {
        font-size: 41px
    }
    .hero-section {
        padding-bottom: 60px
    }
    .gradient-button-container button,
    .video-button {
        font-size: 14px;
        min-width: 146px;
        white-space: nowrap
    }
    .hero-info-container .hero-tagline {
        font-size: 16px
    }
    .card-container {
        width: 33.3%
    }
}

@media (max-width:991.98px) {
    .card-container {
        width: 50%
    }
}

@media (max-width:767.98px) {
    .hero-banner-container.container {
        flex-direction: column;
        align-items: flex-start;
        height: unset
    }
    .hero-section {
        padding-top: 94px;
        min-height: 100vh;
        display: flex;
        align-items: center
    }
    .hero-graphics-col {
        width: 100%;
        padding-top: 24px;
        flex: 0 1;
        height: unset
    }
    .hero-info-col {
        flex: 0 1
    }
    .hero-graphics-wrapper {
        max-height: 450px
    }
}

@media (max-width:575.98px) {
    .event-section {
        padding-bottom: 30px
    }
    .button-group {
        flex-flow: column
    }
    .button-group a,
    .card-container,
    .gradient-button-container,
    .gradient-button-container button,
    .video-button {
        width: 100%
    }
    .event-grid {
        padding: unset
    }
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: Josefin Sans, sans-serif;
    color: #fff;
    background-color: #000a24;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth
}

body {
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

* {
    box-sizing: border-box
}

.container {
    padding: 0 70px;
    z-index: 1;
    position: relative;
    height: 100%;
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto
}

.centered {
    display: flex;
    flex-direction: column;
    align-items: center
}

section {
    position: relative;
    z-index: 1
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

button,
input,
textarea {
    font-family: inherit
}

:root {
    --white30: hsla(0, 0%, 100%, .3);
    --white20: hsla(0, 0%, 100%, .2);
    --white10: hsla(0, 0%, 100%, .1);
    --white70: hsla(0, 0%, 100%, .7);
    --white50: hsla(0, 0%, 100%, .5);
    --black50: rgba(0, 0, 0, .5);
    --black40: rgba(0, 0, 0, .4);
    --black30: rgba(0, 0, 0, .3);
    --black20: rgba(0, 0, 0, .2);
    --nav-height: 80px;
    --nav-offset: 50px;
    --nav-total-height: calc(var(--nav-height) + var(--nav-offset));
    --bottom-nav-height: 70px;
    --event-section-padding-top: 375px;
    --event-section-negative-offset: -30px;
    --certificate-card-width: 450px;
    --certificate-card-height: 260px
}

.nav-section {
    z-index: 3
}

.nav,
.nav-wrapper {
    position: relative
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: #000a24;
    padding: 0 0 0 30px;
    margin-top: var(--nav-offset);
    z-index: 2;
    height: var(--nav-height)
}

.nav .nav-item,
.nav .nav-list {
    height: 100%
}

.logo-container {
    width: 136px;
    display: inline-flex
}

.logo-container>div,
.next-img-wrapper>div {
    position: unset !important
}

.contain-image {
    object-fit: contain;
    width: 100% !important;
    position: relative !important;
    height: unset !important
}

.nav-link-icon {
    width: 18px;
    display: none;
    position: relative;
    bottom: -4px
}

.nav-toggle {
    display: none;
    height: 40px;
    width: 55px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50)
}

.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: .7
}

.nav-link.active {
    opacity: 1
}

.download-list {
    display: flex;
    align-items: center;
    padding-right: 20px
}

.nav-underlay {
    border-radius: 10px;
    z-index: 1
}

.nav-list-underlay,
.nav-underlay {
    position: absolute;
    inset: -1px;
    opacity: 1;
    background: #e02020;
    background: linear-gradient(225deg, #cd2899, rgba(162, 232, 255, .4) 20%, #e69732 70%, #6ee9f8)
}

.nav-list-underlay {
    border-radius: 6px;
    z-index: -1;
    display: none
}

.navbar-nav {
    list-style: none;
    padding: unset;
    margin: unset;
    display: flex;
    height: 100%
}

.navbar-nav .nav-item a {
    display: inline-flex;
    padding: 0 30px;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center
}

.img-cover {
    object-fit: cover !important
}

.text-white {
    color: #fff
}

.next-img-cover {
    height: unset !important;
    position: relative !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center
}

.d-none {
    display: none !important
}

.footer {
    position: relative;
    color: #fff;
    flex: 1 1;
    justify-content: center;
    align-items: center
}

.section-wave-container {
    height: 240px;
    width: 100%
}

.section-wave-container img {
    width: 100%
}

.tabs-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.tabs-wrapper ul {
    list-style: none;
    display: flex;
    background-color: hsla(0, 0%, 100%, .07);
    margin: 0;
    padding: 0 1.5rem;
    border-radius: 16px;
    overflow: hidden
}

.tabs-wrapper ul li {
    padding: 1.5rem;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all .3s ease
}

.tabs-wrapper ul li:not(.is-active) {
    color: var(--white30)
}

.tabs-wrapper .underline {
    position: absolute;
    min-height: 2px;
    bottom: -10px;
    left: 1rem;
    right: 1rem
}

.tabs-wrapper .underline img {
    width: 70%;
    min-height: 13px;
    max-height: 13px
}

.tab-content {
    padding: 70px
}

.tab-content.center {
    text-align: center
}

button {
    cursor: pointer
}

button[disabled] {
    cursor: progress !important;
    opacity: .6
}

button[disabled]~.gradient-btn-underlay {
    opacity: 0
}

.download-button {
    padding: 4px 24px 0;
    border-radius: 4px;
    background: #e4386c;
    background: linear-gradient(90deg, #e4386c, #eabc66);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    height: 45px;
    font-family: Josefin Sans, sans-serif;
    color: #001447
}

.nav-section>.download-button {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 3px 20px 0;
    height: 40px;
    font-size: 14px
}

@media (max-width:1199.98px) {
    :root {
        --nav-height: 70px;
        --nav-offset: 24px
    }
}

@media (max-width:991.98px) {
    .tab-content {
        padding: 32px
    }
}

@media (min-width:768px) {
    .hide-desktop {
        display: none
    }
}

@media (max-width:767.98px) {
    .tab-content {
        padding: 32px 8px
    }
    .tabs-wrapper ul {
        justify-content: flex-start
    }
    .tabs-wrapper ul li {
        white-space: nowrap
    }
    :root {
        --event-section-padding-top: 175px
    }
    .nav {
        display: inline-flex;
        margin-top: 0;
        padding: 10px;
        height: unset
    }
    .nav .logo-container {
        width: 110px
    }
    .nav-underlay {
        inset: 0;
        display: none
    }
    .nav-wrapper {
        display: inline-flex;
        top: 1rem
    }
    .nav .nav-list,
    .nav-wrapper {
        position: fixed;
        left: 1rem;
        height: unset
    }
    .nav .nav-list {
        bottom: 1rem;
        right: 1rem;
        overflow: visible;
        width: calc(100% - 2rem);
        display: flex;
        justify-content: center
    }
    .nav-list-underlay {
        display: block
    }
    .navbar-nav {
        display: flex;
        position: relative;
        background-color: #000a24;
        border-radius: 6px;
        overflow: visible;
        width: 100%;
        max-width: 450px;
        height: var(--bottom-nav-height)
    }
    .navbar-nav .nav-item {
        flex: 1 1;
        text-align: center
    }
    .navbar-nav .nav-item a {
        padding: 11px 0;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        align-items: center;
        font-size: 14px
    }
    .nav-link-icon {
        display: inline-block
    }
    .container {
        padding: 0 1.5rem
    }
    .download-list,
    .nav-link.active:after {
        display: none
    }
}

@media (max-width:575.98px) {
    .tabs-wrapper {
        align-items: flex-start
    }
    .tabs-wrapper ul {
        margin-left: -1rem;
        margin-right: -1rem;
        overflow-x: auto;
        width: 100vw;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 0
    }
    .tabs-wrapper ul::-webkit-scrollbar {
        display: none
    }
    .section-wave-container {
        height: 140px
    }
    .container {
        padding: 0 1rem
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

@keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    0% {
        transform: translateY(100px)
    }
    to {
        transform: translate(0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px)
}

.modal-video-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box
}

.modal-video-body,
.modal-video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.modal-video-inner {
    align-items: center
}

@media (orientation:landscape) {
    .modal-video-inner {
        padding: 10px 60px;
        box-sizing: border-box
    }
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

@media (orientation:landscape) {
    .modal-video-close-btn {
        top: 0;
        right: -45px
    }
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.Footer_footer-main-content__00_dA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.Footer_col-left__Abe_x img {
    height: 32px
}

.Footer_col-center__Z9qVM ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px
}

.Footer_col-center__Z9qVM li:hover {
    text-decoration: underline
}

.Footer_col-center__Z9qVM li:last-child {
    border-left: 2px solid hsla(0, 0%, 100%, .2);
    padding-left: 16px
}

.Footer_faded__XdzjG {
    opacity: .5
}

.Footer_social-media-container__JqIDA {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
}

.Footer_social-media-container__JqIDA li {
    height: 42px;
    width: 42px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    transition: all .3s ease;
    border: 1px solid transparent
}

.Footer_social-media-container__JqIDA li:hover {
    border-color: #fff
}

.Footer_social-media-container__JqIDA li:hover img {
    opacity: 1
}

.Footer_social-media-container__JqIDA li a {
    background-color: hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.Footer_social-media-container__JqIDA li img {
    height: 14px;
    opacity: .4;
    transition: all .3s ease
}

.Footer_footer-wrapper__QZWAT {
    padding: 2rem 0;
    position: relative;
    z-index: 2;
    background-color: #000
}

.Footer_footer-border__j20zF {
    z-index: 1;
    top: -2px;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width:767.98px) {
    .Footer_footer-border__j20zF {
        display: block
    }
    .Footer_footer-main-content__00_dA {
        flex-direction: column;
        row-gap: 2rem
    }
    .Footer_footer-wrapper__QZWAT {
        padding-bottom: 120px
    }
}

@media (max-width:360.98px) {
    .Footer_col-center__Z9qVM ul {
        flex-direction: column
    }
    .Footer_col-center__Z9qVM ul li {
        text-align: center
    }
    .Footer_col-center__Z9qVM ul li:last-child {
        padding: 0;
        border: none
    }
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/7c53f7419436e04b.woff2) format("woff2");
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/1c57ca6f5208a29b.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/cff529cd86cc0276.woff2) format("woff2");
    unicode-range: U+1f??
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/7be645d133f3ee22.woff2) format("woff2");
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/5647e4c23315a2d2.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/3dbd163d3bb09d47.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Roboto_19bf8f;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/934c4b7cb736f2a3.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Roboto_Fallback_19bf8f;
    src: local("Arial");
    ascent-override: 92.49%;
    descent-override: 24.34%;
    line-gap-override: 0.00%;
    size-adjust: 100.30%
}

.__className_19bf8f {
    font-family: __Roboto_19bf8f, __Roboto_Fallback_19bf8f;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/3d4ea56a564b6107.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/7cb28cd19c16547c.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(./_next/static/media/e6dbaacb904c196f.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url(./_next/static/media/3d4ea56a564b6107.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url(./_next/static/media/7cb28cd19c16547c.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url(./_next/static/media/e6dbaacb904c196f.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url(./_next/static/media/3d4ea56a564b6107.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url(./_next/static/media/7cb28cd19c16547c.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: __Josefin_Sans_162dc2;
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url(./_next/static/media/e6dbaacb904c196f.p.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: __Josefin_Sans_Fallback_162dc2;
    src: local("Arial");
    ascent-override: 73.39%;
    descent-override: 24.46%;
    line-gap-override: 0.00%;
    size-adjust: 102.20%
}

.__className_162dc2 {
    font-family: __Josefin_Sans_162dc2, __Josefin_Sans_Fallback_162dc2;
    font-style: normal
}