body {
    margin: 0;
    padding: 0;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: #FFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05053c+30,005d96+100 */
    background: linear-gradient(to right,  rgba(5,5,60,1) 30%,rgba(0,93,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    overflow-x: hidden;
}

h1, h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    color: rgba(255,255,255,0.8);
}

a {
    color: #08FA72;
}

a:hover {
    color: #FFF;
}

strong {
    color: rgba(255,255,255,1);
    font-weight: 600;
}

.highlight {
    color: #08FA72;
}

.disabled {
    opacity: 0.25;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1640px;
    position: relative;
    z-index: 5;
}

.animation,
a,
svg,
svg *,
input {
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.btn {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #08FA72;
    text-decoration: none;
    display: block;
    margin-top: 32px;
}

.btn svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.btn:hover {
    color: #FFF;
}

.btn:hover svg * {
    stroke: #FFF !important;
}

header .wrapper {
    display: flex;
    justify-content: space-between;
    
}

.logo {
    width: 280px;
    height: 44px;
    background: url(imgs/logo.svg) no-repeat center;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 36px;
    margin-bottom: 0;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 28px;
}

nav ul li.social {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

nav ul li:last-child {
    margin-right: 0 !important;
}

nav a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-weight: 400;
}

nav a:hover {
    color: #08FA72;
}

nav .social a:hover svg * {
    fill: #08FA72;
}

.lang_nav {
    margin-top: 15px;
    margin-bottom: 3px;
    text-align: right;
}

.lang_nav .social {
    display: none;
}

.lang_nav a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.lang_nav li {
    margin-right: 0;
}

.lang_nav li#eng a {
    border-right: solid 1px rgba(255,255,255,0.25);
    padding-right: 8px;
    margin-right: 5px;
}

.lang_nav .active a {
    color: rgba(255, 255, 255, 1);
}

#stage {
    position: relative;
    height: 100vh;
    /*max-height: 1080px;*/
    /*
    background: url(imgs/ind-01.jpg) no-repeat left top;
    background-size: cover;
    */
    z-index: 2;
}

.stage {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15%;
    height: 100vh;
    /*max-height: 1080px;*/
    object-fit: cover;
    object-position: right top;
    width: 100%;
}

.gradient_1,
.gradient_2 {
    position: absolute;
    height: 100vh;
    /*max-height: 1080px;*/
    width: 75%;
    top: 0;
    left: 0;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05053c+25,1c3357+100&1+25,0+100 */
    background: linear-gradient(to right,  rgba(5,5,60,1) 25%,rgba(28,51,87,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gradient_2 {
    left: auto;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c3357+60,05053c+100&0+60,1+100 */
    background: linear-gradient(45deg,  rgba(28,51,87,0) 60%,rgba(5,5,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#stage > .wrapper {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
}

#stage .text {
    width: 50%;
}

#stage h1,
#method h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#method {
    padding: 160px 0;
    position: relative;
}

#method > .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#method .text,
#packages .text,
#contact .text,
#method .graphic {
    width: 48%;
}

#method .graphic {
    text-align: center;
}

.steps_content,
.graphic {
    position: relative;
}

.method_mobile {
    display: none;
}

.step_text,
.step_img {
    opacity: 0;
    position: absolute;
}

.step_text {
    left: 0px;
    top: 0px;
}

.step_text h3 {
    color: #08FA72;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 21px;
    margin-bottom: 0;
}

.step_text p {
    margin-top: 0.5em;
}

.step_img {
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#step_text_1,
#step_img_1 {
    opacity: 1;
}

.steps_nav {
    border-top: solid 1px rgba(255,255,255,0.2);
    font-size: 16px;
    padding-top: 16px;
}

.steps_nav a {
    text-decoration: none;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.steps_nav a svg * {
    stroke: #FFF;
} 

.steps_nav a:hover svg * {
    stroke: #08FA72;
}

.steps_nav a.left_arrow svg {
    transform: rotate(180deg);
}

.steps_nav .label {
    margin-left: 24px;
    margin-right: 24px;
}

#packages {
    padding-top: 58px;
    position: relative;
    min-height: 100vh;
}

#packages:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05053c+0,05053c+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(5,5,60,0) 0%,rgba(5,5,60,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    bottom: 0;
    left: 0;
}

#packages .wrapper {
    position: relative;
    z-index: 3;
}

#packages h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#packages .text p {
    margin-bottom: 0;
}

ul.tabs {
    list-style: none;
    padding-left: 0;
    width: 100%;
    border-bottom: solid 1px #08FA72;
    text-align: right;
    margin-bottom: 32px;
    margin-top: 8px;
}

.tabs li {
    display: inline-block;
    font-size:  18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tabs li a {
    display: inline-block;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    padding: 4px 32px 12px 32px;
    border-bottom:  solid 3px rgba(255,255,255,0);
}

.tabs li a:hover {
    color: #08FA72;
}

.tabs li.active a {
    font-weight: bold;
    color: #08FA72;
    border-bottom: solid 3px #08FA72;
}

.tabs_content {
    position: relative;
}

.packs_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 100%;
    opacity: 0;
    width: 100%;

    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.packs_container.visible {
    left: 0;
    opacity: 1;
}

.pack_card {
    width: calc(31% - 50px);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255,255,255,0.25);
    padding: 24px 25px 68px 25px;
    position: relative;
}

.pack_card h3,
.overlay h3 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
}

.pack_card .price {
    margin-top: 0;
    font-size: 18px;
    color: rgba(255,255,255,1);
    margin-top: 8px;
}

.price .symbol {
    font-weight: 800;
}

.price .value {
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 1px;
    padding-left: 2px;
    padding-right: 4px;
}

.pack_card > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.pack_card > ul > li {
    background: url(imgs/bullet_arrow_green.svg) no-repeat left 6px;
    padding-left: 24px;
    margin-bottom: 16px;
}

.pack_card ul {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255,255,255,0.8);
}

.pack_card ul ul {
    padding-left: 0px;
    list-style: none;
}

.pack_card ul ul li {
    position: relative;
}

.pack_card ul ul li:before {
    content: "– ";
}

.pack_card a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #032A62;
    background-color: #08FA72;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 160px;
    text-align: center;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 7px;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.pack_card a:hover {
    background-color: #FFF;
}

.disclaimer {
    width: 100%;
    clear: both;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 4px;
}

.banner {
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255,255,255,0.25);
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -16px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(5,5,60,1);
}

.banner img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
}

.banner .text {
    width: calc(48% - 36px) !important;
    padding: 48px 0px !important;
    margin-left: 52%;
}

.banner h3 {
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

#contact {
    background: rgba(5,5,60,1);
    padding-top: 40px;
    position: relative;
}

#contact h2 {
    margin-bottom: 0;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}

input,
textarea {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
    border-radius: 4px;
    background: #1E1E4A;
    border: solid 1px rgba(255,255,255,0.25);
    padding: 9px 20px;
    box-shadow: 0px 3px 12px rgba(5,5,60,1);
}

input:focus,
textarea:focus {
    outline: none;
    border: solid 1px rgba(255,255,255,0.85);
}

input.txt {
    width: calc(33% - 56px);
}

input.field_error {
    border-color: red;
}

textarea {
    width: 100%;
    margin-top: 24px;
}

input.btn {
    margin-top: 24px !important;
    padding: 5px 0px;
    cursor: pointer;
    background-color: #08FA72;
    color: #032A62;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    width: 160px;
    border: none;
}

input.btn:hover {
    background-color: #FFF !important;
    color: #032A62 !important;
    border: none;
}

input.btn:focus {
    border: none;
}

.feedback {
    width: calc(100% - 190px);
    text-align: right;
    padding-right: 30px;
    margin-top: 29px;
}

.feedback.error {
    color: red;
}

.feedback.success {
    color: #08FA72;
}

footer {
    background: rgba(5,5,60,1);
    overflow: hidden;
    font-size: 14px;
    padding-top: 40px;
}

footer .wrapper {
    border-top: solid 1px rgba(255,255,255,0.2);
    display: flex;
    justify-content: space-between;
}

footer p.social {
    text-align: right;
}

footer .social a {
    display: inline-block;
    vertical-align: sub;
    text-decoration: none;
    margin-left: 8px;
}

footer .social a:hover svg * {
    fill: #08FA72;
}

.pattern_1 {
    position: absolute;
    z-index: 3;
    display: block;
    width: 50%;
    height: 30vh;
    left: 0;
    bottom: -100px;
    background: url(imgs/pattern.svg);
}

.pattern_2 {
    position: absolute;
    z-index: 3;
    display: block;
    width: 48%;
    height: 20vh;
    min-height: 300px;
    right: 0;
    bottom: -40px;
    background: url(imgs/pattern.svg);
    transform: translateY(50%);
}

.pattern_3 {
    position: absolute;
    top: 100%;
    right: 48px;
    display: block;
    width: 18%;
    height: 30vh;
    z-index: 3;
    background: url(imgs/pattern.svg);
    min-height: 340px;
    max-height: 450px;
    margin-top: -80px;
}

.pattern_4 {
    position: absolute;
    z-index: 2;
    display: block;
    width: 25%;
    height: 170px;
    left: 0;
    bottom: 0;
    background: url(imgs/pattern.svg);
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
    background: rgba(5,5,60,0.7);
    z-index: 10;
    align-content: center;
    overflow-y: scroll;
    display: none;
}

.overlay h3 {
    margin-bottom: 0;
    margin-top: 48px;
    font-size: 32px;
}

.overlay .wrapper {
    max-width: 500px;
}

.overlay form {
    justify-content: flex-end;
    margin-bottom: 48px;
}

.overlay input.txt {
    width: 100%;
    margin-bottom: 24px;
}

.overlay textarea {
    margin-top: 0;
}

.overlay .feedback {
    width: 100%;
    padding-right: 0;
}

.overlay .close {
    position: absolute;
    right: 12px;
    top: 4px;
    cursor: pointer;
    padding: 12px;
}

.close:hover svg * {
    stroke: #08FA72;
}

/******************/
/*** RESPONSIVE ***/
/******************/

@media screen and (max-width: 1280px) {
    h1, h2 {
        font-size: 40px;
        line-height: 48px;
    }
    nav ul li {
        margin-right: 20px;
    }
    nav a {
        letter-spacing: 1px;
        font-size: 16px;
    }
    .lang_nav {
        margin-bottom: 4px;
    }
    .lang_nav a {
        font-size: 14px;
    }
    .step_text h3 {
        letter-spacing: 1px;
        font-size: 20px;
    }
    .banner h3 {
        font-size: 32px;
        line-height: 36px;
    }    
}

@media screen and (max-width: 1080px) {
    .wrapper {
        width: 90%;
    }
    header .wrapper {
        align-items: center;
        padding-top: 12px;
    }
    .logo {
        margin-top: 15px;
        margin-bottom: 4px;
    }
    .lang_nav .social {
        display: inline-block;
    }

    .lang_nav li {
        vertical-align: text-bottom;
    }

    .main_nav {
        display: none;
    }
    .pack_card {
        width: calc(31% - 44px);
    }
    .step_img {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .pack_card {
        width: calc(31% - 32px);
        padding: 24px 18px 68px 18px;
    }
    #contact .text,
    #stage .text,
    #packages .text {
        width: 64%;
    }
    #method h2 {
        width: 200%;
    }
    .pattern_2 {
        width: 30%;
    }
    .pattern_3 {
        right: 16px;
    }
}

@media screen and (max-width: 840px) {
    h1, h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .graphic {
        display: none;
    }
    .method_mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 28px;
        margin-bottom: 24px;
        max-width: 440px;
    }
    #method .text,
    #method h2,
    .method_mobile {
        width: 100%;
    }
    .pack_card {
        width: 100%;
        padding: 28px 36px 68px 36px;
        margin-bottom: 24px;
    }
    .tabs_content {
        overflow: hidden;
    }
    .banner {
        flex-wrap: wrap;
    }
    .banner img {
        width: 100%;
        position: relative;
        -webkit-clip-path: none;
        -moz-clip-path: none;
        clip-path: none;
        height: 280px;
    }

    .banner .text {
        width: 100% !important;
        padding: 24px 36px !important;
        margin-left: 0;
    }
    .pattern_3 {
        right: 24px;
        margin-top: -60px;
    }
    input.txt {
        width: 100%;
        margin-bottom: 24px;
    }
    textarea {
        margin-top: 0;
    }
}

@media screen and (max-width: 840px),
       screen and (max-aspect-ratio: 7/6) {
            .stage {
                left: 0;
                object-position: center;
            }
            #stage .text {
                width: 100%;
            }
            .gradient_2 {
                display: none;
            }
            .gradient_1 {
                width: 100%;
                background: linear-gradient(to right, rgba(5,5,60,0.9) 0%,rgba(28,51,87,0.5) 100%);
            }
}

@media screen and (max-width: 680px) {
    .pattern_1 {
        bottom: -140px;
    } 
    .pattern_2 {
        width: 15%;
    }
    #packages .text {
        width: 85%;
        margin-bottom: 28px;
    }
    .tabs li {
        font-size: 16px;
    }
    .tabs li a {
        padding-left: 16px;
        padding-right: 16px;
    }
    form {
        justify-content: flex-end;
    }
    .feedback {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 580px) {
    .lang_nav li {
        display: none;
    }

    .lang_nav li.social {
        display: inline-block;
    }
    nav ul li.social {
        vertical-align: sub;
    }

    .logo {
        width: 240px;
        margin-right: 32px;
    }
    footer .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .wrapper p:first-child {
        margin-bottom: 0px;
    }
    footer .wrapper p:last-child {
        margin-top: 4px;
    }
}

@media screen and (max-width: 360px) {
    .tabs li {
        letter-spacing: 0px;
    }
    .tabs li a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .pattern_2,
    .pattern_3 {
        display: none;
    }
    #package .text,
    #contact .text {
        width: 100%;
    }
    .pack_card {
        padding-left: 28px;
        padding-right: 28px;
    }
    .banner .text {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
}
/*
@media screen and (max-width: 1280px) {
    h1, h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .btn {
        font-size: 16px;
    }
    .logo {
        width: 280px;
        height: 44px;
        margin-top: 36px;
        margin-bottom: 0;
    }
    nav ul li {
        margin-right: 28px;
    }
    nav ul li.social {
        margin-right: 20px;
    }   
    nav a {
        letter-spacing: 1px;
        font-size: 18px;
    }
    .lang_nav {
        margin-top: 15px;
        margin-bottom: 3px;
    }
    .lang_nav a {
        font-size: 14px;
    }
    .step_text h3 {
        letter-spacing: 2px;
        font-size: 21px;
    }
    .step_text p {
        margin-top: 0.5em;
    }
    .steps_nav {
        font-size: 16px;
        padding-top: 16px;
    }
    .tabs li {
        font-size:  18px;
        letter-spacing: 1px;
    }
    .pack_card h3,
    .overlay h3 {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .pack_card .price {
        font-size: 18px;
    }
    .price .value {
        font-size: 36px;
        letter-spacing: 1px;
    }
    .pack_card ul {
        font-size: 18px;
        line-height: 24px;
    }
    .pack_card a {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        width: 160px;
        border-radius: 4px;
        padding-top: 6px;
        padding-bottom: 7px;
    }
    .disclaimer {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        margin-top: 4px;
    }
    .banner h3 {
        font-size: 36px;
        line-height: 40px;
    }    
    input,
    textarea {
        font-size: 18px;
        line-height: 28px;
    }
    input.btn {
        margin-top: 24px !important;
        padding: 5px 0px;
        letter-spacing: 1px;
        width: 160px;
    }
    footer {
        font-size: 14px;
        padding-top: 40px;
    }
    .overlay h3 {
        margin-top: 48px;
        font-size: 32px;
    }
}
*/