/*



*/

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-violet: #370096;
    --color-yellow: #f0eb05;
    --color-orange: #f58345;
    --color-green: #00321f;
    --color-dark-green: #006745;
    --color-light-green: #02c17c;
    --font-nunito: "Nunito Sans", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    /* overflow-x: hidden; */
}

body {
    font-family: var(--font-nunito);
    font-optical-sizing: auto;
    position: relative;
    scroll-behavior: smooth;
    background-color: var(--color-green);
}

*::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background-color: var(--color-white);
    border-radius: 15px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: var(--color-light-green);
    -webkit-box-shadow: 0 0 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-optical-sizing: auto;
}

p {
    margin: 0;
}

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

a,
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: 100%;
}
svg {
    max-width: 100%;
}

.btn {
    font-weight: 900;
    font-style: var(--color-black);
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    padding: 32px;
    background-color: var(--color-yellow);
    border-radius: 200px;
    max-width: 416px;
    width: 100%;
}

.btn:hover {
    background-color: var(--color-orange);
}

.container {
    max-width: 1296px;
}
.container .col-12 {
    padding: 0 !important;
}

/* =============_Header_============== */
/* |__==> START - Header [      */
.header {
    background-color: var(--color-green);
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 999999;
    overflow: hidden;
}
.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__wrap_logo {
    max-width: 147px;
    width: 100%;
    height: auto;
}
.header__wrap_logo a {
    display: block;
    width: 100%;
    height: auto;
}
.header__wrap_menu ul {
    display: flex;
    gap: 32px;
}
.header__wrap_menu ul li a {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--color-white);
}
.header__wrap_menu ul li a:hover,
.header__wrap_menu ul li a:focus {
    color: var(--color-orange);
}
.header__wrap_burger {
    display: none;
}
.header__wrap_burger-btn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background-color: var(--color-yellow);
    border-radius: 40px;
}
.header__wrap_burger-btn span {
    display: block;
    width: 24px;
    height: 4px;
    background: var(--color-black);
    margin-left: auto;
    margin-right: auto;
}
.header__wrap_burger-btn span:not(:last-child) {
    margin-bottom: 4px;
}
/* ] END -  Header <==__|       */
/* =============_MAIN_=============== */
/* |__==> START - Main [         */
.main {
    padding: 112px 0 144px;
    background-color: var(--color-green);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.main::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 174px;
    right: 100px;
    background-color: var(--color-orange);
}

.main__elem_1 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 0;
}

.main__elem_2 {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.main__elem_3 {
    position: absolute;
    display: block;
    bottom: -140px;
    left: -78px;
    z-index: -1;
}

.main__wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
}

.main__wrapper::after {
    content: "";
    background-color: var(--color-light-green);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -62px;
    top: 362px;
}
.main__wrapper::before {
    content: "";
    background-color: var(--color-orange);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -82px;
    top: 402px;
}

.main__wrapper-icon {
    display: block;
    position: absolute;
    bottom: 90px;
    left: -26px;
    z-index: -1;
}
.main__wrapper-icon1 {
    display: block;
    position: absolute;
    top: 22px;
    right: -82px;
    z-index: -1;
    transform: rotate(-90deg);
}

.main__wrapper_subtitle {
    margin-bottom: 32px;
    color: var(--color-white);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
}

.main__wrapper_subtitle span {
    color: var(--color-light-green);
}

.main__wrapper_title {
    margin-bottom: 32px;
}

.main__wrapper_address {
    display: flex;
    justify-content: flex-end;
}

.main__wrapper_address-loc {
    position: relative;
}

.main__wrapper_address-desc {
    position: relative;
    margin-right: 25px;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
}
.main__wrapper_address-desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='588' height='74' viewBox='0 0 588 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 0L0.000422435 0V13.1554C0.000422435 19.0472 4.75921 23.8681 10.5751 23.8681H10.9704C4.78178 24.8407 0 30.2804 0 36.8112V37.2669C0 44.0411 5.14977 49.5873 11.6974 50.1319H10.5747C4.75878 50.1319 0 54.9523 0 60.8446V74H22.9996C22.9996 49.3333 23 24.6667 23 0Z' fill='%2302C17C'/%3E%3Crect width='562' height='74' transform='translate(13)' fill='%2302C17C'/%3E%3Cpath d='M565 0L588 0V13.1554C588 19.0472 583.241 23.8681 577.425 23.8681H577.03C583.218 24.8407 588 30.2804 588 36.8112V37.2669C588 44.0411 582.85 49.5873 576.303 50.1319H577.425C583.241 50.1319 588 54.9523 588 60.8446V74H565C565 49.3333 565 24.6667 565 0Z' fill='%2302C17C'/%3E%3C/svg%3E")
        no-repeat center center /contain;
    z-index: -1;
}

.main__wrapper_address-desc span {
    padding: 0 23px;
}
.main__wrapper_address-icon {
    max-width: 478px;
    width: 100%;
}

.main__wrapper_medium {
    margin-top: 56px;
}

.main__wrapper_medium-desc {
    margin-bottom: 64px;
    color: var(--color-white);
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.main__wrapper_medium-desc-mob {
    display: none;
}

.main__wrapper_medium-desc span {
    display: block;
    color: var(--color-yellow);
}

.main__foooter {
    margin-top: 88px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.main__foooter_social {
    display: flex;
    align-items: flex-end;
}

.main__foooter_social li {
    margin: 0 12px;
}

.main__foooter_social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-white);
    border-radius: 200px;
}

.main__foooter_social li a:hover {
    background-color: var(--color-orange);
}

.main__foooter_sponsor p {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    color: var(--color-light-green);
}

.main__foooter_sponsor img {
    max-width: 220px;
    height: auto;
}

/* ] END -  Main <==__|       */
/* =============_IMPACT_=============== */
/* |__==> START - Impact [              */
.impact {
    padding: 144px 0;
    background-color: var(--color-white);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.impact-icon {
    position: absolute;
    right: 0;
    bottom: 84px;
    display: block;
    z-index: -1;
    /* width:771px;
    height:466px; */
}

.impact__wrap {
    position: relative;
    z-index: 2;
}

.impact__wrap-icon {
    position: absolute;
    top: 0;
    left: -105px;
    display: block;
    z-index: -1;
    transform: rotate(90deg);
}

.impact__wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 56px;
    right: -62px;
    background-color: var(--color-light-green);
}

.impact__wrap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 366px;
    left: -82px;
    background-color: var(--color-orange);
}

.impact__wrap_title {
    text-align: center;
    font-weight: 900;
    color: var(--color-black);
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.impact__wrap_content {
    display: flex;
}

.impact__wrap_content-item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
}

.impact__wrap_content-item span {
    display: block;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.impact__wrap_content-item {
    width: 632px;
}
.impact__wrap_content-item:first-child {
    margin-right: 32px;
}
.impact__wrap_content-item.container-flex img {
    height: auto;
}

/* ] END -  Impact <==__|               */
/* =============_PRIZE_=============== */
/* |__==> START - Prize [              */
.prize {
    padding-top: 144px;
    background-color: var(--color-light-green);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.prize-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}

.prize__wrap {
    position: relative;
}

.prize__wrap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 54px;
    left: -82px;
    background-color: var(--color-orange);
    z-index: 0;
}

.prize__wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 78px;
    right: 108px;
    background-color: var(--color-white);
    z-index: 0;
}

.prize__wrap_title {
    font-weight: 900;
    font-size: 88px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
}

.prize__wrap_title span {
    display: block;
    font-size: 112px;
    line-height: 96px;
}

.prize__wrap_place {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 64px 0;
    gap: 32px;
    position: relative;
}

.prize__wrap_place::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 134px;
    right: -192px;
    background-color: var(--color-orange);
    z-index: 0;
}

.prize__wrap_place::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 180px;
    left: -170px;
    background-color: var(--color-white);
    z-index: 0;
}

.prize__wrap_place-item {
    position: relative;
    text-align: center;
    background-color: var(--color-white);
    border-radius: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 21px;
}

.prize__wrap_place-item.place-second {
    height: 224px;
}

.prize__wrap_place-item.place-first {
    height: 272px;
}
.prize__wrap_place-item.place-first::after {
    content: "";
    display: block;
    width: 51px;
    height: 51px;
    position: absolute;
    left: 37px;
    top: -1px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M51.1665 51.9165L25.6665 26.4165L0.166504 51.9165V0.916504H51.1665V51.9165Z' fill='%2302C17C'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}
.prize__wrap_place-item.place-third {
    height: 192px;
}

.prize__wrap_place-item-name {
    display: block;
    margin-bottom: 19px;
    color: var(--color-black);
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    position: relative;
}

.prize__wrap_place-item-euro {
    display: inline-block;
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    color: var(--color-orange);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.prize__wrap_place-item .prize__wrap_place-item-euro::after {
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    text-transform: uppercase;
    color: var(--color-white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-orange);
    z-index: -1;
}

.prize__wrap_place-item.place-second .prize__wrap_place-item-euro::after {
    content: "€10.000";
}

.prize__wrap_place-item.place-first .prize__wrap_place-item-euro::after {
    content: "€15.000";
}

.prize__wrap_place-item.place-third .prize__wrap_place-item-euro::after {
    content: "€5.000";
}

.prize__wrap_double {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.prize__wrap_double-item {
    display: block;
    width: 100%;
    border: 3px solid var(--color-white);
    padding: 24px 16px;
    color: var(--color-white);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

/* ] END -  Prize <==__|               */
/* =============_CHAL_===============  */
/* |__==> START - Chal [               */

.chal {
    padding: 144px 0;
    background-color: var(--color-light-green);
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.chal-icon {
    display: block;
    position: absolute;
    top: 146px;
    left: 206px;
    transform: rotate(90deg);
    z-index: 0;
}

.chal-icon-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.chal-icon-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.chal__wrap_title {
    color: var(--color-black);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.chal__wrap_accord {
    margin-bottom: 64px;
}

.chal__wrap_accord-item {
    background-color: var(--color-white);
}

.chal__wrap_accord-item:not(:last-child) {
    margin-bottom: 32px;
}

.chal__wrap_accord-item-header button {
    text-align: left;
    width: 100%;
    position: relative;
    padding: 40px 104px 40px 128px;
    border: none;
    background: none;
    color: var(--color-black);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.chal__wrap_accord-item-header button .chal__wrap_accord-item-header-icon {
    position: absolute;
    top: 32px;
    left: 32px;
}

.chal__wrap_accord-item-header
    button:not(.collapsed)
    .chal__wrap_accord-item-header-icon
    path {
    fill: var(--color-orange);
}

.chal__wrap_accord-item-header-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 32px;
    transition: transform 0.3s;
}

.chal__wrap_accord-item-header
    button:not(.collapsed)
    .chal__wrap_accord-item-header-plus {
    transform: rotate(45deg);
}

.chal__wrap_accord-item-header
    button:not(.collapsed)
    .chal__wrap_accord-item-header-plus
    path {
    fill: var(--color-orange);
}

.chal__wrap_accord-item-collapse {
    border-top: 3px solid #f0eb05;
}

.chal__wrap_accord-item-collapse-body {
    padding: 32px;
}

.chal__wrap_accord-item-collapse-body p {
    color: var(--color-black);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.chal__wrap_btn {
    text-align: center;
}

/* ] END - Chal <==__|.                */
/* =============_TIAG_=============== */
/* |__==> START - Tiag [         */

.tiag {
    padding: 144px 0;
    background-color: var(--color-green);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tiag__wrap::after,
.tiag::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
}
.tiag__wrap::after {
    top: 26px;
    right: -192px;
    background-color: var(--color-orange);
}
.tiag::before {
    right: 100px;
    bottom: 422px;
    background-color: var(--color-white);
}
.tiag-quad::after,
.tiag-quad::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: var(--color-orange);
}
.tiag-quad::after {
    top: 510px;
    left: 210px;
}
.tiag-quad::before {
    left: 230px;
    bottom: 502px;
}

.tiag-lf {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tiag-btm {
    display: block;
    position: absolute;
    left: 455px;
    bottom: -2px;
}
.tiag__wrap {
    position: relative;
}
.tiag__wrap-icon {
    display: block;
    position: absolute;
    right: -82px;
    top: 0px;
    z-index: 0;
    transform: rotate(90deg);
}

.tiag__wrap_title {
    margin-bottom: 64px;
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white);
}

.tiag__wrap_date {
    display: flex;
    gap: 72px;
    margin-bottom: 64px;
}

.tiag__wrap_date-item {
    border: 1px solid var(--color-white);
    border-radius: 24px;
    padding: 32px 16px;
    text-align: center;
    max-width: 270px;
    width: 100%;
    position: relative;
}
.tiag__wrap_date-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 72px;
    right: -56px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 24L12 16L4 8' stroke='%23006745' stroke-width='2'/%3E%3Cpath d='M21.3333 29.3332L34.6666 15.9998L21.3333 2.6665' stroke='%2302C17C' stroke-width='4'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}

.tiag__wrap_date-item-head {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    color: var(--color-light-green);
}

.tiag__wrap_date-item-desc {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.tiag___wrap_info {
    padding: 64px 0;
    margin-top: 32px;
    position: relative;
}
.tiag___wrap_info .nav {
    justify-content: center;
}
.tiag___wrap_info::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 68px;
    top: 72px;
    background-color: var(--color-orange);
}
.tiag___wrap_info-icon {
    display: block;
    position: absolute;
    top: 108px;
    left: -66px;
    z-index: 0;
}
.tiag___wrap_info .nav .nav-item .nav-link {
    width: 480px;
    height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-dark-green);
    border-bottom: 6px solid var(--color-dark-green);
    transition: 0.3s;
}
.tiag___wrap_info .nav .nav-item .nav-link span {
    margin-top: 8px;
    display: block;
    color: var(--color-dark-green);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    transition: 0.3s;
}
.tiag___wrap_info .nav .nav-item .nav-link:hover {
    color: var(--color-orange);
    border-bottom-color: var(--color-orange);
}
.tiag___wrap_info .nav .nav-item .nav-link:hover span {
    color: var(--color-orange);
}
.tiag___wrap_info .nav .nav-item .nav-link.active {
    color: var(--color-light-green);
    border-bottom: 6px solid var(--color-light-green);
}
.tiag___wrap_info .nav .nav-item .nav-link.active span {
    color: var(--color-yellow);
}

.tiag___wrap_info .tab-content .tab-pane {
    max-width: 632px;
    margin: 0 auto;
}
.tiag___wrap_info .tab-content .tab-pane .tab-pane__info {
    margin-top: 32px;
    display: flex;
    gap: 32px;
    border-bottom: 1px solid var(--color-dark-green);
}
.tiag___wrap_info .tab-content .tab-pane .tab-pane__info .tab-pane__info_left {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    padding: 32px 32px 40px 32px;
}
.tiag___wrap_info .tab-content .tab-pane .tab-pane__info .tab-pane__info_right {
    color: var(--color-light-green);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 32px 0;
}

.tiag__wrap_btn {
    text-align: center;
}

/* ] END -  Tiag <==__|       */
/* =============_ XXX  _=============== */
/* |__==> START - XXX [         */

.glanc {
    padding: 144px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: var(--color-white);
}

.glanc-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.glanc__wrap_title {
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 64px;
    color: var(--color-black);
}
.glanc__wrap {
    position: relative;
}
.glanc__wrap-icon {
    display: block;
    position: absolute;
    top: -45px;
    right: -80px;
    transform: rotate(90deg);
}

.glanc__slider {
    padding: 0 80px;
}
.glanc__slider_top {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}
.glanc__slider_top {
    height: 300px;
}
.glanc__slider_bottom {
    display: flex;
    gap: 32px;
}
.glanc__wrap_btn {
    margin-top: 64px;
    text-align: center;
    position: relative;
}
.glanc__wrap_btn::after {
    content: "";
    background-color: var(--color-orange);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -70px;
}
.glanc__wrap_btn::before {
    content: "";
    background-color: var(--color-dark-green);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -62px;
}

.glanc .slick-list {
    margin-bottom: 64px;
}
.glanc .slick-arrow {
    position: absolute;
    bottom: 0;
    border: none;
    font-size: 0;
    width: 24px;
    height: 32px;
}

.glanc .slick-prev.slick-arrow {
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='31' viewBox='0 0 19 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 28.9333L3.33341 15.5999L16.6667 2.2666' stroke='%2302C17C' stroke-width='4'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}
.glanc .slick-next.slick-arrow {
    right: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='31' viewBox='0 0 19 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.3335 28.9333L15.6668 15.5999L2.3335 2.2666' stroke='%2302C17C' stroke-width='4'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}

.glanc .slick-dots {
    padding: 6px;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.glanc .slick-dots li button {
    width: 20px;
    height: 20px;
    border: none;
    background-color: var(--color-light-green);
    font-size: 0;
}
.glanc .slick-dots li.slick-active button {
    background-color: var(--color-orange);
}

/* ] END -  Glance <==__|       */
/* =============_ MAP  _=============== */
/* |__==> START - Map [         */

.map {
    height: 832px;
    position: relative;
    overflow: hidden;
}

#map {
    height: 100%;
}

.map__wrap {
    position: absolute;
    top: 244px;
    left: 312px;
    z-index: 2;
    width: 100%;
    max-width: 632px;
    padding: 32px;
    background: var(--color-white);
}
.map__wrap_info-title {
    color: var(--color-black);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.map__wrap_info-desc {
    color: var(--color-black);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.map__wrap_info-btn {
    width: 568px;
}
/* ] END -  Map <==__|       */
/* =============_JURY_=============== */
/* |__==> START - Jury [         */
.jury {
    padding: 144px 0;
    background-color: var(--color-light-green);
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.jury-icon-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.jury-icon-left {
    display: block;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.jury__title {
    color: var(--color-black);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.jury__slider {
    position: relative;
}
.jury__slider_item {
    width: 260px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.jury__slider_item::after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    z-index: -1;
    position: absolute;
    right: -10px;
    bottom: -10px;
    border-top-left-radius: 40px 40px;
    transition: 0.3s;
}
.jury__slider_item-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.jury__slider_item-info {
    padding: 24px 16px 40px;
    position: relative;
}
.jury__slider_item-name {
    color: var(--color-black);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
.jury__slider_item-desc {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 24px 16px;
    background-color: var(--color-yellow);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.jury__slider_item:hover .jury__slider_item-desc,
.jury__slider_item:hover::after {
    display: block;
}
.jury__slider_item-img img {
    height: auto;
    transition: 0.3s;
}
.jury__slider_item:hover .jury__slider_item-img img {
    border-top-left-radius: 40px 40px;
}
.jury__slider .slick-list {
    margin-bottom: 50px;
}
.jury__slider .slick-list .slick-track {
    padding-bottom: 14px;
}
.jury .slick-arrow {
    position: absolute;
    bottom: 0;
    border: none;
    font-size: 0;
    width: 24px;
    height: 32px;
}
.jury .slick-prev.slick-arrow {
    left: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='32' viewBox='0 0 24 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6667 29.3337L5.33332 16.0003L18.6667 2.66699' stroke='%23F0EB05' stroke-width='4'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}
.jury .slick-next.slick-arrow {
    right: 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='32' viewBox='0 0 24 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33338 29.3337L18.6667 16.0003L5.33337 2.66699' stroke='%23F0EB05' stroke-width='4'/%3E%3C/svg%3E")
        no-repeat center center / contain;
}
.jury .slick-dots {
    padding: 6px;
    display: flex;
    justify-content: center;
    gap: 32px;
}
.jury .slick-dots li button {
    width: 20px;
    height: 20px;
    border: none;
    background-color: var(--color-white);
    font-size: 0;
}
.jury .slick-dots li.slick-active button {
    background-color: var(--color-orange);
}

/* ] END -  Jury <==__|          */
/* =============_FAQ_=============== */
/* |__==> START - FAQ [         */

.faq {
    padding: 144px 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
    background-color: var(--color-white);
}
.faq__wrap {
    position: relative;
    text-align: center;
}
.faq-icon {
    display: block;
    position: absolute;
    top: 422px;
    right: -300px;
    z-index: -1;
}
.faq-iconX {
    display: block;
    position: absolute;
    top: 223px;
    left: -170px;
    z-index: -1;
    transform: rotate(-90deg);
}
.faq__wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 39px;
    left: -82px;
    background-color: var(--color-orange);
    z-index: -1;
}
.faq__wrap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -172px;
    background-color: var(--color-light-green);
    z-index: -1;
}
.faq__wrap_title {
    margin-bottom: 64px;
    color: var(--color-black);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
}
.faq__wrap_accord {
    position: relative;
}
.faq__wrap_accord::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-orange);
    position: absolute;
    top: 55px;
    right: -142px;
    z-index: -1;
}
.faq__wrap_accord-item:not(:last-child) {
    margin-bottom: 32px;
}
.faq__wrap_accord-item-header button {
    display: block;
    width: 100%;
    border: none;
    background: var(--color-dark-green);
    padding: 32px 64px 32px 32px;
    color: var(--color-white);
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    transition: 0.3s;
}
.faq__wrap_accord-item-header button:not(.collapsed) {
    color: var(--color-black);
    background-color: var(--color-light-green);
    transition: 0.3s;
}
.faq__wrap_accord-item-header-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-32px, -50%) rotate(0);
}

.faq__wrap_accord-item-header
    button:not(.collapsed)
    .faq__wrap_accord-item-header-plus {
    transform: translate(-32px, -50%) rotate(45deg);
}
.faq__wrap_accord-item-header button:not(.collapsed) svg path {
    fill: var(--color-yellow);
}
.faq__wrap_accord-item-collapse-body {
    padding: 16px 32px 32px;
    background-color: var(--color-light-green);
    text-align: left;
}
.faq__wrap_accord-item-collapse-body p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-black);
}
.faq__wrap_accord-item-collapse-body ul {
    margin: 16px 0;
    padding-left: 10px;
}
.faq__wrap_accord-item-collapse-body ul li {
    list-style: inside;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

/* ] END -  FAQ <==__|       */
/* =============_ourpart_=============== */
/* |__==> START - Ourpart [         */

.ourpart {
    padding: 144px 0;
    background-color: var(--color-green);
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.ourpart-icon {
    display: block;
    position: absolute;
    top: 94px;
    left: 190px;
}
.ourpart__wrap {
    text-align: center;
    position: relative;
}
.ourpart__wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    z-index: -1;
    position: absolute;
    top: 77px;
    left: -82px;
    background-color: var(--color-orange);
}
.ourpart__wrap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    z-index: -1;
    position: absolute;
    bottom: -9px;
    right: 48px;
    background-color: var(--color-orange);
}
.ourpart__wrap_title {
    color: var(--color-white);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.ourpart__wrap_title::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    z-index: -1;
    position: absolute;
    top: -23px;
    right: -72px;
    background-color: var(--color-light-green);
}
.ourpart__wrap_box {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: center;
    max-width: 880px;
    margin: 0 auto;
}
.ourpart__wrap_box-item {
}

/* ] END -  Ourpart <==__|       */
/* =============_secOurpart_=============== */
/* |__==> START - secOurpart [         */
.secOurpart {
    background-color: var(--color-light-green);
    padding: 144px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.secOurpart::after {
    content: "";
    background-color: var(--color-orange);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 57px;
    right: 330px;
    z-index: -1;
}
.secOurpart__wrap {
    margin-bottom: 64px;
    position: relative;
}
.secOurpart__wrapQuad::after,
.secOurpart__wrapQuad::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    position: absolute;
    z-index: -1;
}
.secOurpart__wrapQuad::after {
    bottom: 153px;
    left: -72px;
}
.secOurpart__wrapQuad::before {
    right: -202px;
    bottom: 303px;
}

.secOurpart__wrap_title {
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 64px;
}
.secOurpart__wrap_logo {
    display: flex;
    justify-content: center;
    gap: 48px;
}
.secOurpart__wrap_logo a {
    display: block;
}
.secOurpart__mail {
    text-align: center;
}
.secOurpart__mail p {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-black);
}
.secOurpart__mail p a {
    text-decoration: underline;
    color: var(--color-white);
}
.secOurpart__mail p a:hover,
.secOurpart__mail p a:focus {
    color: var(--color-orange);
}
/* ] END -  secOurpart <==__|       */
/* =============_ Media Partner  _=============== */
/* |__==> START - Media Partner [         */
.media {
    padding: 144px 0;
    z-index: 2;
    position: relative;
    background-color: var(--color-white);
    overflow: hidden;
}
.media__wrap {
    position: relative;
}
.media-icon {
    top: -36px;
    left: 138px;
}
.media__wrap::after,
.media__wrap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-light-green);
    position: absolute;
}
.media__wrap::after {
    top: -23px;
    right: -72px;
}
.media__wrap::before {
    top: 72px;
    left: -82px;
}
.media__wrap_title {
    color: var(--color-black);
    font-weight: 900;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.media__wrap_logos {
    display: flex;
    gap: 69px;
    justify-content: space-between;
}
.media__wrap_logos li a {
    display: block;
}
/* ] END -  Media Partner <==__|       */
/* =============_404-Thank_You-Registration-PAGE_=============== */
/* |__==> START - 404-Thank_You-Registration-page [         */
.set {
    padding: 144px 0;
    background-color: var(--color-green);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.set-icon {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: -1;
}

.set-icon-two {
    position: absolute;
    top: 48px;
    left: 224px;
    z-index: 0;
}

.set__wrap {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}

.thankYou .set__wrap {
    max-width: 100%;
}

.set__wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: -317px;
    background-color: var(--color-light-green);
}

.set__wrap::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -299px;
    background-color: var(--color-orange);
}

.set__wrap_icon {
    display: block;
    margin-bottom: 64px;
}

.set__wrap_title {
    font-weight: 900;
    font-size: 88px;
    line-height: 96px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 64px;
}

.set__wrap_subtitle {
    font-weight: 900;
    color: var(--color-light-green);
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto 32px;
}

.thankYou .set__wrap_subtitle {
    max-width: 100%;
}

.set__wrap_desc {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-white);
}

.set__wrap_desc a {
    color: var(--color-yellow);
    text-decoration: underline;
}

.set__wrap_desc a:hover,
.set__wrap_desc a:focus {
    color: var(--color-orange);
}

.set__wrap_info {
    text-align: center;
    margin-bottom: 64px;
}

.set__wrap_info p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-white);
}

.set__wrap_info-head {
    margin-bottom: 32px;
}

.set__wrap_link {
    text-align: center;
}

.set__wrap_link p {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-white);
}

.set__wrap_link a {
    color: var(--color-yellow);
    text-decoration: underline;
}

.set__wrap_link a:hover {
    color: var(--color-orange);
}

.set__wrap_link_desc:first-child {
    margin-bottom: 16px;
}

.set__regWrap {
    position: relative;
}

.set__regWrap::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -51px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-orange);
}

.set__regWrap::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -69px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-light-green);
}

.registr-title {
    font-weight: 900;
    font-size: 88px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 64px;
}

.registr-back {
    margin-bottom: 64px;
    padding: 8px 0;
}

.registr-back button {
    border: none;
    background: none;
    color: var(--color-yellow);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.registr-back button svg {
    display: block;
    margin-right: 16px;
}

.registr-back button:hover {
    color: var(--color-orange);
}

.registr-back button:hover path {
    stroke: var(--color-orange);
}

.set__regWrap_title {
}

.set__regWrap_btns {
    display: flex;
}

.set__regWrap_btns-item {
    max-width: 632px;
    width: 100%;
    text-align: center;
    padding: 32px;
}

.set__regWrap_btns-item:first-child {
    margin-right: 32px;
}

.set__regWrap_btns-item span {
    display: block;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--color-light-green);
    margin-bottom: 32px;
}

.set__regWrap_btns-item button {
    border: none;
    background-color: var(--color-yellow);
    color: var(--color-black);
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    border-radius: 200px;
    padding: 32px 16px;
    max-width: 568px;
    width: 100%;
}

.set__regWrap_btns-item button:hover {
    background-color: var(--color-orange);
}

.set__redIdea {
}

.set__redIdea_title {
}

.set__redIdea_form {
}

.set__redIdea_form-back {
}

.set__redIdea_form-back-btn {
}

.set__redIdea_form-item {
}

.set__redTeam {
}

.set__redTeam_title {
}

.set__redTeam_form {
}

.set__redTeam_form-back {
}

.set__redTeam_form-back-btn {
}

.set__redTeam_form-item {
}

/*  */

.registWrap {
}

.registWrap__item {
    display: flex;
}

.registWrap__item:not(:last-child) {
    margin-bottom: 32px;
}

.registration span,
.registration textarea,
.registration input {
    display: block;
}

.registration textarea,
.registration input {
    border: 1px solid #ffffff;
    background: none;
    padding: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-white);
    width: 100%;
    outline: none;
}

.registration textarea::placeholder,
.registration input::placeholder {
    color: var(--color-white);
    opacity: 0.6;
}

.registration .wpcf7-not-valid {
    border-color: var(--color-orange);
    color: var(--color-orange);
}

.registration .wpcf7-not-valid::placeholder {
    color: var(--color-orange);
    opacity: 1;
}

.registration .input-ready {
    border-color: var(--color-light-green);
    color: var(--color-white);
}

.registration .wpcf7-not-valid-tip {
    color: var(--color-orange);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.registration select {
    appearance: none;
}

.registration textarea {
    height: 128px;
}

.registration .wpcf7-response-output {
    border: none !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: var(--color-orange);
}

.registWrap__item_left {
    margin-right: 32px;
    width: 100%;
}

.registName {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.registWrap__item_right {
    width: 100%;
}

.registItem {
    margin: 64px 0;
}

.registItem__select {
    position: relative;
    width: 100%;
}

.registItem__select .wpcf7-list-item {
    margin-left: 0;
}

.registItem__select_trigger {
    padding: 16px 80px 16px 16px;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid var(--color-white);
    background: var(--color-green);
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    position: relative;
}

.registItem__select_trigger.selt {
    color: var(--color-white);
}

.registItem__select_trigger::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23F0EB05'/%3E%3Cpath d='M24 21L16 13L8 21' stroke='black' stroke-width='2'/%3E%3C/svg%3E")
        no-repeat center center / contain;
    display: block;
    width: 32px;
    height: 32px;
    transition: transform 0.6s ease;
}

.registItem__select.open .registItem__select_trigger::after {
    transform: rotate(180deg) translateY(50%);
}

.registItem__select_options {
    width: 100%;
    background: var(--color-green);
    border-style: solid;
    border-color: var(--color-white);
    border-width: 0 1px 1px 1px;
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    z-index: 10;
}

.registItem__select.open .registItem__select_options {
    display: flex;
}

.registItem__select label {
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.registItem__select label:hover .wpcf7-list-item-label {
    color: var(--color-light-green);
}

.registItem__select input {
    display: none;
}

.registItem__select input:checked + span {
    font-weight: 600;
    color: var(--color-light-green);
}

.registItem__inp:not(:last-child) {
    margin-bottom: 64px;
}

.registRadio {
    margin-bottom: 64px;
}

.registRadio-name .registName {
    margin-bottom: 16px;
}

.registRadio .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    gap: 32px;
}

.registRadio .wpcf7-form-control .wpcf7-list-item {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 240px;
    margin: 0;
    padding: 0 36px 0 48px;
    position: relative;
}

.registRadio .wpcf7-form-control .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--color-white);
    border-radius: 200px;
}

.registRadio .wpcf7-form-control .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: var(--color-light-green);
    border-radius: 200px;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.registRadio input:checked + .wpcf7-list-item-label::after {
    transform: scale(1);
    opacity: 1;
}

.registRadio .wpcf7-form-control .wpcf7-list-item input {
    display: none;
}

.registRadio .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-white);
    cursor: pointer;
}

.registRadio-other {
    margin-top: 64px;
}

.registCheck {
    display: flex;
    margin-bottom: 64px;
}

.registCheck__item {
    width: 100%;
}

.registCheck__item .wpcf7-form-control {
    display: flex;
}

.registCheck__item .wpcf7-form-control .wpcf7-list-item label {
    display: flex;
}

.registCheck__item .wpcf7-radio .wpcf7-list-item {
    position: relative;
    margin: 0;
    max-width: 100%;
}

.registCheck__item .wpcf7-radio .wpcf7-list-item label::after {
    content: "";
    border: 2px solid var(--color-white);
    background: transparent;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    top: 0;
}

.registCheck__item .wpcf7-radio .wpcf7-list-item label::before {
    content: "";
    background: var(--color-light-green);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    transition: 0.3s;
    position: absolute;
    right: 6px;
    top: 6px;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

.registCheck__item .wpcf7-radio .wpcf7-list-item label.active::before {
    transform: scale(1);
    opacity: 1;
}

.registCheck__item .wpcf7-radio .wpcf7-list-item label input {
    display: none;
}

.registCheck__item_team .wpcf7-list-item.first {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.registCheck .wpcf7-list-item:nth-child(1) {
    margin-right: 64px;
}

.registCheck__item_team .wpcf7-list-item:nth-child(2) {
    margin-right: 54px;
}

.registCheck .wpcf7-radio .wpcf7-list-item label {
    padding-right: 48px;
    cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item-label {
    color: var(--color-white);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
}

.regCheckTeam {
    background-color: var(--color-dark-green);
    padding: 32px 32px 64px;
    margin-bottom: 64px;
}

.regCheckTeam__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
    text-transform: uppercase;
}

.regCheckTeam__wrap {
    margin-top: 32px;
}

.regCheckTeam__wrap_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    color: var(--color-white);
    opacity: 0.6;
}

.regCheckTeam__wrap > div {
    display: flex;
}

.regCheckTeam__wrap_item {
    width: 100%;
}

.regCheckTeam__wrap_item:first-child {
    margin-right: 32px;
}

.registDesc {
    margin-bottom: 64px;
}

.registLegacy {
    margin-bottom: 64px;
}

.registLegacy .wpcf7-list-item {
    margin-left: 0;
    position: relative;
    padding-left: 48px;
}

.registLegacy .wpcf7-list-item-label::before {
    content: "";
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid var(--color-white);
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.registLegacy .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-light-green);
    border-radius: 40px;
    position: absolute;
    top: 6px;
    left: 6px;
    cursor: pointer;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
}

input[name="your-acceptance"]:checked + .wpcf7-list-item-label::after {
    transform: scale(1);
    opacity: 1;
}

.registLegacy .wpcf7-list-item input {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.registLegacy .wpcf7-list-item .wpcf7-list-item-label {
    color: var(--color-white);
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

.registLegacy .wpcf7-list-item .wpcf7-list-item-label a {
    color: var(--color-yellow);
    text-decoration: underline;
}

.registLegacy .wpcf7-list-item .wpcf7-list-item-label a:hover,
.registLegacy .wpcf7-list-item .wpcf7-list-item-label a:focus {
    color: var(--color-orange);
}

.registSubmit {
    text-align: center;
    position: relative;
}

.registSubmit input {
    color: var(--color-black);
    background: var(--color-yellow);
    border-radius: 200px;
    font-weight: 900;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    padding: 32px 16px;
    max-width: 416px;
    width: 100%;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.registSubmit input:hover {
    background-color: var(--color-orange);
}

.wpcf7-spinner::before {
    display: none;
}

.registSubmit .wpcf7-spinner {
    margin-top: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    border-top: 2px solid var(--color-orange);
    border-right: 2px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    background-color: inherit;
}
.registSubmit .wpcf7-spinner::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-bottom: 2px solid var(--color-orange);
    border-left: 2px solid transparent;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ] END - 404-Thank_You-Registration-page <==__|       */
/* =============_TERMS_=============== */
/* |__==> START - Terms [         */
.terms__head {
    padding: 144px 0;
    background-color: var(--color-green);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.terms__head-icon {
    position: absolute;
    left: 0;
    bottom: -390px;
    z-index: -1;
}

.terms__head-icon-two {
    position: absolute;
    top: 48px;
    left: 224px;
    z-index: 0;
}

.terms__head_wrap {
    position: relative;
}

.terms__head_wrap::after {
    content: "";
    position: absolute;
    left: -51px;
    top: 0;
    background-color: var(--color-orange);
    display: block;
    width: 20px;
    height: 20px;
}

.terms__head_wrap::before {
    content: "";
    position: absolute;
    right: -69px;
    top: 6px;
    background-color: var(--color-light-green);
    display: block;
    width: 20px;
    height: 20px;
}

.terms__head_wrap-title {
    color: var(--color-light-green);
    font-weight: 900;
    font-size: 88px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
}

.terms__body {
    padding: 144px 0;
    position: relative;
    z-index: 2;
    background-color: var(--color-white);
}

.terms__body_wrap-item > *:not(:last-child) {
    margin-bottom: 32px;
}

.terms__body_wrap-item:not(:last-child) {
    margin-bottom: 64px;
}

.terms__body_wrap-item h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

.terms__body_wrap-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.terms__body_wrap-item p a {
    color: var(--color-black);
    text-decoration: underline;
}
.terms__body_wrap-item p a:hover {
    color: var(--color-dark-green);
}

.terms__body_wrap-item .tabl {
    width: 100%;
    overflow-x: auto;
}

.terms__body_wrap-item .tabl table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.terms__body_wrap-item .tabl table thead {
    text-align: left;
}

.terms__body_wrap-item .tabl table thead th {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
}

.terms__body_wrap-item .tabl table,
.terms__body_wrap-item .tabl th,
.terms__body_wrap-item .tabl td {
    border: 1px solid var(--color-light-green);
    border-collapse: collapse;
    vertical-align: top;
}

.terms__body_wrap-item .tabl th {
    text-transform: uppercase;
}

.terms__body_wrap-item .tabl th,
.terms__body_wrap-item .tabl td {
    padding: 16px;
}

.terms__body_wrap-item .tabl table a {
    text-decoration: underline;
    color: var(--color-black);
}

.terms__body_wrap-item .tabl table a:hover {
    color: var(--color-light-green);
}

.terms__body_wrap-item ul li {
    list-style: inside;
}

.terms__body_wrap-item ol li {
    list-style: decimal;
    margin-left: 19px;
}

.terms__body_wrap-item ul li a,
.terms__body_wrap-item ol li a {
    color: var(--color-black);
    text-decoration: underline;
}
.terms__body_wrap-item ul li a:hover,
.terms__body_wrap-item ol li a:hover {
    color: var(--color-light-green);
}

/* ] END -  Terms <==__|       */
/* =============_FOOTER_=============== */
/* |__==> START - Footer [         */

.footer {
    background-color: var(--color-green);
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.footer::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 273px;
    right: 80px;
    background-color: var(--color-orange);
}
.footer::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 443px;
    left: 90px;
    background-color: var(--color-white);
}

.footer-top {
    padding: 144px 0;
    position: relative;
    z-index: 2;
}
.footer-top-icon {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.footer-top__wrapper {
    text-align: center;
    position: relative;
}
.footer-top__wrapper::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-light-green);
    position: absolute;
    top: -51px;
    right: 87px;
}
.footer-top__wrapper-x {
    display: block;
    position: absolute;
    top: -60px;
    left: -120px;
}

.footer-top__wrapper_icon {
    display: block;
    margin: 0 auto 64px;
    max-width: 648px;
}

.footer-top__wrapper_title {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: var(--color-light-green);
    margin-bottom: 32px;
}

.footer-top__wrapper_info {
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}

.footer-top__wrapper_info li {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-white);
    position: relative;
}

.footer-top__wrapper_info li:not(:last-child) {
    margin-right: 40px;
}

.footer-top__wrapper_info li:not(:last-child)::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--color-light-green);
    position: absolute;
    top: 12px;
    right: -24px;
}
.footer-top__wrapper_question p {
    color: var(--color-white);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.footer-top__wrapper_question a {
    color: var(--color-yellow);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-decoration: underline;
}
.footer-top__wrapper_question a:hover {
    color: var(--color-orange);
}

.footer-bottom {
    padding: 24px 0;
}
.footer-bottom__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom__wrapper_logo {
    max-width: 147px;
    width: 100%;
    height: auto;
}
.footer-bottom__wrapper_logo a {
    display: block;
}
.footer-bottom__wrapper_menu {
    display: flex;
    gap: 40px;
}
.footer-bottom__wrapper_menu li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--color-white);
}
.footer-bottom__wrapper_menu li a:hover {
    color: var(--color-orange);
}
.footer-bottom__wrapper_box {
    width: 180px;
}
.footer-bottom__wrapper_box-social {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}
.footer-bottom__wrapper_box-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color-yellow);
    border-radius: 200px;
}
.footer-bottom__wrapper_box-social li a:hover {
    background-color: var(--color-orange);
}
.footer-bottom__wrapper_box-copy {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-white);
}
/* ] END -  Footer <==__|       */
/* =============_END_=============== */

/* <====================> START ANIMATION <=====================> */
.leftIcon.element-animation {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.leftIcon.element-animation.element-show {
    opacity: 0.4;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.rightIcon.element-animation {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.rightIcon.element-animation.element-show {
    opacity: 0.4;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.text-animate.element-animation {
    opacity: 0;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.text-animate.element-animation.element-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* =========== END ANIMATION ========== */
