/* DRUPAL */

html {
    font-size: 112.5%;
    line-height: 1.55556em
}

/* NAVBAR & MENU */

.navbar {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.navbar.scrollNav-Off {
    background-color: transparent;
}
.navbar.scrollNav-Off .regular-logo {
    display: none;
}
.navbar.scrollNav-Off .inverted-logo {
    display: initial;
}

.navbar.scrollNav-Off .menu-icon path {
    fill: white;
}
.navbar.scrollNav-On .menu-icon path {
    fill: black;
}

.navbar.scrollNav-Off .top-search-box a i {
    color: white;
}
.navbar.scrollNav-On .top-search-box a i {
    color: #737a96;
}
.navbar.scrollNav-Off .top-search-box a i:hover,
.navbar.scrollNav-On .top-search-box a i:hover {
    color: #4b72f7;
}

.menu-tablet .login-drop-link a:hover,
.menu-desktop-account-section .login-drop-link a:hover {
    text-decoration: none;
    color: #0e506a;
    background-color: transparent;
}

/* CONTAINER */

#container {
    margin-top: 0;
    background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/main-image.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position-x: center;
    background-position-y: -50px;
    background-color: #1a3197;
}
@media screen and (max-width: 1920px) {
    #container {
        background-position-y: -45px;
    }
}
@media screen and (max-width: 1680px) {
    #container {
        background-position-y: -40px;
    }
}
@media screen and (max-width: 1440px) {
    #container {
        background-position-y: -35px;
    }
}
@media screen and (max-width: 1366px) {
    #container {
        background-position-y: -30px;
    }
}
@media screen and (max-width: 1280px) {
    #container {
        background-position-y: -25px;
    }
}
@media screen and (max-width: 1024px) {
    #container {
        background-position-y: -20px;
    }
}
@media screen and (max-width: 960px) {
    #container {
        background-position-y: -20px;
        padding-top: 100px;
    }
}
@media screen and (max-width: 768px) {
    #container {
        background-size: 185vw;
        background-position-x: 97%;
        background-position-y: 0;
        padding-top: 170px;
    }
}
@media screen and (max-width: 480px) {
    #container {
        background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/main-image-520-crop.jpg);
        background-size: 100%;
        background-position-x: 0;
        background-position-y: 0;
        padding-top: 30vw;
    }
}

#container-up {
    margin: 140px auto 40px auto;
}
#container-down,
.container-content {
    max-width: 100% !important;
}
#container-down .container-content > h1,
#container-down .container-content > h2 {
    display: none;
}

/* GENERIC */

.horizontal-line {
    margin: 20px 0;
    border-bottom: 1px solid;
    border-bottom-color: lightgray;
}
.horizontal-line-phone {
    display: none;
}

.vertical-line {
    padding: 0 20px 0 0;
    border-left: 1px solid;
    border-left-color: lightgray;
}

.button-inline {
    padding: 12px 35px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #00c2a9;
    -webkit-transition: .1s ease-in-out 0s;
    -o-transition: .1s ease-in-out 0s;
    -moz-transition: .1s ease-in-out 0s;
    transition: .1s ease-in-out 0s;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.button-inline:hover {
    background-color: #079e88;
}

.button-outlined {
    padding: 12px 35px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 2px rgb(255 255 255);
    -moz-box-shadow: inset 0 0 0 2px rgb(255 255 255);
    box-shadow: inset 0 0 0 2px rgb(255 255 255);
    -webkit-transition: .1s ease-in-out 0s;
    -o-transition: .1s ease-in-out 0s;
    -moz-transition: .1s ease-in-out 0s;
    transition: .1s ease-in-out 0s;
    cursor: pointer;
}
.button-outlined:hover {
    -webkit-box-shadow: inset 0 0 0 2px #1b1361;
    -moz-box-shadow: inset 0 0 0 2px #1b1361;
    box-shadow: inset 0 0 0 2px #1b1361;
    background-color: #1b1361;
}

/* PAGE */

.svg-supported {
    overflow: hidden;
    padding-top: 100px;
}

.header-section > div,
.trusted-section > div,
.diagram-section > div,
.industry-section > div,
.customer-section > div,
.ua-section > div,
.blog-section > div,
.subscribe-section > div {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* SECTION : HEADER */

.header-section > div {
    padding-top: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.homepage-left {
    width: 100%;
    position: relative;
    text-align: center;
}
.homepage-left .news-headline {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #252a86;
}
.homepage-left .news-headline .news-bubble {
    padding: 6px 20px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #02bbff;
}
.homepage-left .news-headline .news-article {
    padding: 6px 20px 6px 10px;
    color: white;
    font-size: 18px;
}
.homepage-left .news-headline .news-article a {
    color: white;
    text-decoration: underline;
}
.homepage-left .title {
    margin-top: 5vh;
    margin-bottom: 0;
    color: white;
    font-size: 80px;
    line-height: 75px;
    letter-spacing: -1px;
    font-weight: 600;
}
.homepage-left .description {
    margin: 30px auto 0 auto;
    color: white;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.5px;
    font-weight: 400;
    max-width: 740px;
}
.homepage-left .buttons {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.homepage-left .buttons a.button-inline {
    margin-right: 20px;
}

.homepage-right {
    width: 40%;
}
.homepage-right img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1280px) {
    .homepage-left .news-headline .news-bubble {
        padding: 6px 16px;
        font-size: 14px;
    }
    .homepage-left .news-headline .news-article {
        padding: 6px 14px 6px 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .header-section {
        text-align: center;
    }
    .homepage-left,
    .homepage-right {
        width: 100%;
    }
    .homepage-left .news-headline {
        display: none;
    }
    .homepage-left .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        max-width: 67%;
        margin: 20px auto;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .homepage-right img {
        width: 80%;
    }
}
@media screen and (max-width: 960px) {
    .header-section > div {
        padding-top: 0px;
    }
    .homepage-left .title {
        font-size: 52px;
        line-height: 52px;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
    .homepage-right img {
        width: 85%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .homepage-right img {
        width: 90%;
    }
}
@media screen and (max-width: 480px) {
    .header-section {
        padding: 0px 5%;
    }
    .homepage-right img {
        width: 100%;
    }
    .homepage-left .buttons a {
        padding: 12px 25px;
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
    }
}
@media screen and (max-width: 480px) {
    .homepage-left .title {
        font-size: 10vw;
        line-height: 10.5vw;
    }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
    .homepage-left .description {
        font-size: 20px;
    }
}
@media screen and (max-width: 320px) {
}

/* SECTION : TRUSTED */

.trusted-section > div {
    padding: 60px 10%;
}
.trusted-section h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 400;
    font-size: 1.0em;
}
.trusted-section .images {
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
    font-weight: 500;
    opacity: 1;
}
.trusted-section .images .company-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 15%;
    height: 100%;
    margin: 0 2% 0 0;
}
.trusted-section .images .company-logo:nth-child(6n) {
    margin: 0;
}

.trusted-section .images .company-logo img {
    width: 100%;
    height: 100%;
}
.trusted-section .images .company-logo.netflix img {
    width: 80%;
}

@media screen and (max-width: 960px) {
    .trusted-section .images .company-logo {
        width: 30%;
        margin: 0 2% 2% 0;
    }
    .trusted-section .images .company-logo:nth-child(3n) {
        margin: 0 0 2% 0;
    }
    .trusted-section .images .company-logo:nth-child(n+4) {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
    .trusted-section .images {
        padding: 0 10%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .trusted-section .images {
        padding: 0 5%;
    }
}
@media screen and (max-width: 480px) {
    .trusted-section .images {
        padding: 0;
    }
}

/* SECTION : DIAGRAM */

.diagram-section {
    background-color: #fafafb;
}

.diagram-section > div {
    padding: 250px 0 100px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.diagram-section .diagram-left {
    width: 50%;
    z-index: 1;
}
.diagram-section .diagram-left .sub-title {
    margin: 0;
    padding: 4px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #407BFF;
    background-color: #edf1fe;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -9px;
}
.diagram-section .diagram-left .title {
    margin-top: 20px;
    margin-bottom: 0;
    color: black;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}
.diagram-section .diagram-left .description-1 {
    margin-top: 26px;
    margin-bottom: 0;
    color: #737a96;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.diagram-section .diagram-left .description-2 {
    margin-top: 10px;
    margin-bottom: 0;
    color: #737a96;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.diagram-section .diagram-left .accordion {
    width: 50%;
    margin-top: 30px;
}

.diagram-section .diagram-left .accordion details {
    padding: 10px 10px 10px 0;
    list-style: none;
}

.diagram-section .diagram-left .accordion details summary {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    border-bottom: 2px solid #e9e9e9;
    cursor: pointer;
}
.diagram-section .diagram-left .accordion details[open] summary {
    color: #4b72f7;
}

.diagram-section .diagram-left .accordion details summary::marker {
    content: "";
    white-space: pre;
    padding: 10px;
    font-weight: 800;
}
.diagram-section .diagram-left .accordion details[open] summary::marker {
    content: "";
    white-space: pre;
    padding: 10px;
    color: #4b72f7;
    font-weight: 800;
}

.diagram-section .diagram-left .accordion details summary:after {
    content: "";
    background-image: url(/sites/deviceatlas.com/themes/brewdock/images/icons/accordion-down.svg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    display: inline-block;
    /*size of your image*/
    height: 25px;
    width:25px;
    /*if you want to change the position you can use margins or:*/
    position: absolute;
    top: 0;
    right: 0;
}
.diagram-section .diagram-left .accordion details[open] summary:after {
    background-image: url(/sites/deviceatlas.com/themes/brewdock/images/icons/accordion-up.svg);
}

.diagram-section .diagram-left .accordion details p {
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 14px;
}

.diagram-section .diagram-right {
    width: 50%;
}
.diagram-section .diagram-right .images {
    position: relative;
    width: 100%;
    height: 600px;
}
.diagram-section .diagram-right .images .diagram-image {
    width: 950px;
    height: 950px;
    position: absolute;
    top: -180px;
    left: -200px;
}
.diagram-section .diagram-right .images .diagram-image .diagram-link {
    display: block;
    width: 90px;
    height: 30px;
}

/*.diagram-section .diagram-right .images .diagram-image.diagram-mobile,*/
.diagram-section .diagram-right .images .diagram-image.diagram-watch,
.diagram-section .diagram-right .images .diagram-image.diagram-desktop {
    display: none;
}
.diagram-section .diagram-right .images .diagram-image.diagram-mobile {
    background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/diagram-mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.diagram-section .diagram-right .images .diagram-image.diagram-mobile .diagram-link  {
    position: relative;
    top: 50.5%;
    left: 69.5%;
}
.diagram-section .diagram-right .images .diagram-image.diagram-watch {
    background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/diagram-watch.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.diagram-section .diagram-right .images .diagram-image.diagram-watch .diagram-link  {
    position: relative;
    top: 45.5%;
    left: 71.5%;
}
.diagram-section .diagram-right .images .diagram-image.diagram-desktop {
    background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/diagram-desktop.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.diagram-section .diagram-right .images .diagram-image.diagram-desktop .diagram-link  {
    position: relative;
    top: 55%;
    left: 64.5%;
}

.diagram-section .diagram-right .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.diagram-section .diagram-right .buttons #diagram_arrow_left,
.diagram-section .diagram-right .buttons #diagram_arrow_right {
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
    .diagram-section > div {
        position: relative;
        padding: 150px 0 50px 0;
    }
    .diagram-section .diagram-left,
    .diagram-section .diagram-right {
        width: 100%;
    }
    .diagram-section .diagram-left .accordion {
        margin-top: 1100px;
    }
    .diagram-section .diagram-right {
        height: 1000px;
        position: absolute;
        top: 400px;
        left: 0;
    }
    .diagram-section .diagram-right .images {
        height: 100%;
    }
    .diagram-section .diagram-right .images .diagram-image {
        width: 100%;
        height: 100%;
        top: initial;
        left: initial;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-mobile {
        background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/diagram-mobile-small.svg);
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-watch {
        background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/diagram-watch-small.svg);
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-desktop {
        background-image: url(/sites/deviceatlas.com/themes/brewdock/images/static-pages/home/diagram-desktop-small.svg);
    }

    .diagram-section .diagram-right .buttons {
        margin-top: -240px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .diagram-section .diagram-right .images .diagram-image.diagram-mobile .diagram-link  {
        top: 65%;
        left: 60.5%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-watch .diagram-link  {
        top: 59.5%;
        left: 61.5%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-desktop .diagram-link  {
        top: 69%;
        left: 56%;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .diagram-section .diagram-right .images .diagram-image.diagram-mobile .diagram-link  {
        top: 65%;
        left: 63%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-watch .diagram-link  {
        top: 59.5%;
        left: 64.5%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-desktop .diagram-link  {
        top: 69%;
        left: 57.5%;
    }
}
@media screen and (min-width: 869px) and (max-width: 960px) {
    .diagram-section .diagram-right .images .diagram-image.diagram-mobile .diagram-link  {
        top: 65%;
        left: 65%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-watch .diagram-link  {
        top: 59.5%;
        left: 66%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-desktop .diagram-link  {
        top: 69%;
        left: 59%;
    }
}
@media screen and (max-width: 868px) {
    .diagram-section .diagram-left .accordion {
        width: 100%;
    }
}
@media screen and (min-width: 481px) and (max-width: 868px) {
    .diagram-section .diagram-left .accordion {
        margin-top: 900px;
    }
    .diagram-section .diagram-right {
        height: 800px;
        top: 500px;
    }
    .diagram-section .diagram-right .images .diagram-image .diagram-link {
        width: 70px;
        height: 25px;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-mobile .diagram-link  {
        top: 64%;
        left: 65%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-watch .diagram-link  {
        top: 58%;
        left: 66%;
    }
    .diagram-section .diagram-right .images .diagram-image.diagram-desktop .diagram-link  {
        top: 68%;
        left: 59%;
    }
    .diagram-section .diagram-right .buttons {
        margin-top: -190px;
    }
}
@media screen and (max-width: 480px) {
    .diagram-section > div {
        padding: 70px 0;
    }
    .diagram-section .diagram-left .accordion {
        margin-top: 220%;
    }
    .diagram-section .diagram-right {
        height: 140vw;
        top: 44%;
    }
    .diagram-section .diagram-right .images .diagram-image .diagram-link {
        display: none;
    }
    .diagram-section .diagram-right .buttons {
        margin-top: -110px;
    }
    .diagram-section .diagram-right .buttons #diagram_arrow_left,
    .diagram-section .diagram-right .buttons #diagram_arrow_right {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 320px) {
    .diagram-section .diagram-left .accordion {
        margin-top: 530px;
    }
    .diagram-section .diagram-right {
        top: 650px;
    }
}

/* SECTION : INDUSTRY */

.industry-section {
    background-color: #fafafb;
}

.industry-section > div {
    padding: 60px 0;
}
.industry-section > div > div.text {
    text-align: center;
    margin-bottom: 60px;
}

.industry-section .text h1 {
    margin: 0;
    color: #4977f6;
    font-size: 50px;
    line-height: 66px;
    font-weight: 800;
}
.industry-section .text h3 {
    margin: 0;
    color: #407BFF;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -1px;
    font-weight: 600;
}
.industry-section .text p {
    margin: 0 auto;
    margin-top: 20px;
    color: #737a96;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 500;
    max-width: 90%;
}

.industry-section .cards {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.industry-section .cards .card {
    width: 30.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    -o-transition: -o-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
@media screen and (min-width: 1281px) {
    .industry-section .cards .card:nth-child(4n) {
        /*margin-right: 0;*/
    }
}

.industry-section .cards .card:hover {
    text-decoration: none;
    -webkit-box-shadow: 28px 28px 25px -18px rgb(0 0 0 / 20%);
    -moz-box-shadow: 28px 28px 25px -18px rgb(0 0 0 / 20%);
    box-shadow: 28px 28px 25px -18px rgb(0 0 0 / 20%);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.industry-section .cards .card .image {
    margin-right: 10px;
}
.industry-section .cards .card .image img {
    width: 84px;
    height: 84px;
}
.industry-section .cards .card h3 {
    max-width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2c2c51;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}
.industry-section .cards .card p {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #737a96;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    height: 70px;
}
.industry-section .cards .card u {
    width: 100%;
    color: #737a96;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .industry-section .cards .card p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .industry-section .cards .card {
        width: 32%;
    }
    .industry-section .cards .card:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .industry-section .cards .card {
        width: 32%;
    }
    .industry-section .cards .card:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 960px) {
    .industry-section .text {
        text-align: center;
    }
    .industry-section .cards {
        margin-top: 60px;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
    .industry-section .cards .card {
        width: 49%;
    }
    .industry-section .cards .card:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .industry-section .cards .card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
        padding: 40px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}

/* SECTION : CUSTOMERS */

.customer-section {
    background: -o-linear-gradient(105deg, white 0%, white 50%, #fafafb 50%, #fafafb 100%);
    background: -webkit-linear-gradient(105deg, white 0%, white 50%, #fafafb 50%, #fafafb 100%);
    background: -moz-linear-gradient(105deg, white 0%, white 50%, #fafafb 50%, #fafafb 100%);
    background: linear-gradient(-15deg, white 0%, white 50%, #fafafb 50%, #fafafb 100%);
}

.customer-section > div {
    padding: 120px 0 180px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.customer-left,
.customer-right {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.customer-left img,
.customer-right img {
    width: 100%;
    height: 100%;
}

.customer-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 60%;
}
.customer-center > p {
    margin: 0;
    padding: 4px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #407BFF;
    background-color: #edf1fe;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.customer-center > h2 {
    margin: 3% 0 0 0;
    color: #373737;
    font-size: 52px;
    line-height: 62px;
    font-weight: 800;
}
.customer-center .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-top: 4%;
    max-width: 100%;
}
.customer-center .footer p {
    margin: 0;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    font-weight: 500;
}
.customer-center .footer p a {
    color: #737a96;
    text-decoration: underline;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .customer-section > div {
        padding: 100px 2% 60px 2%;
    }
    .customer-center > h2 {
        font-size: 38px;
        line-height: 48px;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .customer-section > div {
        padding: 80px 2% 40px 2%;
    }
    .customer-center > h2 {
        font-size: 34px;
        line-height: 44px;
    }
}
@media screen and (max-width: 960px) {
    .customer-section {
        display: none;
    }
}

/* SECTION : USER-AGENT */

.diagonal-background-container {
    position: relative;
    background: white;
}

.diagonal-background {
    width: 100%;
    height: 1100px;
    position: absolute;
    background-color: #fafafb;
    background-image: -o-linear-gradient(280.8deg, white 0%, white 25%, transparent 25%, transparent 100%), -o-linear-gradient(77.4deg, white 0%, white 30%, transparent 30%, transparent 100%);
    background-image: -webkit-linear-gradient(280.8deg, white 0%, white 25%, transparent 25%, transparent 100%), -webkit-linear-gradient(77.4deg, white 0%, white 30%, transparent 30%, transparent 100%);
    background-image: -moz-linear-gradient(280.8deg, white 0%, white 25%, transparent 25%, transparent 100%), -moz-linear-gradient(77.4deg, white 0%, white 30%, transparent 30%, transparent 100%);
    background-image: linear-gradient(.47turn, white 0%, white 25%, transparent 25%, transparent 100%), linear-gradient(.035turn, white 0%, white 30%, transparent 30%, transparent 100%);
}

.ua-section {
    position: relative;
    background: transparent;
}
.ua-section > div {
    padding: 120px 0;
}
.ua-section .ua-section-container {
    width: 100%;
    margin: 0 auto;
}
.ua-section .ua-section-container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ua-section .button-inline {
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.ua-section .ua-section-container .ua-left {
    width: 50%;
}
.ua-section .ua-section-container .ua-left h5 {
    margin: 0;
    padding: 4px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #407BFF;
    background-color: #edf1fe;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -8px;
}
.ua-section .ua-section-container .ua-left h2 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #373737;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 800;
}
.ua-section .ua-section-container .ua-left .description-1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.ua-section .ua-section-container .ua-left .description-2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.ua-section .ua-section-container .ua-right {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.ua-section .ua-section-container .ua-right .graphic {
    width: 100%;
    position: relative;
}
#ring1 {
    position: absolute;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    width: 500px;
    height: 500px;
    top: -30px;
    left: 0px;
    border: 2px solid rgba(0, 0, 0, 0.05);
}
#ring2 {
    position: absolute;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    width: 600px;
    height: 600px;
    top: -80px;
    left: -50px;
    border: 2px solid rgba(0, 0, 0, 0.04);
}
#ring3 {
    position: absolute;
    -webkit-border-radius: 350px;
    -moz-border-radius: 350px;
    border-radius: 350px;
    width: 700px;
    height: 700px;
    top: -130px;
    left: -100px;
    border: 2px solid rgba(0, 0, 0, 0.03);
}
#ring4 {
    position: absolute;
    -webkit-border-radius: 425px;
    -moz-border-radius: 425px;
    border-radius: 425px;
    width: 850px;
    height: 850px;
    top: -200px;
    left: -170px;
    border: 2px solid rgba(0, 0, 0, 0.02);
}

.user-agent,
.browser-version,
.browser-name,
.os-name,
.os-version,
.device-info {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user-agent,
.device-info {
    background-color: white;
}

.browser-version,
.browser-name,
.os-name,
.os-version {
    background-color: #407BFF;
}

.user-agent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    justify-content: start;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 450px;
    height: 450px;
    padding: 80px;
    top: -50px;
    left: 240px;
}
.user-agent p {
    color: #373737;
}
.user-agent p:first-child {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
.user-agent p:not(:first-child) {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
}
.user-agent p:last-child {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.browser-version {
    width: 140px;
    height: 140px;
    padding: 20px;
    top: -40px;
    left: 70px;
    font-weight: 600;
    text-align: center;
}
.browser-version p:first-child {
    margin: 0;
    color: #a7c2fc;
    font-size: 14px;
    line-height: 14px;
}
.browser-version p:last-child {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.browser-name {
    width: 200px;
    height: 200px;
    padding: 20px;
    top: 70px;
    left: 90px;
    font-weight: 600;
    text-align: center;
}
.browser-name p:first-child {
    margin: 0;
    color: #a7c2fc;
    font-size: 16px;
    line-height: 16px;
}
.browser-name p:last-child {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

.os-name {
    width: 180px;
    height: 180px;
    padding: 20px;
    top: 270px;
    left: 155px;
    font-weight: 600;
    text-align: center;
}
.os-name p:first-child {
    margin: 0;
    color: #a7c2fc;
    font-size: 16px;
    line-height: 16px;
    z-index: 10;
}
.os-name p:last-child {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    z-index: 11;
}

.os-version {
    width: 140px;
    height: 140px;
    padding: 20px;
    top: 350px;
    left: 300px;
    font-weight: 600;
    text-align: center;
}
.os-version p:first-child {
    margin: 0;
    color: #a7c2fc;
    font-size: 16px;
    line-height: 16px;
}
.os-version p:last-child {
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.device-info {
    width: 240px;
    height: 240px;
    padding: 52px;
    top: 350px;
    left: 0;
    text-align: center;
}
.device-info p {
    margin: 0;
    color: #373737;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.arrow img {
    width: 222px;
    height: 224px;
    position: absolute;
    top: 205px;
    left: -12px;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
}

@media screen and (min-width: 1367px) and (max-width: 1440px) {
    .ua-section .ua-section-container .ua-right .graphic {
        left: -2%;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
    .ua-section .ua-section-container .ua-right .graphic {
        left: -10%;
    }
}
@media screen and (max-width: 1280px) {
    .diagonal-background {
        height: 2100px;
    }
    .ua-section > div {
        padding: 120px 0 80px 0;
    }
    .ua-section .ua-section-container .ua-left,
    .ua-section .ua-section-container .ua-right {
        width: 100%;
    }
    .ua-section .ua-section-container .ua-right {
        height: 700px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .ua-section .ua-section-container .ua-right .graphic {
        top: 15%;
        left: 15%;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .ua-section .ua-section-container .ua-right .graphic {
        top: 15%;
        left: 10%;
    }
}
@media screen and (max-width: 960px) {
    .ua-section {
        padding: 0;
    }
    .ua-section > div {
        padding: 100px 0 60px 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
    .ua-section .ua-section-container .ua-right .graphic {
        top: 15%;
        left: 2%;
    }
}
@media screen and (max-width: 768px) {
    .diagonal-background {
        height: 2400px;
    }
    .ua-section .ua-section-container .ua-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .ua-section .ua-section-container .ua-right .graphic {
        width: 430px;
        top: unset;
        left: unset;
        margin-top: 50px;
    }
    .user-agent {
        top: 630px;
        left: 20px;
        width: 400px;
        height: 400px;
        padding: 70px;
    }
    .device-info {
        top: 0px;
        left: 100px;
    }
    .browser-version {
        top: 190px;
    }
    .browser-name {
        top: 260px;
        left: 160px;
    }
    .os-name {
        top: 420px;
        left: 70px;
    }
    .os-version {
        top: 510px;
        left: 220px;
    }
    .arrow img {
        width: 150px;
        height: 150px;
        -webkit-transform: rotate(155deg);
        -ms-transform: rotate(155deg);
        -moz-transform: rotate(155deg);
        -o-transform: rotate(155deg);
        transform: rotate(155deg);
        top: 140px;
        left: 220px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .ua-section .ua-section-container .ua-right {
        height: 1100px;
    }
}
@media screen and (max-width: 480px) {
    .ua-section > div {
        padding: 70px 0;
    }
    .ua-section .ua-section-container .ua-right {
        height: 1000px;
    }
    .user-agent {
        top: 630px;
        left: 70px;
        width: 300px;
        height: 300px;
        padding: 50px;
    }
    .user-agent p:nth-child(n+3) {
        display: none;
    }
    .user-agent:after {
        content: '...';
    }
    .ua-section .button-inline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
    .ua-section .ua-section-container .ua-left h2 {
        font-size: 34px;
        line-height: 44px;
        letter-spacing: -2px;
    }
}
@media screen and (max-width: 320px) {
    .ua-section .ua-section-container .ua-left h2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -2px;
    }
}

/* SECTION : BLOG */

.blog-section {
    position: relative;
    background: transparent;
}

.blog-section > div {
    padding: 80px 0 0 0;
}
.blog-section .article .category {
    padding: 4px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #407BFF;
    background-color: #edf1fe;
    text-transform: uppercase;
    margin-left: -9px;
}
.blog-section .article .title {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-weight: 600;
}
.blog-section .article .title a {
    color: #373737;
    font-size: 24px;
    font-weight: 600;
}
.blog-section .article .description {
    margin: 10px 0 6px 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #737a96;
}
.blog-section .article .description a {
    color: #737a96;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: underline;
}
.blog-section .article .author,
.blog-section .article .author a {
    color: #373737;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.blog-section .article .created {
    color: #737a96;
    font-size: 14px;
    font-weight: 400;
}

.blog-section .device-research {
    padding: 100px 5% 0 0;
}
.blog-section .device-research h1 {
    margin: 0;
    color: #373737;
    font-size: 50px;
    font-weight: 600;
}
.blog-section .device-research .subsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.blog-section .device-research .subtitle {
    margin: 0;
    color: #737a96;
    font-size: 15px;
    font-weight: 500;
}
.blog-section .device-research .subtitle a {
    color: #737a96;
    font-size: 17px;
    font-weight: 600;
    text-decoration: underline;
}
.blog-section .device-research .view-blog {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #4977f6;
    background-color: #eef1fe;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blog-section .device-research .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}
.blog-section .device-research .blog-with-img {
    max-width: 95%;
    max-height: 500px;
    display: block;
    margin-bottom: 16px;
    -webkit-border-radius: 1%;
    -moz-border-radius: 1%;
    border-radius: 1%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.blog-section .device-research .articles-left {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blog-section .device-research .articles-right {
    width: 40%;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
    .blog-section > div {
        padding: 0;
    }
    .blog-section .device-research .subsection {
        margin-top: 10px;
    }
    .blog-section .device-research .subsection .view-blog {
        display: none;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
    .blog-section .device-research {
        padding: 100px 0 0 0;
    }
    .blog-section .device-research .articles .articles-left,
    .blog-section .device-research .articles .articles-right {
        width: 100%;
        padding: 0;
    }
    .blog-section .device-research .articles-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .blog-section .device-research .articles-right .article {
        width: 48.5%;
        margin-top: 3%;
        margin-right: 3%;
        padding: 3%;
        background-color: #f7f7fb;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .blog-section .device-research .articles-right .article.odd {
        margin-right: 0;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .blog-section .device-research .articles-right {
        margin-top: 30px;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .blog-section .device-research .articles-right .article {
        width: 100%;
        margin-top: 5%;
        padding: 5%;
        background-color: #f7f7fb;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 480px) {
    .blog-section .device-research h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .blog-section .device-research .articles .articles-left .article .blog-with-img {
        height: 200px;
    }
    .blog-section .device-research .articles .articles-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
    .blog-section .device-research .articles .articles-right .article {
        width: 100%;
    }
    .horizontal-line-phone {
        display: inherit !important;
    }
}

/* SECTION : SUBSCRIBE */

.subscribe-section {
    background-color: white;
}

.subscribe-section > div {
    padding: 140px 3% 140px 0;
}
.subscribe-section-container {
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #edf1fe;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-section .subscribe-text {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    color: #527df6;
    z-index: 1;
}
.subscribe-section .subscribe-text h2 {
    margin: 0;
    color: #4977f6;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -3px;
    font-weight: 800;
}
.subscribe-section .subscribe-text p {
    margin-top: 8px;
    margin-bottom: 0;
    color: #373737;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    font-weight: 500;
}

.subscribe-section .subscribe-img {
    width: 10%;
    position: relative;
}
.subscribe-section .subscribe-img img {
    width: 350px;
    height: 350px;
    position: absolute;
    top: -140px;
    left: -190px;
}

.subscribe-section .subscribe-form {
    width: 65%;
    margin-top: 20px;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
    .subscribe-section .subscribe-text {
        width: 100%;
        padding: 0;
    }
    .subscribe-section .subscribe-img {
        width: 100%;
        padding: 0;
    }
    .subscribe-section .subscribe-form {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .subscribe-section .subscribe-img img {
        width: 350px;
        height: 350px;
        top: -200px;
        left: 530px;
    }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
    .subscribe-section > div {
        padding: 140px 0;
    }
    .subscribe-section .subscribe-img img {
        width: 350px;
        height: 350px;
        top: -200px;
        left: 450px;
    }
}
@media screen and (max-width: 960px) {
    .subscribe-section > div {
        padding: 120px 0 140px 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
    .subscribe-section .subscribe-img img {
        width: 350px;
        height: 350px;
        top: -220px;
        left: 330px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
    .subscribe-section .subscribe-img img {
        width: 250px;
        height: 250px;
        top: -170px;
        left: 150px;
    }
}
@media screen and (max-width: 480px) {
    .subscribe-section .subscribe-img img {
        width: 250px;
        height: 250px;
        top: -200px;
        left: 10%;
    }
}

/* Hubspot form */

.hs-form {
    position: relative;
}
.hs-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hs-form ul,
.hs-form ul li {
    margin: 0;
}
.hs-form fieldset {
    margin: 0 0 10px 0 !important;
}
.hs-form label {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    color: #737a96;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.no-list {
    list-style: none;
}
.inputs-list {
    width: 100%;
    margin: 0 0 5px;
    padding-left: 5px;
}
.inputs-list > li {
    width: 100%;
    padding: 0;
    display: block;
}

.form-columns-1 {
    max-width: 100% !important;
}
.form-columns-1 .hs-input[type="checkbox"],
.form-columns-1 .hs-input[type="radio"] {
    cursor: pointer;
    width: auto;
    height: auto;
    margin: 3px 5px 3px 0;
    padding: 0;
}

.form-columns-3 {
    max-width: 100% !important;
}
.form-columns-3 input {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
}

.hs-submit .actions {
    margin: 2px 0 0 0;
    padding: 0;
}
.hs-submit .actions input {
    width: 100%;
    margin: 0;
    padding: 8px 26px;
    font-size: 16px;
    font-weight: 600;
    text-transform: initial;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    background-color: #4977f6;
}
.hs-submit .actions input::-webkit-input-placeholder {
    opacity: 1;
    color: #a0a0a0;
    font-size: 13px;
}
.hs-submit .actions input:-moz-placeholder {
    opacity: 1;
    color: #a0a0a0;
    font-size: 13px;
}
.hs-submit .actions input::-moz-placeholder {
    opacity: 1;
    color: #a0a0a0;
    font-size: 13px;
}
.hs-submit .actions input:-ms-input-placeholder {
    opacity: 1;
    color: #a0a0a0;
    font-size: 13px;
}
.hs-submit .actions input::-ms-input-placeholder {
    opacity: 1;
    color: #a0a0a0;
    font-size: 13px;
}
.hs-submit .actions input::placeholder {
    opacity: 1;
    color: #a0a0a0;
    font-size: 13px;
}

.hs-error-msgs label {
    color: #f2545b;
}

@media screen and (min-width: 769px) {
    .form-columns-3 {
        width: -webkit-calc(100% - 126px);
        width: -moz-calc(100% - 126px);
        width: calc(100% - 126px);
        position: relative;
        top: 0;
        left: 0;
    }
    .hs-submit {
        position: absolute;
        top: -2px;
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .form-columns-3 {
        width: 100%;
    }
    .form-columns-3 .hs-form-field {
        width: 100% !important;
        margin-top: 10px;
    }
    .form-columns-3 .input {
        margin: 0 !important;
    }
    .form-columns-3 .input input {
        width: 100% !important;
    }
}

/* RESPONSIVE */

@media screen and (min-width: 2561px) {
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {  /* tv */
}
@media screen and (min-width: 1681px) and (max-width: 1920px) {  /* desktop */
}
@media screen and (min-width: 1441px) and (max-width: 1680px) {
}
@media screen and (min-width: 1367px) and (max-width: 1440px) {
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
}
@media screen and (min-width: 961px) and (max-width: 1024px) {  /* tablet */
}
@media screen and (min-width: 769px) and (max-width: 960px) {
}
@media screen and (min-width: 481px) and (max-width: 768px) {
}
@media screen and (min-width: 321px) and (max-width: 480px) {  /* phone */
}
@media screen and (max-width: 320px) {
}
