/* ============== Initializr Styles ============== */
body, html {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    color: #4C4C4C;
    margin: 0;
    position: relative;
}
p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.75rem;
}
h1 {
    font-size: 24px;
    font-weight: 500;
}
h3 {
    font-size: 20px;
    margin-bottom: 0.5rem;
}
a {
    text-decoration: none;
}
.wrapper {
    width: 950px;
    margin: 0 auto;
    position: relative;
    padding: 85px 20px;
}
.header-wrapper {
    padding: 150px 20px 70px;
}
.wrapper-sticky-footer {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
/* ============== HEADER ============== */
.header {
    width: 100%;
    height: 530px;
}
.header-cta {
    position: absolute;
    right: 5px;
    top: 25px;
}
.header-bg {
    background: url(../img/main-bg.svg) no-repeat bottom center;
    background-size: contain;
    background-position-y: 1rem;
    width: 100%;
    height: 100%;
    position: relative;
}
/* ============== SECTIONS ============== */
.main {
    flex: 1;
}
.section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section__container {
    display: flex;
    justify-content: center;
}
.section__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFFFFF;
    flex-direction: column;
    padding: 1rem;
    flex: 1;
}
.section--purple {
    background: url(../img/purple-bg.svg) no-repeat center right;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 430px;
    bottom: 0;
    padding: 4rem 0;
}
.section--join {
    bottom: 0;
    background-color: #6963bb;
    background-size: 100% 100%;
    padding: 5rem;
    border-radius: 0.5rem;
}
.section--join:before {
    content: '';
    background: url(../img/sent.svg) no-repeat top center;
    position: absolute;
    display: inline-block;
    width: 10%;
    height: 400px;
    z-index: 999;
    background-size: 100%;
    top: 1rem;
    right: 9rem;
}
/* ============== FOOTER ============== */
.footer {
    /* border-top: 1px solid #EAEAEA; */
    font-size: 15px;
    height: 70px;
}
/* ============== IMAGES ============== */
.img-responsive {
    max-width: 100%;
}
/* ============== BUTTONS ============== */
.c-btn--simple {
    font-size: 14px;
    color: #4c4c4c;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    font-weight: 400;
    border: none;
    transition: 0.2s all;
    background: transparent;
}
.c-btn--simple:hover {
    color: #6963bb;
}
.swal-button,
.c-btn {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s, -webkit-transform 0.1s;
    transition: all 0.3s, -webkit-transform 0.1s;
    -o-transition: all 0.3s, transform 0.1s;
    transition: all 0.3s, transform 0.1s;
    transition: all 0.3s, transform 0.1s, -webkit-transform 0.1s;
    background-color: transparent;
    font-size: 14px;
    min-width: 165px;
    color: #4c4c4c;
    outline: none;
    font-weight: 400;
    outline-color: #4c4c4c;
    border: 1px dashed #4c4c4c;
    overflow: hidden;
    z-index: 1;
}
.swal-button:not([disabled]):hover,
.swal-button:hover,
.c-btn:hover {
    color: #fff;
    border: 1px solid #4c4c4c;
    background-color: transparent;
}
.swal-button::after,
.c-btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #4c4c4c;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.swal-button:active,
.c-btn:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}
.swal-button:hover::after, .swal-button:active::after,
.c-btn:hover::after, .c-btn:active::after {
    height: 400%;
    opacity: 1;
}
.c-btn--white {
    color: #fff;
    border: 1px dashed #fff;
}
.c-btn--white:hover {
    color: #6963BB;
    border: 1px solid #fff;
}
.c-btn--white::after {
    background: #fff;
}
/* ============== COLORS UTILITIES ============== */
.u-color-main {
    color: #6963BB;
}
.u-color-black {
    color: #000;
}
.u-color-white {
    color: #FFFFFF;
}
/* ============== INPUTS ============== */
.input-field {
    padding: 1rem;
    border-radius: 0.2rem;
    outline: none;
    border: none;
}
.input-field__holder:after {
    content: '.dora-app.com';
    display: inline-block;
    color: #fff;
    width: 100%;
    padding-left: 0.5rem;
}
.swal-content {
    display: flex;
    align-items: center;
    margin-top: 40px;
    padding-left: 120px;
    padding-right: 120px;
}
.swal-content::after {
    content: '.dora-app.com';
    width: 200px;
}
.swal-modal:before {
    content: '';
    background: url(../img/sent.svg) no-repeat top center;
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 400px;
    z-index: 999;
    background-size: 100%;
    top: -90px;
    right: -100px;
}
.swal-content__input {
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
}
.swal-button--loading {
    color: transparent !important;
    background-color: #4C4C4C !important;
}
.swal-button:focus {
    box-shadow: none;
}
.swal-footer {
    padding-bottom: 30px;
    text-align: center;
}
.swal-content__input:focus, .swal-content__textarea:focus {
    border-color: #6963BB;
}
/* ============== MARGINS/PADDINGS UTILITIES ============== */
.u-margin {
    margin: 1rem;
}
.u-margin-top {
    margin-top: 1rem;
}
.u-margin-top-large {
    margin-top: 2rem;
}
.u-margin-bottom {
    margin-bottom: 1rem;
}
.u-margin-bottom-large {
    margin-bottom: 2rem;
}
.u-margin-bottom-huge {
    margin-bottom: 3rem;
}
.u-padding-top {
    padding-top: 1.5rem;
}
.u-padding-bottom {
    padding-bottom: 1.5rem;
}
.u-padding-bottom-large {
    padding-bottom: 3rem;
}
/* ============== DISPLAY UTILITIES ============== */
.u-display-flex {
    display: flex;
}
.u-flex-column {
    flex-direction: column;
}
.u-align-items-center {
    align-items: center;
}
.u-align-items-start {
    align-items: start;
}
.u-justify-content-center {
    justify-content: center;
}
.u-position-absolute {
    position: absolute;
}
.u-bottom-negative {
    bottom: -5rem;
}
.u-z-index {
    z-index: 100;
}
/* ============== FONT UTILITIES ============== */
.u-text-weight-regular {
    font-weight: 400;
}
.u-text-weight-bold {
    font-weight: 500;
}
.u-text-center {
    text-align: center;
}
.u-text-right {
    text-align: right;
}
/* ============== Media Queries ============== */
@media only screen and (max-width: 1100px) {
    .header-bg {
        background: url(../img/main-bg.svg) no-repeat top center;
   }
}
@media only screen and (max-width: 900px) {
    .wrapper {
        max-width: 100%;
   }
    .section__container {
        flex-direction: column;
   }
    .section__item {
        text-align: center;
        padding: 3rem 0 2rem 0;
   }
    .section__item .img-responsive {
        max-width: 70%;
   }
    .u-align-items-start {
        align-items: center;
   }
    .section--purple {
        bottom: 2rem;
   }
    .section--join:before {
        display: none;
   }
   .swal-modal:before {
        content: none;
    }
    .header-cta {
        right: 15px;
        top: 15px;
    }
}
@media only screen and (max-width: 600px) {
    .section__item .img-responsive {
        max-width: 100%;
   }
   .swal-content {
       padding-left: 60px;
       padding-right: 60px;
   }
}
