body {
    background-color: var(--main-grey);
    font-family: "Open Sans";
    text-align: center;
    color: black;
}

.title-21 {
    font-size: 21px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.grid-card-300 {
    width: 300px;
    height: 300px;
    border-radius: 25px;
    padding: 0px 20px;
}

.bold {
    font-weight: bold;
}

.button-size {
    min-width: 150px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 40px;
}

.doc-early-img {
    width: 350px;
    height: 120px;
    object-fit: contain;
}

.explore-classboard-img {
    /*width: 525px;*/
    /*height: 70px;*/
    object-fit: contain;
    margin-bottom: 20px;
    max-width: 525px;
    width: 100%;
}

.grid-f {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 200px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    max-width: 1024px;
    width: 100%;
    justify-content: center;
}
.grid-fs{
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 200px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    max-width: 1024px;
    width: 100%;
    justify-content: center;
    margin:auto;
    padding:20px;
}
.feature-tile {
    padding:5px;
    width: 200px!important;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0 8px 20px 0 rgba(172, 172, 172, 0.39);
}

.feature-tile .sub-header {
    padding-bottom:0!important;
}
.grid-t {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 650px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: start;
    width: 100%;
    justify-content: center;
}

.grid-tile {
    padding-left: 3.74532%;
    padding-right: 3.74532%;
    max-width: calc(50% - (20px / 2));
    width: 100%;
}

.grid-v {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 300px));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: start;
    width: 100%;
    justify-content: center;
    max-width:1024px;
    margin:auto;
    justify-items: center;
}

.header {
    font-weight: bold;
    padding-bottom: 20px;
}

.hypothesize-header {
    font-size: 30px;
}

.hide-swipe {
    display: none !important;
}

.image {
    width: 100%;
    object-fit: contain;
}

.image-box {
    max-width: 450px;
}

.image-daily-card {
    max-width: 135px;
    min-width: 100px;
    object-fit: contain;
}

.image-feature-card {
    width: 100px;
    object-fit: contain;
    height:100px;
}

.image-virtual-card {
    width: 100%;
    object-fit: contain;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.show-eggs {
    display: flex !important;
}

.slide {
    width: 100%;
    overflow: hidden;
}

.sub-header {
    font-weight: bold;
    padding-bottom: 20px;
}

.text-box {
    max-width: 460px;
}

.text-size {
    font-size: 1rem;
}

.white-box {
    width: 100%;
    max-width: 1090px;
    background-color: white;
    overflow: hidden;
}

.non-white-box {
    width: 100%;
    max-width: 1090px;
    background-color: white;
    overflow: hidden;
}

.white-box-c {

    margin: 15px;
}

.read-more:not(.collapsed):after{
    content: '- Collapse';
}
.read-more.collapsed:after{
    content: '+ Read More';
}


.grid-card-header{
    font-size:21px!important;
    /*height:92px;*/
}


.twister {
    perspective: 150px;
    color:black;
    text-decoration: none;
}
.twister:hover{
    text-decoration: none;
    color:black;
}

.inner {
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.reporting-swiper{
    /*display:none;*/
}
.reporting-grid{
    /*display:grid;*/
}

@media screen and (min-width: 1023px) {
    .image9 {
        right: -25%;
    }

    .header-override {
        font-size: 60px !important;
    }

    .state-approved-text-container-mobile {
        display: none;
    }

    .image7-container {
        align-self: flex-end !important;
    }

    .grey-padding-l {
        padding-left: 30px;
    }

    .grey-padding-r {
        padding-right: 30px;
    }

    .grey-padding-t {
        padding-top: 30px;
    }

    .grey-padding-b {
        padding-bottom: 30px;
    }

    .header {
        font-size: 36px;
    }

    .hypothesize-header {
        font-size: 30px;
    }

    .sub-header {
        font-size: 18px;
    }

    .image-box {
        margin-top: 0px;
    }

    .col-to-row {
        flex-direction: column !important;
        text-align: center;
    }

    .row-to-col {
        flex-direction: row !important;
        width: 100%;
    }

    .row-to-col-card {
        flex-direction: row !important;
        width: 100%;
    }

    .row-to-col-rev {
        flex-direction: row !important;
        width: 100%;
    }

    .row-to-col-small {
        flex-direction: row !important;
        width: 100%;
    }

    .white-padding-l {
        padding-left: 30px;
    }

    .white-padding-r {
        padding-right: 30px;
    }

    .white-padding-t {
        padding-top: 40px;
    }

    .white-padding-b {
        padding-bottom: 30px;
    }

    .white-box-c {
        max-width: calc(50% - (20px / 2));
        /*max-width: 600px;*/
        /*max-width:unset;*/
    }

}

@media screen and (max-width: 1023px) {
    .image4 {
        width: 100% !important;
    }

    .image9 {
        right: -11%;
    }

    .header-override {
        font-size: 36px !important;
    }

    .state-approved-text-container-mobile {
        display: none;
    }

    .doc-early-img {
        width: 200px;
        height: 60px;
        margin-bottom: 10px;
    }

    .image7-container {
        align-self: center !important;
    }

    .grey-padding-l {
        padding-left: 20px;
    }

    .grey-padding-r {
        padding-right: 20px;
    }

    .grey-padding-t {
        padding-top: 20px;
    }

    .grey-padding-b {
        padding-bottom: 20px;
    }

   /* .grid-v {
        grid-template-columns: repeat(auto-fill, minmax(300px, 450px));
    }*/

    .header {
        font-size: 24px;
    }

    .hypothesize-header {
        font-size: 23px;
    }

    .sub-header {
        font-size: 18px;
    }

    .image-box {
        margin-top: inherit;
    }

    .image-box-1 {
        max-width: 100%;
    }

   /* .image-daily-card {
        width: 200px;
    }*/

    .image-virtual-card {
        padding-bottom: 20px;
    }

    .col-to-row {
        flex-direction: row !important;
        align-items: center;
        width: 100%;
    }

    .row-to-col {
        flex-direction: column !important;
        text-align: center;
        justify-content: space-between !important;
    }

    .row-to-col-rev {
        flex-direction: column-reverse !important;

    }

    .row-to-col-small {
        flex-direction: row !important;
        width: 100%;
    }

    .white-padding-l {
        padding-left: 20px;
    }

    .white-padding-r {
        padding-right: 20px;
    }

    .white-padding-t {
        padding-top: 40px;
    }

    .white-padding-b {
        padding-bottom: 20px;
    }

    .white-box-c {
        /*max-width:calc(50% - (20px / 2));*/
        /*max-width: 600px;*/
        max-width: unset;
    }
}

@media screen and (max-width:930px){
    .ibd-swiper{
        /*display:block;*/
    }
    .ibd-grid{
        /*display:none;*/
    }
}

@media screen and (max-width: 767px) {
    .row-to-col-card {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 500px) {
    .grid-f {
        grid-template-columns: repeat(auto-fill, minmax(150px, 150px));
    }
    .grid-fs{
       grid-template-columns: repeat(2, minmax(150px, 150px));
    }
    .feature-tile {
        width: 150px!important;
        height: 150px;
        box-shadow: 0 4px 8px 0 rgba(172, 172, 172, 0.39);
    }

    .image-feature-card{
        width:60px;
        height:80px;
    }

    .feature-tile .sub-header {
        height:42px!important;
    }

    .image4 {
        width: 100% !important;
    }

    .image5b {
        width: 75%;
        object-fit: contain;
    }

    .image9 {
        right: 10% !important;
    }

    .third {
        min-height: unset !important;
    }

    .header-override {
        font-size: 24px !important;
    }

    .discover-header-override {
        font-size: 36px !important;
    }

    .get-started-override {
        font-size: 36px !important;
    }

    .state-approved-text-container-desktop {
        display: none;
    }

    .state-approved-text-container-mobile {
        display: block;
    }

    .grey-padding-l {
        padding-left: 0px;
    }

    .grey-padding-r {
        padding-right: 0px;
    }

    .grey-padding-t {
        padding-top: 10px;
    }

    .grey-padding-b {
        padding-bottom: 10px;
    }

    .header {
        font-size: 24px;
    }

    .sub-header {
        font-size: 14px;
    }

    .text-size {
        font-size: 0.8rem;
    }

    .hide-shark {
        display: none;
    }

    .hide-swipe {
        display: flex !important;
    }

    .show-eggs {
        display: none !important;
    }

    .image-box {
        margin-top: inherit;
    }

    .col-to-row {
        flex-direction: row !important;
        width: 100%;
    }

    .row-to-col {
        flex-direction: column !important;
    }

    .row-to-col-rev {
        flex-direction: column-reverse !important;
    }

    .row-to-col-small {
        flex-direction: column !important;
    }

    .white-padding-l {
        padding-left: 10px;
    }

    .white-padding-r {
        padding-right: 10px;
    }

    .white-padding-t {
        padding-top: 40px;
    }

    .white-padding-b {
        padding-bottom: 10px;
    }

    .white-box-c {
        min-width: 100%;
        margin: 15px 0px;
    }
}


.frontend-feature-container {

    width: 120px;
    height: 170px;
    margin: 0 10px;
    color: black;
}

.frontend-feature-image-container {
    width: 100px;
    min-height: 100px;
    border-radius: 10px;
    background: white;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .10);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .10);
    padding: 10px;
}
.frontend-feature-image-container:hover{
    filter:brightness(0.75);
}

.frontend-feature-text {
    font-size: 12pt;
    /*font-weight: 600;*/
    line-height: 20px;
    margin-top: 10px;
}

.frontend-feature-image-container img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .frontend-feature-container {
        width: 80px;
        height: 100px;
        margin: unset;
    }

    .frontend-feature-image-container {
        width: 50px;
        min-height: 50px;
        border-radius: 10px;
        background: white;
        padding: 5px;
    }

    .frontend-feature-text {
        font-size: 8pt;
        line-height: 10pt;
    }
}


@media (min-width: 1023px) {
    .landing-new .swiper-container-horizontal.show-eggs {
        min-height: 580px;
    }
}
