body {
    font-family: Gellix, sans-serif;
    color: #fefefe;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

* {
    outline: none;
}

.big-container {
    overflow-x: hidden;
}

	  .mobile-wewillbethere {
		  
		margin-bottom:0em;
	}
h1 {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #070808;
    font-family: futura-pt, sans-serif;
    font-size: 4em;
    line-height: 1em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1px;
}

h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
    font-size: 3.4em;
    line-height: 1.1em;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -1px;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #070808;
    font-family: futura-pt, sans-serif;
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
}

h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: futura-pt, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 600;
    font-style: normal;
}

h5 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: futura-pt, sans-serif;
    color: #070808;
    font-size: 1em;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
}

.content_h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

p a {
    color: inherit;
}

p a:hover {
    text-decoration: none;
}

.content_h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    grid-gap: 30px;
}

.header_nav {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.nav_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-bottom: 0px;
    padding-left: 0px;
    margin: 0 !important;
}

.nav_list:last-of-type {
    margin: 0;
}

.nav_link {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #070808;
    font-size: 0.9em;
    line-height: 1em;
    text-decoration: none;
}

.nav_link:hover {
    border-bottom-color: #000;
}

.nav_list .nav_link.phone {
    padding: 15px 0 60px;
}

.nav_link.phone {
    font-size: 1.5vw;
    padding: 0;
}

.nav_link.phone.white {
    color: #fff;
    font-size: 1.3em;
}

.menu_trigger {
    display: none;
}

.nav_wr {
    display: none;
}

.nav_social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px 20px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 20%;
    margin: 30px auto !important;
}

.mm-navbar__btn:last-child {
    right: 30px;
}
.mm-panel:after, .mm-panel:before { display:none;}
/*
.mm-panel:after,
.mm-panel:before {
    content: none;
}
*/

.mm-btn_clear:after,
.mm-btn_clear:before,
.mm-btn_close:after,
.mm-btn_close:before {
    width: 15px;
    height: 15px;
    right: 22px;
}

.mm-btn_clear:before,
.mm-btn_close:before {
    right: 0;
}

html .mm-menu_position-top {
    min-height: 100vh;
}

.mm-listitem:after {
    content: none;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: #fff;
}

.mm-menu {
    background: #070808;
    color: #fff;
}

html .mm-menu_navbar_top-1 .mm-panels {
    top: 130px;
}

#mm-menu .menu li a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mm-navbar {
    height: 130px;
    padding: 0;
    max-width: 1720px;
    margin: 0 auto;
    width: 80%;
}

.mm-navbar img {
    width: 300px;
}

.mm-menu_position-top {
    height: auto;
    min-height: 140px;
    max-height: none;
}

.mm-listitem > a,
.mm-listitem > span {
    padding: 15px 0;
}

.mm-listitem .contact_btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 260px;
    margin: 0 auto;
    border-color: #fff;
}

.mm-btn {
    top: 50px;
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
    background: none;
}

.menu_trigger {
    width: 58px;
    height: 21px;
    position: relative;
    display: block;
}

.slicknav_icon {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.slicknav_icon span {
    height: 1px;
    width: 100%;
    background: #070808;
    display: block;
    position: absolute;
    transform-origin: left center;
}

.slicknav_icon span:nth-child(1) {
    top: 0px;
}

.slicknav_icon span:nth-child(2) {
    top: 10px;
}

.slicknav_icon span:nth-child(3) {
    top: 20px;
}

#home_page .nav_list:first-of-type .list-item:first-of-type a:first-of-type:not(.nav_link.phone) {
    display: none;
}

.list-item {
    margin-right: 0;
}

.list-item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease;
}

.list-item a:hover::after {
    background: #fff;
}

.nav_link {
    font-size: 2vw;
    text-align: center;
    font-weight: 400;
}

.nav_link:hover {
    border-bottom-color: transparent;
}

.cta_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    grid-gap: 20px;
}

.cta_wr_three {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-template-rows: auto;
    grid-gap: 20px;
}

.cta_wr_three .cta {
    padding: 12px 20px 12px 20px;
    text-align: center;
    background: #eb4647;
    border-radius: 40px;
}

.cta_wr_three .cta:hover {
    padding: 12px 20px 12px 20px;
    background: #fff;
    color: #070808 !important;
}

.cta_wr_three .cta::before {
    content: none;
}

.cta_wr_three .cta::after {
    content: none;
}

.cta {
    display: inline-block;
    height: 60px;
    background: none;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #070808;
    padding: 0 0 0 90px;
    padding: 12px 20px 12px 90px;
    text-align: left;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}

.cta span {
    position: relative;
    z-index: 9999;
}

.cta::before {
    content: "";
    display: block;
    background: #eb4647;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}

.cta.cta_grey::before {
    content: "";
    display: block;
    background: #9f9f9f;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}

.cta::after {
    content: "";
    background: url(../images/cta_arrow.svg) no-repeat center left;
    background-size: contain;
    position: absolute;
    left: 35px;
    width: 40px;
    height: 36px;
    z-index: 10;
}

.cta:hover {
    padding: 12px 35px 12px 35px;
    text-align: center;
    color: #fff;
}

.cta:hover::before {
    width: 100%;
    border-radius: 30px;
}

.cta:hover::after {
    background: none !important;
}

.black_wr .cta {
    color: #fff;
}

.black_wr .cta::after {
    background: url(../images/cta_arrow_white.svg) no-repeat center left;
}

/*
.black_wr .cta:hover {
    color: #eb4647;
}
*/

.ghost_btn {
    min-height: 57px;
    min-width: 220px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 3px solid #000;
    border-radius: 30px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #070808;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
}

.ghost_btn.center {
    margin: 0 auto;
    display: table;
}

.ghost_btn:hover {
    background-color: #070808;
    color: #fefefe;
}

.ghost_btn.podcast_btn {
    font-size: 0.9em;
    text-align: left;
    padding-top: 14px;
}

.ghost_btn.podcast_btn.apple {
    background: url(../images/podcast_logo_apple.svg) no-repeat center left 20px;
    background-size: 32px;
    padding-left: 60px;
}

.ghost_btn.podcast_btn.soundcloud {
    background: url(../images/podcast_logo_soundcloud.svg) no-repeat center left 20px;
    background-size: 49px;
    padding-left: 75px;
}

.ghost_btn.podcast_btn.spotify {
    background: url(../images/podcast_logo_spotify.svg) no-repeat center left 20px;
    background-size: 32px;
    padding-left: 60px;
}

.ghost_btn.podcast_btn.stitcher {
    background: url(../images/podcast_logo_stitcher.svg) no-repeat center left 20px;
    background-size: 51px;
    padding-left: 80px;
}

.ghost_btn.podcast_btn.google {
    background: url(../images/podcast_logo_google.svg) no-repeat center left 20px;
    background-size: 36px;
    padding-left: 60px;
}

.ghost_btn.podcast_btn.youtube {
    background: url(../images/podcast_logo_youtube.svg) no-repeat center left 20px;
    background-size: 32px;
    padding-left: 60px;
}

.ghost_btn.podcast_btn:hover {
    background-color: #fefefe;
    color: #070808;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.content.content_banner {
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.content.content_what {
    padding-top: 10vh;
    padding-bottom: 15vh;
}

.content.content_black {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.content_testimonial {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.content_testimonial.no_padd_btm {
    padding-bottom: 0 !important;
}

.content.content_podcast {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.content_growth {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.content_growth.no_padd {
    padding-top: 0;
}

.content.content_footer {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.boosting_c {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.steps_list_c {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.impact_c {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.content.impact_c.no_padd_btm {
    padding-bottom: 0 !important;
}

.content.yellow_c {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.container {
    position: relative;
    height: 100vh;
    background: #070909;
}

.container .header {
    background: none !important;
    position: relative;
    z-index: 50;
}

.container .banner {
    background: none !important;
    position: relative;
    z-index: 50;
}

#bgvid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.banner_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
    grid-gap: 40px;
}

.banner_left {
    width: 60%;
}

.over_title {
    margin-bottom: 40px;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner_wr h1 {
    font-size: 4.5vw;
}

.container .banner_wr {
    align-items: flex-start;
}

.container .banner_wr .p_banner {
    padding: 6.5% 0 0 0;
}

.banner_wr .p_banner {
    font-size: 22px;
    color: #adadad !important;
    max-width: 480px;
    margin: 0;
    padding: 0 0 20px 0;
}

.p_banner {
    margin-bottom: 40px;
    color: #070808;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    max-width: 778px;
    width: 100%;
}

.p_banner span {
    text-decoration: underline;
}

.p_banner a {
    color: inherit;
}

.p_banner a:hover {
    text-decoration: none;
}

.what_we_do {
    background-color: #f2f2f2;
}

.box_wr {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.box_inner {
    position: relative;
}

.box_inner:hover .box_underlay {
    height: 100%;
}

.box_underlay {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.box_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 15px;
    padding: 2vw;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -15, 0);
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.box_inner:hover .box_overlay {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.box_overlay h4 {
    color: #070808;
    margin-bottom: 35px;
}

.box_overlay ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box_overlay ul li {
    font-size: 20px;
    font-weight: 500;
    color: #070808;
    margin: 0 0 10px 0;
    background: url(../images/red_dot@2x.png) no-repeat top 14px left;
    background-size: 7px;
    padding: 0 0 0 25px;
}

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2vw;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: #070808;
}

.box p:last-of-type {
    margin-bottom: 0
}

.box_inner h4 span {
    color: #eb4647
}

.box_icon {
    margin-bottom: 20px;
}

.box_top {
    margin-bottom: 90px;
}

.section_testimonial {
    background-color: #070909;
}

.content.testimonial_c {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.logitech_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

.logitech_logo {
    position: relative;
    width: 30%;
}

.logitech_text {
    width: 70%;
    color: #fff;
}

.logitech_text p:first-of-type {
    font-size: 44px;
    line-height: 54px;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    margin: 0 0 35px 0;
}

.logitech_text p:nth-of-type(2) {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 45px 0;
}

.logitech_text .testimonial_name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.logitech_text .testimonial_position {
    font-size: 16px;
    line-height: 22px;
    color: #5d5e5e;
    margin: 0;
}

.logitech_text .testimonial_note {
    font-size: 14px;
    line-height: 20px;
    color: #5d5e5e;
    margin: 20px 0 0 0;
    max-width: 600px;
    width: 100%;
}

.clients_section {
    background: #f2f2f2;
}

.clients_section.no_bg {
    background: #fff;
}

.content.clients_c {
    padding: 15vh 0;
}

.clients_case_wr {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.clients_case_wr .read_more::before {
    content: "";
    display: block;
    background: url(../images/cta_arrow.svg) no-repeat center;
    width: 50px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0 0;
    transition: all 0.3s ease;
}

.clients_logo_wr img {
    width: 100%;
}

.client_box:hover .read_more::before {
    left: 5px;
}

.clients_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 20px;
}

.client_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #070909;
}

.clients_case_wr .read_more {
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
    margin: 15px 0 0 0;
    position: relative;
    padding: 0 0 0 55px;
}

.clients_case_wr .read_more::before {
    content: "";
    display: block;
    background: url(../images/cta_arrow.svg) no-repeat center;
    width: 50px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0 0;
    transition: all 0.3s ease;
}

.clients_case_wr .slick-slide {
    margin: 0 20px;
}

.clients_case_wr .slick-list {
    margin: 0 -20px;
}

.slick-arrow {
    position: absolute;
}

.slick-prev {
    background: url(../images/arrow_right.png) no-repeat center;
    background-size: contain;
    width: 24px;
    font-size: 0 !important;
    top: 35%;
    left: -7%;
}

.slick-next {
    background: url(../images/arrow_left.png) no-repeat center;
    background-size: contain;
    width: 24px;
    font-size: 0 !important;
    top: 35%;
    right: -7%;
}

.clients_wr h5 {
    margin-top: 20px;
}

.clients_slider_wr {
    width: 70%;
}

.clients_slider .slick-list {
    overflow: hidden;
}

.clients_slider .slick-slide img {
    margin: 0 auto;
}

.slide_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    height: 120px;
}

.clients_slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.clients_slider .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.clients_slider li.slick-active {
    background: #070909;
}

.clients_slider li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.banner_center {
    text-align: center;
}

.banner_logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus_icon {
    margin-right: 40px;
    margin-left: 40px;
}

#home_page .header {
    background: #070808;
}

#home_page .banner {
    background: #070808;
}

#home_page h1 {
    color: #fff;
    max-width: 1360px;
    width: 100%;
}

#home_page .slicknav_icon span {
    background: #fff;
}

#home_page .p_banner {
    color: #fff;
}

#home_page .banner .cta::after {
    background: url(../images/cta_arrow_white.svg) no-repeat center left;
}

#home_page .banner .cta {
    color: #fff;
}

#logitech_case .boosting_section {
    background-image: url(../images/case-study-assets/logitech_bg.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

#logitech_case .content.boosting_c {
    padding-bottom: 25vh;
}

#abb_case .content.boosting_c {
    padding-bottom: 25vh;
}

#auss_ethical_case .content.boosting_c {
    padding-bottom: 25vh;
}

#bellamy_case .boosting_section {
    background-image: url(../images/case-study-assets/bellamy_bg.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

#lj_hooker_case .boosting_section {
    background-image: url(../images/case-study-assets/lj_hooker_bg.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

#abb_case .boosting_section {
    background-image: url(../images/case-study-assets/abb_bg.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

#auss_ethical_case .boosting_section {
    background-image: url(../images/case-study-assets/auss_ethical_bg.jpg);
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

#auss_ethical_case .boosting_box p {
    width: 50%;
}

.boosting_section {
    background-color: #efedee;
}

.boosting_box {
    margin-right: auto;
    margin-left: auto;
    color: #070808;
    text-align: center;
}

.boosting_box p {
    margin: 50px auto 0;
    width: 45%;
}

.steps_list_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #070808;
}

.steps_text {
    width: 40%;
}

.steps_list {
    width: 55%;
}

.steps_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.number_text {
    width: 20%;
    font-family: futura-pt, sans-serif;
    font-size: 2.4em;
    line-height: 1em;
    font-weight: 600;
}

.number_text span {
    color: #eb4647;
}

.steps_row p {
    width: 80%;
    margin: 0;
}

.steps_row p b {
    text-transform: uppercase;
}

.case_study_box {
    padding: 18vh 10vw;
    border: 1px solid #070808;
    color: #070808;
    position: relative;
}

.case_study_box p:first-of-type {
    font-size: 1.8em;
    line-height: 1.2em;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 60px 0;
}

.case_study_box p:last-of-type {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Gellix';
    font-weight: 500;
    margin: 0;
}

.case_study_box .quote {
    position: absolute;
    z-index: -1;
}

.impact_section h3 {
    text-align: center;
    margin: 0 0 15vh 0;
}

#logitech_case .impact_wr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#abb_case .impact_wr {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.impact_wr {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.impact_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #070808;
}

.impact_text {
    width: 70%;
    margin-left: 20px;
}

.impact_text p:first-of-type {
    font-size: 2.8em;
    line-height: 0.7em;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
}

.impact_text p:last-of-type {
    font-size: 0.8em;
    line-height: 1.3em;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.yellow_testimonial {
    background-color: #ffd23b;
}

.yellow_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#bellamy_case .yellow_wr:first-of-type {
    border-bottom: 1px solid #070808;
    margin-bottom: 10vh;
    padding-bottom: 10vh;
}

.image-5 {
    margin: 0 0 60px 0;
}

.image-6 {
    margin: 0 0 60px 0;
}

.yellow_left {
    width: 50%;
}

#logitech_case .yellow_left {
    width: 45%;
}

#logitech_case .yellow_right {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
    grid-gap: 30px 30px;
    justify-items: center;
}

#logitech_case .yellow_right img {
    align-self: center;
}

.yellow_right {
    width: 50%;
}

.yellow_right p {
    font-size: 1.8em;
    line-height: 1.2em;
    font-family: baskerville-display-pt, serif;
    font-weight: 400;
    font-style: normal;
    color: #070808;
    margin: 0 0 60px 0;
}

.yellow_right p span {
    font-weight: 700;
}

.yellow_right p.last {
    font-size: 20px;
    line-height: 30px;
    color: #070808;
    font-family: 'Gellix';
    font-weight: 500;
    margin: 0;
}

.heading_case_study {
    font-size: 2.4em;
    font-weight: 600;
    font-style: normal;
}

.testimonial_holder h5 {
    margin: 0;
}

.testimonial_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.testimonial_slider .slick-list {
    height: 100%;
}

.testimonial_slider .slick-slide {
    opacity: 0;
    transition: opacity 500ms;
}

.testimonial_slider .slick-slide.slick-active {
    opacity: 1;
}

.dots_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
}

.dots_left {
    width: 30%;
}

.dots_right {
    width: 70%;
}

.testimonial_dots {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.testimonial_dots .slick-dots {
    list-style: none;
    padding: 0;
    margin: 80px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.testimonial_dots .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #5d5e5e;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.testimonial_dots li.slick-active {
    background: #fff;
}

.testimonial_dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.black_cta {
    background-color: #070808;
}

.black_cta h2 {
    width: 80%;
}

.black_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    grid-gap: 40px;
}

.p_black {
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    width: 60%;
}

.image {
    width: 260px;
}

.podcast {
    background-color: #f2f2f2;
}

.podcast_top_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.podcast_top_wr h5 {
    margin-bottom: 0;
}

.subscribe_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.btns_wr {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.testimonial_box {
    padding: 20px;
    box-shadow: 0 10px 20px 5px rgba(63, 64, 64, 0.15);
}

.testimonial_box .thumbnail_img {
    display: block;
    width: 100%;
    /*    margin: 0 0 30px 0;*/
}

.testimonial_box_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #070808;
    min-height: 102px;
}

.case_study {
    margin-bottom: 0px;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    color: #070808;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial_box_btm {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}

.testimonial_box_btm .case_study {
    color: #d5d5d5;
    margin: 0 0 10px 0;
}

.testimonial_wr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px 30px;
}

.testimonial_wr .testimonial_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.testimonial_box_btm .cta {
    margin-left: auto;
    margin-top: 50px;
}

.testimonial_wr .slick-dots {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.testimonial_wr .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #070808;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.testimonial_wr .slick-dots li.slick-active {
    background: none;
    width: 14px;
    height: 14px;
    border: 2px solid #070808;
}

.testimonial_wr .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.episodes_wr {
    /*    margin-bottom: 15vh;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px 30px;
}

.episodes_wr.margin-btm {
    margin-bottom: 15vh;
}

.episodes_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 10px 20px 5px rgba(63, 64, 64, 0.15);
}

.episodes_box a {
    text-decoration: none;
}

.episode_date {
    margin-bottom: 25px;
    font-family: futura-pt, sans-serif;
    color: #d5d5d5;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
}

.episode_heading {
    color: #070808;
    font-size: 1.8em;
    transition: all 0.3s ease;
}

.episodes_box a:hover .episode_heading {
    color: #eb4647;
}

.episode_img {
    width: 100%;
}

.episode_box_top {
    margin-bottom: 40px;
}

.growth_wr {
    display: -ms-grid;
    display: grid;
    margin-bottom: 90px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.growth_box {
    padding: 30px;
    box-shadow: 0 10px 20px 5px rgba(63, 64, 64, 0.15);
    position: relative;
}

.article_img {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.growth_inner {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    min-height: 300px;
}

.cta.read_more {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.partners_wr {
    display: -ms-grid;
    display: grid;
    margin-top: 90px;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.partners_wr h5 {
    margin-bottom: 0;
}

.partners_wr.no-margin {
    margin-top: 0;
}

.footer_wr {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.5fr 1fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer_box {
    color: #070808;
}

.footer_title {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.footer_box p:nth-of-type(2) {
    margin: 0 0 30px 0;
}

.footer_box p:last-of-type {
    margin: 0;
}

.footer_box p a {
    color: inherit;
}

.footer_box p a:hover {
    text-decoration: none;
}

.footer_box:last-of-type p {
    margin-bottom: 30px !important;
}

.footer_black {
    background: #070808;
}

.footer_black .footer_box {
    color: #fff;
}

.social_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 12px 24px 24px 21px 23px;
    grid-template-rows: auto;
    grid-column-gap: 30px;
}

.social_list a img {
    transition: all 0.2s ease;
}

.social_list a:hover img {
    transform: translateY(-5px);
}

.contact_banner {
    color: #070909;
    margin: 0 0 90px 0;
    width: 38%;
}

.contact_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: stretch;
}

.contact_testimonial_slider .slick-slide {
    opacity: 0;
    transition: opacity 500ms;
}

.contact_testimonial_slider .slick-slide.slick-active {
    opacity: 1;
}

.contact_testimonial_slider {
    width: 42%;
    color: #070909;
}

.contact_testimonial_slider .slick-slide {
    height: auto;
}

.contact_testimonial_slider p:first-of-type {
    font-size: 44px;
    line-height: 54px;
    font-weight: 300;
    font-family: futura-pt, sans-serif;
    margin: 0 0 35px 0;
}

.contact_testimonial_slider p:nth-of-type(2) {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 45px 0;
}

.contact_testimonial_slider .testimonial_name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.contact_testimonial_slider .testimonial_position {
    font-size: 16px;
    line-height: 22px;
}

.contact_testimonial_slider .testimonial_note {
    font-size: 14px;
    line-height: 20px;
    color: #5d5e5e;
    margin: 20px 0 0 0;
}

.contact_testimonial_slider img:last-of-type {
    margin: 40px 0 0 0;
}

.contact_testimonial_slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 80px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.contact_testimonial_slider .slick-dots li {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.contact_testimonial_slider li.slick-active {
    background: #070909;
}

.contact_testimonial_slider li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: none;
}

.details_wr {
    width: 30%;
    color: #070808;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-gap: 40px 0px;
}

.details_box:last-of-type {
    margin: 0;
}

/* ----- Start Form ----- */

.form_wr .hs-form {
    display: flex;
    flex-direction: column;
}

.form_wr .hs-form-field {
    float: none !important;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 20px;
}

.form_wr .input {
    width: 65%;
    margin-right: 0 !important;
}

.form_wr fieldset {
    max-width: 100% !important;
}

.form_wr {
    width: 50%;
}

.form_wr .field label {
    color: #070808 !important;
    display: block !important;
    font-weight: 700 !important;
    margin-right: 15px !important;
    font-size: 20px !important;
    width: 28%;
    margin: 0;
}

.form_wr input,
select,
textarea {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 2px solid #070808;
    border-radius: 8px;
    height: 56px;
    box-sizing: border-box;
    width: 100% !important;
    padding-left: 20px;
    font-size: 16px;
    font-family: 'Gellix';
    color: #070808;
    font-weight: 400;
}

.form_wr .input {
    margin-right: 0 !important;
    width: 65% !important;
}

.form_wr textarea {
    height: 143px;
    width: 100% !important;
    padding: 16px 19px;
    line-height: 26px;
    resize: none;
}

.form_wr ul.hs-error-msgs {
    display: none !important;
}

.form_wr input.invalid,
.form_wr input.error {
    border-color: #eb4647;
}

.form_wr .hs-form-required {
    color: #eb4647;
}

.form_wr .field.hs_recaptcha {
    order: 100;
    margin-bottom: 0;
    margin-top: 25px;
}

.form_wr .actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.form_wr .hs_recaptcha {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.form_wr .hs-button {
    display: block;
    width: 255px !important;
    height: 60px;
    box-sizing: border-box;
    color: #fff;
    text-transform: none !important;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    background-color: #eb4647;
    border-radius: 30px;
    padding: 0 40px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form_wr .hs-button:hover {
    background: #c73839;
}

/* ----- End Form ----- */

#privacy_policy {
    color: #070808;
}

#privacy_policy p {
    margin-bottom: 30px;
}

#privacy_policy p a {
    line-break: anywhere;
}

#privacy_policy h3 {
    margin-bottom: 20px;
}

#privacy_policy h4 {
    margin-bottom: 10px;
}

#privacy_policy p:last-of-type {
    margin-bottom: 0;
}

#privacy_policy .content.content_banner {
    padding-bottom: 0;
    max-width: 1024px;
}

#contact .content.content_banner {
    padding-bottom: 0;
}

#privacy_policy .banner ul,
ol {
    margin: 0 0 30px 0;
}


/*----- Start Careers Style -----*/

#careers .container {
    position: relative;
    background: #070808;
}

#careers h1 {
    color: #fff;
    font-size: 4em;
    max-width: 994px;
    width: 100%;
}

#careers .webprofits_team {
    width: 100%;
}

#careers .box_wr {
    margin: 0 0 140px 0;
}

#careers .nav_link {
    color: #fff;
}

#careers .slicknav_icon span {
    background: #fff;
}

#careers .webprofits_shape {
    position: absolute;
    top: 17%;
    left: 63%;
}

#careers .banner_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    grid-gap: 40px;
}

#careers .banner_wr .cta {
    color: #fff;
}

#careers .banner_wr .cta::after {
    background: url(../images/cta_arrow_white.svg) no-repeat center left;
}

#careers .content_careers_middle {
    padding: 15vh 0;
}

#careers .testimonial_box {
    box-shadow: none;
    max-width: 950px;
    margin: 0 auto;
    padding: 0 0 0 60px;
    position: relative;
}

#careers .testimonial_box .quote {
    position: absolute;
    left: -15px;
    top: -15px;
}

#careers .testimonial_box p {
    color: #070808;
}

#careers .testimonial_box p:first-of-type {
    font-size: 3.2em;
    line-height: 1.1;
    font-family: futura-pt, sans-serif;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 20;
}

#careers .testimonial_box p:nth-of-type(2) {
    font-size: 1.6em;
    line-height: 1.4;
    margin: 0 0 50px 0;
}

#careers .testimonial_box p:last-of-type {
    font-size: 18px;
    margin: 0;
}

#careers .testimonial_box p:last-of-type span {
    font-weight: 700;
}

#careers .testimonial_box p:last-of-type img {
    display: block;
    margin: 12px 0 0 0;
}

#careers .we_re_proud h5 {
    text-align: center;
}

#careers .we_re_proud h3 {
    color: #070808;
    text-align: center;
    margin: 0 0 90px 0;
}

#careers .proud_partners {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    grid-gap: 40px;
    margin: 0 0 140px 0;
}

#careers .content_proud {
    padding: 15vh 0;
    max-width: 960px;
    margin: 0 auto;
}

#careers .quote_box {
    color: #070808;
}

#careers .quote_text {
    padding: 120px;
    background: #f2f2f2;
}

#careers .quote_text p {
    margin: 0 0 35px 0;
    position: relative;
}

#careers .quote_text p:first-of-type img {
    position: absolute;
    left: -30px;
    top: -5px;
}

#careers .quote_text p:last-of-type img {
    position: absolute;
    bottom: -10px;
    margin: 0 0 0 10px;
}

#careers .paul_wr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    grid-gap: 30px;
    margin: 55px 0 0 0;
}

#careers .paul_wr p {
    margin: 0;
}

#careers .paul_wr p:first-of-type {
    font-weight: 700;
    margin: 0 0 6px 0;
}

#careers .your_work {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
    color: #070808;
}

#careers .webprofits_zoom {
    border-radius: 8px;
    -webkit-box-shadow: 0px 5px 30px 5px rgba(7, 8, 8, 0.1);
    -moz-box-shadow: 0px 5px 30px 5px rgba(7, 8, 8, 0.1);
    box-shadow: 0px 5px 30px 5px rgba(7, 8, 8, 0.1);
    width: 50%;
}

#careers .your_work_text {
    width: 40%;
}

#careers .your_work_text p {
    margin: 40px 0 0 0;
}

#careers .purpose_box {
    border: 1px solid #070808;
    margin: 15vh 0;
    padding: 5% 8%;
    color: #070808;
}

#careers .purpose_box p {
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 35px 0;
}

#careers .purpose_box p span {
    color: #eb4647;
}

#careers .purpose_box h2 {
    margin: 0;
}

#careers .all_about {
    color: #070808;
}

#careers .all_about_center {
    text-align: center;
    margin: 0 0 70px 0;
}

#careers .all_about_center h3 {
    margin: 0 0 30px 0;
}

#careers .all_about_center p {
    font-size: 24px;
    line-height: 30px;
}

#careers .all_about_wr {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 60px 60px;
    margin: 0 auto 100px;
    max-width: 1030px;
}

#careers .all_about_box {
    background: #f2f2f2;
    padding: 40px;
}

#careers .all_about_img {
    width: 70px;
}

#careers .all_about_box p {
    margin: 30px 0 0;
    font-weight: 700;
}

#careers .all_about_box p span {
    color: #eb4647;
}

#careers .all_about .cta {
    margin: 0 auto;
    display: table;
}

#careers .black_wr {
    flex-direction: column;
    align-items: flex-start;
}

#workable_section h5 {
    color: #070808;
    margin: 0 0 40px 0;
}

.grey_block {
    color: #070909;
    background-color: #f8f8f8;
    text-align: center;
}

.content.grey_c {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.grey_block p.grey_over {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.grey_block h2 {
    font-size: 90px;
    line-height: 100px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
}

.grey_block p {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 40px 0;
}

.content_workable {
    padding: 10vh 0 0;
}

#whr_embed_hook {
    color: #070808;
}

.whr-title {
    font-size: 1.8em;
    margin: 0 0 30px 0;
}

.whr-title a {
    color: #070808;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whr-title a:hover {
    color: #eb4647;
}

.whr-items {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
}

.whr-item {
    padding: 20px;
    box-shadow: 0 10px 20px 5px rgb(63 64 64 / 15%);
}

.whr-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.whr-info li {
    font-size: 20px;
    font-weight: 500;
    color: #070808;
    margin: 0 0 10px 0;
    background: url(../images/red_dot@2x.png) no-repeat top 14px left;
    background-size: 7px;
    padding: 0 0 0 25px;
}

.whr-info li:last-of-type {
    margin: 0;
}

/*----- End Careers Style -----*/


/*----- Start Brighten Style -----*/

#brighten_case .content.content_banner {
    padding-bottom: 50vh;
}

#brighten_case .banner {
    background: url(../images/case-study-assets/brighten_bg.png) no-repeat bottom 80px right -220px;
}

#brighten_case .banner .banner_bg {
    display: none;
}

#brighten_case .banner_logos {
    justify-content: flex-start;
}

#brighten_case .process .content {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

#brighten_case .process .center_box {
    text-align: center;
}

#brighten_case .heading_case_study span {
    color: #eb4646;
}

#brighten_case .process .center_box p {
    font-size: 28px;
    line-height: 38px;
    color: #070808;
    font-weight: 300;
    margin: 5vh 0 0;
}

#brighten_case .process .big_logo {
    display: block;
    margin: 12vh 0;
}

#brighten_case .process .box_color_1 {
    display: block;
    margin: 12vh 0;
    width: 100%;
}

#brighten_case .process .box_color_2 {
    display: block;
    width: 100%;
}

#brighten_case .process .your_future {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    grid-row-gap: 80px;
}

#brighten_case .process .your_future img:first-of-type {
    width: 63%;
}

#brighten_case .process .your_future img:last-of-type {
    width: 27%;
}

#brighten_case .process .brighten_website {
    display: block;
    width: 100%;
    margin: 8vh 0 0;
    -webkit-box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 19px 2px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}

#brighten_case .process .center_box.margin {
    margin: 12vh 0;
}

#brighten_case .process .your_future_two {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

#brighten_case .process .your_future_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    grid-gap: 40px;
    margin: 0 0 0 40px;
}

#brighten_case .process .brighten_future_3 {
    width: 65%;
}

#brighten_case .steps_list_section {
    background: #f8f8f8;
}

#brighten_case .steps_row:last-of-type {
    margin: 0;
}

#brighten_case .steps_text p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    margin: 30px 0 0;
}

#brighten_case .steps_row p span.step_title {
    display: block;
    margin: 0 0 30px 0;
    font-size: 36px;
    line-height: 46px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
}

#brighten_case .cta {
    padding: 14px 80px 14px 45px;
    border-radius: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #eb4647 url(../images/cta_arrow_white.svg) no-repeat top 23px right 30px;
    background-size: 36px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}

#brighten_case .cta::before {
    content: none;
}

#brighten_case .cta::after {
    content: none;
}

#brighten_case .cta:hover {
    background-color: #070909;
}

#brighten_case .case_study_box p:first-of-type span {
    display: block;
    margin-bottom: 70px;
}

#brighten_case .case_study_testimonial {
    margin: 0 0 15vh 0;
}

#brighten_case .case_study_testimonial .center_box {
    text-align: center;
    margin: 0 0 8vh 0;
}

#brighten_case .case_study_testimonial .center_box p {
    font-size: 28px;
    line-height: 38px;
    color: #070808;
    font-weight: 300;
    margin: 25px 0 0;
}

/*----- End Brighten Style -----*/


html .mm-menu_navbar_top-1 .mm-panels {
	height: auto;
}
@media screen and (min-width: 1280px) {
    h1 {
        font-size: 4em;
    }

    h2 {
        font-size: 3.6em;
    }

    h3 {
        font-size: 2.4em;
    }

    h4 {
        font-size: 1.5em;
    }

    .image {
        width: 300px;
    }

    .btns_wr {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .whr-item {
        padding: 25px;
    }

    .testimonial_box {
        padding: 25px;
    }

    .episodes_box {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .heading_case_study {
        font-size: 2.6em;
    }

    .impact_text p:first-of-type {
        font-size: 3.2em;
    }

    .impact_text p:last-of-type {
        font-size: 0.8em;
    }

}

@media screen and (min-width: 1440px) {


    h1 {
        font-size: 4.8em;
    }

    h2 {
        font-size: 4em;
    }

    h3 {
        font-size: 2.6em;
    }

    h4 {
        font-size: 2em;
    }

    .p_banner {
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .case_study_box p:first-of-type {
        font-size: 2em;
        line-height: 1.2em;
    }

    .yellow_right p:first-of-type {
        font-size: 2em;
        line-height: 1.2em;
    }

    .p_black {
        font-size: 1.2em;
    }

    .episodes_box {
        padding: 30px;
    }

    .steps_list {
        width: 50%;
    }

    .steps_row {
        margin-bottom: 60px;
    }

    .number_text {
        width: 15%;
        font-size: 3.2em;
    }

    .steps_row p {
        width: 85%;
    }

    .heading_case_study {
        font-size: 3em;
    }

    .impact_text p:first-of-type {
        font-size: 3.8em;
        margin: 0 0 20px 0;
    }

    .impact_text p:last-of-type {
        font-size: 0.9em;
    }

}

@media screen and (min-width: 1920px) {

    h1 {
        font-size: 5em;
    }

    h2 {
        font-size: 4.5em;
    }

    .p_banner {
        font-size: 1.4em;
        line-height: 1.3em;
    }

    .p_black {
        font-size: 1.4em;
    }

    .btns_wr {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .whr-item {
        padding: 50px;
    }

    .testimonial_box {
        padding: 50px;
    }

    .episodes_box {
        padding: 50px;
    }

    .case_study_box p:first-of-type {
        font-size: 2.2em;
        line-height: 1.4em;
    }

    .yellow_right p:first-of-type {
        font-size: 2.2em;
        line-height: 1.4em;
    }

    .impact_wr {
        grid-column-gap: 100px;
        grid-row-gap: 100px;
    }

    .impact_text p:first-of-type {
        font-size: 4.5em;
        line-height: 0.7em;
    }

    .steps_text {
        width: 45%;
    }

    .steps_row {
        margin-bottom: 70px;
    }

    .heading_case_study {
        font-size: 3.2em;
    }

}


@media screen and (min-width: 2560px) {

    #careers .webprofits_shape {
        left: 60%;
    }

}


@media screen and (max-width: 1440px) {

    br {
        display: none;
    }

    .over_title {
        margin-bottom: 25px;
        letter-spacing: 1.5px;
    }

    .box_overlay h4 br {
        display: none;
    }

    .box_overlay h4 {
        margin-bottom: 20px;
    }

    #careers .testimonial_box p:first-of-type {
        font-size: 2.8em;
    }

    .nav_link {
        font-size: 2.3vw;
    }

    .box_overlay ul li {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 0 15px;
        background-position: top 10px left;
    }

    .boosting_box p {
        width: 60%;
    }

    .contact_banner {
        margin: 0 0 60px 0;
        width: 50%;
    }

    .contact_testimonial p:first-of-type {
        font-size: 40px;
        line-height: 50px;
    }

    #careers .purpose_box {
        padding: 5%;
    }

    #careers .webprofits_shape {
        display: none;
    }

    #careers .all_about_wr {
        grid-gap: 40px 40px;
        margin: 0 0 60px 0;
    }

    #auss_ethical_case .boosting_box p {
        width: 60%;
    }

    .testimonial_box_btm .cta {
        margin-top: 30px;
    }

    .nav_social {
        width: 25%;
    }

    #brighten_case .banner {
        background: none;
    }

    #brighten_case .content.content_banner {
        padding-bottom: 15vh;
    }

    #brighten_case .banner .banner_bg {
        display: block;
        margin: 60px auto 0;
    }

}


@media screen and (max-width: 1366px) {

    .banner_wr h1 {
        font-size: 2.2em;
    }

    .container {
        height: auto;
    }

    .nav_link {
        font-size: 2vw;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        padding: 10px 0;
    }

    .over_title {
        font-size: 0.6em;
        letter-spacing: 1px;
    }

    .case_study_box .quote {
        position: static;
        display: block;
        width: 87px;
        margin: 0 0 30px 0;
    }

    #careers .your_work {
        align-items: center;
    }

    .clients_case_wr .read_more {
        font-size: 18px;
        padding: 0 0 0 45px;
    }

    .clients_case_wr .read_more::before {
        width: 40px;
    }

    .form_wr .hs-form-field {
        flex-direction: column;
        align-items: flex-start;
    }

    .form_wr .actions {
        justify-content: flex-start;
    }

    .form_wr .field label {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }

    .form_wr .input {
        width: 100% !important;
    }


    .footer_wr {
        grid-column-gap: 20px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .footer_title {
        margin: 0 0 10px 0;
    }

    .footer_box p:nth-of-type(2) {
        margin: 0 0 10px 0;
    }

    #w-node-_5c932378-a53a-6fa3-e5be-f96ecf6125b2-f2f94d6b {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

}

@media screen and (max-width: 1200px) {

    #abb_case .impact_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .p_black {
        width: 60%;
    }

    .podcast_top_wr h5 {
        width: 60%;
    }

}


@media screen and (max-width: 1180px) {

    br {
        display: none;
    }

    .steps_row p br {
        display: block;
    }

    h1 {
        font-size: 3.2em;
    }

    #careers h1 {
        font-size: 3.4em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 2em;
    }

    h5 {
        margin-bottom: 40px;
    }

    .nav_link {
        font-size: 3vw;
    }

    .nav_link.phone {
        font-size: 2vw;
    }

    .banner_wr {
        flex-direction: column;
        align-items: stretch;
    }

    .banner_left {
        width: 100%;
    }

    .banner_wr .p_banner {
        max-width: 100%;
        padding: 0;
    }

    .container .banner_wr .p_banner {
        padding: 0;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        padding: 15px 0;
    }

    .grey_block h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .content.grey_c {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    #brighten_case .case_study_testimonial {
        margin: 0 0 10vh 0;
    }

    .slick-prev {
        left: -10%;
    }

    .slick-next {
        right: -10%;
    }

    .box_overlay h4 {
        font-size: 1.4em;
    }

    .box_overlay {
        padding: 3vw;
    }

    .p_banner {
        width: 100%;
    }

    #auss_ethical_case .boosting_box p {
        width: 70%;
    }

    #careers .box_wr {
        margin: 0 0 100px 0;
    }

    #careers .proud_partners {
        margin: 0 0 100px 0;
    }

    #careers .we_re_proud h3 {
        margin: 0 0 60px 0;
    }

    #careers .content_careers_middle {
        padding: 10vh 0;
    }

    #careers .purpose_box {
        margin: 10vh 0;
    }

    .content_workable {
        padding: 10vh 0 0;
    }

    #careers .all_about_center p {
        font-size: 20px;
        line-height: 26px;
    }

    #careers .all_about_wr {
        grid-template-columns: 1fr 1fr;
    }

    #careers .purpose_box p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }

    .content.testimonial_c {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content_h {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.content_banner {
        padding-bottom: 10vh;
    }

    #careers .content_proud {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.content_what {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.content_black {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.content_testimonial {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.content_podcast {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.content_growth {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.content_footer {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.boosting_c {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.steps_list_c {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.impact_c {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .content.yellow_c {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    #abb_case .content.boosting_c {
        padding-bottom: 10vh;
    }

    #careers .quote_text {
        padding: 100px;
    }

    .case_study_box .quote {
        top: 30px;
        left: 40px;
    }

    .box_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .mm-navbar img {
        width: 240px;
    }

    .image {
        width: 240px;
    }

    .black_cta h2 {
        width: 100%;
    }

    .podcast_top_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .podcast_top_wr h5 {
        margin-bottom: 20px;
        width: 100%;
    }

    .btns_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    /*
    .episodes_wr {
        margin-bottom: 10vh;
    }
*/

    .episodes_wr.margin-btm {
        margin-bottom: 10vh;
    }

    .episode_date {
        margin-bottom: 20px;
    }

    .episode_heading {
        font-size: 1.4em;
    }

    .growth_wr {
        margin-bottom: 60px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .growth_box {
        padding: 20px;
    }

    .partners_wr {
        margin-top: 60px;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .footer_box p {
        font-size: 18px;
    }

    .heading {
        font-size: 3.2em;
    }

    .heading-2 {
        font-size: 2.5em;
    }

    .content.clients_c {
        padding: 10vh 0;
    }

    .steps_list_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .steps_text {
        width: 100%;
    }

    .steps_list {
        width: 100%;
        margin-top: 40px;
    }

    .steps_row {
        margin-bottom: 30px;
    }

    .number_text {
        width: 15%;
        font-size: 2.6em;
    }

    .paragraph {
        width: 84%;
    }

    .case_study_box {
        padding: 7vh 7vw;
    }

    .impact_section h3 {
        margin: 0 0 10vh 0;
    }

    #logitech_case .impact_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .impact_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .case_study_box p:first-of-type {
        font-size: 1.4em;
        line-height: 1.4em;
        margin: 0 0 40px 0;
    }

    .yellow_right p:first-of-type {
        font-size: 1.4em;
        line-height: 1.4em;
        margin: 0 0 40px 0;
    }

    .yellow_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    #logitech_case .yellow_left {
        width: 100%;
    }

    .yellow_left {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .yellow_right {
        width: 100%;
    }

    .image-5 {
        margin-bottom: 40px;
    }

    .image-6 {
        margin-bottom: 40px;
    }

    .heading_case_study {
        font-size: 2em;
    }

    .nav_social {
        width: 40%;
    }

    .contact_wr {
        flex-direction: column;
    }

    .contact_testimonial_slider .slick-dots {
        margin: 40px 0 0 0;
    }

    .contact_banner {
        width: 100%;
    }

    .contact_testimonial_slider {
        width: 100%;
    }

    .form_wr {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .form_wr .hs-button {
        width: 100% !important;
    }

    #brighten_case .content.content_banner {
        padding-bottom: 10vh;
    }

    #brighten_case .steps_row p span.step_title {
        margin: 0 0 20px 0;
    }

    #brighten_case .process .brighten_future_3 {
        width: 75%;
    }

    #brighten_case .process .content {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    #brighten_case .process .your_future_inner {
        width: 15%;
    }

    #brighten_case .process .center_box p {
        font-size: 23px;
        line-height: 33px;
    }

    #brighten_case .steps_text p {
        font-size: 23px;
        line-height: 33px;
    }

    #brighten_case .case_study_box p:first-of-type span {
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 1024px) {

    .black_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .p_black {
        width: 100%;
    }

    #careers h1 {
        font-size: 3em;
    }

    #careers .proud_partners {
        grid-gap: 20px;
    }

}


@media screen and (max-width: 991px) {

    .testimonial_wr {
        grid-gap: 20px 20px;
    }

    .cta_case {
        width: 100%;
        height: 45px;
        font-size: 17px;
        padding: 6px 20px 8px 65px !important;
    }

    .cta_case::before {
        width: 45px;
        height: 45px;
    }

    .cta_case::after {
        left: 20px;
        width: 40px;
    }

    .cta_case:hover {
        padding: 6px 35px 8px 35px;
    }

}


@media screen and (max-width: 915px) and (max-width: 844px) {
    .header_nav {
        justify-content: flex-start;
    }
}


@media screen and (max-width: 844px) {

    #careers h1 {
        font-size: 2.7em;
    }

    h4 {
        font-size: 1.3em;
    }

    #careers .webprofits_shape {
        display: none;
    }

    #careers .your_work {
        flex-direction: column;
    }

    #careers .your_work_text {
        width: 100%;
        margin: 0 0 40px 0;
    }

    #careers .webprofits_zoom {
        width: 100%;
    }

    #careers .proud_partners {
        justify-content: center;
    }

    #careers .quote_text {
        padding: 60px;
    }

    #careers .testimonial_box p:first-of-type {
        font-size: 2.4em;
    }

    #careers .testimonial_box p:nth-of-type(2) {
        font-size: 1.4em;
    }

    #careers .banner_wr {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav_link {
        font-size: 5vw;
    }

    .nav_link.phone {
        font-size: 3.5vw;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        padding: 15px 0;
    }

    .over_layer {
        background: #070909;
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
    }

    .box_overlay ul li {
        line-height: 22px;
    }

    .growth_inner {
        min-height: 250px;
    }

    .clients_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .clients_wr .client_title {
        min-height: auto;
    }

    .details_wr {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        grid-gap: 40px;
    }

    .slick-prev {
        top: 40%;
    }

    .slick-next {
        top: 40%;
    }

    .clients_case_wr {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .clients_wr h5 {
        margin: 0;
    }

    .clients_wr {
        flex-direction: column;
    }

    .clients_wr h5 {
        text-align: center;
    }

    .clients_slider_wr {
        width: 100%;
    }

    .plus_icon {
        margin-right: 20px;
        margin-left: 20px;
    }

    #auss_ethical_case .boosting_section {
        background-image: none;
    }

    #auss_ethical_case .content.boosting_c {
        padding-bottom: 10vh;
    }

    #auss_ethical_case .boosting_box p {
        width: 100%;
    }

    #logitech_case .yellow_right {
        grid-template-columns: auto auto;
    }

    #lj_hooker_case .boosting_section {
        background-image: none;
    }

    #bellamy_case .boosting_section {
        background-image: none;
    }

    .case_study_testimonial {
        background: #f5f5f5;
        padding: 10vh 0;
    }

    .case_study_box {
        padding: 0;
        border: none;
    }

    .case_study_box .quote {
        width: 100px;
    }

    .logitech_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .logitech_logo {
        width: 100%;
    }

    .logitech_text {
        width: 100%;
    }

    .logitech_text p:first-of-type {
        font-size: 40px;
        line-height: 50px;
    }

    .dots_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0;
    }

    .dots_left {
        width: 100%;
    }

    .dots_right {
        width: 100%;
    }

    .testimonial_dots .slick-dots {
        margin: 40px 0 0 0;
    }

    .testimonial_holder {
        flex-direction: column;
        align-items: stretch;
    }

    .testimonial_holder .testimonial_title {
        margin: 0 0 40px 0;
    }

    .testimonial_box {
        box-shadow: 0 5px 10px 2px rgb(63 64 64 / 15%);
    }

    .testimonial_holder {
        flex-direction: column;
    }

    .testimonial_title {
        width: 100%;
    }

    .testimonial_single {
        width: 100%;
    }

    .testimonial_box_btm .cta {
        margin-left: 0;
        margin-top: 15px;
    }

    .testimonial_wr .slick-dots {
        margin: 80px 0 0 0;
    }

    .steps_list_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .steps_text {
        width: 100%;
    }

    .steps_list {
        width: 100%;
    }

    .number_text {
        width: 15%;
        font-size: 2em;
    }

    .boosting_box p {
        margin: 40px auto 0;
        width: 80%;
    }

    .paragraph {
        width: 85%;
    }

    .image-3 {
        width: 190px;
    }

    #auss_ethical_case .image-4 {
        width: 200px;
    }

    .image-4 {
        width: 150px;
    }

    #bellamy_case .image-5 {
        width: 200px;
    }

    .image-6 {
        width: 200px;
    }

    .impact_text p:first-of-type {
        font-size: 2.4em;
        margin: 0 0 20px 0;
    }

    .nav_social {
        width: 50%;
    }

}

@media screen and (max-height: 400px) {

    .nav_link {
        font-size: 3.5vw;
    }

    .nav_link.phone {
        font-size: 2vw;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        padding: 10px 0;
    }

    .header_nav {
        justify-content: flex-start;
    }

}


@media screen and (max-width: 767px) {

    h1 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.2em;
    }

    .grey_block h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .content_h {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box {
        padding: 20px;
    }

    .mm-navbar img {
        width: 200px;
    }

    .image {
        width: 200px;
    }

    .testimonial_wr {
        grid-template-columns: 1fr;
    }

    .whr-item {
        padding: 20px;
    }

    .testimonial_box {
        padding: 20px;
    }

    .testimonial_box_top {
        margin-bottom: 40px;
    }

    .testimonial_wr .slick-dots {
        margin: 40px 0 0 0;
    }

    .episode_heading {
        font-size: 1em;
    }

    .plus_icon {
        margin-right: 20px;
        margin-left: 20px;
    }

    .clients_case_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .steps_list_wr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .steps_text {
        width: 100%;
    }

    .steps_list {
        width: 100%;
    }

    .number_text {
        width: 15%;
        font-size: 2em;
    }

    .paragraph {
        width: 85%;
    }

    .image-3 {
        width: 190px;
    }

    .image-4 {
        width: 150px;
    }

    #bellamy_case .image-5 {
        width: 200px;
    }

    .image-6 {
        width: 200px;
    }

    .mm-navbar {
        height: 90px;
    }

    .mm-navbar__btn:last-child {
        right: 0;
    }

    .mm-btn {
        top: 20px;
    }

}

@media screen and (max-width: 479px) {

    h1 {
        margin-bottom: 40px;
        font-size: 2.2em;
    }

    #careers h1 {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
    }

    .nav_link {
        font-size: 8vw;
    }

    .nav_link.phone {
        font-size: 6vw;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        padding: 10px 0;
    }

    .banner_wr .p_banner {
        font-size: 18px;
    }

    .grey_block h2 {
        font-size: 50px;
        line-height: 60px;
    }
 .nav_list .nav_link.phone {
    padding: 15px 0 120px;
}	
    .grey_block p {
        font-size: 26px;
        line-height: 36px;
    }

    #careers .we_re_proud h3 {
        margin: 0 0 40px 0;
    }

    #careers .quote_text {
        padding: 20px;
    }

    #careers .quote_text p:first-of-type img {
        display: none;
    }

    #careers .quote_text p:last-of-type img {
        display: none;
    }

    #careers .all_about_center {
        margin: 0 0 40px 0;
    }

    #careers .box_wr {
        margin: 0 0 80px 0;
    }

    #careers .all_about_center h3 {
        margin: 0 0 15px 0;
    }

    #careers .proud_partners {
        margin: 0 0 80px 0;
    }

    #careers .paul_wr {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 20px;
        margin: 45px 0 0 0;
    }

    #careers .testimonial_box {
        padding: 0;
    }

    .whr-title {
        font-size: 1.5em;
    }

    .header_wr .nav_link.phone {
		color:red !important;
        /*display: none;*/
		position:fixed;
		top:0.7rem;
		font-size:1em;
		font-weight:900;
		z-index:9999 !important;
    }

    #careers .testimonial_box p:first-of-type {
        font-size: 2em;
    }

    #careers .testimonial_box p:nth-of-type(2) {
        font-size: 1.2em;
    }

    #careers .testimonial_box .quote {
        left: -23px;
        top: -3px;
    }

    .mm-navbar img {
        width: 180px;
    }

    .banner_center h5 {
        font-size: 1em;
        line-height: 1em;
        margin-bottom: 30px;
    }

    .clients_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .content.content_banner {
        padding-top: 5vh;
    }

    .boosting_box {
        text-align: left;
    }

    .box_overlay {
        padding: 5vw;
    }

    .box_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #careers .all_about_box {
        padding: 20px;
    }

    #careers .all_about_box p {
        margin: 20px 0 0;
    }

    .whr-items {
        grid-template-columns: 1fr;
    }

    .image {
        width: 180px;
    }

    .btns_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .testimonial_box_top {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logitech_text p:first-of-type {
        font-size: 35px;
        line-height: 45px;
    }

    .case_study {
        margin-top: 20px;
    }

    .episodes_wr {
        grid-template-columns: 1fr;
    }

    .episodes_box {
        width: 100%;
    }

    .boosting_box p {
        width: 100%;
    }

    .growth_wr {
        margin-bottom: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .partners_wr {
        grid-column-gap: 20px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .footer_wr {
        grid-row-gap: 30px;
    }

    .details_wr {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 20px;
    }

    .banner_logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .plus_icon {
        margin: 20px 0px;
    }

    .paragraph {
        width: 80%;
    }

    .slide_item {
        height: 100px;
        padding: 10px;
    }

    .contact_testimonial p:first-of-type {
        font-size: 35px;
        line-height: 45px;
    }

    .case_study_box p:first-of-type {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .yellow_right p:first-of-type {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    #logitech_case .impact_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #abb_case .impact_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .impact_wr {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #bellamy_case .image-5 {
        width: 150px;
    }

    .image-6 {
        width: 150px;
    }

    .nav_social {
        width: 100%;
    }

    #careers .all_about_wr {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin: 0 0 40px 0;
    }

    .cta {
        font-size: 18px;
        padding: 8px 20px 8px 80px;
        height: 50px;
    }

    .cta::before {
        height: 50px;
        width: 50px;
    }

    .cta::after {
        width: 35px;
        height: 27px;
        left: 32px;
        width: 35px;
        height: 33px;
    }

    #careers .cta {
        width: 100%;
        height: 45px;
        font-size: 17px;
        padding: 6px 20px 8px 65px;
    }

    #careers .cta::before {
        width: 45px;
        height: 45px;
    }

    #careers .cta::after {
        left: 20px;
        width: 40px;
    }

    #careers .cta:hover {
        padding: 6px 35px 8px 35px;
    }

    #brighten_case .cta {
        background-image: none;
        padding: 14px 45px 14px 45px;
    }

    #brighten_case .process .big_logo {
        margin: 8vh 0;
    }

    #brighten_case .process .box_color_1 {
        margin: 8vh 0;
    }

    #brighten_case .process .center_box.margin {
        margin: 8vh 0;
    }

    #brighten_case .process .your_future {
        flex-direction: column;
    }

    #brighten_case .process .your_future img:first-of-type {
        width: 100%;
    }

    #brighten_case .process .your_future img:last-of-type {
        display: none;
    }

    #brighten_case .process .your_future_two {
        flex-direction: column;
    }

    #brighten_case .process .brighten_future_3 {
        width: 100%;
    }

    #brighten_case .process .your_future_inner {
        display: none;
    }

    #brighten_case .process .brighten_website {
        border-radius: 8px;
    }

}

#w-node-_578e92d3-833a-05b2-9a08-4b6ae6456e24-f2f94d6b {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-a82471fd-5784-7699-559a-ae518efcf5e0-f2f94d6b {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_2c9e85f9-b5f4-b528-8944-e43a45f2bbbc-f2f94d6b {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-bb280eae-a711-af22-9140-c5d94253178f-f2f94d6b {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_7eb48d46-798b-25d1-02eb-60d2112c7278-f2f94d6b {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-bddfe987-cb8c-f548-5659-f4472fc3c2d3-f2f94d6b {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-ce632982-f4ce-ade3-3191-abc3af85d8a9-f2f94d6b {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-_3d868eb3-1e2a-de87-dd16-81aee829e979-f2f94d6b {
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-_95a10fd5-a0c4-f245-d5a1-f9e4a7601e38-f2f94d6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-_1974ae80-4fa5-1f4d-0447-65056dd28aca-f2f94d6b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_70f1617d-8f6a-49bb-9eba-eecca05f587b-f2f94d6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-_70f1617d-8f6a-49bb-9eba-eecca05f587f-f2f94d6b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_1d2074eb-ed3c-d0a6-b336-8406b9e21fb2-f2f94d6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-_21b29e65-dc03-35af-6427-41867f21a496-f2f94d6b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_50451e14-be82-b2ee-702e-fb1e1c3bf164-f2f94d6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-_50451e14-be82-b2ee-702e-fb1e1c3bf169-f2f94d6b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_80d7cde4-b6aa-0fa9-778e-00587f339ce2-f2f94d6b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-_80d7cde4-b6aa-0fa9-778e-00587f339ce7-f2f94d6b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-_2f8e5498-1222-b2ea-0630-21721b3a6f8d-f2f94d6b {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-e3a3fa75-cad4-345f-ad5f-974e991cebe1-f2f94d6b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-a692bebf-fd8b-85b2-d0d8-3852a286cc02-f2f94d6b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-ce92422d-238c-35b4-d1aa-1ee9f063e42f-f2f94d6b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-c213b645-c779-23da-c161-8a2101c5682c-f2f94d6b {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (min-width: 1920px) {
    #w-node-_2f8e5498-1222-b2ea-0630-21721b3a6f8d-f2f94d6b {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: start;
        justify-self: start;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

@media screen and (max-width: 1024px) {
    #w-node-_895b789f-272d-e4d5-f9a2-77dc272a6345-f2f94d6b {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 4;
        grid-column-start: span 4;
        -ms-grid-column-span: 4;
        grid-column-end: span 4;
    }

    #w-node-_7eb48d46-798b-25d1-02eb-60d2112c7278-f2f94d6b {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-bddfe987-cb8c-f548-5659-f4472fc3c2d3-f2f94d6b {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-ce632982-f4ce-ade3-3191-abc3af85d8a9-f2f94d6b {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_3d868eb3-1e2a-de87-dd16-81aee829e979-f2f94d6b {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_80d7cde4-b6aa-0fa9-778e-00587f339cdf-f2f94d6b {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    #w-node-_2f8e5498-1222-b2ea-0630-21721b3a6f8d-f2f94d6b {
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-column: span 5;
        grid-column-start: span 5;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    #w-node-_895b789f-272d-e4d5-f9a2-77dc272a6345-f2f94d6b {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_578e92d3-833a-05b2-9a08-4b6ae6456e24-f2f94d6b {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #w-node-_2c9e85f9-b5f4-b528-8944-e43a45f2bbbc-f2f94d6b {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #w-node-bb280eae-a711-af22-9140-c5d94253178f-f2f94d6b {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    #w-node-_3d868eb3-1e2a-de87-dd16-81aee829e979-f2f94d6b {
        -ms-grid-column-align: center;
        justify-self: center;
    }
	
	
	  .mobile-wewillbethere {
		  
		margin-bottom:0.5em;
	}

}

@media screen and (max-width: 479px) {
    #w-node-_80d7cde4-b6aa-0fa9-778e-00587f339cdf-f2f94d6b {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_2f8e5498-1222-b2ea-0630-21721b3a6f8d-f2f94d6b {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
    }

    #w-node-_8c503f92-0a15-5be4-195a-16c1e790ad95-f2f94d6b {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_56944e54-6b61-0f5e-a4d0-588e708e000c-f2f94d6b {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }
}

/*
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Medium.woff2') format('woff2'), url('../fonts/Futura-Medium.eot') format('embedded-opentype'), url('../fonts/Futura-Medium.woff') format('woff'), url('../fonts/Futura-Medium.ttf') format('truetype'), url('../fonts/Futura-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Light.woff2') format('woff2'),
        url('../fonts/Gellix-Light.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Light.woff') format('woff'),
        url('../fonts/Gellix-Light.ttf') format('truetype'),
        url('../fonts/Gellix-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Bold.woff2') format('woff2'),
        url('../fonts/Gellix-Bold.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Bold.woff') format('woff'),
        url('../fonts/Gellix-Bold.ttf') format('truetype'),
        url('../fonts/Gellix-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.woff2') format('woff2'),
        url('../fonts/Gellix-Medium.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Medium.woff') format('woff'),
        url('../fonts/Gellix-Medium.ttf') format('truetype'),
        url('../fonts/Gellix-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Regular.woff') format('woff'),
        url('../fonts/Gellix-Regular.ttf') format('truetype'),
        url('../fonts/Gellix-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


