
a {
    cursor: pointer;
    text-decoration: none;
}

body {
    background: #EFEFF2;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.mover-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 76, 173, 0.5);
    z-index: 10;
}

.mobile-navigation-tray {
    width: 270px;
    height: 377px;
    position: fixed;
    z-index: 100;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: row;
}

.close-tray-container {
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 22px;
}

.tray-text-container {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}

.tray-text-container > hr {
    width: 154px;
    background: rgba(31, 32, 65, 0.75);
    opacity: 0.2;
    margin: 24px 0;
    padding: 0;
}

.tray-text-container > a:first-child {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
}

.tray-text-container > a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.5);
}

.tray-text-container > a:last-child {
    margin-top: auto;
}

.tray-text-container > a > button {
    background: #B9D6F2;
    border-radius: 22px;
    height: 34px;
    width: 154px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #004CAD;
    border: none;
}

.top-menu {
    position: fixed;
    height: 70px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    display: flex;
    width: 100vw;
    align-items: center;
    z-index: 99;
}

.links-padding {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex: 1;
}

.links-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    /* Calculated from base template at 1440px*/
}


.home {
    width: 49px;
    height: 24px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */


    /* Dark 75% */
    color: rgba(31, 32, 65, 0.75);
}

.solution {
    width: 120px;
    height: 21px;
	margin-left:28px;
    /* P1 14 desk */

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    color: rgba(31, 32, 65, 0.75);
}

.market {
    width: 120px;
    height: 21px;
	margin-left:28px;
    /* P1 14 desk */

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    /* Dark 50% */
    color: rgba(31, 32, 65, 0.75);
}

.main-logo {
    display: flex;
    width: 165.86px;
    height: 40px;
}

.get-in-touch-container {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.get-in-touch {
    width: 203px;
    height: 34px;
    background: #B9D6F2;
    border-radius: 22px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    color: #004CAD;
    text-align: center;
    border: none;
    cursor: pointer;
}

.hero-container {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.hero-gradient {
    position: absolute;
    width: 50%;
    height: 781px;
    left: 0px;
    top: 1px;
    z-index: 1;
    background: linear-gradient(90deg, #B9D6F2 -2.87%, rgba(185, 214, 242, 0.6) 51.84%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: unset;
}

.hero-color {
    width: 100%;
    background: #004CAD;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-background {
    position: absolute;
    width: 1440px;
    height: 969px;
    max-width: 1440px;
    top: -60px;
    object-fit: contain;
    /*left: calc((100vw - 1440px)/2);*/
}

.hero-man {
    position: absolute;
    width: 100vw;
    max-width: 1440px;
    height: 1000px;
    left: 0;
    top: -184px;
    object-fit: contain;
    z-index: 1;
}

.hero-target-container {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 277px;
    position: absolute;
    z-index: 2;
    margin-left: 96px;
    margin-top: 7px;
    max-width: 1440px;
}

.hero-target {
    height: auto;
    position: relative;
}

.hero-target > img {
    width: 430px;
    transform: rotate(98.73deg);
}

.hero-base {
    position: absolute;
    height: auto;
    left: 0;
    top: 550px;
    width: 100vw;
    max-width: 1440px;
    z-index: 1;
    object-fit: cover;
    object-position: left;
}

.container-foot {
    background: #efeff2;
    height: 200px;
    width: 100vw;
    max-width: 1440px;
    left: 0;
    position: absolute;
    top: 805px;
    z-index: 1;
}

.hero-text {
    z-index: 2;
    width: 538px;
    height: 240px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 64px;
    color: #004CAD;
    padding: 0;
    margin: 0;
}

.hero-sub {
    z-index: 2;
    width: 480px;
    height: 44px;
    align-items: center;
    display: flex;
    flex-direction: row;
	margin-top:40px;
	z-index:4;
}

.hero-sub>p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    color: #f5f5ff;
    margin: 0;
    padding: 0;
}

.try-row {
    display: flex;
    justify-content: space-between;
}
.try-row > a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #004CAD;
    margin: 0;
    padding: 0
}

.try-row > button {
    background: #004CAD;
    border-radius: 22px;
    width: 227px;
    height: 44px;
    color: white;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.try-row > button > img {
    position: absolute;
    right: 20px;
    top: 12px;
}

.hero-sub>img {
    display: flex;
    padding-left: 24px;
}

.hero-cta-container {
    width: 430px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    border-radius: 4px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 32.5px;
    position: absolute;
    bottom: -48px;
    right: 75;
}

.hero-cta-container>input {
    margin-bottom: 28px;
}

.hero-cta-container>p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: rgba(31, 32, 65, 0.75);
    margin-bottom: 29px;
}


.trial-hero-cta-container {
    width: 291px;
    height: 268px;
    left: 154px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 32.5px;
    position: absolute;
    z-index: 9;
    bottom: -410px;
}

.trial-hero-cta-container>input {
    margin-bottom: 28px;
}

.trial-hero-cta-container>p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: rgba(31, 32, 65, 0.75);
    margin-bottom: 14px;
}
.trial-hero-cta-container > img {
    cursor: pointer;
}
.hero-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 23px;
}

.hero-header>p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0;
    margin-left: 18.52px;
    color: #004CAD;
}

.hero-header>img {
    cursor: pointer;
}

input, textarea {
    height: 44px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 32, 65, 0.25);
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 12px 0 11px 16.65px;
}

input::placeholder, textarea::placeholder {
    color: rgba(31, 32, 65, 0.25);
}

.hero-target-info-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 3;
    align-items: flex-end;
    left: -260;
    bottom: -136px;
}

.responsive-hero-target-info-container {
    display: flex;
    flex-direction: row;
    z-index: 3;
    align-items: flex-end;
    left: -260;
    bottom: -136px;
}

.hero-target-info-contents {
    display: flex;
    flex-direction: column;
    height: max-content;
}

.responsive-hero-target-info-contents {
    display: flex;
    flex-direction: column;
    height: max-content;
}

.hero-region {
    display: flex;
    max-width: 1440px;
    left: 0px;
    margin: auto;
    padding-left: 170px;
    padding-top: 170px;
    flex-direction: column;
    position: relative;
    width: 100vw;
    height: 660;
}

.scaleable-wrapper {
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    height: 1144px;
}

.billboard-panel-container {
    position: relative;
    display: flex;
    margin-top: -288px;
    z-index: 9;
    width: 650px;
}

.billboard-frontpanel {
    width: 401px;
    left: 60px;
    top: 184px;
    position: absolute;
}

.platform-example {
    width: 310px;
    top: 180px;
    left: 145px;
    position: absolute;
}

.billboard-backcircle {
    position: absolute;
    z-index: -1;
    width: 400px;
    height: 400px;
    left: 60px;
    top: 166px;
    background: #B9D6F2;
    border-radius: 500px;
}

.info-body-container {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 0 auto;
    width: 1440px;
    margin-top: -140px;
    background: #efeff2;
}

.info {
    width: 255px;
}

.info>h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #004CAD;
}

.info>p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.75);
}

.info-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.info>img {
    height: 80px;
}

.info:last-child {
    margin-left: 66px;
}

.info-row:not(:first-child) {
    margin-top: 60px;
}

.web-platform-tooltip {
    position: absolute;
    top: 440;
    left: -90px;
}
.billboard-tooltip {
    position: absolute;
    bottom: 110px;
    left: 320;
}
.billboard-angle {
    position: absolute;
    bottom: 156px;
    left: 54px;
}
.billboard-angle-text-desc {
    width: 315px;
    height: max-content;
    position: relative;
    bottom: 36px;
    right: 162px;
}
.billboard-angle-text {
    width: 315px;
    height: max-content;
    position: relative;
    bottom: 36px;
    right: 162px;
}

.billboard-angle-text>h1, .billboard-angle-text-desc>h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #004CAD;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.billboard-angle-text>p, .billboard-angle-text-desc > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #004CAD;
    margin: 0;
    padding: 0;
}

.orb {
    width: 7px;
    height: 7px;
    background: #B9D6F2;
    border-radius: 100%;
    position: absolute;
    right: 260px;
    bottom: 155px;
}

.rotate-web-platform-container {
    width: 600px;
    position: absolute;
    right: -40px;
    bottom: 295px;
}

.why-you-need-container {
    width: 100vw;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    margin-top: 40;
}

.why-you-need-container > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: white;
    margin: 0;
    margin-left: 178px;
}

.why-list-item > img {
    position: absolute;
    top: -50px;
}

.why-list-item > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #004CAD;
    width: 263px;
    margin: 48px 0 28px 38px;
    position: absolute;
}

.why-list-item {
    margin-top: 100px;
    position: relative;
    flex: 1;
    height: 172px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    border-radius: 10px;
    max-width: 335px;
}

.why-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1084px;
    margin: auto;
}

.global-ooh-market {
    width: 100vw;
    max-width: 1440px;
    margin: 220px auto 0 auto;
    position: relative;
    z-index: 0;
}

.global-head {
    position: relative;
    z-index: 1;
}

.global-middle {
    position: absolute;
    top: 254px;
    width: 1440px;
    background: #004cad;
    padding-bottom: 20px;
}

.global-foot {
    position: relative;
    left: 0;
}

.global-pie-container {
    position: absolute;
    right: 190px;
    z-index: 1;
    top: 62;
}

.global-pie-trolley {
    position: absolute;
    top: 182px;
    left: 160px;
}

.global-pie-digital-ooh {
    position: absolute;
    right: 77px;
    top: 108px;
}

.global-text-detail {
    margin-left: 173px;
}

.global-text-detail > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
}

.global-text-detail > h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 422px;
}

.global-text-detail > h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 50px;
}

.global-text-detail > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #B9D6F2;
    max-width: 312px;
}

.email-container > input {
    width: 100%;
}

.email-container {
    position: relative;
    max-width: 315px;
}
.email-container > img {
    position: absolute;
    right: 10px;
    top: 13px;
    cursor: pointer;
}

.pie-text > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.pie-text > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.digital-ooh-text-container {
    position: absolute;
    top: 62;
    right: 152;
}

.global-ooh-text-container {
    position: absolute;
    top: 192px;
    left: 88px;  
}

.global-ooh-text-container > h1, .global-ooh-text-container > p{
    color: #004CAD;
}

.global-pie-container > #da {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: -1;
}

.global-pie-container > #ga {
    position: absolute;
    bottom: 0;
    left: -20px;
}

.dot-da {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #B9D6F2;
    border-radius: 100%;
    top: 8px;
    right: -5px;
}

.dot-ga {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #B9D6F2;
    border-radius: 100%;
    left: -24px;
    bottom: -2px;
}

.da-text-container {
    position: absolute;
    max-width: 114px;
    top: -5px;
    right: -132px;
}
.da-text-container > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    max-width: 74px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.da-text-container > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.ga-text-container {
    position: absolute;
    max-width: 114px;
    bottom: -89px;
    left: -46px;
}
.ga-text-container > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    max-width: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}
.ga-text-container > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.us-ooh-retail {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    flex-direction: column;
}
.us-ooh-retail > div {
    background: rgba(0, 71, 163, 0.1);
    width: 100vw;
    padding: 72px 0;
}
.us-ooh-retail > div:not(:last-child) {
    margin-bottom: 64;
}

.base {
    display: flex;
    background: #004CAD;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.base-text {
    padding: 30px;
}
.base-text > img {

}
.base-text > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.base > img {
    margin-top: 60px;
}

.retail-section-item {
    display: flex;
    width: 100%;
    max-width: 1086px;
    margin: 0 auto;
    flex-direction: row;
}

.retail-section-item > img {
    max-width: 758px;
    object-fit: contain;
}

.top-box {
    height: 359px;
    background: #004CAD;
}

.top-box-text {
    position: absolute;
    max-width: 530px;
    top: 72px;
    left: 177px;
}

.top-box-text > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
}

.top-box-text > h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.top-box-text > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #B9D6F2;
    max-width: 200px;
}
.ooh-industry {
    z-index: 2;
    position: relative;
}

.ooh-industry-tower {
    position: absolute;
    right: 460px;
    top: 120;
}

.ooh-industry-tower > #logo {
    position: absolute;
    z-index: 1;
    left: 59px;
    top: -50;
}

.ooh-industry-tower > #top {
    position: absolute;
    top: 0;
    right: -87px;
}

.ooh-industry-tower > #middle {
    position: absolute;
    top: 60px;
    right: -88px;
}

.ooh-industry-tower > #bottom {
    position: absolute;
    bottom: 65px;
    right: -90px;
}

.ooh-industry-tower > h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
}

.ooh-industry-tower > #ft {
    right: -300;
    top: -13px;
}

.ooh-industry-tower > #st {
    right: -300;
    top: 48px;
}

.ooh-industry-tower > #tt {
    right: -300;
    top: 100px;
}

.contact-us {
    width: 100%;
    min-height: 700px;
}

.contact-us > img {
    object-fit: cover;
    width: 100%;
    margin-top: -280;
    height: 985px;
}

.footer {
    margin-top: -20px;
    z-index: 1;
    position: relative;
}

.footer-base {
    min-height: 256px;
    background: #FFFFFF;
    box-shadow: 0px 1px 0px rgba(31, 32, 65, 0.1);
    margin-bottom: 1px;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
}

.footer-bottom {
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.contact-us {
    position: relative;
}



.contact-platform {
    position: absolute;
    width: max-content;
    margin: auto;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 3;
}

.contact-platform > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
    z-index: 1;
    padding: 0;
    position: absolute;
    bottom: 150px;
    left: 40;
}

.contact-platform > img {
    position: absolute;
    z-index: 1;
}

.base-white {
    width: 100vw;
    height: 100vh;
    max-width: 762px;
    max-height: 610px;
    background: white;
    position: relative;
    margin-left: 117;
    margin-top: 63;
    z-index: 0;
}

.contact-email-container {
    position: absolute;
    z-index: 1;
    left: 40;
    display: flex;
    bottom: 100;
}

.contact-email-container > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin-left: 12px;
}

.get-in-touch-box {
    display: flex;
    flex-direction: column;
    max-width: 420px;
    padding-left: 258px;
    padding-top: 100px;
}

.get-in-touch-box > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #004CAD;
    margin: 0;
    padding: 0;
}

.get-in-touch-box > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(31, 32, 65, 0.75);
    margin: 0 0 34px 0;
    padding: 0;
}

.get-in-touch-box > input, .get-in-touch-box > textarea {
    margin-bottom: 24px;
}
.get-in-touch-box > button {
    width: 280px;
    height: 44px;
    background: #004CAD;
    border-radius: 22px;
    border: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.get-in-touch-box > #feedback-message {
    height: 117px;
    resize: none;
}

.footer-base-text {
    max-width: 260px;
    padding-top: 56px;
    padding-left: 172px;
}

.footer-base-text > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.75);
    margin: 0;
    margin-top: 20;
    margin-bottom: 26px;
}

.footer-mail {
    display: flex;
    flex-direction: row;
}

.footer-mail > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.75);
    margin: 0;
    margin-left: 7px;
}

.newsletter-box {
    padding-top: 60px;
    margin-left: auto;
    padding-right: 172px;
}

.newsletter-box > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px; 
    color: #004CAD;
    margin: 0;
    margin-bottom: 12;
}

.newsletter-box > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.75);
    margin: 0;
    padding: 0;
    width: 200px;
    margin-bottom: 26px;
}

.newsletter-input-box-container {
    width: 315px;
    position: relative;
}

.newsletter-input-box-container > input {
    width: 100%;
}

.newsletter-input-box-container > img {
    position: absolute;
    top: 12px;
    right: 11px;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-bottom > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    color: rgba(31, 32, 65, 0.5);
    padding-left: 172px;
}

.footer-bottom > a {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.5);
    margin-left: auto;
    padding-right: 172px;
}

.hero-cta-responsive-container {
    display: none;
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #004cad;
    padding: 50px;
}

.billboard-panel-container-mobile {
    display: none;
    height: min-content;
    margin-top: -260px;
    margin-right: -28px;
}
.billboard-panel-container-mobile > img {
    width: 400px;
    height: 800px;
    height: auto;
    object-fit: contain;
    z-index: 1;
}
.mobile-navigator {
    display: none;
}
.hero-mobile-base {
    height: auto;
    left: 0;
    top: 265px;
    width: 103vw;
    max-width: 103vw;
    z-index: 3;
    object-fit: cover;
    object-position: left;
    position: absolute;
    display: none;
}

.hero-man-mobile {
    display: none;
    position: absolute;
    left: calc(50% - 132px/2 + 100.5px);
    width: 132px;
    top: 306px;
    z-index: 2;
}

.mobile-target-info {
    position: absolute;
    z-index: 4;
    top: 348;
    display: none;
}

.mobile-hero-cta-container-backing {
    display: none;
    position: absolute;
    left: 0;
    top: 500px;
    width: calc(100vw - 40px);
    background: #004cad;
    padding: 20px;
    z-index: 5;
}
.mobile-hero-cta-container {
    flex-direction: column;
    z-index: 4;
    width: calc(100vw - 80px);
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    border-radius: 4px;
    min-height: 245px;
    padding: 20px;
}
#mobile-cta-blue {
    position: absolute;
    top: 0;
    left: -20;
    right: -20;
    bottom: -20;
    background: #004CAD;
}

.mobile-hero-cta-container > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0;
    color: rgba(31, 32, 65, 0.75);
    margin-bottom: 29px;
}

.hero-mobile-base-background {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100vw!important;
    height: 200px;
    object-fit: cover;
    top: 494px;
    background: #004CAD;
}

.hero-mobile-base-footer {
    display: none;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100vw;
    height: 200px;
    object-fit: cover;
    top: 716px;
}

.billboard-panel-mobile-text {
    position: absolute;
}

.billboard-panel-mobile-text > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: rgba(31, 32, 65, 0.75);
    margin: 0;
}

.billboard-panel-mobile-text > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(31, 32, 65, 0.75);
    margin: 0;
    margin-top: 12px;
}

.left-size-info-row-mobile {
    display: none;
    margin-left: -180px;
    width: 125px;
}
.left-size-info-row-mobile > .info > p {
    width: 125px;
}
.rotate-web-platform-container-mobile {
    display: none;
    position: absolute;
}
.global-ooh-market-mobile {
    display:none;
    flex-direction: column;
    max-height: max-content;
}
.global-ooh-market-mobile > img {
    width: 100%;
}
.global-ooh-market-mobile > div {
    background: #004CAD;
    min-height: 200px;
    background: #004CAD;
    margin-top: -125px;
    padding-bottom: 22px;
}

.global-ooh-market-mobile > div > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    margin: 65px 0 40px 0;
}
.global-ooh-market-mobile > div > .row {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    padding-left: 22px;
}
.global-ooh-market-mobile > div > .row > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #B9D6F2;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    padding-right: 22px;
    min-width: 220px;
}
.global-ooh-market-mailing {
    background: #fff;
    padding: 12px;
    width: calc(100vw - 64px);
    box-shadow: 0px 10px 20px rgba(31, 32, 65, 0.05);
    border-radius: 4px;
    margin: 0 20px;
    margin-top: -10px;
    position: relative;
}
.global-ooh-market-mailing > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: rgba(31, 32, 65, 0.75);
}
.global-ooh-market-mailing > input {
    width: 100%;
    margin-bottom: 21px;
}
.global-ooh-market-mailing > img {
    cursor: pointer;
}
.global-ooh-market-mailing > .hero-header > p {
    width: 130px;
}
.rsi-image-container {
    height: auto;
    max-width: 758px;
    width: 100vw;
}
.rsi-image-container > img {
    width: 100%;
}
.ooh-industry-mobile {
    display: none;
    background: #004CAD;
    flex-direction: column;
    padding-bottom: 40px;
}
.ooh-industry-mobile > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    padding: 0 20px;
    margin-bottom: 16px;
}
.ooh-industry-mobile > h1:first-of-type {
    margin-bottom: 27px;
}
.ooh-industry-mobile > h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFFFFF;
    padding: 0 20px;
}

.ooh-industry-mobile > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 18px;
    color: #B9D6F2;
    padding: 0 20px;
}
.ooh-industry-mobile > input {
    margin: 0 20px;
}
.ooh-industry-mobile > .row {
    flex-direction: row;
    display: flex;
    padding: 0 20px;
}

.row ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 22px;
}

.row li {
    list-style: none;
    padding-left: 1em; 
    text-indent: -.7em;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.row li::before {
    content: "• ";
    color: #B9D6F2;
}

.processing-modal-container {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    max-height: 100vh;
    min-height: 100vh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.27);
}
.processing-modal {
    top: 100px;
    width: calc(100vw - 48px - 120px);
    max-width: calc(914px - 120px);
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 50px 60px;
    position: relative;
    margin-bottom: 100px;
}
.processing-modal > h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #004CAD;
    margin: 0;
    padding: 0;
}
.processing-modal > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 32, 65, 0.75);
}

.processing-modal-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.processing-modal-row > div {
    display: flex;
}
.processing-modal-row > div > p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #004CAD;
    margin-right: 23px;
    margin-left: 21px;
    max-width: 474px;
    
}
.processing-modal-row > button {
    background: #004CAD;
    border-radius: 22px;
    width: 100%;
    max-width: 227px;
    border: none;
    height: 44px;
    color: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    cursor: pointer;
}
.processing-modal-row > button > input {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.processing-modal-row > button > img {
    position: absolute;
    right: 13px;
    top: 13px;
}
.processing-modal-close {
    position: absolute;
    top: 37;
    cursor: pointer;
    right: 28;
}

.processing-modal-carousel {
    max-height: max-content;
}
.processing-modal-carousel-image {
    max-height: 445px;
    height: 445px;
    width: 100%;
    max-width: 790px;
}
.processing-modal-carousel-description {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
    text-align: center;
    color: rgba(31, 32, 65, 0.75);
}

.processing-modal-carousel-numbering {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}
.processing-modal-carousel-numbering > div:not(:first-child) {
    margin-left: 14px;
}

.processing-modal-carousel-numbering > div {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #B9D6F2;
    cursor: pointer;
}

.selected-number {
    width: 12px!important;
    height: 12px!important;
    background: #004CAD!important;
}

.mover-container {
    height: 100%;
    width: 100%;
    display: flex;
}
.mover-middle {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #004CAD;
    margin: auto;
    display: flex;
    align-items: center;
}
.processing-modal-spinner {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    height: 350px;
}
.processing-modal-spinner > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    margin:-175px 0 0 -175px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* Media Rules for Responsiveness */
@media only screen and (max-width: 1439px) {
    .hero-region {
        padding-left: 40px;
        padding-top: 120px;
    }
    .hero-cta-container {
        bottom: -125px;
        right: 35; 
    }
    .info-body-container {
        width: 100%;
    }
    .billboard-tooltip {
        bottom: 115px;
        left: 255px;
    }
    .rotate-web-platform-container {
        right: -130px;
        bottom: 155px;
    }
    .trial-hero-cta-container {
        left: 40px;
        bottom: -350;
    }
    .web-platform-tooltip {
        top: 350;
        left: -82px;
    }
    .why-you-need-container {
        margin: 0;
    }
    .why-list {
        padding: 0 20px;
    }
    .why-list-item {
        max-width: 315px;
    }
    .why-you-need-container > h1 {
        max-width: 1084px;
        margin: auto;
        padding-left: 20px;
    }
    .top-box-text {
        left: 40;
        top: 40;
    }
    .ooh-industry-tower {
        right: 300px;
        top: 180px;
    }
}

@media only screen and (max-width: 1226px) {
    .billboard-panel-container {
        margin-left: -50px;
    }
    .info {
        width: 210px;
    }
    .info:last-child {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-main-target {
        position: absolute;
        top: -55px;
        width: 100vw;
    }
    .billboard-panel-container {
        margin-top: -245px;
        margin-left: -11%;
    }
    .billboard-tooltip {
        bottom: 70px;
        left: 320px;
    }
    .web-platform-tooltip {
        top: 312px;
        left: -65px;
    }
    .web-platform-tooltip > img:first-of-type {
        top: -69px!important;
        transform: scale(-1);
    }
    .retail-section-item > img {
        max-width: 65%;
    }
    .base-text > p {
        font-size: 14px;
    }
    .base > img {
        margin-top: 30px;
    }
    .footer-base-text, .footer-bottom > p {
        padding-left: 54px;
    }
    .why-list-item {
        flex: 1;
    }
    .why-list-item:not(:last-child) {
        margin-right: 5px;
    }
    .why-list-item > p {
        font-size: 13px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        width: auto;
    }
    .hero-cta-container {
        bottom: -60px;
        right: 20;
    }
    .hero-text {
        font-size: 40px;
        line-height: 58px;
    }
    .hero-target-container {
        margin-left: 85px;
        margin-top: -14px;
    }
    .hero-target-info-container {
        bottom: -154px;
    }
    .hero-target > img {
        width: 390px;
    }
    .hero-target {
        bottom: -45;
        left: 8px;
    }
    .billboard-panel-container {
        display: none;
    }
    .billboard-panel-container-mobile {
        display: flex;
    }
    .rotate-web-platform-container-mobile {
        display: inherit;
        right: 0;
        bottom: -400px;
    }
    .rotate-web-platform-container-mobile > img {
        height: 600px;
    }
    .rotate-web-platform-container {
        display: none;
     }
     .platform-text {
        top: 0!important;
        right: 12px!important;
        left: unset!important;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
     }
     .platform-text > p{
         text-align: end;
     }
    
    .info>img {
        height: 50px;
    }
    .info {
        width: 200px;
    }
    .ooh-industry-tower {
        transform: scale(0.9);
    }
    .hero-background {
        height: 780px!important;
        width: 100vw;
        object-fit: cover;
    }
    .billboard-panel-mobile-text {
        top: 450px;
        left: 24px;
        width: 185px;
    }
    .us-ooh-retail > div {
        padding: 0px;
    }
}


@media only screen and (max-width: 900px) {
    .base-text > img {
        display: none;
    }
    .hero-target {
        bottom: -18px;
        left: -8px;    
    }
    .hero-target > img {
        width: 350px;
    }
    .hero-target-info-container {
        bottom: -172px;
        left: -266px;
    }
    .info {
        width: 150px;
    }
    .info>h1 {
        font-size: 16px;
    }
    .info>p {
        font-size: 12px;
    }
    .info:last-child {
        margin-left: 40px;
    }
    .top-box-text > h1 {
        font-size: 21px;
        line-height: 30px;
    }
    .get-in-touch-box > button {
        width: 100%;
    }
    .base-white {
        max-width: 600px;
    }
    .get-in-touch-box {
        width: 300px;
    }
    .links-container {
        display: none;
    }
    .mobile-navigator {
        display: flex;
    }
    .links-padding {
        padding: 0 24 0 12;
        flex: none;
    }
    .get-in-touch-container {
        justify-content: flex-end;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 803px) {
    .newsletter-box {
        margin-left: 0;
        padding-left: 54px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .base > img {
        height: 100px;
    }
    .retail-section-item > img {
        max-width: 500px;
    }
    .why-list-item {
        max-width: 235px;
    }
    .why-list-item > p {
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
        width: auto;
    }
    .base-text > p {
        font-size: 12px;
    }
    .why-you-need-container > h1 {
        font-size: 40px;
    }
    .ooh-industry-tower {
        right: 220px;
        top: 157px;
        transform: scale(0.8);
    }
    .hero-background {
        width: 100vw;
        top: -60;
        object-fit: cover;
    }
    .main-logo {
        display: flex;
        width: auto;
        height: 30px;
    }
}


@media only screen and (max-width: 750px){
    .us-ooh-retail {
        margin-top: 43px;
    }
    .retail-section-item {
        flex-wrap: wrap;
        height: auto;
        max-width: 100vw;
        width: 100vw;
        max-width: calc(100vw - 0px);
    }
    .base-text {
        padding: 16px 10px 12px 20px;
    }
    .base-text > img {
        display: flex;
        height: 30px;
    }
    .base {
        flex-direction: row;
        padding: 0 15px;
    }
    .base-text > p {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 0.03em;
        color: #B9D6F2;
    }
    .base > img {
        max-width: 130px;
        margin: 0;
    }
    .retail-section-item:not(:last-child) {
        margin-bottom: 4px;
    }
    .us-ooh-retail > div:nth-child(even) > .retail-section-item{
        flex-wrap: wrap-reverse;
    }
    .retail-section-item > img {
        max-width: 100%;
    }
    .ooh-industry {
        display: none;
    }
    .ooh-industry-mobile {
        display: flex;
        
    }
    .contact-us > img {
        margin-top: 0;
        height: 800px;
    }
    .contact-platform {
        top: 200px;
    }
    .us-ooh-retail {
        margin-bottom: 40px;
    }
}

.mobile-contact-us-logo {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    height: 170px;
    width: 100vw;
    align-items: center;
    justify-content: center;
}
.mobile-contact-us-logo > img:first-child {
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
}
.mobile-contact-us-logo > img:last-child {
    width: 118px;
    z-index: 2;
    padding-top: 12px;
}
@media only screen and (max-width: 720px){
    .contact-platform > img, .contact-platform > h1, .contact-email-container {
        display: none;
    }
    .base-white {
        padding: 20px;
        width: 100vw;
        max-width: calc(100vw - 80px);
        height: max-content;
        margin: 0;
        border-radius: 4px;
    }
    .mobile-contact-us-logo {
        display: flex;
    }
    .contact-us {
        min-height: min-content;
    }
    .get-in-touch-box {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        max-width: 100%;
    }
}

 @media only screen and (max-width: 700px){
     .hero-text {
        font-size: 26px;
        line-height: 36px;
        width: 300px;
        height: max-content;
	 	-webkit-text-stroke-width: 1px;
  		-webkit-text-stroke-color: #ADD8E6;
	 	-webkit-text-fill-color: #004CAD;
     }
	 .hero-sub {
		z-index: 4;
		width: 320px;
		height: 44px;
		margin-top:40px;
	}

	.hero-sub>p {
		font-size: 18px;
		line-height: 26px;
		
		
	}

     .info:last-child {
        margin-left: 0px;
    }
    .hero-base {
        display: none;
    }
    .hero-mobile-base {
        display: flex;
    }
    .hero-cta-container {
        display: none;
    }
    .hero-man {
        display: none;
    }
    .hero-man-mobile {
        display: flex;
        width: 200px;
    }
    .hero-target {
        bottom: 80px;
        left: 47px;
        transform: scale(0.7);
    }
    .hero-background {
        top: 0;
        height: 460px!important;
    }
    #target-angle {
        display: none;
    }
    .hero-gradient {
        width: 90vw;
    }
    .mobile-target-info, .mobile-hero-cta-container-backing {
        display: inherit;
    }
    .hero-mobile-base-background, .hero-mobile-base-footer {
        display: inherit;
    }
    .hero-mobile-base-background {
        width: 100vw;
    }

    .billboard-panel-container-mobile > img {
        width: 300px;
        height: 600px;
    }
    .billboard-panel-container-mobile {
        margin-top: -224px;
    }
    .billboard-panel-mobile-text {
        top: 270px;
        left: 24px;
        width: 185px;
    }
    .processing-modal {
        padding: 20px 20px;
        width: calc(100vw - 48px - 40px)
    }
    .processing-modal > h1 {
        font-size: 24px;
        line-height: 36px;
        max-width: 90%;
    }
    .processing-modal-row > div > p {
        font-size: 14px;
        line-height: 21px;
    }
    .processing-modal-row > button {
        max-width: 100%;
    }
    .processing-modal > p {
        font-size: 14px;
        line-height: 21px;
    }
 }


 @media only screen and (max-width: 646px) {
     .footer-base {
         padding: 56px 54px 24px;
     }
     .footer-bottom {
         flex-direction: column-reverse;
         padding: 14px;
     }
     .footer-bottom > p, .footer-bottom > a {
        font-size: 12px;
        line-height: 18px;
        color: rgba(31, 32, 65, 0.5);
        flex: 1;
        margin: 0;
        padding: 0;
     }
     .footer-base-text {
         padding: 0;
     }
     .newsletter-box {
         padding: 32px 0 0 0;
     }
 }

 @media only screen and (max-width: 625px){
    .hero-mobile-base-background {
        display: inherit;
        top: 470px;
    }
 }
 @media only screen and (max-width: 580px) {
    .rotate-web-platform-container-mobile {
        display: inherit;
        right: 0;
        bottom: -280px;
    }
    #clusters {
        display: none;
    }
    #locally {
        display: none;
    }
    .left-size-info-row-mobile {
        display: inherit;
        margin-left: -230px;
    }
    .trial-hero-cta-container {
        display: none;
    }
    .global-ooh-market {
        display: none;
    }
    .global-ooh-market-mobile {
        display: flex;
    }
 }

 @media only screen and (max-width: 566px){
    .billboard-panel-container-mobile > img {
        width: 300px;
    }
    .billboard-panel-container-mobile {
        margin-top: -200px;
    }
    .get-in-touch {
        width: 113px;
        height: 30px;
        font-size: 10px;
    }
    .billboard-panel-mobile-text {
        top: 310px;
        left: 24px;
        width: 185px;
    }
 }

 @media only screen and (max-width: 556px){
    .hero-mobile-base-background {
        display: inherit;
        top: 448px;
    }
 }

 @media only screen and (max-width: 545px){
    .hero-man-mobile {
        top: 320px;
        width: 150px;
    }
    .hero-target {
        bottom: 82px;
        left: 22px;
        transform: scale(0.5);
    }
    .hero-region {
        padding-left: 20px;
        padding-top: 100px;
    }
    .hero-header > p {
        font-size: 14px;
    }
    .mobile-hero-cta-container > p {
        font-size: 12px;
    }
    .try-row {
        flex-direction: column;
        align-items: center;
        flex: 1;
        justify-content: space-around;
    }
    .try-row > a {
        margin-bottom: 12px;
    }
 }

 @media only screen and (max-width: 500px){
    .hero-mobile-base-background {
        display: inherit;
        top: 430px;
    }
    .info>img {
        height: 40px;
    }
    .info>h1 {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }
    .info>p {
        font-size: 10px;
        margin: 0;
        padding: 0;
    }
    .info-body {
        margin-top: -100px;
        z-index: 1;
    }
    .info-row:not(:first-child) {
        margin-top: 20px;
    }
    .info:first-child {
        margin-bottom: 20px;
    }
    .billboard-panel-container-mobile > img {
        width: 230px;
        height: 460px;
    }
    .billboard-panel-container-mobile {
        margin-top: -210px;
    }
    .billboard-panel-mobile-text {
        top: 160px;
        left: 24px;
        width: 125px;
    }
    .billboard-panel-mobile-text > h1 {
        font-size: 12px;
    }
    .billboard-panel-mobile-text > p {
        font-size: 10px;
    }

    .left-size-info-row-mobile {
        display: inherit;
        margin-left: -180px;
    }

    .rotate-web-platform-container-mobile {
        bottom: -150px;
    }
    .rotate-web-platform-container-mobile > img {
        height: 400px;
    }
    .get-in-touch-box > h1 {
        font-size: 24px;
    }
    .get-in-touch-box > p {
        font-size: 14px;
        line-height: 21px;
        color: rgba(31, 32, 65, 0.75);
    }
 }

 @media only screen and (max-width: 450px){
    .hero-mobile-base-background {
        display: inherit;
        top: 412px;
    }
    .footer-base {
        padding: 56px 31px 24px;
    }
 }

 @media only screen and (max-width: 425px){
     .hero-man-mobile {
         top: 282px;
     }
     .hero-target {
        bottom: 120px;
        left: 21px;
     }
     .newsletter-input-box-container {
         max-width: 295px;
     }
 }

 @media only screen and (max-width: 400px){
    .hero-mobile-base-background {
        display: inherit;
        top: 396px;
    }
    .mobile-hero-cta-container-backing {
        top: 485px;
    }
 }

 @media only screen and (max-width: 345px){
    .mobile-hero-cta-container-backing {
        top: 458px;
    }
    .newsletter-input-box-container {
        max-width: 255px;
    }
 }
 
 /***************************************************/
 a.home:hover , a.solution:hover , a.market:hover , .hero-cta-container a:hover {
 	 color:red;
 	 transform: scale(1.2);
 }
 
button.get-in-touch:hover , button#try-now:hover , button#try-now-mobile:hover , button#send-message:hover {
	background: red;
	transform: scale(1.05);
}

 
.info img:hover  , .why-list-item img:hover {
	 transform: scale(1.2);
}

img.platform-example:hover , img.billboard-frontpanel:hover  {
	 transform: scale(1.1);
}
 .rsi-image-container img:hover  , .ooh-industry-tower:hover , .contact-email-container:hover , .why-list-item p:hover{
	 transform: scale(1.02);
}

img#hero-mailer-submit:hover , img#global-ooh-mailing-submit:hover {
	filter: invert(11%) sepia(99%) saturate(7197%) hue-rotate(6deg) brightness(98%) contrast(121%);
	transform: scale(1.05);
}

a.home , a.solution , a.market ,
a.home:hover , a.solution:hover , a.market:hover ,
button#try-now , button#try-now:hover ,
button#try-now-mobile , button#try-now-mobile:hover ,
button.get-in-touch , button.get-in-touch:hover ,
button#send-message , button#send-message:hover ,
.hero-cta-container a , .hero-cta-container a:hover,
.info img , img.platform-example , img.billboard-frontpanel ,
.info img:hover , img.platform-example:hover , img.billboard-frontpanel:hover,
img#hero-mailer-submit,img#hero-mailer-submit:hover,
img#global-ooh-mailing-submit , img#global-ooh-mailing-submit:hover ,
.why-list-item img , .why-list-item img:hover,
.why-list-item p , .why-list-item p:hover ,
.rsi-image-container img , .rsi-image-container img:hover,
.ooh-industry-tower , .ooh-industry-tower:hover ,
.contact-email-container , .contact-email-container:hover {
 	 transition:tran sform 0.3s;
     -moz-transition:transform .3s; /* Firefox 4 */
     -webkit-transition:transform .3s; /* Safari and Chrome */
     -o-transition:transform .3s;
}

h2.section-title {
	font-family: Poppins;
}
