/* Minification failed. Returning unminified contents.
(108,112): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
(437,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color-2'
 */
/*#region Common */
.form-control-modern {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    color: #fff;
}

    .form-control-modern:focus {
        background-color: transparent;
        color: #fff;
        box-shadow: none;
    }

.noshadowonfocus {
    box-shadow: none !important;
}

.form-header {
    color: #fff;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 3rem;
    padding: 1rem;
    border-radius: 2px;
    webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.modal-xlg {
    max-width: 95vw;
}

body.modal-open {
    overflow: hidden;
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.smallh3 h3 {
    line-height: 2rem !important;
}

.all-text-white {
    border-color: white !important;
}

    .all-text-white h2, .all-text-white h3, .all-text-white p {
        color: white !important;
    }

.zoom {
    transition: all 0.3s ease-in-out;
}

    .zoom:hover {
        -ms-transform: scale(1.15); /* IE 9 */
        -webkit-transform: scale(1.15); /* Safari 3-8 */
        transform: scale(1.15);
        z-index: 2;
    }

.box-shadow {
    box-shadow: 0 0 1.5em #242021;
}

.zoom.box-shadow:hover {
    box-shadow: 0 0 2em #242021;
}

.fullscreen-black {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
    background-color: black;
    opacity: 1;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.hrDiv {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.hr_line {
    /* margin: 25px 0; */
    height: 1px;
    border: 0;
    /* background: black; */
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, var(--main-color-2)));
}

::-webkit-input-placeholder { /* Chrome */
    color: red;
}

:-ms-input-placeholder { /* IE 10+ */
    color: red;
}

::-moz-placeholder { /* Firefox 19+ */
    color: red;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
}

.bg-img-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#fff,rgba(0,0,0,.1));
    opacity: 1.6;
}

/*#endregion */
/*#region keyframes */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes appearIn {
    from {
        opacity: 0;
        z-index: 0;
    }

    to {
        opacity: 1;
        z-index: 1031;
    }
}

@keyframes appearOut {
    from {
        opacity: 1;
        z-index: 1031;
    }

    to {
        opacity: 0;
        z-index: 0;
    }
}

@keyframes flipVertical {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes slide-up {
    from {
        opacity: 0;
    }

    to {
        opacity: 100;
    }
}

@keyframes blurIn {
    from {
        filter: blur(0px);
    }

    to {
        filter: blur(2px);
    }
}
/*#endregion */

/*#region margin & padding */


.pr-4rem, .px-4rem {
    padding-right: 4rem !important;
}

.pl-4rem, .px-4rem {
    padding-left: 4rem !important;
}

.pt-4rem, .py-4rem {
    padding-top: 4rem !important;
}

.pb-4rem, .py-4rem {
    padding-bottom: 4rem !important;
}

.p-4rem {
    padding: 4rem !important;
}

.pr-5rem, .px-5rem {
    padding-right: 5rem !important;
}

.pl-5rem, .px-5rem {
    padding-left: 5rem !important;
}

.pt-5rem, .py-5rem {
    padding-top: 5rem !important;
}

.pb-5rem, .py-5rem {
    padding-bottom: 5rem !important;
}

.p-5rem {
    padding: 5rem !important;
}

.pr-6rem, .px-6rem {
    padding-right: 6rem !important;
}

.pl-6rem, .px-6rem {
    padding-left: 6rem !important;
}

.pt-6rem, .py-6rem {
    padding-top: 6rem !important;
}

.pb-6rem, .py-6rem {
    padding-bottom: 6rem !important;
}

.p-6rem {
    padding: 6rem !important;
}

.pr-7rem, .px-7rem {
    padding-right: 7rem !important;
}

.pl-7rem, .px-7rem {
    padding-left: 7rem !important;
}

.pt-7rem, .py-7rem {
    padding-top: 7rem !important;
}

.pb-7rem, .py-7rem {
    padding-bottom: 7rem !important;
}

.p-7rem {
    padding: 7rem !important;
}


.mr-4rem, .mx-4rem {
    margin-right: 4rem !important;
}

.ml-4rem, .mx-4rem {
    margin-left: 4rem !important;
}

.mt-4rem, .my-4rem {
    margin-top: 4rem !important;
}

.mb-4rem, .my-4rem {
    margin-bottom: 4rem !important;
}

.m-4rem {
    margin: 4rem !important;
}

.mr-5rem, .mx-5rem {
    margin-right: 5rem !important;
}

.ml-5rem, .mx-5rem {
    margin-left: 5rem !important;
}

.mt-5rem, .my-5rem {
    margin-top: 5rem !important;
}

.mb-5rem, .my-5rem {
    margin-bottom: 5rem !important;
}

.m-5rem {
    margin: 5rem !important;
}

.mr-6rem, .mx-6rem {
    margin-right: 6rem !important;
}

.ml-6rem, .mx-6rem {
    margin-left: 6rem !important;
}

.mt-6rem, .my-6rem {
    margin-top: 6rem !important;
}

.mb-6rem, .my-6rem {
    margin-bottom: 6rem !important;
}

.m-6rem {
    margin: 6rem !important;
}

.mr-7rem, .mx-7rem {
    margin-right: 7rem !important;
}

.ml-7rem, .mx-7rem {
    margin-left: 7rem !important;
}

.mt-7rem, .my-7rem {
    margin-top: 7rem !important;
}

.mb-7rem, .my-7rem {
    margin-bottom: 7rem !important;
}

.m-7rem {
    margin: 7rem !important;
}

.moduleGlobalMargin {
    /*margin-top: 5rem !important;*/
}
/*#endregion */

/*#region Image And Video */

.img-container, .img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.play-button-div {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.play-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgResponsive {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 2px 2px 0 0;
}

.mobileImage {
    display: block;
}

.desktopImage {
    display: none;
}

.video-download-button {
    background-color: var(--main-color-2) !important;
    color: white;
    transition: all .35s ease-in-out;
    font-size: .5rem;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 5px;
    opacity: .7;
    position: absolute;
    top: 0;
    margin: 10px;
    right: 0;
    border-radius: 3px;
}

@media(min-width:768px), screen and (orientation: landscape) {
    .mobileImage {
        display: none;
    }

    .desktopImage {
        display: block;
    }
}
/*#endregion */

/*#region Border draw */

.draw {
    transition: color 0.25s;
}

    .draw::before {
        top: 0;
        left: 0;
    }

    .draw::before, .draw::after {
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .draw::after {
        bottom: 0;
        right: 0;
    }

.meet::after {
    top: 0;
    left: 0;
}

/*#endregion */

