html{
    background: #FFFFFF;
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1;
}
.card {
    margin-bottom: 3rem;
}
.content-wrapper {
    margin-top: 0rem;
    margin-bottom: 0px;
}

.content-pad {
    padding-left: 24px;
    padding-right: 24px;
}

#desktop-hero-img {
    display: none
}
#hero-img {
    display: block
}

.white-background {
    background-color: #FFFFFF
}

.light-blue-background {
    background-color: #FFFFFF
}

.why-choose-image {
    padding: 100;
    max-width: 40%;
}

.why-choose-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.center-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.how-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-start;
    padding-left: 23%;
    max-width: 85%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .how-text-container-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: flex-start;
        padding-left: 23%;
        max-width: 85%;
    }
    .how-img-bottom-left {
        margin-left: 0%
    }
    .how-pull-left{
        margin-left: 0%;
    }
    .how-push-right-text {
        margin-left: 0%
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .how-text-container-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: flex-start;
        padding-left: 23%;
        max-width: 85%;
    }
    .how-img-bottom-left {
        margin-left: 0%
    }
    .how-pull-left{
        margin-left: 0%;
    }
    .how-push-right-text {
        margin-left: 0%
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .how-text-container-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: center;
        max-width: 85%;
    }
    .how-img-bottom-left {
        margin-left: 30%
    }
    .how-pull-left{
        margin-left: -33%;
    }
    .how-push-right-text {
        margin-left: 5%
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .how-text-container-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: center;
        max-width: 85%;
    }
    .how-img-bottom-left {
        margin-left: 30%
    }
    .how-pull-left{
        margin-left: -33%;
    }
    .how-push-right-text {
        margin-left: 5%
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .how-text-container-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: center;
        max-width: 85%;
    }
    .how-text-container-bottom-right {
        padding: 0%
    }
    .how-img-bottom-left {
        margin-left: 30%
    }
    .how-pull-left{
        margin-left: -33%;
    }
    .how-push-right-text {
        margin-left: 5%
    }
}






/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .why-choose-image {
        padding: 40
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .why-choose-image {
        padding: 100;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .why-choose-image {
        padding: 100;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .why-choose-image {
        padding: 100;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .why-choose-image {
        padding: 100;
    }
}

@media only screen and (min-width: 1600px) {
    .why-choose-image {
        padding: 100;
    }
}

.why-choose-text {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #0D3E62;
}

h1.how-number-header {
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    font-family: IBM Plex Sans, sans-serif;
    margin-bottom: 0;
    padding-right: 10px;
    color: #5095F0;
}

.how-desc-text {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #0D3E62;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .content-pad {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .content-pad {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .content-pad {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .content-pad {
        padding-left: 64px;
        padding-right: 64px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .content-pad {
        padding-left: 80px;
        padding-right: 80px;
    }
}


.card-footer-item {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}
.card-header-title {
    display: block;
}
.card-content p {
    margin-bottom: 2rem;
}
.container {
    max-width: 100%;
}
.footer-sticky {
    flex-shrink: 0;
    background-color: #0D3E62;
    max-height: 240px;
    margin-top: 0px;
}
h1.intro-header {
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #5095F0;
    font-family: IBM Plex Sans, sans-serif;
    margin-bottom: 0;
}
.intro-header-container {
    max-width: 600px;
}
.intro-text-bold {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #0D3E62;
}
.intro-text {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #0D3E62;
}
.intro-text-container {
    max-width: 840px;
}
.app-link-text {
    font-family: IBM Plex Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 80px;
    color: #5095F0;
}
.intro {

}
.intro .logo svg {
    width: 120px;
    height: auto;
    padding-top: 55px;
	padding-bottom: 40px;}
.img-hero-container {
    right: 100;
}
.scroll-offset{
    margin-top:5%;
   }
.google-play-img {
    max-width: 180px;
}
.center-text {
    text-align: center;
}
.app-link-center-text {
    text-align: center;
}
.bubble-img {
    max-width: 306px;
    max-height: 376px;
}

.bubble-img-right {
    max-width: 306px;
    max-height: 376px;
}

.bubble-img-left {
    max-width: 306px;
    max-height: 376px;
    float: right;
}

.bubble-left {
    justify-content: flex-end;
}

.bubble-text {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    align-items: center;
}

.bubble-dummy {
    display: none
}

.bottom-text-container {
    flex: 1;
    justify-content: center;
}

h2.bottom-text-header {
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #5095F0;
    font-family: IBM Plex Sans, sans-serif;
}

.bottom-text {
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    color: #0D3E62;
    font-family: IBM Plex Sans, sans-serif;
    max-width: 640px;
}

.bottom-text-container {
    display: flex;
    justify-content: center;

}

.store-btn-google {
    height: 40px;
    margin-right: 11px

}

.store-btn-apple {
    height: 40px;
    width: 136px;
    margin-left: 11px
}

.app-links-top {
    display: flex;
    justify-content: center
}
.app-links-top-container {
    margin-top: 56px;
    justify-content: center
}
.app-links-bottom {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}
.app-links-bottom-container {
    padding-bottom: 80px;
    padding-top: 80;
}
.footer-columns {
    display: flex;
    justify-content: center;
}

.footer-text-container {
    text-align: left;
}

.footer-text {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    line-height: 28px;/* or 156% */
    color: #FFFFFF;
}

.footer-text-contact {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer-bottom-text {
    font-family: IBM Plex Sans, sans-serif;
    font-size: 18px;
    line-height: 24px;/* or 171% */

    color: #FFFFFF;
}

.footer-icon-social {
    padding: 8px;
}

.footer-icon-social-container {
    margin-top: 18px;
}

.footer-mobile {
    display: none
}

.tabs-wrapper{
    text-align:center;
    margin:20px auto;
    width: 100%;
}

.tabs{
    margin-top:50px;
    font-size:15px;
    padding:0px;
    list-style:none;
    background:#fff;
    box-shadow:0px 5px 20px rgba(0,0,0,0.1);
    display:inline-block;
    border-radius:50px;
    position:relative;

}

.tabs a{
    text-decoration:none;
    color: #0D3E62;
    padding:10px 20px;
    display:inline-block;
    position:relative;
    z-index:1;
    transition-duration:0.6s;
    min-width: 180px;
    font-family: IBM Plex Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

.tabs a.active{
    color:#fff;
}

.tabs a i{
    margin-right:5px;
}

.tabs .selector{
    height:100%;
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    z-index:1;
    border-radius:50px;
    transition-duration:0.6s;
    background: #5095F0;
}

.tab-content{
    display: none;
}


.terms-section{
    padding-top: 80px;
}


.terms-content-pad {
    padding-left: 24px;
    padding-right: 24px;
}

.reverse-column {
    flex-direction: row;
}

.email-input {
    border: 1px solid #5095F0;
    padding: 15px;
    outline: none;
    border-radius: 5px;
    color: #5095F0;
}
.email-input::placeholder {
    color: #5095F0;
}

.submit-form {
    background: #5095F0;
    color: white;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 800;
    padding: 15px 40px;
    border-radius: 25px;
    margin-left: 20px;
    cursor: pointer;
}
.form-message {
    padding-top: 15px;
    font-family: IBM Plex Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: #5095F0;
}

.who-chouse {
    padding: 50px 0 100px;
}

.who-chouse .intro-header {
    margin-bottom: 55px;
}
.item-block-wrapper {
    text-align: center;
    padding: 10px 10px;
}
.item-block-wrapper--image {
    min-width: 100%;
    min-height: 32px;
}
.item-block-wrapper--image img {
    max-width: 200px;
}
.item-block-wrapper--title {
    font-size: 28px;
    line-height: 24px;
    margin: 25px 0;
    min-height: 60px;
    color: #0D3E62;
    font-family: IBM Plex Sans, sans-serif;
}

@media only screen and (max-width: 1200px) {
    .item-block-wrapper--title p {
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 900px) {
    .email-input {
        width: 60%;
    }
    .submit-form {
        margin-left: auto;
    }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .terms-content-pad {
        margin-top: 5rem;
        padding-left: 24px;
        padding-right: 24px;
    }
    .even-bubble-margin {
        margin-top: 360px;
    }
    .app-link-text {
        line-height: 50px;
    }
    form {
        display: flex;
    }
    .email-input {
        width: 60%;
    }
    .submit-form {
        margin-left: auto;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .terms-content-pad {
        margin-top: 5rem;
        padding-left: 24px;
        padding-right: 24px;
    }
    .even-bubble-margin {
        margin-top: 360px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .terms-content-pad {
        margin-top: 5rem;
        padding-left: 48px;
        padding-right: 48px;
    }
    .bubble-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        align-items: center;
        margin-top: 24%;
    }
    .bubble-dummy {
        display: block
    }
    .reverse-column {
        flex-direction: row-reverse;
    }

    .even-bubble-margin {
        margin-top: 0px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .terms-content-pad {
        margin-top: 5rem;
        padding-left: 120px;
        padding-right: 120px;
    }
    .bubble-img-left {
        max-width: 306px;
        max-height: 376px;
        float: left!important;
    }
    .bubble-img-right {
        max-width: 306px;
        max-height: 376px;
        float: right!important;
    }
    .bubble-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        align-items: center;
        margin-top: 18%;
    }
    .bubble-dummy {
        display: block
    }
    .even-bubble-margin {
        margin-top: 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .terms-content-pad {
        margin-top: 5rem;
        padding-left: 140px;
        padding-right: 140px;
    }
    .bubble-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        align-items: center;
        margin-top: 17%;
    }
    .even-bubble-margin {
        margin-top: 0px;
    }
}

/* Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .terms-content-pad {
        margin-top: 5rem;
        padding-left: 300px;
        padding-right: 300px;
    }
    .even-bubble-margin {
        margin-top: 0px;
    }
}






.footer-mobile {
    display: none
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer-mobile {
        display: none
    }
    h1.intro-header {
        font-weight: bold;
        font-size: 34px;
        line-height: 40px;
        color: #5095F0;
        font-family: IBM Plex Sans, sans-serif;
        margin-bottom: 25px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .footer-mobile {
        display: block
    }
    h1.intro-header {
        font-weight: bold;
        font-size: 34px;
        line-height: 40px;
        color: #5095F0;
        font-family: IBM Plex Sans, sans-serif;
        margin-bottom: 35px;
    }
    .intro-text-bold {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #0D3E62;
    }
    .intro-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #0D3E62;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .footer-mobile {
        display: block
    }
    h1.intro-header {
        font-weight: bold;
        font-size: 34px;
        line-height: 40px;
        color: #5095F0;
        font-family: IBM Plex Sans, sans-serif;
        margin-bottom: 45px;
    }
    .intro-text-bold {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #0D3E62;
    }
    .intro-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #0D3E62;
    }
    .app-links-top {
        display: flex;
        justify-content: flex-start
    }
    .app-link-center-text {
        text-align: left;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .footer-mobile {
        display: block
    }
    h1.intro-header {
        font-weight: bold;
        font-size: 34px;
        line-height: 40px;
        color: #5095F0;
        font-family: IBM Plex Sans, sans-serif;
        margin-bottom: 55px;
    }
    .intro-text-bold {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #0D3E62;
    }
    .intro-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #0D3E62;
    }
    #desktop-hero-img {
        display: block
    }
    #hero-img {
        display: none
    }
    .tabs-wrapper{
        text-align:center;
        margin:50px auto;
        width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .footer-mobile {
        display: block
    }
    h1.intro-header {
        font-weight: bold;
        font-size: 32px;
        line-height: 60px;
        color: #5095F0;
        font-family: IBM Plex Sans, sans-serif;
        margin-bottom: 65px;
    }
    .intro-text-bold {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #0D3E62;
    }
    .intro-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 20px;
        line-height: 30px;
        color: #0D3E62;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .footer-mobile {
        display: block
    }
    /*.intro {*/
        /*margin-top: 14%;*/
    /*}*/
    h1.intro-header {
        font-weight: bold;
        font-size: 48px;
        line-height: 60px;
        color: #5095F0;
        font-family: IBM Plex Sans, sans-serif;
        margin-bottom: 80px;
    }
    .intro-text-bold {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 32px;
        line-height: 42px;
        font-weight: bold;
        color: #0D3E62;
    }
    .intro-text {
        font-family: IBM Plex Sans, sans-serif;
        font-size: 32px;
        line-height: 42px;
        color: #0D3E62;
    }
}

/* Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
    .footer-mobile {
        display: block
    }
    /*.intro {*/
        /*margin-top: 16%;*/
    /*}*/
}


@media only screen and (min-width: 1500px) {
    .footer-mobile {
        display: block
    }
    /*.intro {*/
        /*margin-top: 20%;*/
    /*}*/

}
