* {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
  
html, body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #3E3E3E;
}

h1, h2, h3, h4, p, a, li, span {
    font-family: 'Open Sans', sans-serif;
}

/* GRAPE JS */
.horizontal-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

video {
    width: 100%;
}

/* ========= */
  
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.content .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1040px;
}

.content .inner > label {
    margin-top: 60px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.content .inner > label.category {
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
    color: white;
    padding: .5em;
    border-radius: 10px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content .inner > label:first-letter {
    text-transform: capitalize;
}

.content .inner > h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #3E3E3E;
    margin: 48px 0;
    max-width: 992px;
}

.content .inner > h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    color: #5F6368;
    margin: 0 0 40px 0;
    max-width: 800px;
}

.content .inner .author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .inner .author .author-thumb {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    background: linear-gradient(134.71deg, rgba(0, 176, 255, 0.977355) -0.5%, #861FFC 76.33%, #861FFC 98.45%);
}

.content .inner .author .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.content .inner .author p  {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    color: #3E3E3E;
    margin: 16px 0 0 0;
}

.content .inner > img {
    width: 880px;
    margin: 40px 0 20px 0;
    border-radius: 4px;
}

.content .inner .tags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 880px;
}

.content .inner .tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.content .inner .tags ul li {
    padding: 4px 20px;
    background-color: #169FF2;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
}

.content .inner .tags label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    text-align: right;
    color: #979797;
    flex: 0 0 80px;
} 

.content .inner .text {
    margin-top: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    color: #3E3E3E;
    width: 100%;
    max-width: 800px;
}

.content .inner .text h2 {
    color: #169FF2;
    margin: 40px 0 20px 0;
}

.content .inner .text h3 {
    margin: 40px 0 0 0;
    color: #3E3E3E;
    font-size: 17px;
    font-family: Open Sans;
    font-weight: 700;
}

.content .inner .text p {
    word-wrap: break-word;
    font-weight: 400;
    line-height: normal;
}

.content .inner .text a {
    text-decoration: underline;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #169FF2;
}

.content .inner img {
    max-width: 100%;
}

.content .inner .text iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 10px;
}

.content .inner .text ul li,
.content .inner .editor ul li  {
    position: relative;
    list-style: none;
    /* line-height: 36px; */
    font-weight: 400;
}

.content .inner .text ul li > p
.content .inner .editor ul li > p {
    line-height: initial;
}

.content .inner .text ul li:before,
.content .inner .editor ul li:before {
    position: absolute;
    display: flex;
    content: " ";
    background: url(/assets/images/list-bullet-check.svg) no-repeat;
    width: 18px;
    height: 18px;
    left: -40px;
    top: 4px;
}

.content .inner .text .bnl ul li:before {
    top: 4px;
}

.content .inner .share {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 60px 0;
}

.content .inner .share p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
}

.content .share .socials > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.content .share .socials > div .button {
    width: 32px;
    height: 32px;
    background: #169FF2;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    padding: 0;
}

.content .share .socials > div .button.wa {
    display: none;;
}

.content .share .socials > div .button svg {
    width: 16px;
}

.content .magenta-video {
    margin-top: 48px;
    position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    border-radius: 10px;
}

.content .magenta-video iframe {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.content .magenta-video a {
    display: block;
    position: relative;
}

.content .magenta-video img{
    margin: 40px 0 20px 0;
    border-radius: 4px;
    width: 100%;
    max-width: 880px;
}

.content .inner i {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
    left: 50%;
    top: 50%;
    background: rgba(22, 159, 242, 0.80);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: -30px 0 0 -30px;

}

.content .inner i > svg {
    width: 24px;
    position: relative;
    left: 1px;
}

.overview-button {
    height: 44px;
    display: flex;
    flex-direction: revert;
    justify-content: center;
    border: 1px solid;
    align-items: center;
    text-decoration: none;
    padding: 0 60px;
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #169FF2;
    border: 1px solid #169FF2;
    margin-bottom: 80px;
    transition: color .25s, background .25s ease-out;
}

.overview-button:hover {
    background: #169FF2;
    color: #fff;
}

.card.download {
    width: 100%;
    max-width: 920px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.25);
    margin: 60px 0 80px 0;
    box-sizing: border-box;
    padding: 48px 80px;
    position: relative;
    overflow: hidden;
}

.download form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    margin: 0;
}

.download form .fill {
    grid-column: auto / span 2;
}

.download form input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    background: #fbfbfc;
    border: 1px solid #169FF2;
    padding: 0 0 0 8px;
    box-sizing: border-box;
    color: #5F6368;
    line-height: 24px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
    outline: 0;
    height: 44px;
    width: 100%;
    caret-color: var(--primary );
    user-select: none;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
}

.download form .terms {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 16px 0 0 0;
}

.download form .terms .checkbox {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 4px 0 0 0;
}

.download form .terms .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 16px;
    width: 16px;
    left: -3px;
    top: -2px;
    z-index: 1;
}

.download form .terms .checkbox input ~ .checkmark {
    border-radius: 4px;
    background-color: #169FF2;
}

.download form .terms .checkbox input:checked ~ .checkmark::before {
    display: none;
}

.checkbox .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.download form .terms .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid transparent;
    transition: background-color .25s ease;
    border: 1px solid #169FF2;
}

.download form .terms .checkmark::before {
    position: absolute;
    content:  ' ';
    background: #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 4px;
}

.download form .terms p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding: 0 0 0 6px;
    margin: 0;
    text-align: left;
}

.download form .terms p a {
    text-decoration: none;
    font-weight: 700;
    color: #169FF2;
}

.download form .btn-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 32px 0 0 0;
}

.download form .btn-row .button,
.download .sent .button {
    width: 424px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 176, 255, 0.98) 0%, #861FFC 77.65%, #861FFC 100%);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: none;
    padding: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}

.download .sent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
    justify-content: center;
    align-items: center;
    display: none;
}

.download .show {
    display: flex;
}

.download .sent h2 {    
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    max-width: 600px;
}

.download .sent h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 40px 0;
}


.download form input::placeholder {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: rgba(107, 107, 107, 0.45);
}

.blog-img{
    display: flex;
}

.blog-img img{
    width: 49%;
    height: 49%;
}

.blog-img img:nth-of-type(1){
    margin-right: 16px;
}

.local-video video{
    border-radius: 5px;
}

.customer-case-img img{
    width: 100%;
    margin: 40px 0 20px 0;
}

.local-spacing, .text > ul {
    margin: 40px 0;

    list-style-image: url('data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IDEwMCU7IGhlaWdodDogMTAwJTsgbWF4LXdpZHRoOiAxOHB4OyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0LjQzOCAwSDMuNTYxOTVDMi42MTcyIDAgMS43MTEyIDAuMzc1Mjc5IDEuMDQzMzcgMS4wNDMzN0MwLjM3NTI3NCAxLjcxMTI2IDAgMi42MTcyIDAgMy41NjE5NVYxNC40MzhDMC4wMDAwMjI4IDE1LjM4MjggMC4zNzUyNzkgMTYuMjg4IDEuMDQzMzcgMTYuOTU2NkMxLjcxMTI2IDE3LjYyNDcgMi42MTcyIDE4IDMuNTYxOTUgMThoMTAuODc2QzE1LjM4MjggMTggMTYuMjg4IDE3LjYyNDcgMTYuOTU2NiAxNi45NTY2QzE3LjYyNDcgMTYuMjg3IDE4IDE1LjM4MjggMTggMTQuNDM4VjMuNTYxOTVDMTggMi42MTcyIDE3LjYyNDcgMS43MTEyIDE2Ljk1NjYgMS4wNDMzN0MxNi4yODg3IDAuMzc1MjczIDE1LjM4MjggMCAxNC40MzggME0xMy43Mzk5IDUuOTQ2MDhMOS40NTM2NSAxMi45MjcyQzkuMjI2MjcgMTMuMDk5NCA5LjAxODY5IDEzLjIwMDUgNy43OTg2MiAxMy4yMDI3QzcuNTc2NjQgMTMuMjAyOSA3LjM2NzU5IDEzLjA5OTIgNy4yMzMzOCAxMi45MjI0TDQuMjU1NTYgOS4wMzI2M1Y5LjAzMjg0QzQuMDE3MDQgOC43MTkyNiA0LjA3NzQ3IDguMjcxNzEgNC4zOTEwNCA4LjAzMzE2QzQuNzA0NDEgNy43OTQ0MyA1LjE1MjAxIDcuODU1MDYgNS4zOTA3MyA4LjE2ODQzTDcuNzk4NjMgMTEuMzIyMUwxMi42MTQzIDUuMDcyMDFDMTIuODU1OCA0Ljc2MTE5IDEzLjMwMzMgNC43MDQ3OSAxMy42MTQyIDQuOTQ2MjhDMTMuOTI1IDUuMTg3NTYgMTMuOTgxMiA1LjYzNTEyIDEzLjczOTkgNS45NDU5N0wxMy43Mzk5IDUuOTQ2MDhaIiBmaWxsPSIjMTY5RkYyIi8+PC9zdmc+');
    display: flex;
    flex-direction: column;
    gap: 20px
}

.local-spacing li, .local-spacing li p {
    margin: 0;
}

.local-spacing li, .text > ul li  {
    padding-left: .5rem;
}

.local-video {
    margin: 20px 0;
}

.quotation{
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 75px 0;
    padding-bottom: 70px;
}

.quotation::before {
    top: 120px;
    position: absolute;
    content: ' ';
    left: min(0px, calc( (1040px - 400vw) / 2 ));
    right: min(0px, calc( (1040px - 400vw) / 2 ));
    bottom: 0;
    background: var(--2, linear-gradient(135deg, rgba(0, 176, 255, 0.98) -0.5%, #861FFC 76.33%, #861FFC 98.45%));
    z-index: -1;
}

.quote-thumb {
    width: 260px;
    height: 260px;
    border-radius: 260px;
    border: 5px solid #FFF;
    overflow: hidden;
    box-sizing: border-box;
}

.quote-thumb img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.content .inner .text .quotation h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.content .inner .quotation h3 {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.quotation h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.quotation h3 {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}


.companies{
    display: flex;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 40px 0 75px 0;
    gap: 15px;

    div.jet-stream img {
        width: 100%;
    }

}

.companies div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 200px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 16px;
    position: relative;
    padding: 0 1em;
    border-radius: 4px;
}

.companies div a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.company-intergration {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 200px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 16px;
    position: relative;
    padding: 1.5 2em;
    border-radius: 4px;
    transition: transform .2s; 

    img {
        width: 100%;
        height: 100%;
        object-fit: scale-down;
    }

    &:hover {
        transform: scale(1.05);
        transition: .2s;
    }
}

.blog { color: #9116F2; }
.case { color: #169FF2; }
.tutorial { color: #FB9403; }
.whitepaper { color: #FF0088; }

/* TUTORIAL POST */

/* VIDEO TUT */
#theater-mode-video {
    background-color: #020202;
    display: none;
    /* width: 100%; */

    .video {
        width: 100%;
        height: 56.25vw;
        max-height: calc(100vh - 172px);
        position: relative;

        iframe {
            position: absolute;
            width: 100%;
            height: 100%;
        }
    }

    nav {
        height: 60px;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

        .button {
            position: relative;
            color: #ffffff;
            padding: 0 12px;
            border-radius: 8px;
            border: 1px solid #fff;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 8px;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Open Sans';
            cursor: pointer;
            height: 32px;
            text-decoration: none;
            transition: background-color .25s ease-in-out;

            &:hover {
                background-color: rgba(255, 255, 255, .30);
            }
        }
    }

    &.show {
        display: block;
        margin-top: 15px;
    }
}

.youtube.theater-btn {
    position: relative;
    max-width: 800px;
    width: 100%;

    .video {
        width: inherit;
        height: inherit;
        aspect-ratio: 3 / 2;

        height: 0;
        padding-top: 56.25%;
        position: relative;
        background: #000000;
        border-radius: 10px;

        > iframe {
            position: absolute;
            top: 0;
            left: 0;
            border: 5px;
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }

        &::before { 
            content: 'This video is in theater mode';
            color: #fff;
            height: 24px;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 240px;
            top: 50%;
            position: absolute;
            font-family: 'Open Sans';
            left: 50%;
            margin: -12px 0 0 -120px;
            display: none;
        }    
    }

    .button.theater-mode {
        font-weight: 400;
        font-family: 'Open Sans';
        color: var(--primary, #169ff2);
        text-decoration: none;
        padding: 0 12px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 48px;
        font-size: 18px;
        box-sizing: border-box;
        border: 1px solid var(--primary, #169ff2);
        border-radius: 8px;
        width: max-content;
        margin: 28px 0;
        display: flex;
    } 


    &.inMode {
        .video {
            iframe {
                display: none;
            }

         &::before { 
            display: flex;
        }

    }
}
}

.content > .inner > p.documentation {
    width: 100%;
    max-width: 800px;
    font-weight: 600;
    gap: 4px;
    display: flex;
    align-items: center;

    a {
        color: #169ff2;
        text-decoration: none;

        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    svg path {
        stroke: #169FF2;
    }
}

.content .inner .tutorial.share {
    margin: 0;
}

.tutorial.share {
    margin-bottom: 3em;
    border-bottom: .5px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
    max-width: 800px;

    .socials {
        margin: 14px 0;
    }
}

.continue-learning {
    h2 {
        position: relative;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        text-align: center;
        padding-bottom: 16px;
        margin: 80px 0 48px 0;
        color: #3E3E3E;
    }

    h2::after {
        content: ' ';
        position: absolute;
        width: 32px;
        height: 4px;
        left: 50%;
        margin-left: -16px;
        bottom: 0;
        background: #169FF2;
        border-radius: 2px;
    }
}

.next-videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1040px;
    box-sizing: border-box;
    margin-bottom: 5em;

    a.cover {
        margin-bottom: 0;

        .thumbnail {
            margin-bottom: 40px;
        }

        .inner-content {
            > h3 {
                font-size: 17px;
            }

            > p {
                font-size: 15px;
            }
        }
    }
}

@media only screen and (max-width: 1200px) {

    .content {
        padding: 0 36px;
    }

    .content .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1040px;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content .inner .author .author-thumb img {
        width: 100%;
        max-width: 880px;
    }

    .content .inner > img {
        width: 100%;
    }
}

@media only screen and (max-width: 667px) {
    .content .inner {
        box-sizing: border-box;
        padding: 0;
    }

    .content .inner > label {
        margin-top: 44px;
        font-size: 19px;
    }

    .content .inner > img {
        width: 100%;
    }

    .content .inner > h1 {
        font-size: 24px;
        /* max-width: 264px; */
        margin: 28px 0 40px 0;
    }

    .content .inner > h2 {
        font-size: 18px;
        /* max-width: 320px; */
    }

    .content .inner .author p  {
        font-size: 18px;
    }

    .download.card {
        padding: 28px 36px;
        margin: 60px 0 0 0;
    }

    .download form input[type=text] {
        grid-column: auto / span 2;
    }

    .download form .terms .checkbox {
        padding-left: 20px;
    }

    .download form .terms p {
        color: #3E3E3E;
        font-size: 8.5px;
        font-family: Open Sans;
    }

    .download form .btn-row {
        padding: 0;
    }

    .download.card .sent {
        padding: 44px 32px;
        justify-content: center;
    }

    .download .sent h2 {
        color: #3E3E3E;
        font-size: 24px;
        font-weight: 600;
        line-height: initial;
        max-width: 332px;
        margin: 0;
    }

    .download .sent h3 {
        font-size: 18px;
        margin: 52px 0;
    }

    .download .sent .button {
        width: auto;
        align-self: stretch;
    }

    .content .share .socials > div .button.wa {
        display: flex;
    }

    .blog-img{
        flex-direction: column;
    }

    .blog-img img {
        width: 100%;
    }

    .content .inner .text .quotation h2 {
        font-size: 20px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }
    
    .content .inner .text .quotation h3 {
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-top: 16px;
    }

    .content .inner .text .quotation .quote-thumb {
        width: 200px;
        height: 200px;
    }

    #zoom {
        margin-right: 0;
        width: 100%;
        padding: 0;
        border-radius: 4px;
        box-sizing: border-box;

        &.jet-stream img {
            width: 85%;
        }
    }
}