header *,
header *::before,
header *::after {
    box-sizing: border-box;
}

footer *,
footer *::before,
footer *::after {
    box-sizing: border-box;
}

.Header_header__6yW9R {
    position: relative;
    z-index: 1000;
    width: 100%;
    transition: all .4s ease;
    font-family: Nunito Sans, sans-serif;
    background: #0f0847;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

.Header_header__6yW9R .Header_wrapper__VB5sS {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 5rem;
    transition: all .4s ease;
}

.Header_header__6yW9R .Header_logo__a_7HC {
    width: 100%;
    max-width: 17.5rem;
    display: block;
    margin-right: 1rem;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.MainMenuLine_mainMenu__WhwuW {
    padding: 0;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.MainMenuLine_navbarNav__lD6eU {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .5rem 0 .5rem .5rem;
}

.Header_header__6yW9R .Header_btn__b9aVD {
    margin-left: 1rem;
    display: flex;
    gap: 10px;
    flex-flow: row;
}

.Header_header__6yW9R .Header_btn__b9aVD a {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: all .4s ease;
    background: none;
    outline: none;
    box-shadow: none;
    border: 0;
    background: #f27378;
    padding: .5rem 1.5rem;
    display: inline-flex;
    text-align: center;
    border-radius: 1.6rem;
    font-family: Nunito Sans, sans-serif;
    max-width: 10.5rem;
    z-index: 3;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}



.MainMenuLine_navbarNav__lD6eU .nav-item {
    display: inline-block;
    position: relative;
    margin: 0 1rem;
}

.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka {
    display: block;
    padding: .5rem 0;
    position: relative;
}

.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka a,
.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    transition: all .4s ease;
}

.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka.MainMenuLine_active___tE__ a {
    color: #f27378;
}

.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka a,
.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    transition: all .4s ease;
}

.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka a:hover,
.MainMenuLine_navbarNav__lD6eU .MainMenuLine_item__TbKWe .MainMenuLine_linkWrapper__8gXka span:hover {
    color: #f27378;
}


.Header_header__6yW9R .Header_btn__b9aVD a:before {
    content: "";
    position: absolute;
    height: 400px;
    width: 700px;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all .4s ease;
    z-index: -1;
}

.Header_logoWrap__msOYo img {
    width: 100% !important;
}

header a:hover {
    opacity: 1;
}

.Header_header__6yW9R .Header_btn__b9aVD a:hover:before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.Header_header__6yW9R .Header_btn__b9aVD a:hover {
    color: #000;
}

.Header_header__6yW9R .Header_toggle__hIgIm span {
    display: block;
    width: 1.8rem;
    height: 3px;
    background: #fff;
    position: absolute;
    margin-top: -.05rem;
    margin-left: -.75rem;
    transition: all .4s ease;
    border-radius: .1rem;
    left: 90%;
}

.Header_header__6yW9R .Header_toggle__hIgIm span:before {
    top: -.6rem;
}

.Header_header__6yW9R .Header_toggle__hIgIm span:after,
.Header_header__6yW9R .Header_toggle__hIgIm span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    left: 0;
    background: #fff;
    transition: all .4s ease;
    border-radius: .1rem;
}


.Header_header__6yW9R .Header_toggle__hIgIm span:after {
    bottom: -.6rem;
}

.Header_toggle__hIgIm {
    display: none;
}

@media (max-width: 1599.98px) {
    .Header_header__6yW9R .Header_logoWrap__msOYo {
        flex: 1 1 auto;
        max-width: 12.5rem;
    }

    .MainMenuLine_mainMenu__WhwuW {
        display: none;
    }

    .Header_toggle__hIgIm {
        display: flex;
    }

    .Header_btn__b9aVD a {
        display: none !important;
    }

}

footer {
    flex: 0 0 auto;
}

.Footer_footer__SgGiS {
    padding-top: 4rem;
    z-index: 401;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #0f0847;
    box-shadow: 0 40px 80px 0 #70707033;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO {
    padding-bottom: 2.5rem;
}

.Footer_footer__SgGiS .Footer_footerBg__DBe3l {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

footer .psi_row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

footer .psi_row>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media(min-width: 576px) {
    .col-sm {
        flex: 1 0
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex: 1 0
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}



.Footer_footer__SgGiS .Footer_logo__en7cg img {
    max-width: 260px;
    margin-bottom: 30px;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_social__S4jop {
    position: relative;
    display: flex;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_social__S4jop>div {
    position: relative;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_social__S4jop>div a {
    position: relative;
    display: block;
    background: #f27378;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1.5rem;
    transition: all .4s ease;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_social__S4jop>div a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    fill: #0f0847;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_menu__k_OLr {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10rem;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_menu__k_OLr .Footer_menuItem__tgGuR {
    flex: 50% 1;
    font-size: 1rem;
    font-family: Nunito Sans, sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_menu__k_OLr .Footer_menuItem__tgGuR a {
    color: #fff;
    font-size: 20px;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_menu__k_OLr .Footer_menuItem__tgGuR a:hover {
    color: #f27378;
    text-decoration: none;
}

footer {
    font-size: 20px;
    line-height: 1.6;
    font-family: Nunito Sans, sans-serif;
}

footer a {
    color: #fff;
    opacity: 1;
}

footer a:hover {
    color: #f27378;
    text-decoration: none;
    opacity: 1;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_item__XXOom {
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 400;
}

.Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_copy__yOmxo {
    font-size: 16px;
    line-height: 1.4;
}

.Footer_footer__SgGiS .Footer_bottomPart__5ge8k {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    border-top: 1px solid #8c8d8e;
    padding-top: 30px;
}

.Footer_footer__SgGiS .Footer_bottomPart__5ge8k .Footer_powered____Co_ {
    margin-right: 30px;
}

.wysiwyg {
    display: inline-block;
    width: 100%;
}

.Footer_footer__SgGiS .Footer_bottomPart__5ge8k .Footer_powered____Co_ a {
    color: #fff;
    font-size: .15px;
}

@media (max-width: 767.98px) {
    .Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_menu__k_OLr .Footer_menuItem__tgGuR {
        text-align: center;
        flex: 100% 1;
    }
}


@media (max-width: 575.98px) {
    .Footer_footer__SgGiS .Footer_topPart__mwiJO .Footer_menu__k_OLr .Footer_menuItem__tgGuR {
        text-align: left;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto;
}

.MainMenu_mainMenu__v1Yiz {
    background: #0f0847;
    width: 60%;
    transition: all .8s ease;
}

.offcanvas.show {
    transform: none;
}

@media (max-width: 767.98px) {
    .MainMenu_mainMenu__v1Yiz {
        width: 100%
    }

    .MainMenu_mainMenu__v1Yiz nav {
        max-height: calc(100% - 1.5rem * 2);
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        padding: 0 1rem
    }

    .MainMenu_mainMenu__v1Yiz nav .MainMenu_item__qqZUw {
        margin-bottom: .75rem;
        opacity: 1;
        transform: translate(0);
        transition: none !important
    }

    .MainMenu_mainMenu__v1Yiz nav .MainMenu_item__qqZUw .MainMenu_linkWrapper__Fjhw_ a,
    .MainMenu_mainMenu__v1Yiz nav .MainMenu_item__qqZUw .MainMenu_linkWrapper__Fjhw_ span {
        font-size: 1.2rem
    }

    .MainMenu_mainMenu__v1Yiz nav .MainMenu_item__qqZUw .MainMenu_linkWrapper__Fjhw_ .MainMenu_toggle__MaJUu {
        top: .1rem;
        height: 1.25rem
    }
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(0) {
    transition: all .5s ease-in 0s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:first-child {
    transition: all .5s ease-in .1s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(2) {
    transition: all .5s ease-in .2s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(3) {
    transition: all .5s ease-in .3s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(4) {
    transition: all .5s ease-in .4s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(5) {
    transition: all .5s ease-in .5s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(6) {
    transition: all .5s ease-in .6s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(7) {
    transition: all .5s ease-in .7s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(8) {
    transition: all .5s ease-in .8s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(9) {
    transition: all .5s ease-in .9s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(10) {
    transition: all .5s ease-in 1s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(11) {
    transition: all .5s ease-in 1.1s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(12) {
    transition: all .5s ease-in 1.2s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(13) {
    transition: all .5s ease-in 1.3s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(14) {
    transition: all .5s ease-in 1.4s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(15) {
    transition: all .5s ease-in 1.5s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(16) {
    transition: all .5s ease-in 1.6s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(17) {
    transition: all .5s ease-in 1.7s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(18) {
    transition: all .5s ease-in 1.8s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(19) {
    transition: all .5s ease-in 1.9s
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os nav .MainMenu_item__qqZUw:nth-child(20) {
    transition: all .5s ease-in 2s
}


.MainMenu_mainMenu__v1Yiz .MainMenu_menuBody__VcsXp {
    padding: 0;
}

.MainMenu_mainMenu__v1Yiz .MainMenu_closeBut__o6lXJ {
    background: none;
    outline: none;
    box-shadow: none;
    border: 0;
    width: 2.7rem;
    height: 2.7rem;
    min-height: 2.7rem;
    padding: 0;
    z-index: 100;
    position: relative;
    opacity: 0;
    display: block;
    margin: 0 auto 2.5rem;
    transition: all .4s ease;
    position: fixed;
    right: 0;
    top: 0;
}

@media (max-height: 680px) {
    .MainMenu_mainMenu__v1Yiz .MainMenu_closeBut__o6lXJ {
        margin: 0 auto 1rem;
    }
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os .MainMenu_closeBut__o6lXJ {
    opacity: 1;
    transition: all .4s ease, opacity .4s ease 1.5s;
}

.MainMenu_mainMenu__v1Yiz .MainMenu_closeBut__o6lXJ:before {
    content: "";
    width: .1rem;
    height: 1.5rem;
    transform: rotate(90deg);
    background: #fff;
    position: absolute;
    left: 1.3rem;
    top: .6rem;
    transition: all .4s ease;
}

.MainMenu_mainMenu__v1Yiz .MainMenu_closeBut__o6lXJ:after {
    content: "";
    width: .1rem;
    height: 1.5rem;
    transform: rotate(-90deg);
    background: #fff;
    position: absolute;
    left: 1.3rem;
    top: .6rem;
    transition: all .4s ease;
}



.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os .MainMenu_closeBut__o6lXJ:before {
    transform: rotate(-45deg);
}

.MainMenu_mainMenu__v1Yiz.MainMenu_active__Rc4Os .MainMenu_closeBut__o6lXJ:after {
    transform: rotate(45deg);
}

.MainMenu_mainMenu__v1Yiz nav {
    height: 100%;
    max-height: calc(100% - 2.5rem * 2);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 2.5rem;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.MainMenu_mainMenu__v1Yiz nav .MainMenu_navWrapper__RyaTy {
    flex-grow: inherit;
    flex-basis: auto;
    max-height: 100%;
}

.MainMenu_mainMenu__v1Yiz nav .MainMenu_item__qqZUw .MainMenu_linkWrapper__Fjhw_ a,
.MainMenu_mainMenu__v1Yiz nav .MainMenu_item__qqZUw .MainMenu_linkWrapper__Fjhw_ span {
    color: #fff;
    font-family: Nunito Sans, sans-serif;
}

.fixedHeader{
    position: fixed;
}

.noScroll{
    overflow-y: hidden;
}