/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    padding: 0;
    margin: 0
}

img.dots {
    position: absolute;
    width: 120px;
    z-index: -1;
}

#one .dots {
    top: 40vh;
    left: 0;
}

#two .dots {
    bottom: 60px;
    left: 48%;
}

#four .dots, #five .dots {
    right: 80px;
    top: 0;
}

#four-custom{
	 background-image: url(assets/BG–2.svg);
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}


#four .dots:nth-child(2) {
    bottom: 100px;
    left: 80px;
    top: unset;
}

#six .dots {
    left: 46%;
    top: 80px;
}

#connect .dots {
    bottom: 50px;
    left: 50px;
    z-index: 0;
}

section#one {
    padding-top: 0 !important;
    background-image: url(assets/Header_Image1-old.jpg);
    height: 100vh !important;
    /* position: relative; */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /: ;
}

.owl-item li {
    list-style: disc;
}

.owl-item li .material-icons {
    font-size: 16px;
    margin-right: 0.5rem;
    color: #00FFCB;
}

section {
    position: relative;
}

section#one:before {
    /*content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 161px;
   /* background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1920px' height='160.9px' viewBox='0 0 1920 160.9' style='overflow:visible;enable-background:new 0 0 1920 160.9;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M1170.4,59.2c-206.3-24.6-296.2-20.6-455.5,40.9c-141.9,54.7-225.9,54.8-378,54.8H0v6h1920V0 C1920,0,1650.4,116.4,1170.4,59.2z'/%3E%3C/svg%3E");*/
  /*background-image: url(assets/abstract.svg);
   background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;*/
}

#one .container {
    position: relative;
    z-index: 3;
}

video {
    outline: none !important;
}

#one .container, #one .row {
    height: 100%;
}

.video-wrap {
    width: 1000px;
    background-image: url(assets/ipad.svg);
    padding: 2.55% 3.25%;
    background-size: 100%;
}

.video-wrap video {
    max-width: 100%;
}

#one .valign-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

h1 {
    margin-top: 15vh;
}

#one h1+p {
    padding: 0.5rem 0 2rem 0;
}

#one .v-v {
    padding: 2.7% 3.5%;
    max-width: 90vh;
    margin: 0 auto;
}

header .headerTop {
    padding: 2.5em;
}

.text-blue {
    color: #0050EF !important;
}

#two .card {
    min-height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#two .card img {
    position: absolute;
    display: block;
    right: 2rem;
    bottom: 2rem;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 80px;
}

#two .card p {
    position: relative;
    padding-top: 1rem;
}

#two .card p:before {
    width: 40px;
    height: 8px;
    background-color: #00FFCB;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

body .card {
    border: 1px solid #E8EDF2 !important;
}

h2, h4 {
    line-height: 120% !important;
}

h4+p {
    margin: 0.5rem 0;
}

.styled {
    position: relative;
    padding-top: 3rem;
}

.styled:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #00FFCB;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
}

.styled.left {
    float: unset !important;
}

.styled.left:before {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

h5 {
    margin-bottom: 1rem;
}

.icon {
    width: 150px !important;
}

#four .card.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 280px;
}
#four-custom .card.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 280px;
}

#four {
    background-image: url(assets/pattern0.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#four .card.flex .icon {
    margin-right: 1rem;
    min-width: 100px;
}

#four-custom .card.flex .icon {
    margin-right: 1rem;
    min-width: 100px;
}

.v-v {
    background-image: url(assets/ipad.svg);
    padding: 4% 5.2%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.v-v .video-container {
    border-radius: 1.4rem;
}

.video-container video {
    width: 100%;
}

#four video {
    width: 100%;
    outline: none;
}
#four-custom video {
    width: 100%;
    outline: none;
}

.collapsible li img {
    height: 50px;
}

.collapsible li {
    margin-bottom: 1rem;
}

ul.collapsible>li:after {
    display: none;
}

.collapsible li .collapsible-header .material-icons {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1ba1e2;
    padding: 0.25rem;
    color: white;
}

.collapsible-header {
    position: relative;
}

ul.collapsible>li.active.card:before {
    background-color: #00FFCB;
}

ul.collapsible>li.card:before {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    will-change: background-color;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    content: "";
    background-color: white;
}

#six .card {
    min-height: 450px;
}

.owl-item.active {
    position: relative;
    z-index: 2;
}

#six .owl-dots {
    position: absolute;
    bottom: 2rem;
    right: 1rem;
}

span.bar {
    width: 40px;
    height: 8px;
    background-color: #00FFCB;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

#six .owl-carousel .wrap {
    padding: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 6rem;
    background: rgba(0, 255, 203, 0.1);
    display: inline-block;
}

#six .owl-carousel .card {
    background-image: url(assets/planes.svg);
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 100%;
}

#six .funk {
    font-weight: 600;
    color: #0050EF;
}

#six .funk .material-icons {
    color: #00FFCB;
    vertical-align: sub;
    margin-right: 0.25rem;
}

.keyboard-focused .collapsible-header:focus {
    background-color: white;
}

#six .card h6 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.collapsible-body span {
    margin-top: 0.5rem;
    display: inline-block;
}

#connect {
    position: relative;
    padding-top: 200px;
    background: -o-linear-gradient(250deg, #11203E -10%, #053392) !important;
    background: linear-gradient(200deg, #11203E -10%, #053392) !important;
}

.hbspt-form .form-field input, .hbspt-form .form-field select, .hbspt-form .form-field textarea {
    background-color: transparent !important;
}

.hbspt-form .form-field input, .hbspt-form .form-field select, .hbspt-form .form-field textarea {
    border-color: #1B3F87 !important;
}

.hbspt-form .hs-fieldtype-text .form-field label, .hbspt-form .hs-fieldtype-text .form-field .field-label, .hbspt-form .hs-fieldtype-text .hs-form-radio-display label, .hbspt-form .hs-fieldtype-text .hs-form-radio-display .field-label, .hbspt-form .hs-fieldtype-select .form-field label, .hbspt-form .hs-fieldtype-select .form-field .field-label, .hbspt-form .hs-fieldtype-select .hs-form-radio-display label, .hbspt-form .hs-fieldtype-select .hs-form-radio-display .field-label, .hbspt-form .hs-fieldtype-textarea .form-field label, .hbspt-form .hs-fieldtype-textarea .form-field .field-label, .hbspt-form .hs-fieldtype-textarea .hs-form-radio-display label, .hbspt-form .hs-fieldtype-textarea .hs-form-radio-display .field-label {
    background-color: #0B2A69 !important;
    color: white !important;
}

.hbspt-form .form-field select {
    color: #1ba1e2 !important;
}

.hbspt-form .hs-form-booleancheckbox label span {
    color: white !important;
}

.hbspt-form .form-field input, .hbspt-form .form-field textarea {
    color: white !important;
}

.hbspt-form .submitted-message p{ color: white !important;}

footer {
    background-color: #11203E;
    padding: 1rem;
}

footer p {
    font-size: 14px;
    text-align: center;
}

#connect:before {
    background-position: top;
    position: absolute;
    left: 0;
    top: -1px;
    content: "";
    width: 100%;
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1920px' height='112px' viewBox='0 0 1920 112' style='overflow:visible;enable-background:new 0 0 1920 112;' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M0,0v112c0,0,1440-217.1,1920-28V0H0z'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1565px) {
    body .container {
        padding: 0 1.6rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    
    section h4 {
        max-width: 900px;
        margin: 0 auto;
    }
    .collapsible .card {
        padding: 1.25rem 1.5rem;
    }
}

@media screen and (min-width: 1600px) and (min-height: 800px) {
    #one .v-v {
        max-width: 100vh !important;
    }
}

@media screen and (max-width: 1565px) and (max-height: 760px) and (min-width: 768px) {
    #one .dots {
        left: 2.5rem;
        top: 65vh;
    }
    #one .v-v {
        max-width: 90vh !important;
        padding: 2.1% 2.7%;
    }
    #one .v-v .video-container {
        border-radius: 1rem;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #four .card.flex {
        display: block !important;
    }
    #four .card.flex .icon {
        margin-bottom: 1rem;
    }
	#four-custom .card.flex {
        display: block !important;
    }
    #four-custom .card.flex .icon {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    header .headerTop {
        padding: 1.5rem;
    }
    h1 {
        margin-top: 18vh;
    }
    #one .v-v {
        padding: 3.4% 4.2%;
    }
    h2 {
        font-size: 1.8rem;
    }
    #four .card.flex {
        display: block !important;
    }
    #four .card.flex .icon {
        margin-bottom: 1rem;
    }
	 #four-custom .card.flex {
        display: block !important;
    }
    #four-custom .card.flex .icon {
        margin-bottom: 1rem;
    }
    #five .m5 {
        display: none;
    }
    #five .m6 {
        width: 100%;
        margin-left: 0;
    }
    h4 br, p br {
        display: none;
    }
    .btn.get-btn {
        margin-right: 0 !important;
    }
    body .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media screen and (max-width: 600px) {
    

    #four h4.left {
        text-align: center;
    }
    #four h4.left:before {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
    }
    img.dots {
        display: none !important;
    }
    h1 br {
        display: none;
    }
    section.padding {
        padding: 50px 0;
    }
    #two .card {
        margin-bottom: 1rem;
        min-height: 300px;
    }
    h2 {
        font-size: 1.5rem;
    }
    #three .valign-wrapper, #four .valign-wrapper {
        display: block;
    }
    #four .v-v {
        margin-top: 1rem;
    }
    #three .m5 img {
        padding: 1.25rem;
        width: 100%;
    }
    #three .m5, #three .m6 {
        width: 100%;
        margin-left: 0;
    }
    #four .card.flex .icon{ min-width: 60px;}
    .icon {
        width: 60px!important;
    }
    #four .card {
        margin-bottom: 1rem;
		height:auto !important;
    }
    #six .owl-dots {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        right: unset;
        left: 50%;
        bottom: 2rem;
    }
    #connect {
        padding-top: 80px;
    }
    #one .v-v {
        padding: 4.1% 5%;
    }
    .v-v .video-container {
        border-radius: 0.5rem !important;
    }
    #six .owl-carousel {
        margin-top: 1rem;
    }
    #connect .hbspt-form {
        margin-top: 1rem;
    }
    #six .card {
        min-height: 495px;
    }
}
#six{
background-image: url(assets/BG.svg);
    background-size: cover;
   /* background-position: center;*/
    background-repeat: no-repeat;

}
@media screen and (max-width: 1132px) {
h2 br {
        display: none;
    }
}