<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** default styles **/
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    color: var(--primary-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:root { /* color variables in css */
    --primary-color: #222;
    --secondary-color: #fff;
    --highlight-color: #596aca;
    --link-color: #03a9f5;
}
header, section, aside, nav, footer, address, fieldset, form, iframe {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: 0;
    color: var( --link-color);
}
img, video {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}
button {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-family: 'poppins', sans-serif;
}
::-webkit-input-placeholder {
    color: #9B9B9B;
    font-size: 11px;
}
::-moz-placeholder {
    color: #9B9B9B;
    font-size: 11px;
}
:-ms-input-placeholder {
    color: #9B9B9B;
    font-size: 11px;
}
input:-moz-placeholder {
    color: #9B9B9B;
    font-size: 11px;
}
input {
    outline: none;
}
.input[disabled] {
    border: #ccc;
    background-color: #eee;
    cursor: not-allowed;
}
textarea {
    resize: none;
}
/** change autocomplete styles in chrome  **/
.input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #555;
  -webkit-text-fill-color: #222;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/** clearfix **/
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
svg {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.gk-wb-pagewidth {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}
section {
    padding: 40px 0;
    position: relative;
}
.gk-wb-left {
    float: left;
}
.gk-wb-right {
    float: right;
}
.gk-wb-center {
    text-align: center;
}
.gk-wb-padding {
    padding: 30px;
}
.gk-wb-tb-padding {
    padding: 30px 0;
}
.gk-wb-lr-padding {
    padding: 0 30px;
}
.gk-wb-margin {
    margin: 30px;
}
.gk-wb-tb-margin {
    margin: 30px 0;
}
.gk-wb-lr-margin {
    margin: 0 30px;
}
.gk-wb-sm-padding {
    padding: 15px;
}
.gk-wb-tb-sm-padding {
    padding: 15px 0;
}
.gk-wb-lr-sm-padding {
    padding: 0 15px;
}
.gk-wb-sm-margin {
    margin: 15px;
}
.gk-wb-tb-sm-margin {
    margin: 15px 0;
}
.gk-wb-lr-sm-margin {
    margin: 0 15px;
}
.gk-wb-subhead  {
    max-width: 100%;
    margin: 0 auto 50px;
}
.gk-wb-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.gk-wb-ai-flex {
    display: flex;
    align-items: center;
    flex-flow: column;
}
.gk-wb-grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
}
.gk-wb-flexbasis {
    flex-basis: 100%;
    max-width: 100%;
}
.gk-wb-turncate {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gk-wb-overlap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gk-wb-button {
    font-size: 16px;
    background: #f0483e;
    border-radius: 5px;
    padding: 8px 24px;
    color: var(--secondary-color);
}
/** custom styles **/
.gk-wb-plaintext {
    position: relative;
    padding-left: 0;
    margin: 0;
}
.gk-wb-plaintext::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #f0483e;
    left: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(-50%);
}
.gk-wb-horizontal-bar {
    width: 100px;
    height: 1px;
    background: #f0483e;
    margin: 0 auto;
}
/** banner container styles **/
.gk-wb-bannerimage-container {
    display: none;
}
.gk-wb-banner-container {
    position: relative;
    height: 100%;
    min-height: 100%;
}
.gk-wb-bannertext-container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.gk-wb-textmob {
    margin: 8px 0;
}
.gk-wb-bannersecond-text {
    margin-top: 0;
}
.gk-wb-anim-text, .gk-wb-bannersecond-text {
    display: none;
}
.gk-wb-text, .gk-wb-banner-content {
    color: var(--secondary-color);
}
.gk-wb-highlight-text {
    color: #f0483e;
}
.gk-wb-banner-wrapper img {
    margin: 50px auto 0;  
}
.gk-wb-banner-wrapper {
    display: flex;
    flex-direction: column;
}
.banner-section {
 margin: 0 !important;
 padding: 0 !important;
}
.banner-sec-content {
    transform: translateY(100px);
}
.banner-sec-img {
z-index: -1;
transform: translateY(-80px);
}
/** second section styles **/
.gk-wb-slides-container {
    background: #f1ffff;
    min-height: auto;
}
.gk-wb-educateimage-container {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    left: 20px;
    justify-content: center;
}
.gk-wb-content-wrapper {
    text-align: center;
    padding-bottom: 80px;
}
.gk-wb-2col-layout:last-child {
    flex-direction: column-reverse;
}
.educateimage2 {
    max-width: 42%;
    position: relative;
    z-index: 1;
}
.educateimage1, .educateimage3 {
    max-width: 34%;
    opacity: 0;
}
.educateimage3 {
    max-width: 18%;
    transform: translate(-90%, -5%);
}

/** visual image container styles **/
.gk-wb-images-lists {
    width: 330px;
    height: 330px;
    background: #f1ffff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.gk-wb-images-lists img {
    position: absolute;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}
.gk-wb-content-wrapper.gk-wb-flexbasis {
    flex-basis: 100%;
    max-width: 100%;
}
.gk-wb-visualimage-container img {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
    background: #fff;
    /* transition: transform 0.8s linear;
    transition: none; */
}
.gk-wb-visualimage-container .visualimage1, .gk-wb-sharing-container .presentslide, 
.gk-wb-compliance-container .gk-wb-compliance-imagelist, .gk-wb-demonstration-container .procedure1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gk-wb-visualimage-container .visualimage1 {
    max-width: 90%;
    /* left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 2;
    transition: none;
}
.gk-wb-visualimage-container .visualimage2 {
    top: 20%;
    width: 120px;
    z-index: 3;
    left: 0;
}
.gk-wb-visualimage-container .visualimage3 {
    top: auto;
    width: 130px;
    bottom: 8%;
    left: -4%;
    z-index: 3;
}
.gk-wb-visualimage-container .visualimage4 {
    right: -4%;
    width: 140px;
    left: auto;
    top: 10%;
    z-index: 3;
}
.gk-wb-visualimage-container .visualimage5 {
    width: 150px;
    left: auto;
    right: -4%;
    top: auto;
    bottom: 0%;
    z-index: 1;
}

/** seamless container **/
.gk-wb-report-seamless {
    margin-top: 120px;
}
.gk-wb-seamless-container {
    background: #dcfaf8;
    border-radius: 300px;
    height: 600px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-left: 30px solid rgba(0,0,0,0.02);
}
.gk-wb-seamless-image, .gk-wb-seamless-content  {
    flex-basis: 100%;
    max-width: 100%;
    box-sizing: border-box;
} 
.gk-wb-seamless-image {
    padding: 0;
    display: flex;
}
.gk-wb-seamless-image  img {
    max-width: 100%;
    margin: -100px auto 0;
}
.gk-wb-seamless-content {
    height: 500px;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #f1ffff;
    /* justify-content: center; */
    padding: 20px;
    border-radius: 0 0 300px 300px;
    position: relative;
    text-align: center;
}
.gk-wb-seamless-content::after {
    content: '';
    position: absolute;
    background: #f1ffff;
    width: 100%;
    height: 310px;
    top: 0;
    z-index: -1;
    left: -30px;
    border-radius: 0 0 300px 300px;
    border-left: 30px solid rgba(0,0,0,0.02);
}
.gk-wb-seamless-content h3 {
    margin: 20px 0;
}

/** health care icon styles **/
.gk-wb-waveline {
    position: absolute;
    left: 0;
    top: 160px;
    display: none;
}
.gk-wb-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}
.gk-wb-icon-lists {
    text-align: center;
    margin: 20px 60px 20px;
    cursor: pointer;
    width: 180px;
}
.gk-wb-anim-circle {
    width: 60px;
    height: 60px;
    background: #23cfba20;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: transform 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.gk-wb-icon-lists .ui-svgicon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    fill: #24CFBA;
    color: #24CFBA;
    transition: 0.3s ease-in-out;
    transform: scale(1.3) translateX(10px);
}
.gk-wb-icon-lists:hover .gk-wb-anim-circle {
    transform: scale(1.3);
    background: #23cfba;
}
.gk-wb-icon-lists:hover .gk-wb-anim-circle .ui-svgicon {
    transform: scale(0.7) translateX(-12px);
    fill: #fff;
    color: #fff;
}
.gk-wb-icon-lists span {
    margin: 20px auto;
}

.gk-wb-shareicon {
    position: absolute;
    right: -20px;
    top: 30px;
    z-index: 1;
    background: #2fd3ce;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
    /* transform: translate(-170px, 170px); */
}
.gk-wb-shareicon .svgicon {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.gk-wb-sharing-container img {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
}
.gk-wb-sharing-container .presentslide {
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    transition: none;
}
.gk-wb-sharing-container .healthslide {
    max-width: 70%;
    right: -10px;
    left: auto;
    top: auto;
    bottom: 0px;
}
.gk-wb-sharing-container .shareslide {
    max-width: 30%;
    right: 0;
    left: auto;
    top: auto;
    bottom: -50px;
}
/** addon container styles **/
/* .gk-wb-addons-container {
    background: #f1ffff;
} */
.gk-wb-add-icons {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    background: #f1ffff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.05);
}
.gk-wb-icon-item {
    position: absolute;
    top: -40px;
    left: -20px;
    animation: bounce 0.8s linear alternate infinite forwards;
}
.gk-wb-icon-item, .gk-wb-icon-item img {
    width: 100px;
    height: 100px;
}
.gk-wb-icon-item:nth-child(2n) {
    top: auto;
    left: auto;
    right: -20px;
    bottom: -40px;
}
/* .sp-addon-icon, .sprint-icon, .emoji-icon, .analytics-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 1;
} */
/* .sprint-icon, .emoji-icon, .analytics-icon {
    position: relative;
}
.sp-addon-icon {
    left: -60px;
    transform: rotate(-30deg);
    top: -20px;
    z-index: 0;
} */
/* .gk-wb-icon-item:nth-child(2n) {
    left: 40%;
    transform: translateX(-50%);
    top: 70px;
} */
.addon-icon {
    width: 80px;
    height: 80px;
}
/* .gk-wb-icon-item:nth-child(3n) {
    left: 74%;
    top: 40px;
} */
.twitter-icon, .youtube-icon  {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 1;
}
/* .twt-addon-icon {
    left: 40px;
    transform: rotate(190deg);
    z-index: 0;
    top: 30px;
}
.gk-wb-icon-item:nth-child(4n) {
    right: -7%;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
.emoji-icon {
    right: 0;
}
.gk-wb-icon-item:nth-child(5n) {
    top: 50%;
    transform: translateY(-50%);
    left: -4%;
}
.yu-addon-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 0;
    top: 50px;
    transform: rotate(180deg);
    left: -10px;
}
.gk-wb-icon-item:nth-child(6n) {
    left: 36%;
    top: auto;
    bottom: 10%;
    transform: translate(-50%, -50%);
}
.al-addon-icon {
    position: absolute;
    left: 60px;
    transform: rotate(125deg);
    z-index: 0;
} */
@keyframes bounce {
    0% {
        transform: scale(0.93);
    }
    100% {
        transform: scale(1);
    }
}
.gk-wb-content-wrap {
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
}
.gk-wb-image_wrapper {
    max-width: 100%;
}
.gk-wb-rgimage-wrapper {
    max-width: 100%;
    justify-content: flex-end;
    display: flex;
}

.gk-wb-visualimage-container, .gk-wb-secure-sharing, .gk-wb-device-section {
    position: relative;
    z-index: 1;
}
.gk-wb-visualimage-container .gk-wb-images-lists::after, .gk-wb-secure-sharing .gk-wb-images-lists::after, .gk-wb-chart-elememt .gk-wb-images-lists::after, .gk-wb-covered-bg .gk-wb-images-lists::after, .gk-wb-device-section .gk-wb-images-lists::after {
    content: "";
    position: absolute;
    background: url('/sites/zweb/images/show/background-circle.svg') no-repeat;
    right: 60px;
    top: -30px;
    width: 180px;
    height: 200px;
    z-index: -1;
}

.gk-wb-visualimage-container {
    margin: 30px auto 0;
}
/** compliance section styles **/
.gk-wb-covered-bg, .gk-wb-chart-elememt, .gk-wb-visuals-slides .gk-wb-flex {
    flex-flow: column-reverse;
}
/* .gk-wb-compliance-container .gk-wb-images-lists {
    margin: 0;
    display: flex;
    align-items: center;
} */
.gk-wb-compliance-container .gk-wb-compliance-imagelist {
    /* top: auto;
    transform: translateX(-100%); */
    transition: transform 0.3s linear;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
}
/* .gk-wb-compliance-imagelist.active {
    transform: translateX(0%);
} */
.gk-wb-hippaicon, .gk-wb-lockicon, .gk-wb-userlock {
    position: absolute;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
    /* transition: transform 0.5s linear; */
} 
.gk-wb-hippaicon {
    bottom: 40px;
    left: -20px;
    background: #fff;
    border-radius: 100%;
    /* transform: scale(1) translate(120%, -150%); */
}
.gk-wb-hippaicon, .gk-wb-hippaicon .svgicon, .gk-wb-lockicon, .gk-wb-lockicon .svgicon {
    width: 70px;
    height: 70px;
}
.gk-wb-lockicon {
    right: -10px;
    top: 30px;
    background: #23cfba;
    border-radius: 50%;
}
.gk-wb-userlock {
    right: -7px;
    bottom: 20px;
    width: 110px;
}
.gk-wb-userlock .svgicon {
    width: 110px;
    height: 70px;
}

/** device section styles **/
.gk-wb-devices-container img {
    background: none;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease-in-out;
}
.gk-wb-devices-container .deviceweb, .gk-wb-sharing-container .presentslide, .gk-wb-visualimage-container .visualimage1, .gk-wb-compliance-imagelist {
    max-width: 90%;
    transition: none;
}
.gk-wb-devices-container .deviceipad {
    max-width: 40%;
    right: 0;
    left: auto;
    top: auto;
    bottom: -13%;
}
.gk-wb-devices-container .devicemobile {
    max-width: 20%;
    right: 0;
    left: auto;
    top: auto;
    bottom: -7%;
}
/** demonstration section styles **/
.gk-wb-demonstration-container img {
    background: #fff;
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 20%);
}
.gk-wb-demonstration-container .procedure1 {
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: none;
}
.gk-wb-demonstration-container .procedure2 {
    width: 120px;
    top: 8%;
    left: auto;
    right: -10px;
}
.gk-wb-demonstration-container .procedure3 {
    width: 100px;
    bottom: 12%;
    left: auto;
    right: -10px;
}
.gk-wb-demonstration-container .procedure4 {
    width: 130px;
    top: auto;
    bottom: 10%;
    left: -3%;
}
.gk-wb-healthcare {
    position: absolute;
    right: 40%;
    top: 12%;
}
.gk-wb-healthcare .svgicon {
    width: 35px;
    height: 35px;
}
.gk-wb-medicine {
    position: absolute;
    bottom: 8%;
    left: 50%;
}
.gk-wb-medicine  .svgicon {
    width: 50px;
    height: 50px;
}
.btm-cta-section {
   padding: 60px 0 120px;
}
@media only screen and (min-width: 320px) {

}
@media only screen and (max-width: 1199px) {
.gk-wb-anim-text {
    height: 52px !important;
}
}
@media only screen and (max-width:540px) {
    .gk-wb-seamless-container {
        height: 680px;
    }
}
@media only screen and (max-width: 640px) {
   .gk-wb-seamless-container {
       height: 780px;
    }
}
@media only screen and (min-width: 640px) {
    .gk-wb-overlap {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .gk-wb-add-icons {
        max-width: 90%;
    }
    /** seamlesss section styles **/
    .gk-wb-seamless-container {
        background: #dcfaf8;
        border-radius: 300px;
        height: 300px;
        max-width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        border-bottom: 50px solid rgba(0,0,0,0.02);
        border-left: 0;
    }
    .gk-wb-seamless-image, .gk-wb-seamless-content  {
        flex-basis: 50%;
        max-width: 50%;
    } 
    .gk-wb-seamless-container.gk-wb-flex {
        flex-flow: unset;
    }
    .gk-wb-seamless-image {
        padding: 0 40px;
    }
    .gk-wb-seamless-image  img {
        margin: -100px auto 0;
    }
    .gk-wb-seamless-content {
        align-items: flex-start;
        justify-content: center;
        border-radius: 0 300px 300px 0;
        padding: 0 20px;
        height: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    .gk-wb-seamless-content::after {
        width: 100%;
        height: 300px;
        left: 0;
        border-radius: 0 300px 300px 0;
        border-bottom: 50px solid rgba(0,0,0,0.02);
        border-left: 0;
        bottom: -50px;
    }
}
@media only screen and (min-width: 768px) {
    .gk-wb-subhead  {
        max-width: 80%;
    }
    .gk-wb-nav {
        display: flex;
    }
    .gk-wb-banner-wrapper img {
        min-height: auto;
    }
    .gk-wb-image_wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .gk-wb-add-icons {
        max-width: 80%;
    }
    .gk-wb-anim-mobtext {
        display: none;
    }
    .gk-wb-bannerimage-container , .gk-wb-bannersecond-text{
        display: block;
    }
    .gk-wb-banner-wrapper {
        padding: 50px 0 40px;
        max-width: 100%;
        margin: 50px auto;
    }
    .gk-wb-bannertext-container {
        width: 80%;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        transition: all 0.5s ease-in;
    }
    .gk-wb-anim-text {
        max-width: 100%;
        width: 100%;
        position: relative;
        height: 72px;
        overflow: hidden;
        display: inline-block;
    }
    .gk-wb-slidetext {
        opacity: 0;
        top:10px;
        left:0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        transition: all linear 0.3s;
        position: absolute;
        margin: 10px auto 0;
        display: block
    }
    .gk-wb-slidetext.active {
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: -9px;
    }
    .gk-wb-bannersecond-text {
        margin-top: -5px;
    }
    .gk-wb-icon-item, .gk-wb-icon-item img {
        width: 150px;
        height: 150px;
    }
    .gk-wb-icon-item {
        top: -40px;
        left: -50px;
    }
    .gk-wb-content-wrap {
        max-width: 45%;
    }
    .gk-wb-icon-item:nth-child(2n) {
        right: -50px;
        bottom: -40px;
    }
}
@media only screen and (min-width: 800px) {
    .gk-wb-flex, .gk-wb-ai-flex, .gk-wb-covered-bg, .gk-wb-chart-elememt, .gk-wb-visuals-slides .gk-wb-flex  {
        flex-flow: unset;
    }
    .gk-wb-content-wrapper {
        text-align: left;
        padding-right: 40px;
        padding-bottom: 0;
    }
    .gk-wb-content-wrapper.gk-wb-rightcontent {
        padding-left: 40px;
        padding-right: 0;
    }
    .gk-wb-flexbasis {
        flex-basis: 50%;
        max-width: 50%;
    }
    .gk-wb-content-wrapper.gk-wb-flexbasis {
        flex-basis: 42%;
        max-width: 42%;
    }
    
    /** banner styles **/
    .gk-wb-plaintext {
        padding-left: 30px;
    }
    .gk-wb-plaintext::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 50px;
        background: #f0483e;
        left: 0;
        top: 10px;
    }
}
@media only screen and (min-width: 961px) {
    /** common styles for desktop **/
    section {
        padding: 80px 0;
    }
    .gk-wb-padding {
        padding: 50px;
    }
    .gk-wb-tb-padding {
        padding: 50px 0;
    }
    .gk-wb-lr-padding {
        padding: 0 50px;
    }
    .gk-wb-margin {
        margin: 50px;
    }
    .gk-wb-tb-margin {
        margin: 50px 0;
    }
    .gk-wb-lr-margin {
        margin: 0 50px;
    }
    .gk-wb-sm-padding {
        padding: 30px;
    }
    .gk-wb-tb-sm-padding {
        padding: 30px 0;
    }
    .gk-wb-lr-sm-padding {
        padding: 0 30px;
    }
    .gk-wb-sm-margin {
        margin: 30px;
    }
    .gk-wb-tb-sm-margin {
        margin: 30px 0;
    }
    .gk-wb-lr-sm-margin {
        margin: 0 30px;
    }
    .gk-wb-rightcontent {
        padding-right: 70px;
    }
    .gk-wb-leftcontent {
        padding-left: 70px;
    }
    .gk-wb-subhead  {
        max-width: 46rem;
    }
    .gk-wb-banner-wrapper { 
        padding: 80px 0;
    }
    .gk-wb-visualimage-container.gk-wb-flexbasis {
        flex-basis: 57%;
        max-width: 57%;
    }
    
    
    
    /** addons section styles **/
    .gk-wb-add-icons {
        max-width: 70%;
    }
    /* .gk-wb-icon-item {
        left: 20%;
        top: 60px;
    } 
    .sp-addon-icon, .sprint-icon, .emoji-icon, .analytics-icon {
        width: 140px;
        height: 140px;
    }
    .twitter-icon, .twt-addon-icon, .youtube-icon, .al-addon-icon {
        width: 100px;
        height: 100px;
    }
    .addon-icon, .yu-addon-icon {
        width: 120px;
        height: 120px;
    }
    .sp-addon-icon {
        left: -100px;
    } 
    .gk-wb-icon-item:nth-child(2n) {
        top: 120px;
    }
    .gk-wb-icon-item:nth-child(3n) {
        left: 65%;
        top: 70px;
    }
    .twt-addon-icon {
        left: 60px;
    }
    .gk-wb-icon-item:nth-child(4n) {
        right: 10%;
    }
    .gk-wb-icon-item:nth-child(5n) {
        left: 13%;
    }
    .gk-wb-icon-item:nth-child(6n) {
        bottom: 10%;
        top: auto;
        left: 45%;
    }
    .yu-addon-icon {
        left: -20px;
    }
    .gk-wb-content-wrap {
        max-width: 40%;
    }
    .al-addon-icon {
        left: 110px;
    } */

}
@media only screen and (min-width:1025px) {
    /** seamless container styles **/
    .gk-wb-seamless-container {
        height: 400px;
        max-width: 95%;
    }
    .gk-wb-seamless-image  img {
        margin: -130px auto 0;
    }
    .gk-wb-seamless-content {
        padding: 0 50px;
    }
    .gk-wb-seamless-content::after {
        height: 400px;
    }
    .gk-wb-images-lists {
        width: 550px;
        height: 550px;
    }
}
@media only screen and (max-width: 1180px) {
    .educateimage1, .educateimage3 {
        opacity: 1;
    }
}
@media only screen and (max-width: 1080px) {
.banner-section {
 margin: 40px auto !important;
 padding: 20px 5px !important;
}
.banner-sec-content {
    transform: translateY(0px);
}
.banner-sec-img {
transform: translateY(-50px);
}
}

@media only screen and (min-width: 1180px) {
    /** banner section styles **/
    .gk-wb-subhead {
        margin: 0 auto;
    }
    /** educate section styles **/
    .gk-wb-slides-container {
        min-height: 650px;
    }
    .gk-wb-educateimage-container {
        height: 500px;
        width: 90%;
        left: 100px;
    }
    .gk-wb-slides-container.active .educateimage1 {
        animation: slideLeft 0.7s ease-in-out forwards;
    }
    .gk-wb-slides-container.active .educateimage3 {
        animation: slideRight 0.7s ease-in-out forwards;
    }
    @keyframes slideLeft {
        0% {
            transform: translateX(100%);
            opacity: 0;
        }
        100% {
            transform: translateX(0%);
            opacity: 1;
        }
    }
    @keyframes slideRight {
        0% {
            transform: translate(-150%, -5%);
            opacity: 0;
        }
        100% {
            transform: translate(-90%, -5%);
            opacity: 1;
        }
    }
    /** secure fileshare styles **/
    .gk-wb-shareicon {
        right: -100px;
        top: -50px;
        width: 70px;
        height: 70px;
    }
    .gk-wb-sharing-container .presentslide, .gk-wb-compliance-container .gk-wb-compliance-imagelist {
        max-width: 100%;
    }
    .gk-wb-sharing-container .healthslide {
        max-width: 60%;
        right: -20px;
        bottom: -120px;
    }
    .gk-wb-sharing-container .shareslide {
        max-width: 20%;
        right: 20px;
        bottom: -200px;
    }
    .gk-wb-hippaicon, .gk-wb-hippaicon .svgicon, .gk-wb-lockicon, .gk-wb-lockicon .svgicon {
        width: 100px;
        height: 100px;
    }
    .gk-wb-lockicon {
        right: -100px;
        top: -50px;
    }
    .gk-wb-userlock {
        right: -90px;
        bottom: 0px;
        width: 130px;
    }
    .gk-wb-userlock .svgicon {
        width: 130px;
        height: 90px;
    }
    /** visual slides section styles **/
    .gk-wb-visualimage-container .visualimage1 {
        max-width: 80%;
    }
    .gk-wb-visualimage-container .visualimage2 {
        top: 18%;
        width: 190px;
        left: -20%;
    }
    .gk-wb-visuals-slides.active .visualimage2 {
        transform: translate(130px, 30px);
    }
    .gk-wb-visualimage-container .visualimage3 {
        width: 240px;
        bottom: -12%;
        left: -22%;
    }
    .gk-wb-visuals-slides.active .visualimage3 {
        transform: translate(120px, -150px);
    }
    .gk-wb-visualimage-container .visualimage4 {
        right: -20%;
        width: 250px;
        top: 10%;
    }
    .gk-wb-visuals-slides.active .visualimage4 {
        transform: translate(-100px, 50px);
    }
    .gk-wb-visualimage-container .visualimage5 {
        width: 280px;
        right: 100px;
        bottom: 90px;
    }
    .gk-wb-visuals-slides.active .visualimage5 {
        transform: translate(130px, 50px);
        z-index: 9;
    }
     /** health care icon styles **/
    .gk-wb-ai-flex, .gk-wb-2col-layout:last-child {
        flex-flow: unset;
    }
    .gk-wb-images-lists {
        width: 600px;
        height: 600px;
    }
    .gk-wb-content-wrapper {
        padding-left: 80px;
        padding-right: 30px;
    }
    .gk-wb-content-wrapper.gk-wb-rightcontent {
        padding-left: 70px;
        padding-right: 0;
    }
     .gk-wb-icons-wrapper {
        margin-top: 50px;
    } 
    .gk-wb-icon-lists:nth-child(2) {
        grid-row-start: 2;
        grid-column-end: 3;
    }
    .gk-wb-icon-lists:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        max-width: 40%;
    }
    .gk-wb-icon-lists:nth-child(4) {
        grid-column-start: 4;
        grid-column-end: 5;
    }
    .gk-wb-icon-lists:nth-child(5) {
        grid-column-start: 3;
        grid-column-end: 5;
    }
    /** seamless container styles **/
    .gk-wb-seamless-container {
        height: 500px;
        border-bottom: 70px solid rgba(0,0,0,0.02);
    }
    .gk-wb-seamless-content {
        padding: 0 80px;
    }
    .gk-wb-seamless-content::after {
        height: 500px;
        border-bottom: 70px solid rgba(0,0,0,0.02);
        bottom: -70px;
    }

    /** secure fileshare styles **/
    .gk-wb-shareicon {
        right: -130px;
        top: -50px;
    }
    .gk-wb-shareicon, .gk-wb-sharing-container img, .gk-wb-visualimage-container img, .gk-wb-demonstration-container img  {
        
        transition: 0.5s ease-in-out;
    }
    .gk-wb-sharing-container.active  .gk-wb-shareicon {
        transform: translate(-170px, 170px);
    }
    .gk-wb-sharing-container .healthslide {
        right: -20px;
        bottom: -120px;
    }
    .gk-wb-sharing-container.active .healthslide {
        transform: translateY(-210px);
    }
    .gk-wb-sharing-container .shareslide {
        right: 20px;
        bottom: -200px;
    }
    .gk-wb-sharing-container.active .shareslide {
        transform: translateY(-250px);
    }
    /** compliance section styles **/
    .gk-wb-hippaicon, .gk-wb-lockicon, .gk-wb-userlock {
        transition: 0.5s ease-in-out;
    }
    .gk-wb-hippaicon {
        bottom: -20px;
        left: -80px;
    }
    .gk-wb-compliance-container.active .gk-wb-hippaicon {
        transform: scale(1) translate(120%, -150%);
    }
    .gk-wb-lockicon {
        right: -100px;
        top: -50px;
    }
    .gk-wb-compliance-container.active .gk-wb-lockicon {
        transform: scale(1) translate(-100%, 150%);
    }
    .gk-wb-userlock {
        right: -90px;
        bottom: 0px;
        width: 130px;
    }
    .gk-wb-compliance-container.active .gk-wb-userlock {
        transform: translate(-75px, -110px);
    }
    .gk-wb-userlock .svgicon {
        width: 130px;
        height: 90px;
    }
    /** device section styles **/
    .gk-wb-devices-container img {
        background: none;
        box-shadow: none;
        transition: 0.5s ease-in-out;
    }
    .gk-wb-devices-container .deviceweb {
        max-width: 85%;
        transition: none;
    }
    .gk-wb-devices-container .deviceipad {
        max-width: 40%;
        right: 0;
        left: auto;
        top: auto;
        bottom: -31%;
    }
    .gk-wb-devices-container.active .deviceipad {
        transform: translateY(-90%);
    }
    .gk-wb-devices-container .devicemobile {
        max-width: 20%;
        right: 0;
        left: auto;
        top: auto;
        bottom: -50%;
    }
    .gk-wb-devices-container.active .devicemobile {
        transform: translateY(-166%);
    }
    /** demonstration section styles **/
    .gk-wb-demonstration-container .procedure1 {
        max-width: 80%;
    }
    .gk-wb-demonstration-container .procedure2 {
        width: 230px;
        top: 8%;
        right: -32%;
    }
    .gk-wb-demonstration-container.active .procedure2 {
        transform: translate(-160px, 50px);
    }
    .gk-wb-demonstration-container .procedure3 {
        width: 200px;
        right: -30%;
        bottom: -12%;
    }
    .gk-wb-demonstration-container.active .procedure3 {
        transform: translate(-130px, -200px);
    }
    .gk-wb-demonstration-container .procedure4 {
        width: 250px;
        bottom: -8%;
        left: -20%;
    }
    .gk-wb-demonstration-container.active .procedure4 {
        transform: translate(80px, -190px);
    }
    .gk-wb-healthcare {
        top: 17%;
    }
    .gk-wb-medicine {
        bottom: 15%;
    }
    .gk-wb-flexbasis {
        flex-basis: 58%;
        max-width: 58%;
    }
    .gk-wb-content-wrapper.gk-wb-flexbasis {
        flex-basis: 40%;
        max-width: 40%;
    }
}
@media only screen and (max-width: 1240px) {
   .gk-wb-icons-wrapper {
      gap: 30px;
   }
  .gk-wb-icon-lists {
    margin: 20px 20px 20px;
  }
}
@media only screen and (min-width: 1280px) {
    /** common styles **/
    .gk-wb-pagewidth {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 28px;
    }
    h5 {
        font-size: 24px;
    }
    h6, p {
        font-size: 18px;
    }
    .gk-wb-banner-wrapper {
        width: 100vw;
        box-sizing: border-box;
        min-height: 980px;
    }
    .gk-wb-flexbasis {
        flex-basis: 60%;
        max-width: 60%;
    }
    /* .gk-wb-banner-container {
        height: 800px;
        min-height: 800px;
    }  */
    .gk-wb-imageslide {
        width: 280px;
    }
    /** seamless container styles **/
    .gk-wb-seamless-container {
        max-width: 85%;
    }
    .gk-wb-waveline {
        top: 210px;
        display: block;
    }

}
@media only screen and (min-width: 1360px) {
    .gk-wb-waveline {
        top: 160px;
    }
    .gk-wb-images-lists {
        width: 700px;
        height: 700px;
    }
}
@media only screen and (min-width: 1600px) {
    .gk-wb-pagewidth {
        max-width: 1440px;
    }
}
@media only screen and (min-width: 1860px) {
    .gk-wb-waveline {
        display: none;
    }
}
@media (max-width: 1280px) { 
    .gk-wb-image_wrapper img { 
        width: 80%;
    } 
}
@media (max-width: 720px) { 
    .gk-wb-image_wrapper img { 
        width: 100%;
    } 
}
@media (max-width: 500px) {
    
}
</pre></body></html>