.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 100%;
}

.modal-content {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
}

.skillup {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.why {
    border-bottom: 1px solid #43D477;
    padding-bottom: 3px
}

.trend {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #002333;
}

.xc-hero-bg-icons {
    position: absolute;
}

.xc-icon-1 {
    left: 13%;
    bottom: 11%;
    max-width: 75px;
}

.xc-icon-2 {
    left: 13%;
}

.xc-icon-3 {
    left: 50%;
    bottom: 43%;
}

.xc-icon-4 {
    top: 12%;
    left: 16%;
    max-height: 40px;
}

.xc-icon-5 {
    bottom: 11%;
    left: 44%;
}

.xc-icon-6 {
    top: 10%;
    left: 36%;
    max-height: 31px;
}

.xc-icon-7 {
    top: 12%;
    left: 21%;
    max-height: 35px;
}

@media screen and (max-width: 768px) {
    .xc-icon-1 {
        left: unset;
        right: 13%;
        bottom: 8%;
        max-width: 45px;
    }

    .xc-icon-2 {
        left: 7%;
        top: 40%;
    }

    .xc-icon-3 {
        left: 50%;
        bottom: 43%;
    }

    .xc-icon-4 {
        top: 51%;
        left: unset;
        right: 11%;
        max-height: 30px;
    }

    .xc-icon-5 {
        bottom: 11%;
        left: 44%;
    }

    .xc-icon-6 {
        top: 10%;
        left: 36%;
        max-height: 31px;
    }

    .xc-icon-7 {
        top: 12%;
        left: 21%;
        max-height: 35px;
    }
}

.outerContainerOne {
    position: fixed;
    left: 0.5%;
    top: 81%;
    z-index: 1000;
    box-sizing: border-box;
    font-family: 'Circular Std', sans-serif;
    width: 53%;
    align-items: center;
    align-content: center;
    text-align: center;
}

.containerTwo {
    width: 38%;
    height: 8.4em;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
}

.imageThree {
    position: relative;
    background-position: 0px;
    width: 131px;
}

.imageThree:hover {
    text-decoration: none;
    color: #fff;
}

.imageThree:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

.imageThreeOne{
    height: 8.5em;
    border-radius: 10px;
}

.contentFour {
    padding: 0.6em 0.8em 0.8em 0.1em;
}

.titleFive {
    font-size: 1em;
    color: #1A202C;
    padding-bottom: 0.3em;
    margin: 0;
    text-align: left;
    font-weight: 600;
}

.desc {
    font-size:13px;
    color: #7C8698;
    margin: 0;
    text-align: left;
}

.ctaWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5em;
}

.okCta {
    border: 0.1em solid #3dd573;
    background-color: #3dd573;
    box-sizing: border-box;
    border-radius: 0.3em;
    color: #E32525;
    cursor: pointer;
    position: relative;
    background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
    background-position: 0px;
}

.okCta:hover {
    text-decoration: none;
    color: #fff;
}

.okCta:after {
    content: "";
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 90%;
    max-width: 300px;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: light 2.3s infinite;
    background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

.okCtaText {
    font-size: 12px;
    color: #ffffff;
    flex: none;
    flex-grow: 0;
    order: 0;
    flex-grow: 0;
    margin: 0.3em 0.6em;
}

.dismissCta {
    font-size: 12px;
    color: #7C8698;
    cursor: pointer;
}

.CT_Box {
    font-size: 5vw;
}

.outerContainerOne {
    font-family: 'Circular Std', sans-serif;
    text-align: center;
}

.xmsContainer {
    position: fixed;
    left: 0.5%;
    top: 20%;
    z-index: 1000;
    box-sizing: border-box;
    font-family: 'Circular Std', sans-serif;
    width: 100%;
    align-items: center;
    align-content: center;
    text-align: center;
}

.xmsimageThreeOne{
    height: 31.5em;
    border-radius: 10px;
    position: relative;
}

.xmsContainer {
    font-family: 'Circular Std', sans-serif;
    text-align: center;
}

.xmsbtn {
    position: fixed;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 12px;
    margin: 15px;
    padding: 5px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    z-index: 99999;
}

@media only screen and (min-width: 280px) and (max-width: 479px) {
    .outerContainerOne {
        position: fixed;
        left: 1%;
        top: 80%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 74%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .containerTwo {
        width: 100%;
        height: 7.5em;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    }

    .imageThree {
        position: relative;
        background-position: 0px;
    }

    .imageThree:hover {
        text-decoration: none;
        color: #fff;
    }

    .imageThree:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .imageThreeOne{
        height: 6.5em;
        border-radius: 10px;
    }

    .contentFour {
        padding: 0.6em 1.8em 2.8em 0.1em;
    }

    .titleFive {
        font-size: 1em;
        color: #1A202C;
        padding-bottom: 0.3em;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }

    .desc {
        font-size:9px;
        color: #7C8698;
        margin: 0;
        text-align: left;
    }

    .ctaWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.1em;
    }

    .okCta {
        border: 0.1em solid #3dd573;
        background-color: #3dd573;
        box-sizing: border-box;
        border-radius: 0.3em;
        color: #E32525;
        cursor: pointer;

        position: relative;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }

    .okCta:hover {
        text-decoration: none;
        color: #fff;
    }

    .okCta:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .okCtaText {
        font-size: 7px;
        color: #ffffff;
        flex: none;
        flex-grow: 0;
        order: 0;
        flex-grow: 0;
        margin: 0.3em 0.6em;
    }

    .dismissCta {
        font-size: 9px;
        color: #7C8698;
        cursor: pointer;
    }

    .CT_Box {
        font-size: 5vw;
    }
    
    .outerContainerOne {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsContainer {
        position: fixed;
        left: 0.5%;
        top: 40%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .xmsimageThreeOne{
        height: 13.5em;
        border-radius: 10px;
        position: relative;
    }

    .xmsContainer {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsbtn {
        position: fixed;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        font-size: 12px;
        margin: 15px;
        padding: 3px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 99999;
    }
}

/* For typical mobile devices */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .outerContainerOne {
        position: fixed;
        left: 1%;
        top: 80%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 74%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .containerTwo {
        width: 100%;
        height: 8.5em;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    }

    .imageThree {
        position: relative;
        background-position: 0px;
    }

    .imageThree:hover {
        text-decoration: none;
        color: #fff;
    }

    .imageThree:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .imageThreeOne{
        height: 8.5em;
        border-radius: 10px;
    }

    .contentFour {
        padding: 0.6em 1.8em 2.8em 0.1em;
    }

    .titleFive {
        font-size: 1em;
        color: #1A202C;
        padding-bottom: 0.3em;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }

    .desc {
        font-size:12px;
        color: #7C8698;
        margin: 0;
        text-align: left;
    }

    .ctaWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.1em;
    }

    .okCta {
        border: 0.1em solid #3dd573;
        background-color: #3dd573;
        box-sizing: border-box;
        border-radius: 0.3em;
        color: #E32525;
        cursor: pointer;
        position: relative;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }

    .okCta:hover {
        text-decoration: none;
        color: #fff;
    }

    .okCta:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .okCtaText {
        font-size: 10px;
        color: #ffffff;
        flex: none;
        flex-grow: 0;
        order: 0;
        flex-grow: 0;
        margin: 0.3em 0.6em;
    }

    .dismissCta {
        font-size: 11px;
        color: #7C8698;
        cursor: pointer;
    }

    .CT_Box {
        font-size: 5vw;
    }

    .outerContainerOne {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }
}

/* For mobile (landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .outerContainerOne {
        position: fixed;
        left: 1%;
        top: 81%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 50%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .containerTwo {
        width: 100%;
        height: 8.5em;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    }

    .imageThree {
        position: relative;
        background-position: 0px;
    }

    .imageThree:hover {
        text-decoration: none;
        color: #fff;
    }

    .imageThree:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .imageThreeOne{
        height: 8.5em;
        border-radius: 10px;
    }

    .contentFour {
        padding: 0.6em 1.8em 2.8em 0.1em;
    }

    .titleFive {
        font-size: 1em;
        color: #1A202C;
        padding-bottom: 0.3em;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }

    .desc {
        font-size:12px;
        color: #7C8698;
        margin: 0;
        text-align: left;
    }

    .ctaWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.1em;
    }

    .okCta {
        border: 0.1em solid #3dd573;
        background-color: #3dd573;
        box-sizing: border-box;
        border-radius: 0.3em;
        color: #E32525;
        cursor: pointer;
        position: relative;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }

    .okCta:hover {
        text-decoration: none;
        color: #fff;
    }

    .okCta:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .okCtaText {
        font-size: 10px;
        color: #ffffff;
        flex: none;
        flex-grow: 0;
        order: 0;
        flex-grow: 0;
        margin: 0.3em 0.6em;
    }

    .dismissCta {
        font-size: 11px;
        color: #7C8698;
        cursor: pointer;
    }

    .CT_Box {
        font-size: 5vw;
    }

    .outerContainerOne {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .outerContainerOne {
        position: fixed;
        left: 1%;
        top: 83%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 39%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .containerTwo {
        width: 100%;
        height: 8.5em;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    }

    .imageThree {
        position: relative;
        background-position: 0px;
    }

    .imageThree:hover {
        text-decoration: none;
        color: #fff;
    }

    .imageThree:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .imageThreeOne{
        height: 8.5em;
        border-radius: 10px;
    }

    .contentFour {
        padding: 0.6em 1.8em 2.8em 0.1em;
    }

    .titleFive {
        font-size: 1em;
        color: #1A202C;
        padding-bottom: 0.3em;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }

    .desc {
        font-size:12px;
        color: #7C8698;
        margin: 0;
        text-align: left;
    }

    .ctaWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.1em;
    }

    .okCta {
        border: 0.1em solid #3dd573;
        background-color: #3dd573;
        box-sizing: border-box;
        border-radius: 0.3em;
        color: #E32525;
        cursor: pointer;
        position: relative;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }

    .okCta:hover {
        text-decoration: none;
        color: #fff;
    }

    .okCta:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .okCtaText {
        font-size: 10px;
        color: #ffffff;
        flex: none;
        flex-grow: 0;
        order: 0;
        flex-grow: 0;
        margin: 0.3em 0.6em;
    }

    .dismissCta {
        font-size: 11px;
        color: #7C8698;
        cursor: pointer;
    }

    .CT_Box {
        font-size: 5vw;
    }

    .outerContainerOne {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsContainer {
        position: fixed;
        left: 0.5%;
        top: 30%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .xmsimageThreeOne{
        height: 23.5em;
        border-radius: 10px;
        position: relative;
    }

    .xmsContainer {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsbtn {
        position: fixed;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        font-size: 12px;
        margin: 15px;
        padding: 3px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 99999;
    }
}

/* For small desktop */
@media only screen and (min-width: 980px) and (max-width: 1023px) {
    .xmsContainer {
        position: fixed;
        left: 0.5%;
        top: 30%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .xmsimageThreeOne{
        height: 23.5em;
        border-radius: 10px;
        position: relative;
    }

    .xmsContainer {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsbtn {
        position: fixed;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        font-size: 12px;
        margin: 15px;
        padding: 3px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 99999;
    }
}

/* For typical desktop */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .outerContainerOne {
        position: fixed;
        left: 1%;
        top: 75%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 31%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .containerTwo {
        width: 100%;
        height: 8.5em;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    }

    .imageThree {
        position: relative;
        background-position: 0px;
    }

    .imageThree:hover {
        text-decoration: none;
        color: #fff;
    }

    .imageThree:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .imageThreeOne{
        height: 8.5em;
        border-radius: 10px;
    }

    .contentFour {
        padding: 0.6em 1.8em 2.8em 0.1em;
    }

    .titleFive {
        font-size: 1em;
        color: #1A202C;
        padding-bottom: 0.3em;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }

    .desc {
        font-size:12px;
        color: #7C8698;
        margin: 0;
        text-align: left;
    }

    .ctaWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.1em;
    }

    .okCta {
        border: 0.1em solid #3dd573;
        background-color: #3dd573;
        box-sizing: border-box;
        border-radius: 0.3em;
        color: #E32525;
        cursor: pointer;
        position: relative;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }

    .okCta:hover {
        text-decoration: none;
        color: #fff;
    }

    .okCta:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .okCtaText {
        font-size: 10px;
        color: #ffffff;
        flex: none;
        flex-grow: 0;
        order: 0;
        flex-grow: 0;
        margin: 0.3em 0.6em;
    }

    .dismissCta {
        font-size: 11px;
        color: #7C8698;
        cursor: pointer;
    }

    .CT_Box {
        font-size: 5vw;
    }

    .outerContainerOne {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsContainer {
        position: fixed;
        left: 0.5%;
        top: 30%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .xmsimageThreeOne{
        height: 23.5em;
        border-radius: 10px;
        position: relative;
    }

    .xmsContainer {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsbtn {
        position: fixed;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        font-size: 12px;
        margin: 15px;
        padding: 3px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 99999;
    }
}

/* For large desktop */
@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio : 2) {
    .outerContainerOne {
        position: fixed;
        left: 1%;
        top: 80%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .containerTwo {
        width: 26%;
        height: 8.5em;
        background: #FFFFFF;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
    }

    .imageThree {
        position: relative;
        background-position: 0px;
    }

    .imageThree:hover {
        text-decoration: none;
        color: #fff;
    }

    .imageThree:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .imageThreeOne{
        height: 8.5em;
        border-radius: 10px;
    }

    .contentFour {
        padding: 0.6em 1.8em 2.8em 0.1em;
    }

    .titleFive {
        font-size: 1em;
        color: #1A202C;
        padding-bottom: 0.3em;
        margin: 0;
        text-align: left;
        font-weight: 600;
    }

    .desc {
        font-size:12px;
        color: #7C8698;
        margin: 0;
        text-align: left;
    }

    .ctaWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-top: 1.1em;
        padding-right: 1.1em;
    }

    .okCta {
        border: 0.1em solid #3dd573;
        background-color: #3dd573;
        box-sizing: border-box;
        border-radius: 0.3em;
        color: #E32525;
        cursor: pointer;
        position: relative;
        background: linear-gradient( 135deg, #00c458 9%, #358d3c 98%, #00c458 50%, #358d3c 8%, #358d3c 95%);
        background-position: 0px;
    }

    .okCta:hover {
        text-decoration: none;
        color: #fff;
    }

    .okCta:after {
        content: "";
        top: 0;
        left: 0;
        transform: translateX(100%);
        width: 90%;
        max-width: 300px;
        height: 100%;
        position: absolute;
        z-index: 1;
        animation: light 2.3s infinite;
        background: linear-gradient( to right, rgba(25, 165, 148, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    }

    .okCtaText {
        font-size: 12px;
        color: #ffffff;
        flex: none;
        flex-grow: 0;
        order: 0;
        flex-grow: 0;
        margin: 0.3em 0.6em;
    }

    .dismissCta {
        font-size: 12px;
        color: #7C8698;
        cursor: pointer;
    }

    .CT_Box {
        font-size: 5vw;
    }

    .outerContainerOne {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsContainer {
        position: fixed;
        left: 0.5%;
        top: 30%;
        z-index: 1000;
        box-sizing: border-box;
        font-family: 'Circular Std', sans-serif;
        width: 100%;
        align-items: center;
        align-content: center;
        text-align: center;
    }

    .xmsimageThreeOne{
        height: 23.5em;
        border-radius: 10px;
        position: relative;
    }

    .xmsContainer {
        font-family: 'Circular Std', sans-serif;
        text-align: center;
    }

    .xmsbtn {
        position: fixed;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        font-size: 12px;
        margin: 15px;
        padding: 3px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;
        z-index: 99999;
    }
}

@keyframes light {
    0% {
        transform: translateX(-105%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        transform: translateX(140%);
        opacity: 0;
    }
    100% {
        transform: translateX(140%);
        opacity: 0;
    }
}

.opacity-animate4 {
    animation: fade-in-animation 1s forwards, fade-out-animation 3s forwards 7s;
    animation-fill-mode: forwards;
}

@keyframes fade-in-animation {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    60% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-out-animation {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

.title-custom1{
    font-family: 'Gilroy-Bold', sans-serif;
    background-image: linear-gradient(
      -225deg,
      #315f1f 0%,
      #28375e 29%,
      #1d201e 67%,
      #023941 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 5s linear infinite;
    display: inline-block;
}

.title-custom2{
    font-family: 'Gilroy-Bold', sans-serif;
    background: linear-gradient(90deg, #fafafa, #fafafa, #fafafa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 80%;
    animation: shine 10s linear infinite;
    position: relative;
}

.title-custom3{
    font-family: 'Gilroy-Bold', sans-serif;
}

.btn-custom1{
    color:#fff; 
    background-color:#2cbe61;
    vertical-align: middle;
    font-family: 'Gilroy-Bold', sans-serif;
}

.btn-custom2{
  vertical-align: middle;
  font-family: 'Gilroy-Bold', sans-serif;
}

.animate-charcter
{
    background-image: linear-gradient(
      -225deg,
      #EDE20D 0%,
      #A5EF41 29%,
      #A5EF41 67%,
      #EDE20D 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 90px;
}

@keyframes textclip {
    to {
      background-position: 200% center;
    }
}

@keyframes shine {
    0% {
      background-position-x: -500%;
    }
    100% {
      background-position-x: 500%;
    }
}

.typing-demo {
    width: 22ch;
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    font-size: 2em;
}

@keyframes typing {
    from {
      width: 0
    }
}
    
.swing {
    animation: swing ease-in-out 3s infinite alternate;
    transform-origin: center -20px;
    float: left;
}

.swing img {
    border: -10px solid #f8f8f8;
    display: block;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

img.horz-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

img.horz-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-20px); }
}

@keyframes mover {
    0% { transform: translateX(0); }
    100% { transform: translateX(-20px); }
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: moverh 1s infinite  alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: moverh 1s infinite  alternate;
}

@-webkit-keyframes moverh {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes moverh {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.mystyle1{
    background-color: white !important;
}
