﻿.animate_me1>:nth-child(1) {
    transition: all .6s;
    margin-left: 0px
}

.animate_me1:hover>:nth-child(1) {
    transition: all .4s;
    margin-left: 5px !important
}

.animate_me2>:nth-child(2) {
    transition: all .6s;
    margin-left: 0px
}

.animate_me2:hover>:nth-child(2) {
    transition: all .4s;
    margin-left: 5px !important
}

.binM0 {
    display: flex;
    -ms-flexbox: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, .9);
    text-align: left;
    align-self: center;
    margin: 5rem 1rem;
    overflow: hidden
}

.binM0.smaller_margin {
    margin: 1rem !important
}

.binM0.-center {
    text-align: center !important
}

.binM0.-s500 {
    width: 500px !important
}

.binM0.-s600 {
    width: 600px !important
}

.binM0.-s700 {
    width: 700px !important
}

.binM0.-s800 {
    width: 800px !important
}

.binM0.-s900 {
    width: 900px !important
}

.binM0.-s1000 {
    width: 1000px !important
}

.binM0.-s1100 {
    width: 1100px !important
}

.binM0.-s1200 {
    width: 1200px !important
}

.binM0.-s1300 {
    width: 1300px !important
}

.binM0.-s1400 {
    width: 1400px !important
}

.binM0.-s1500 {
    width: 1500px !important
}

.binM0.-s1600 {
    width: 1600px !important
}

.binM0.-s1700 {
    width: 1700px !important
}

.binM0.-s1800 {
    width: 1800px !important
}

.binM0.-s1900 {
    width: 1900px !important
}

.binM0.-s2000 {
    width: 2000px !important
}

.binM0 .-text-container,
.binM0 .-button-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 1 100px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 4rem
}

@media(max-width: 700px) {

    .binM0 .-text-container,
    .binM0 .-button-container {
        padding: 2rem;
        flex: 1 1 100px
    }
}

.binM0 .-text-container.-column,
.binM0 .-button-container.-column {
    flex-direction: column;
    flex-wrap: nowrap
}

.binM0 .-text-container.-small,
.binM0 .-button-container.-small {
    padding-top: 1rem;
    flex: 2 2 100px !important
}

.binM0 .-box-container,
.binM0 .-borderless-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 1 200px;
    flex-direction: row;
    flex-wrap: wrap
}

.binM0 .-marginLR-1 {
    margin: 0rem 3rem 0rem 3rem
}

.binM1 {
    display: flex;
    -ms-flexbox: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 1rem;
    background-color: #fff;
    text-align: left;
    align-self: center;
    margin: 5rem 1rem;
    overflow: hidden
}

.binM1.smaller_margin {
    margin: 1rem !important
}

.binM1.-center {
    text-align: center !important
}

.binM1.-s500 {
    width: 500px !important
}

.binM1.-s600 {
    width: 600px !important
}

.binM1.-s700 {
    width: 700px !important
}

.binM1.-s800 {
    width: 800px !important
}

.binM1.-s900 {
    width: 900px !important
}

.binM1.-s1000 {
    width: 1000px !important
}

.binM1.-s1100 {
    width: 1100px !important
}

.binM1.-s1200 {
    width: 1200px !important
}

.binM1.-s1300 {
    width: 1300px !important
}

.binM1.-s1400 {
    width: 1400px !important
}

.binM1.-s1500 {
    width: 1500px !important
}

.binM1.-s1600 {
    width: 1600px !important
}

.binM1.-s1700 {
    width: 1700px !important
}

.binM1.-s1800 {
    width: 1800px !important
}

.binM1.-s1900 {
    width: 1900px !important
}

.binM1.-s2000 {
    width: 2000px !important
}

.binM1 .-text-container,
.binM1 .-button-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 3 3 100px;
    flex-direction: column;
    padding: 4rem
}

.binM1 .-text-container.-row,
.binM1 .-button-container.-row {
    flex-direction: row;
    flex-wrap: wrap
}

@media(max-width: 700px) {

    .binM1 .-text-container,
    .binM1 .-button-container {
        padding: 2rem;
        flex: 4 4 100px
    }
}

.binM1 .-box-container,
.binM1 .-borderless-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 3 3 400px;
    flex-direction: column
}

.binM1 .-second-box-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 3 600px;
    flex-direction: column
}

.binM1 .-filler-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 1 20px;
    flex-direction: column
}

@media(max-width: 200px) {
    .binM1 .-filler-container {
        padding: 1rem;
        flex: 1 1 20px
    }
}

.binM1 .-marginLR-1 {
    margin: 0rem 3rem 0rem 3rem
}

.binM2 {
    display: flex;
    -ms-flexbox: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, .9);
    text-align: left;
    align-self: center;
    margin: 5rem 1rem;
    overflow: hidden
}

.binM2.smaller_margin {
    margin: 1rem !important
}

.binM2.-s500 {
    max-width: 500px !important
}

.binM2.-s600 {
    max-width: 600px !important
}

.binM2.-s700 {
    max-width: 700px !important
}

.binM2.-s800 {
    max-width: 800px !important
}

.binM2.-s900 {
    max-width: 900px !important
}

.binM2.-s1000 {
    max-width: 1000px !important
}

.binM2.-s1100 {
    max-width: 1100px !important
}

.binM2.-s1200 {
    max-width: 1200px !important
}

.binM2.-s1300 {
    max-width: 1300px !important
}

.binM2.-s1400 {
    max-width: 1400px !important
}

.binM2.-s1500 {
    max-width: 1500px !important
}

.binM2.-s1600 {
    max-width: 1600px !important
}

.binM2.-s1700 {
    max-width: 1700px !important
}

.binM2.-s1800 {
    max-width: 1800px !important
}

.binM2.-s1900 {
    max-width: 1900px !important
}

.binM2.-s2000 {
    max-width: 2000px !important
}

.binM2 .-small-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 4 100px;
    flex-direction: column
}

.binM2 .-text-container,
.binM2 .-button-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 8 1 400px;
    flex-direction: column;
    padding: 4rem
}

@media(max-width: 700px) {

    .binM2 .-text-container,
    .binM2 .-button-container {
        padding: 2rem
    }
}

.binM2 .-box-container,
.binM2 .-borderless-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 1 400px;
    flex-direction: column
}

.binT0 {
    display: flex;
    -ms-flexbox: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0);
    text-align: left;
    align-self: center;
    margin: 1rem;
    overflow: hidden
}

.binT0.smaller_margin {
    margin: 1rem !important
}

.binT0.-center {
    text-align: center !important
}

.binT0.-s500 {
    max-width: 500px !important
}

.binT0.-s600 {
    max-width: 600px !important
}

.binT0.-s700 {
    max-width: 700px !important
}

.binT0.-s800 {
    max-width: 800px !important
}

.binT0.-s900 {
    max-width: 900px !important
}

.binT0.-s1000 {
    max-width: 1000px !important
}

.binT0.-s1100 {
    max-width: 1100px !important
}

.binT0.-s1200 {
    max-width: 1200px !important
}

.binT0.-s1300 {
    max-width: 1300px !important
}

.binT0.-s1400 {
    max-width: 1400px !important
}

.binT0.-s1500 {
    max-width: 1500px !important
}

.binT0.-s1600 {
    max-width: 1600px !important
}

.binT0.-s1700 {
    max-width: 1700px !important
}

.binT0.-s1800 {
    max-width: 1800px !important
}

.binT0.-s1900 {
    max-width: 1900px !important
}

.binT0.-s2000 {
    max-width: 2000px !important
}

.binT0 .-small-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 4 100px;
    flex-direction: column
}

.binT0 .-text-container,
.binT0 .-button-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 8 1 400px;
    flex-direction: column;
    padding: 4rem
}

@media(max-width: 700px) {

    .binT0 .-text-container,
    .binT0 .-button-container {
        padding: 2rem
    }
}

.binT0 .-box-container,
.binT0 .-borderless-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 1 400px;
    flex-direction: column
}

.binT1 {
    display: flex;
    -ms-flexbox: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0);
    text-align: left;
    align-self: center;
    margin: 5rem 1rem;
    overflow: hidden
}

.binT1.radius {
    border-radius: 1rem
}

.binT1.smaller_margin {
    margin: 1rem !important
}

.binT1.-s500 {
    max-width: 500px !important
}

.binT1.-s600 {
    max-width: 600px !important
}

.binT1.-s700 {
    max-width: 700px !important
}

.binT1.-s800 {
    max-width: 800px !important
}

.binT1.-s900 {
    max-width: 900px !important
}

.binT1.-s1000 {
    max-width: 1000px !important
}

.binT1.-s1100 {
    max-width: 1100px !important
}

.binT1.-s1200 {
    max-width: 1200px !important
}

.binT1.-s1300 {
    max-width: 1300px !important
}

.binT1.-s1400 {
    max-width: 1400px !important
}

.binT1.-s1500 {
    max-width: 1500px !important
}

.binT1.-s1600 {
    max-width: 1600px !important
}

.binT1.-s1700 {
    max-width: 1700px !important
}

.binT1.-s1800 {
    max-width: 1800px !important
}

.binT1.-s1900 {
    max-width: 1900px !important
}

.binT1.-s2000 {
    max-width: 2000px !important
}

.binT1 .-small-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 4 100px;
    flex-direction: column
}

.binT1 .-text-container,
.binT1 .-button-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 8 1 400px;
    flex-direction: column;
    padding: 4rem
}

@media(max-width: 700px) {

    .binT1 .-text-container,
    .binT1 .-button-container {
        padding: 2rem;
        flex: 1 1 100px
    }
}

.binT1 .-box-container,
.binT1 .-borderless-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 1 400px;
    flex-direction: column
}

.binT1 .-second-box-container {
    display: flex;
    -ms-flexbox: flex;
    flex: 1 3 600px;
    flex-direction: column
}

.binL1 {
    display: flex;
    -ms-flexbox: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    align-self: center;
    margin: 5rem 1rem;
    padding: 2rem;
    overflow: hidden
}

.binL1.smaller_margin {
    margin: 1rem !important
}

.binL1.-s500 {
    width: 500px !important
}

.binL1.-s600 {
    width: 600px !important
}

.binL1.-s700 {
    width: 700px !important
}

.binL1.-s800 {
    width: 800px !important
}

.binL1.-s900 {
    width: 900px !important
}

.binL1.-s1000 {
    width: 1000px !important
}

.binL1.-s1100 {
    width: 1100px !important
}

.binL1.-s1200 {
    width: 1200px !important
}

.binL1.-s1300 {
    width: 1300px !important
}

.binL1.-s1400 {
    width: 1400px !important
}

.binL1.-s1500 {
    width: 1500px !important
}

.binL1.-s1600 {
    width: 1600px !important
}

.binL1.-s1700 {
    width: 1700px !important
}

.binL1.-s1800 {
    width: 1800px !important
}

.binL1.-s1900 {
    width: 1900px !important
}

.binL1.-s2000 {
    width: 2000px !important
}

.B1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem
}

.B1>div {
    flex: 1 1 200px;
    padding: 1rem;
    border-radius: .5rem;
    background: linear-gradient(210deg, hsla(33deg, 30%, 80%, 0.4) 0%, hsla(20deg, 0%, 50%, 0.1) 100%)
}

.B1>div.last_box {
    background: rgba(0, 0, 0, 0) !important
}

.B1>div.last_box:hover {
    background: rgba(0, 0, 0, 0) !important
}

.B1>div:hover {
    background: linear-gradient(200deg, hsl(20deg, 0%, 80%) 0%, hsl(10deg, 0%, 60%) 100%) !important
}

.B1>div:hover * {
    color: #fff !important;
    fill: #fff !important
}

.B1>div icon {
    flex: 1 1 10px;
    display: block;
    font-size: 4rem
}

.S0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem
}

.S0>div {
    flex: 1 1 200px;
    padding: 1rem;
    border-radius: .5rem;
    background: linear-gradient(210deg, hsla(33deg, 30%, 80%, 0.4) 0%, hsla(20deg, 0%, 50%, 0.1) 100%)
}

.S0>div.last_box {
    background: rgba(0, 0, 0, 0) !important
}

.S0>div.last_box:hover {
    background: rgba(0, 0, 0, 0) !important
}

.S0>div:hover {
    background: linear-gradient(200deg, hsl(20deg, 0%, 80%) 0%, hsl(10deg, 0%, 60%) 100%) !important
}

.S0>div:hover * {
    color: #fff !important;
    fill: #fff !important
}

.S0>div icon {
    flex: 1 1 10px;
    display: block;
    font-size: 4rem
}

.S1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center
}

.S1>div {
    flex: 1 0 100px;
    padding: 1rem;
    border-radius: .5rem;
    text-align: center
}

.S1>div:hover {
    background: linear-gradient(200deg, hsl(20deg, 0%, 80%) 0%, hsl(10deg, 0%, 60%) 100%) !important
}

.S1>div:hover * {
    color: #fff !important;
    fill: #fff !important;
    -webkit-text-fill-color: #fff !important
}

.S1>div icon {
    flex: 1 1 10px;
    display: block;
    font-size: 4rem
}

.S2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    text-align: center
}

.S2>div {
    flex: 1 1 100px;
    padding: .5rem;
    border-radius: 1rem;
    cursor: pointer;
    text-align: center;
    transition: all 300ms ease-out
}

.S2>div:hover {
    background: #f06 !important
}

.S2>div:hover * {
    color: #fff !important;
    fill: #fff !important;
    -webkit-text-fill-color: #fff !important
}

.S2>div icon {
    flex: 1 1 10px;
    display: block;
    font-size: 4rem
}

.buttonDD1 {
    display: inline-flex;
    align-items: center;
    transition: all .2s;
    font-size: 1rem;
    font-weight: 800;
    border: .1rem solid rgba(0, 0, 0, .08);
    border-radius: 5px;
    padding: 4px 15px 4px 15px;
    margin: 10px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .05)
}

.buttonDD1:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

checkbox {
    position: relative;
    display: inline-block;
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    align-content: center;
    align-items: center;
    align-self: center;
    vertical-align: middle
}

checkbox input {
    display: inline-block;
    position: absolute;
    z-index: 310;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0px !important;
    margin: 0px !important;
    background-color: green
}

checkbox box {
    display: inline-block;
    position: relative;
    z-index: 300;
    top: 0px;
    left: 0px;
    padding: 5px !important;
    margin: 0px !important
}

checkbox input:checked+box:before {
    font-family: "Ionicons";
    content: ""
}

checkbox input+box:before {
    font-family: "Ionicons";
    content: ""
}

.child_margin1>*>* {
    margin: 1px !important
}

.child_margin2>*>* {
    margin: 2px !important
}

.child_margin3>*>* {
    margin: 3px !important
}

.child_margin4>*>* {
    margin: 4px !important
}

.child_margin5>*>* {
    margin: 5px !important
}

.child_margin6>*>* {
    margin: 6px !important
}

.child_margin7>*>* {
    margin: 7px !important
}

.child_margin8>*>* {
    margin: 8px !important
}

.child_margin9>*>* {
    margin: 9px !important
}

.child_margin10>*>* {
    margin: 10px !important
}

.child_margin11>*>* {
    margin: 11px !important
}

.child_margin12>*>* {
    margin: 12px !important
}

.child_margin13>*>* {
    margin: 13px !important
}

.child_margin14>*>* {
    margin: 14px !important
}

.child_margin15>*>* {
    margin: 15px !important
}

.child_margin16>*>* {
    margin: 16px !important
}

.child_margin17>*>* {
    margin: 17px !important
}

.child_margin18>*>* {
    margin: 18px !important
}

.child_margin19>*>* {
    margin: 19px !important
}

.child_margin20>*>* {
    margin: 20px !important
}

.child_margin21>*>* {
    margin: 21px !important
}

.child_margin22>*>* {
    margin: 22px !important
}

.child_margin23>*>* {
    margin: 23px !important
}

.child_margin24>*>* {
    margin: 24px !important
}

.child_margin25>*>* {
    margin: 25px !important
}

.child_margin26>*>* {
    margin: 26px !important
}

.child_margin27>*>* {
    margin: 27px !important
}

.child_margin28>*>* {
    margin: 28px !important
}

.child_margin29>*>* {
    margin: 29px !important
}

.child_margin30>*>* {
    margin: 30px !important
}

.child_margin35>*>* {
    margin: 35px !important
}

.child_margin40>*>* {
    margin: 40px !important
}

.child_margin45>*>* {
    margin: 45px !important
}

.child_margin50>*>* {
    margin: 50px !important
}

.child_margin55>*>* {
    margin: 55px !important
}

.child_margin60>*>* {
    margin: 60px !important
}

.child_margin65>*>* {
    margin: 65px !important
}

.child_margin70>*>* {
    margin: 70px !important
}

.child_margin75>*>* {
    margin: 75px !important
}

.child_margin80>*>* {
    margin: 80px !important
}

.child_margin85>*>* {
    margin: 85px !important
}

.child_margin90>*>* {
    margin: 90px !important
}

.child_margin95>*>* {
    margin: 95px !important
}

.child_margin100>*>* {
    margin: 100px !important
}

.child_margin105>*>* {
    margin: 105px !important
}

.child_margin110>*>* {
    margin: 110px !important
}

.child_margin115>*>* {
    margin: 115px !important
}

.child_margin120>*>* {
    margin: 120px !important
}

.child_margin125>*>* {
    margin: 125px !important
}

.child_margin130>*>* {
    margin: 130px !important
}

.child_margin135>*>* {
    margin: 135px !important
}

.child_margin140>*>* {
    margin: 140px !important
}

.child_margin145>*>* {
    margin: 145px !important
}

.child_margin150>*>* {
    margin: 150px !important
}

.colorA,
.colorA a {
    color: #f06 !important
}

.colorB,
.colorB a {
    color: #fc4a5a !important
}

.colorC,
.colorC a {
    color: #5ddaac !important
}

.colorA {
    fill: #f06 !important
}

.colorB {
    fill: #fc4a5a !important
}

.colorC {
    fill: #5ddaac !important
}

.bg-colorA {
    background-color: #f06 !important
}

.bg-colorB {
    background-color: #fc4a5a !important
}

.bg-colorC {
    background-color: #5ddaac !important
}

.bg-white-specialA {
    background-color: rgba(255, 255, 255, .97)
}

.bg-white-specialB {
    background-color: rgba(255, 255, 255, .7)
}

.bg-white-specialC {
    background-color: rgba(255, 255, 255, .5)
}

.bg-black-specialA {
    background-color: rgba(0, 0, 0, .9)
}

.bg-black-specialB {
    background-color: rgba(0, 0, 0, .7)
}

.bg-black-specialC {
    background-color: rgba(0, 0, 0, .5)
}

.pattern_C0 {
    background: linear-gradient(150deg, #74c5f9 1%, #F0F0F0 10%);
    transition: background 4s ease-out;
    background-size: 100%
}

.pattern_C0:hover {
    background-size: 1200%
}

.pattern_C1 {
    background: linear-gradient(150deg, #74c5f9 10%, #F0F0F0 10%);
    transition: background 4s ease-out
}

.pattern_C1:hover {
    background: #74c5f9;
    background-color: #74c5f9
}

.pattern_C2 {
    background: repeating-linear-gradient(45deg, #E3E3E3, #E3E3E3 10px, #E5D8D5 10px, #E5D8D5 20px)
}

.pattern_C8 {
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px)
}

.gradient_A1 {
    background: linear-gradient(to right, hsl(337.02deg, 93.07%, 49.67%) 34.87%, hsl(212.55deg, 88.41%, 43.55%) 69.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#contactform_button {
    z-index: 800
}

#contactform_button:hover {
    color: #ececec;
    background-color: #c51443
}

@media(max-width: 900px) {
    #contactform_button p {
        text-transform: uppercase
    }

    #contactform_button {
        transition: all .3s;
        display: inline-flex;
        position: fixed;
        right: 20px;
        top: 70%;
        padding: 14px;
        color: #fff;
        background-color: #f06;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        border-radius: 5px 5px 0px 0px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin-x: 100%;
        -webkit-transform-origin-x: 100%
    }
}

@media(min-width: 900px) {
    #contactform_button p {
        text-transform: uppercase
    }

    #contactform_button {
        transition: all .3s;
        display: inline-flex;
        position: fixed;
        right: 0px;
        top: 80%;
        padding: 14px;
        z-index: 200;
        color: #fff;
        background-color: #f06;
        align-content: center;
        align-items: center;
        justify-content: space-around;
        border-radius: 5px 0px 0px 5px
    }
}

.backgroundCoverH1 {
    position: fixed;
    width: 100dvw;
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.content {
    display: block;
    background-color: green;
    min-height: 100%;
    width: 100%;
    position: relative;
    z-index: 100
}

.mainstageH1 {
    display: inline-block;
    width: 100%;
    height: calc(100% - 300px);
    position: relative;
    z-index: 100
}

.menu_topleftH1 {
    flex-basis: 10px;
    flex-grow: 1;
    flex-shrink: 5;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.menu_topcenterH1 {
    flex-basis: 10px;
    flex-grow: 1;
    flex-shrink: 5;
    position: relative;
    text-align: center
}

.menu_toprightH1 {
    flex-basis: 10px;
    flex-grow: 50;
    flex-shrink: 0;
    position: relative;
    text-align: right
}

.menu_toprightH1 .menupoint {
    transition: all .4s;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    border: solid thin rgba(0, 0, 0, 0)
}

.menu_toprightH1 a:hover {
    transition: all .4s;
    border: solid thin
}

.menu_langH1 select {
    padding: 5px;
    margin: 5px;
    background-color: rgba(0, 0, 0, .5)
}

.menu_langH1 {
    display: inline-block;
    padding: 0px;
    position: relative
}

.expBox {
    padding: 10px;
    background-color: rgba(0, 0, 0, .05)
}

.expSubBox>* {
    margin: 10px
}

.expTitle0 {
    font-size: 24px;
    font-weight: 600;
    background-color: #0080ff;
    color: #fff;
    padding: 10px;
    margin-right: 20px
}

.expTitle1 {
    font-size: 20px;
    font-weight: 600
}

.expSubTitle1 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.expSubTitle2 {
    font-size: 20px;
    font-weight: 200
}

.expBody1 {
    font-size: 20px;
    font-weight: 200
}

.expListBox1 {
    font-size: 12px;
    font-weight: 200;
    line-height: 2em
}

.expListBoxwTitle1>* {
    font-size: 12px;
    font-weight: 200;
    line-height: 2em
}

.expListBoxwTitle1 {
    font-size: 12px;
    font-weight: 600
}

.expButtonBlock>* {
    text-align: center;
    background-color: #0080ff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    margin: 10px;
    border-radius: 40px
}

.expBorder1 {
    border: solid thin;
    position: relative;
    padding-top: 30px
}

.expBorder1>:nth-child(1) {
    display: inline-block !important;
    background-color: #0080ff;
    color: #fff;
    border: solid thin;
    position: absolute;
    top: -30px;
    left: -60px;
    z-index: 700;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 10px 0px 10px 0px
}

.expTitleBox1 {
    display: flex;
    font-size: 12px;
    font-weight: 200
}

.expTitleBox1>* {
    display: inline-block;
    background-color: #fff;
    margin: 10px;
    padding: 10px
}

input {
    transition: all .4s ease-in-out;
    background-position: left bottom;
    background-size: 0px 1px
}

input[type=text]:hover,
input[type=email]:hover,
input[type=phone]:hover,
input[type=password]:hover {
    transition: all .1s ease-in-out;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4) 100%, black 0%);
    background-position: left bottom;
    background-size: 100% 1px;
    background-repeat: no-repeat
}

html,
body {
    font-family: "Roboto Flex", sans-serif;
    font-variation-settings: "opsz" 8;
    font-stretch: 90%;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%
}

html {
    text-align: center
}

a[name] {
    display: block !important;
    position: absolute;
    opacity: 0 !important;
    width: 0px !important;
    height: 0px !important
}

[data-href] {
    cursor: pointer;
    position: relative;
    z-index: 100
}

.list2>div:hover,
.list3>div:hover {
    transition: all .3s;
    transition-delay: .3s;
    color: #f06;
    background-color: rgba(255, 255, 255, .9)
}

.list2>div:hover :after,
.list3>div:hover :after {
    transition: all .6s;
    margin-left: 20px !important
}

.list2 {
    display: block;
    text-align: left;
    line-height: 1.7em;
    position: relative;
    z-index: 100
}

.list2>div {
    transition: all .3s;
    display: flex;
    border-bottom: solid 2px rgba(0, 0, 0, 0)
}

.list2>div>div {
    padding: 5px
}

.list2>div>div:nth-of-type(1) {
    visibility: hidden;
    position: relative
}

.list2>div>div:nth-of-type(1):after {
    font-family: "Ionicons";
    content: "";
    visibility: visible;
    display: block;
    position: absolute;
    top: 0px;
    font-size: 30px;
    margin: 5px;
    color: #f06
}

.list2>div>div:nth-of-type(2) {
    flex: 1 1 200px;
    font-weight: 400;
    margin-left: 20px
}

.list3 {
    display: block;
    text-align: left;
    line-height: 1.7em;
    position: relative;
    z-index: 100
}

.list3>div {
    transition: all .3s;
    display: flex;
    outline: 0px solid rgba(0, 0, 0, 0);
    outline-offset: 20px
}

.list3>div>div {
    padding: 5px
}

.list3>div>div:nth-of-type(1) {
    visibility: hidden;
    position: relative
}

.list3>div>div:nth-of-type(1):after {
    font-family: "Ionicons";
    content: "";
    visibility: visible;
    display: block;
    position: absolute;
    top: 0px;
    font-size: 30px;
    margin: 5px;
    color: #f06
}

.list3>div>div:nth-of-type(2) {
    flex: 1 1 100px;
    font-weight: 400;
    margin-left: 20px
}

.list3>div>div:nth-of-type(3) {
    flex: 1 1 300px;
    font-weight: 200
}

@media(max-width: 900px) {
    .body0 {
        width: 100%;
        min-height: 100px
    }

    .mainbody {
        width: 100%;
        min-height: 100px;
        padding: 20px
    }
}

@media(min-width: 900px) {
    .body0 {
        min-height: 100px;
        min-width: 750px
    }

    .mainbody {
        padding: 20px;
        min-width: 900px;
        min-height: 100px
    }
}

#overlay_menu {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1000;
    width: 100dvw;
    min-height: 100%;
    color: #fff;
    overflow: scroll
}

#overlay_menu .menu_container {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row
}

@media(max-width: 1200px) {
    #overlay_menu .menu_container {
        flex-direction: column
    }
}

#overlay_menu .menu_container>div {
    flex: 1 1 400
}

#overlay_menu svg * {
    fill: #fff !important;
    color: #fff !important
}

#overlay_menu svg:hover * {
    color: #f06 !important;
    fill: #f06 !important
}

#overlay_menu a {
    transition: all .3s;
    font-size: 1.5rem;
    display: block;
    color: #fff !important;
    margin-top: .6rem
}

#overlay_menu a:hover {
    color: #f06 !important;
    fill: #f06 !important
}

#overlay_menu .icon {
    font-size: 3rem !important
}

#overlay_menu .svg {
    font-size: 4rem !important
}

.overlay_menu_button:hover {
    color: #f06
}

.overlay_inside_frame {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 200px
}

.langoverlay_wrapper .lang {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase
}

.langoverlay_wrapper .lang:hover {
    color: #fff
}

.overlayflex {
    display: block;
    text-align: left
}

.parallax {
    width: 100dvw !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: fixed;
    background-size: -webkit-cover;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    transition: background-position 6s ease-out
}

.parallaxMM2 {
    width: 100dvw !important;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-position 6s ease-out
}

.parallax_small {
    height: 100%;
    width: 100%
}

parallax_center {
    align-content: center;
    align-items: center;
    align-self: center
}

@media only screen and (max-device-width: 1024px)and (-webkit-min-device-pixel-ratio: 1) {
    .parallax {
        max-width: 100dvw !important;
        width: 100dvw !important;
        background-attachment: absolut !important;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: space-around
    }

    .parallax_small {
        height: 100%;
        width: 100%
    }

    parallax_center {
        align-content: center;
        align-items: center;
        align-self: center
    }
}

.error_patter1 {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAAB9JREFUCB1jYMAFvoqEGsPkkNkwMQiNLIPMRlUF5AEATXQGRX/263sAAAAASUVORK5CYII=) repeat
}

#policy_form p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 200
}

#policy_form {
    z-index: 3000;
    transition: all .3s;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0px;
    padding: 14px;
    color: #fff;
    background-color: rgba(255, 20, 120, .9);
    align-content: center;
    align-items: center;
    justify-content: space-around
}

.quote_main_wrapper {
    margin-top: 20px;
    border-radius: 15px;
    background-size: 100%;
    background-position: center;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAABNJREFUCB1jYCAZ/GdI+0+yJgYAfbgCZe3iwK0AAAAASUVORK5CYII=) repeat
}

.quote_main_subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    border-radius: 5px
}

.quote_end_wrapper {
    display: inline-block;
    text-align: right;
    width: 100%
}

.quote_end_text {
    display: inline-block;
    font-size: 12px;
    font-weight: 200;
    color: #333;
    max-width: 400px;
    margin: 20px;
    line-height: 1.2em;
    text-align: left
}

.quote_box_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row !important;
    min-width: 400px;
    padding: 10px;
    margin: 10px;
    text-align: left
}

.quote_box {
    flex: 1 1 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 250px;
    padding: 40px;
    margin: 10px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1)
}

.quote_box>*:nth-child(1) {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #333;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.quote_box>*:nth-child(2) {
    display: block;
    font-size: 14px;
    font-weight: 200;
    color: #f06;
    min-height: 60px;
    margin-top: 15px
}

.shadowH1 {
    -webkit-filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
    filter: drop-shadow(0px 0px 10px rgb(255, 255, 255))
}

.shadowH2 {
    -webkit-filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.5))
}

.shadowH3 {
    -webkit-filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.3))
}

.shadowTopH1 {
    -webkit-box-shadow: 0px -10px 22px -15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px -10px 22px -15px rgba(0, 0, 0, .3);
    box-shadow: 0px -10px 22px -15px rgba(0, 0, 0, .3)
}

.header_navigation {
    width: 100%;
    height: 50px
}

.footer_navigation {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff
}

svgtext {
    display: inline-block;
    position: absolute;
    letter-spacing: 0em;
    z-index: 500
}

.svg_wrapper {
    display: inline-block;
    position: relative
}

.svg_frame {
    display: inline-block;
    position: relative;
    text-align: left;
    width: auto;
    height: auto
}

.grphcs22_text_box {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    text-align: center
}

.grphcs23_text_box {
    display: inline-flex;
    font-size: 11px;
    color: #fff;
    background-color: #e11520;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 100px
}

.grphcs44_text_box {
    font-size: 14px;
    color: #06c;
    padding: 5px
}

.grphcs44_text_box2 {
    font-size: 14px;
    color: #000;
    padding: 5px
}

.zoom01 {
    zoom: .1
}

.zoom02 {
    zoom: .2
}

.zoom03 {
    zoom: .3
}

.zoom04 {
    zoom: .4
}

.zoom05 {
    zoom: .5
}

.zoom06 {
    zoom: .6
}

.zoom07 {
    zoom: .7
}

.zoom08 {
    zoom: .8
}

.zoom09 {
    zoom: .9
}

.zoom10 {
    zoom: 1
}

.zoom11 {
    zoom: 1.1
}

.zoom12 {
    zoom: 1.2
}

.zoom13 {
    zoom: 1.3
}

.zoom14 {
    zoom: 1.4
}

.zoom15 {
    zoom: 1.5
}

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

p {
    margin: 0px !important;
    padding: 0px !important
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 700 !important;
    margin: 0px !important;
    margin-bottom: 1em !important;
    padding: 0px !important
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

h7 {
    font-size: 10px
}

b4 {
    font-size: 16px;
    font-weight: 300
}

b5 {
    font-size: 14px;
    font-weight: 300
}

b6 {
    font-size: 12px;
    font-weight: 300
}

icon {
    display: inline-block
}

.titleH1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.subtitleH1 {
    font-size: 16px;
    font-weight: 300
}

.titleMM1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2em
}

.subtitleMM1 {
    font-size: 1.8rem;
    font-weight: 600
}

.titleMM2 {
    font-size: 45px;
    font-weight: 800
}

.subtitleMM2 {
    font-size: 20px;
    font-weight: 600
}

.titleMM3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1em
}

.subtitleMM3 {
    font-size: 14px;
    font-weight: 600
}

.titleMM4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1em
}

.subtitleMM4 {
    font-size: 12px;
    font-weight: 600
}

.bodyMM1 {
    font-size: 1.4rem;
    font-weight: 400
}

.bodyMM2 {
    font-size: 18px;
    font-weight: 400
}

.bodyMM3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.4em
}

.bodyMM4 {
    font-size: 12px;
    font-weight: 100
}

.whitespace_pre {
    white-space: pre-wrap
}

.text_vertical_left {
    transform: rotate(90deg);
    transform-origin: 100%
}

.text_vertical_right {
    transform: rotate(-90deg);
    transform-origin: 100%
}

.svg_TitleA1 {
    font-size: 1.7rem;
    line-height: 1.5rem;
    font-weight: 800
}

.svg_SubTitleA1 {
    font-size: 1.5rem;
    font-weight: 600
}

.svg_TextA1 {
    font-size: 1.2rem;
    font-weight: 600
}

.svg_SideTitleA1 {
    font-size: 1.2rem;
    font-weight: 800
}

.theme_0.-background,
.theme_0 .-background {
    background: linear-gradient(210deg, hsl(0deg, 0%, 98%) 20%, hsla(0deg, 0%, 90%, 0.6) 100%)
}

.theme_1 .bar,
.theme_2 .bar,
.theme_3 .bar {
    display: flex;
    width: 100%;
    height: 2rem
}

.theme_1.-background,
.theme_1 .-background {
    background: linear-gradient(210deg, hsl(180deg, 100%, 50%) 0%, hsla(198deg, 100%, 40%, 0.9) 80%)
}

.theme_1 .-button_hover:hover {
    background: linear-gradient(210deg, hsl(180deg, 100%, 50%) 0%, hsla(198deg, 100%, 40%, 0.9) 80%);
    color: #fff !important;
    fill: #fff !important
}

.theme_1 .-button_hover:hover:hover * {
    color: #fff !important;
    fill: #fff !important
}

.theme_1 .-text_color,
.theme_1.-text_color {
    color: rgba(0, 143, 204, .9) !important;
    fill: rgba(0, 143, 204, .9) !important;
    background: linear-gradient(210deg, hsl(180deg, 100%, 50%) 0%, hsla(198deg, 100%, 40%, 0.9) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.theme_1 .bar {
    background: linear-gradient(210deg, hsl(180deg, 100%, 50%) 0%, hsla(198deg, 100%, 40%, 0.9) 80%)
}

.theme_2.-background,
.theme_2 .-background {
    background: linear-gradient(30deg, hsl(3deg, 100%, 50%) 0%, hsla(33deg, 100%, 50%, 0.9) 80%)
}

.theme_2 .-button_hover:hover {
    background: linear-gradient(30deg, hsl(3deg, 100%, 50%) 0%, hsla(33deg, 100%, 50%, 0.9) 80%);
    color: #fff !important;
    fill: #fff !important
}

.theme_2 .-button_hover:hover:hover * {
    color: #fff !important;
    fill: #fff !important
}

.theme_2 .-text_color,
.theme_2.-text_color {
    color: rgba(255, 140, 0, .9) !important;
    fill: rgba(255, 140, 0, .9) !important;
    background: linear-gradient(30deg, hsl(3deg, 100%, 50%) 0%, hsla(33deg, 100%, 50%, 0.9) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.theme_2 .bar {
    background: linear-gradient(30deg, hsl(3deg, 100%, 50%) 0%, hsla(33deg, 100%, 50%, 0.9) 80%)
}

.theme_3.-background,
.theme_3 .-background {
    background: linear-gradient(210deg, hsl(72deg, 100%, 40%) 0%, hsla(140deg, 100%, 35%, 0.9) 80%)
}

.theme_3.-background,
.theme_3 .-background {
    background: linear-gradient(210deg, hsl(72deg, 100%, 40%) 0%, hsla(140deg, 100%, 35%, 0.9) 80%)
}

.theme_3 .-button_hover:hover {
    background: linear-gradient(210deg, hsl(72deg, 100%, 40%) 0%, hsla(140deg, 100%, 35%, 0.9) 80%);
    color: #fff !important;
    fill: #fff !important
}

.theme_3 .-button_hover:hover:hover * {
    color: #fff !important;
    fill: #fff !important
}

.theme_3 .-text_color,
.theme_3.-text_color {
    color: rgba(0, 179, 60, .9) !important;
    fill: rgba(0, 179, 60, .9) !important;
    background: linear-gradient(210deg, hsl(72deg, 100%, 40%) 0%, hsla(140deg, 100%, 35%, 0.9) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.theme_3 .bar {
    background: linear-gradient(210deg, hsl(72deg, 100%, 40%) 0%, hsla(140deg, 100%, 35%, 0.9) 80%)
}

.header_navigation {
    width: 100%;
    height: 50px
}

.footer_navigation {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff
}

.langselect_wrapper {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 400;
    color: #fff;
    background-color: #f06;
    margin: 5px
}

.langselect_wrapper .lang {
    text-transform: uppercase;
    display: block;
    position: relative;
    margin: 5px;
    padding: 10px;
    cursor: pointer
}

.GRID_M1 {
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
    -ms-grid-rows: auto 1fr;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipse
}

.GRID_M2 {
    display: grid;
    justify-items: center;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    height: auto
}

.FLEX_M3 {
    top: 0;
    display: flex;
    justify-content: space-around;
    position: fixed;
    z-index: 100;
    max-width: 100%;
    width: 100%
}

/*# sourceMappingURL=styles.css.map */