@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@100;200;300;400&family=Barlow:wght@400;500&family=Inter:wght@300;400;500;600&family=Open+Sans:wght@400;500&family=Archivo+Black:wght@400&display=swap");

html {
    background: url(/images/background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.elements_block {
    position: relative;
    z-index: 10;
}

.contentwrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
}

.back_simulator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back_simulator.upper_back {
    z-index: 2;
}

.back_simulator.bottom_back {
    z-index: 1;
}

.back {
    z-index: 5;
}

.container1,
.container2 {
    z-index: 10;
}

.content1,
.content2 {
    z-index: 10;
}

.content1 .elements_block,
.content2 .elements_block {
    width: 100%
}

.elements_block .elem-container p,
.elements_block .elem-container ul,
.elements_block .elem-container ol {
    margin: 0 0 1px 0;
}

.elements_block .elem-container p+p,
.elements_block .elem-container p+ul,
.elements_block .elem-container p+ol,
.elements_block .elem-container ul+p,
.elements_block .elem-container ol+p {
    margin-top: 1em;
}

.elements_block .elem-container p strong,
.elements_block .elem-container li strong {
    font-weight: bolder;
}

body {
    position: relative;
    display: flex;
    box-sizing: border-box;
    min-height: 100vh;
    margin: 0;
}

body,
.back,
.container1,
.container2,
.content1,
.content2 {
    position: relative;
    overflow: auto;
    box-sizing: border-box;
}

.back>.contentwrapper {
    flex-direction: row;
}

.back>.contentwrapper {
    flex-direction: column;
    align-items: center !important;
}

@media(min-width: 600px) {
    .back>.contentwrapper {
        flex-direction: column;
        align-items: center !important;
    }
}

body>.contentwrapper>.upper_back {
    pointer-events: none;
}

body>.contentwrapper>.upper_back {
    opacity: 1;
}

body>.contentwrapper>.upper_back .slider {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: all;
}

body>.contentwrapper>.upper_back .slider {
    height: 100%
}

body>.contentwrapper>.upper_back .slider .slick-list {
    overflow: hidden
}

body>.contentwrapper>.upper_back .slider .slick-list {
    opacity: 1;
}

body>.contentwrapper>.bottom_back {
    pointer-events: none;
}

body>.contentwrapper>.bottom_back {
    opacity: 1;
}

body {}

body>.contentwrapper {
    padding: 0px 0px 0px 0px;
}

@media(min-width: 600px) {
    body {}

    body>.contentwrapper {
        padding-top: 0px;
        padding-right: 5%;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    body {}
}

.back>.contentwrapper>.upper_back {
    pointer-events: none;
}

.back>.contentwrapper>.upper_back {
    opacity: 1;
}

.back>.contentwrapper>.bottom_back {
    pointer-events: none;
}

.back>.contentwrapper>.bottom_back {
    opacity: 1;
}

body>.contentwrapper {
    justify-content: center;
    align-items: center;
}

@media(min-width: 600px) {
    body>.contentwrapper {
        justify-content: flex-end;
        align-items: center;
    }
}

.back {
    position: absolute;
    height: 100%;
    min-height: 0px;
    width: 100%;
    min-width: 0px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.back>.contentwrapper {
    padding: 4% 2% 2% 2%;
}

@media(min-width: 600px) {
    .back {
        height: auto;
        position: relative;
        width: 30%;
        min-width: 501px;
    }

    .back>.contentwrapper {
        padding: 7% 0px 0px 0px;
    }

    .back {
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
}

.container1>.contentwrapper>.upper_back {
    pointer-events: none;
}

.container1>.contentwrapper>.upper_back {
    opacity: 1;
}

.container1>.contentwrapper>.bottom_back {
    pointer-events: none;
}

.container1>.contentwrapper>.bottom_back {
    opacity: 1;
}

.container1>.contentwrapper>.bottom_back {
    background-color: #00000094;
    background: linear-gradient(0deg, #00000094 0%, #3B3B3B85 100%);
}

.container1 {
    height: auto;
    position: relative;
    width: 92%;
    min-width: 0px;
    z-index: 19;
    box-shadow: 0 10.5px 21px 4.2px #0000009C;
    border-radius: 47px;
    border: 0;
}

.container1>.contentwrapper {
    padding-top: calc(0% + 0px);
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

@media(min-width: 600px) {
    .container1 {
        height: auto;
        position: relative;
        width: 90%;
        min-width: 400px;
    }

    .container1>.contentwrapper {
        padding-top: calc(0% + 16px);
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .container1 {
        z-index: 19;
        box-shadow: -7.5px 0 15px 3px #000000B0;
        border-radius: 31px;
        border: 0;
    }
}

@-webkit-keyframes load_anim_container1_21548 {
    0% {
        opacity: 0;
        transform: translate(0px, 30px) scale(1);
    }

    99% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes load_anim_container1_21548 {
    0% {
        opacity: 0;
        transform: translate(0px, 30px) scale(1);
    }

    99% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.container1 {
    opacity: 0;
    transform: translate(0px, 30px) scale(1);
    animation-name: load_anim_container1_21548;
    animation-duration: 0.7s;
    animation-delay: 0.1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.content1>.contentwrapper>.upper_back {
    pointer-events: none;
}

.content1>.contentwrapper>.upper_back {
    opacity: 1;
}

.content1>.contentwrapper>.bottom_back {
    pointer-events: none;
}

.content1>.contentwrapper>.bottom_back {
    opacity: 1;
}

.container1>.contentwrapper {
    justify-content: center;
    align-items: flex-start;
}

@media(min-width: 600px) {
    .container1>.contentwrapper {
        justify-content: center;
        align-items: flex-start;
    }
}

.content1 {
    height: auto;
    position: relative;
    width: 100%;
    min-width: 0px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.content1>.contentwrapper {
    padding: 10% 10% 10% 10%;
}

@media(min-width: 600px) {
    .content1 {
        height: auto;
        position: relative;
    }

    .content1>.contentwrapper {
        padding: 10px 10px 10px 10px;
    }

    .content1 {
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
}

.containers_separator {
    height: 0px;
}

@media(min-width: 600px) {
    .containers_separator {
        height: 11px;
    }
}

.container2>.contentwrapper>.upper_back {
    pointer-events: none;
}

.container2>.contentwrapper>.upper_back {
    opacity: 1;
}

.container2>.contentwrapper>.bottom_back {
    pointer-events: none;
}

.container2>.contentwrapper>.bottom_back {
    opacity: 1;
}

.container2 {
    height: auto;
    position: relative;
    width: 100%;
    min-width: 0px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.container2>.contentwrapper {
    padding-top: calc(0% + 0px);
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

@media(min-width: 600px) {
    .container2 {
        height: auto;
        position: relative;
        width: 100%;
        min-width: 0px;
    }

    .container2>.contentwrapper {
        padding-top: calc(0% + 10px);
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: calc(0% + 10px);
    }

    .container2 {
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
}

@-webkit-keyframes load_anim_container2_82103 {
    0% {
        opacity: 0;
        transform: translate(0px, -40px) scale(1);
    }

    99% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes load_anim_container2_82103 {
    0% {
        opacity: 0;
        transform: translate(0px, -40px) scale(1);
    }

    99% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.container2 {
    opacity: 0;
    transform: translate(0px, -40px) scale(1);
    animation-name: load_anim_container2_82103;
    animation-duration: 0.6s;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.content2>.contentwrapper>.upper_back {
    pointer-events: none;
}

.content2>.contentwrapper>.upper_back {
    opacity: 1;
}

.content2>.contentwrapper>.bottom_back {
    pointer-events: none;
}

.content2>.contentwrapper>.bottom_back {
    opacity: 1;
}

.container2>.contentwrapper {
    justify-content: center;
    align-items: flex-start;
}

@media(min-width: 600px) {
    .container2>.contentwrapper {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.content2 {
    height: auto;
    position: relative;
    width: 100%;
    min-width: undefinedpx;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

.content2>.contentwrapper {
    padding: 0px 0px 0px 0px;
}

@media(min-width: 600px) {
    .content2 {
        height: auto;
        position: relative;
        width: 100%;
        min-width: undefinedpx;
    }

    .content2>.contentwrapper {
        padding: 10px 10px 10px 10px;
    }

    .content2 {
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }
}

.buttonTpl1655270752971 {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFFFF;
    text-shadow: none;
    letter-spacing: 0px;
    border-radius: 6px;
    border: 2px #FFFFFFFF solid;
    box-shadow: none;
    padding: 10px 20px 10px 20px;
}

.buttonTpl1655270752971 .txt {
    margin-right: -0px;
}

.buttonTpl1655270752971 .icon g,
.buttonTpl1655270752971 .icon path,
.buttonTpl1655270752971 .icon rect,
.buttonTpl1655270752971 .icon circle,
.buttonTpl1655270752971 .icon polygon,
.buttonTpl1655270752971 .icon ellipse,
.buttonTpl1655270752971 .icon line,
.buttonTpl1655270752971 .icon polyline {
    fill: #595959FF;
}

.buttonTpl1655270752971 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.buttonTpl1655270752971 .content {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 9px;
}

.buttonTpl1655270752971 .back1,
.buttonTpl1655270752971 .back2 {
    position: absolute;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
}

.buttonTpl1655270752971 .back1 {
    opacity: 1;
    z-index: 4;
}

.buttonTpl1655270752971 .back2 {
    opacity: 1;
    background: #00000082;
    z-index: 5;
}

.buttonTpl1655270752971:hover {
    color: #23B1D8FF;
    border: 2px #23B1D8FF solid;
}

.buttonTpl1655270752971:hover .icon g,
.buttonTpl1655270752971:hover .icon path,
.buttonTpl1655270752971:hover .icon rect,
.buttonTpl1655270752971:hover .icon circle,
.buttonTpl1655270752971:hover .icon polygon,
.buttonTpl1655270752971:hover .icon ellipse,
.buttonTpl1655270752971:hover .icon line,
.buttonTpl1655270752971:hover .icon polyline {
    fill: #000000;
}

.buttonTpl1655270752971,
.buttonTpl1655270752971 .back1,
.buttonTpl1655270752971 .back2,
.buttonTpl1655270752971 .icon g,
.buttonTpl1655270752971 .icon path,
.buttonTpl1655270752971 .icon rect,
.buttonTpl1655270752971 .icon circle,
.buttonTpl1655270752971 .icon polygon,
.buttonTpl1655270752971 .icon ellipse,
.buttonTpl1655270752971 .icon line,
.buttonTpl1655270752971 .icon polyline {
    transition: all 0.3s ease
}

.buttonTpl1655270752971:hover {
    z-index: 15;
}

.buttonTpl1655270752971 .back2 {
    opacity: 0 !important;
}

.buttonTpl1655270752971:hover .back2 {
    opacity: 1 !important;
}

.buttonTpl1655270752971 .back1 {
    opacity: 1;
}

.buttonTpl1655270752971:hover .back1 {
    opacity: 0;
}

.buttonTpl1691165820695 {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFFFF;
    text-shadow: none;
    letter-spacing: 0px;
    border-radius: 15px;
    border: 2px #FFFFFFFF solid;
    box-shadow: none;
    padding: 10px 20px 10px 20px;
}

.buttonTpl1691165820695 .txt {
    margin-right: -0px;
}

.buttonTpl1691165820695 .icon g,
.buttonTpl1691165820695 .icon path,
.buttonTpl1691165820695 .icon rect,
.buttonTpl1691165820695 .icon circle,
.buttonTpl1691165820695 .icon polygon,
.buttonTpl1691165820695 .icon ellipse,
.buttonTpl1691165820695 .icon line,
.buttonTpl1691165820695 .icon polyline {
    fill: #FFFFFFFF;
}

.buttonTpl1691165820695 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.buttonTpl1691165820695 .content {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 9px;
}

.buttonTpl1691165820695 .back1,
.buttonTpl1691165820695 .back2 {
    position: absolute;
    top: -3%;
    left: -3%;
    width: 106%;
    height: 106%;
}

.buttonTpl1691165820695 .back1 {
    opacity: 1;
    background: #000000A6;
    z-index: 4;
}

.buttonTpl1691165820695 .back2 {
    opacity: 1;
    background: #1B7A9582;
    z-index: 5;
}

.buttonTpl1691165820695:hover {
    color: #23B1D8FF;
}

.buttonTpl1691165820695,
.buttonTpl1691165820695 .back1,
.buttonTpl1691165820695 .back2,
.buttonTpl1691165820695 .icon g,
.buttonTpl1691165820695 .icon path,
.buttonTpl1691165820695 .icon rect,
.buttonTpl1691165820695 .icon circle,
.buttonTpl1691165820695 .icon polygon,
.buttonTpl1691165820695 .icon ellipse,
.buttonTpl1691165820695 .icon line,
.buttonTpl1691165820695 .icon polyline {
    transition: all 0.3s ease
}

.buttonTpl1691165820695:hover {
    z-index: 15;
}

.buttonTpl1691165820695 .back1 {
    transform-origin: 0 0;
}

.buttonTpl1691165820695 .back2 {
    transform-origin: 100% 100%;
}

.buttonTpl1691165820695 .back2 {
    transform: scaleY(0);
}

.buttonTpl1691165820695:hover .back2 {
    transform: scaleY(100%);
}

.buttonTpl1691165820695 .back1 {
    transform: scaleY(100%);
}

.buttonTpl1691165820695:hover .back1 {
    transform: scaleY(0);
}

.elem-1655352361599 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1655352361599 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elem-1655352361599 {
    text-align: center;
}

.elem-1655352361599 .image_wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    box-sizing: border-box;
    border: 0;
    box-shadow: none;
    padding: 0px;
    width: 250px;
    border-radius: 0;
}

.elem-1655352361599 .image_wrapper img {
    position: relative;
    display: block;
    z-index: 5;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    border-radius: 0;
}

.elem-1655352486071 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1655352486071 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elem-1655352486071 p,
.elem-1655352486071 li,
.elem-1655352486071 a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 100;
    font-size: 39px;
    color: #FFFFFFFF;
    text-shadow: none;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0px;
}

.elem-1655352486071 ul {
    list-style-type: disc;
    margin-left: 20px !important;
    padding-left: 58.5px;
}

.elem-1655352486071 ol {
    list-style-type: decimal;
    margin-left: 20px !important;
    padding-left: 58.5px;
}

.elem-1655352486071 a:link,
.elem-1655352486071 a:visited {
    text-decoration: solid underline;
    color: #0737F5;
}

.elem-1655352486071 a:hover,
.elem-1655352486071 a:active {
    color: #551A8B;
}

.elem-1691163737806 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1691163737806 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.elem-1691163737806 p,
.elem-1691163737806 li,
.elem-1691163737806 a {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #23B1D8FF;
    text-shadow: none;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0px;
}

.elem-1691163737806 ul {
    list-style-type: disc;
    margin-left: 20px !important;
    padding-left: 36px;
}

.elem-1691163737806 ol {
    list-style-type: decimal;
    margin-left: 20px !important;
    padding-left: 36px;
}

.elem-1691163737806 a:link,
.elem-1691163737806 a:visited {
    text-decoration: solid underline;
    color: #0737F5;
}

.elem-1691163737806 a:hover,
.elem-1691163737806 a:active {
    color: #551A8B;
}

.elem-1691163531391 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1691163531391 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elem-1691163531391 {
    display: flex;
    justify-content: flex-start;
}

.elem-1691163531391 .countdown_group {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-1691163531391 .countdown_group .countdown_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.elem-1691163531391 .countdown_group .countdown_item.hide {
    opacity: 0;
}

.elem-1691163531391 .countdown_group .countdown_item .counter_shape {
    position: absolute;
    box-sizing: border-box;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 2px #fff solid;
    box-shadow: 0 0 20px 4px #0000006B;
    border-radius: 34px;
    overflow: hidden;
    opacity: 1;
    background-color: #242424A3;
    background: linear-gradient(180deg, #242424A3 0%, #1E67804F 100%);
}

.elem-1691163531391 .countdown_group .countdown_item .counter-wrapper {
    display: flex;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 5;
    height: 115px;
    width: 115px;
}

.elem-1691163531391 .countdown_group .countdown_item .counter-wrapper .inner-wrapper {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.elem-1691163531391 .countdown_group .countdown_item .counter {
    z-index: 5;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 63px;
    color: #FFFFFFFF;
    text-shadow: none;
}

.elem-1691163531391 .countdown_group .countdown_item .label {
    z-index: 5;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFFFF;
    text-shadow: none;
}

.elem-1691163531391 .countdown_group .countdown_item .counter-wrapper .counter_anim_elem {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: 50% 100%;
}

.elem-1691163531391 .countdown_group .countdown_item .counter-wrapper .counter_anim_elem {
    background-color: #23B1D830;
}

.elem-1691163531391 .countdown_group .countdown_item .counter-wrapper .counter_anim_elem {
    transform: scale(0);
}

.elem-1691163531391 .countdown_group .final_countdown_text {
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    display: none;
    opacity: 0;
}

.elem-1691163531391 .countdown_group .final_countdown_text {
    opacity: 1;
}

.elem-1691163531391 .countdown_group .final_countdown_text p,
.elem-1691163531391 .countdown_group .final_countdown_text li,
.elem-1691163531391 .countdown_group .final_countdown_text a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-shadow: none;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0px;
}

.elem-1691163531391 .countdown_group .final_countdown_text ul {
    list-style-type: disc;
    margin-left: 20px !important;
    padding-left: 21px;
}

.elem-1691163531391 .countdown_group .final_countdown_text ol {
    list-style-type: decimal;
    margin-left: 20px !important;
    padding-left: 21px;
}

.elem-1691163531391 .countdown_group .final_countdown_text a:link,
.elem-1691163531391 .countdown_group .final_countdown_text a:visited {
    text-decoration: solid underline;
    color: #0737F5;
}

.elem-1691163531391 .countdown_group .final_countdown_text a:hover,
.elem-1691163531391 .countdown_group .final_countdown_text a:active {
    color: #551A8B;
}

.elem-1655352618161 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 0%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1655352618161 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elem-1655352618161 p,
.elem-1655352618161 li,
.elem-1655352618161 a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFFFF;
    text-shadow: none;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0px;
}

.elem-1655352618161 ul {
    list-style-type: disc;
    margin-left: 20px !important;
    padding-left: 27px;
}

.elem-1655352618161 ol {
    list-style-type: decimal;
    margin-left: 20px !important;
    padding-left: 27px;
}

.elem-1655352618161 a:link,
.elem-1655352618161 a:visited {
    text-decoration: solid underline;
    color: #0737F5;
}

.elem-1655352618161 a:hover,
.elem-1655352618161 a:active {
    color: #551A8B;
}

.elem-1691163279250 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1691163279250 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elem-1691163279250 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.elem-1691163279250 .newsletter_form {
    position: relative;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 11px;
    padding: 20px 10px 10px 10px;
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

@media(max-width: undefinedpx) {
    .elem-1691163279250 .newsletter_form {
        flex-direction: column;
        align-items: center;
        align-items: stretch;
    }
}

.elem-1691163279250 .newsletter_form .input_group.text input {
    box-sizing: border-box;
    max-width: 100%;
    background: transparent;
    line-height: normal;
    opacity: 1;
    background: #00000066;
    padding: 12px;
    border-radius: 8px;
    border: 1px #393535E8 solid;
    box-shadow: none;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFFFF;
    text-shadow: none;
    text-align: left;
    width: 100%;
}

.elem-1691163279250 .newsletter_form .input_group.check input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: transparent;
    opacity: 1;
    background: #00000066;
    width: 18px;
    height: 18px;
    border-radius: 8px;
    border: 1px #393535E8 solid;
    box-shadow: none;
}

.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input input+.icon {
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
}

.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input input:checked+.icon {
    opacity: 1;
}

.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon g,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon path,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon rect,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon circle,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon polygon,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon ellipse,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon line,
.elem-1691163279250 .newsletter_form .input_group.check .checkbox_input .icon polyline {
    fill: #FFFFFFFF;
}

.elem-1691163279250 .newsletter_form .input_group input:focus {
    outline: none;
    opacity: 1;
    background: #07202FB8;
    border-color: #1A7F86FF;
}

.elem-1691163279250 .newsletter_form .input_group.text input::placeholder {
    color: #6F6F6FFF;
}

.elem-1691163279250 .newsletter_form .input_group.text ::-webkit-input-placeholder {
    color: #6F6F6FFF;
}

.elem-1691163279250 .newsletter_form .input_group.text input::-moz-placeholder {
    color: #6F6F6FFF;
}

.elem-1691163279250 .newsletter_form .input_group.text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.elem-1691163279250 .newsletter_form .input_group.legals {
    flex: 0 0 100%;
    display: flex;
}

.elem-1691163279250 .newsletter_form .input_group.legals label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.elem-1691163279250 .newsletter_form .input_group label {
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFFFF;
    text-shadow: none;
}

.elem-1691163279250 .newsletter_form .input_group label a:link,
.elem-1691163279250 .newsletter_form .input_group label a:visited {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFFFF;
    text-shadow: none;
}

.form_notification_1691163279250 {
    opacity: 0 !important;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.form_notification_1691163279250 {
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
    z-index: 50;
    max-width: 100%;
    opacity: 1;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #079CA6FF;
    text-shadow: none;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0px;
    padding: 20px;
    width: 100%;
    position: relative;
}

.form_notification_1691163279250.show {
    opacity: 1 !important;
    pointer-events: all;
}

.form_notification_1691163279250.error {}

.form_notification_1691163279250.error p {
    color: #5F0505FF;
}

.form_notification_1691163279250 p {
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #079CA6FF;
    text-shadow: none;
}

.form_notification_1691163279250 .notification_close {
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 32px;
    height: 32px;
    opacity: 1;
    background: #ffffff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    top: 0px;
    right: 0px;
}

.form_notification_1691163279250 .notification_close .icon svg {
    width: 16px;
    height: auto;
    display: block;
}

.form_notification_1691163279250 .notification_close .icon g,
.form_notification_1691163279250 .notification_close .icon path,
.form_notification_1691163279250 .notification_close .icon rect,
.form_notification_1691163279250 .notification_close .icon circle,
.form_notification_1691163279250 .notification_close .icon polygon,
.form_notification_1691163279250 .notification_close .icon ellipse,
.form_notification_1691163279250 .notification_close .icon line,
.form_notification_1691163279250 .notification_close .icon polyline {
    fill: #000000;
}

.elem-1691165781834 {
    box-sizing: border-box;
    position: relative;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.elem-container-1691165781834 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.elem-1691165781834 .buttons_group {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
}

.elem-1691165781834 .buttons_group .btn0 .icon svg {
    width: 24px;
    height: auto;
    display: block;
}

.elem-1691165781834 .buttons_group .btn1 .icon svg {
    width: 22px;
    height: auto;
    display: block;
}

.elem-1691165781834 .buttons_group .btn2 .icon svg {
    width: 15px;
    height: auto;
    display: block;
}
