body {
    background: #FFF;
    font-family: "Roboto", sans-serif;
}

.font1 {
    font-family: "Roboto", sans-serif;
}

.font2 {
    font-family: "Roboto+Condensed", sans-serif;
}

.orange {
    color: #F6A200;
}

.underline {
    text-decoration: underline;
}

h1,
h2,
h3,
h4 {
    font-family: "Roboto+Condensed", sans-serif;
    font-weight: 600;
    line-height: 1, 3em;
}

h1 {
    font-size: 50px;
    position: relative;
}

.videoHeroInfo h1 {
    color: #fff;
}

h2 {
    font-size: 30px;
}

h1 span.evidence {
    background: #F6A200;
    line-height: 1.36em;
    color: #fff;
    font-size: 36px;
    padding: 6px 20px 0 20px;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    top: -20px;
}

p.payoff {
    font-size: 28px;
    line-height: 1.3em;
    color: #fff;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.ctaOrange:link,
a.ctaOrange:visited {
    font-family: "Roboto+Condensed", sans-serif;
    color: #fff;
    background: #F6A200;
    font-size: 18px;
    line-height: 1em;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: block;
    width: max-content;
    text-transform: uppercase;
}

a.ctaOrange:hover {
    background: #000;
}

a.ctaDark:link,
a.ctaDark:visited {
    font-family: "Roboto+Condensed", sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    background: #696969;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: block;
    width: max-content;
}

a.ctaDark:hover {
    background: #000;
}

a.ctaOrange.large,
a.ctaDark.large {
    font-size: 20px;
    line-height: 1em;
    padding: 15px 30px;
}

section {
    padding: 50px 0;
}

#section-0 {
    background: #f1f1f1;
    height: 700px;
    padding: 0;
}

body.thankyou section {
    min-height: initial;
    padding: initial;
}

.topNav {
    padding: 10px;
    background: #FFF;
    min-height: initial;
    box-shadow: 0 0 20px #ddd;
}

.topNavElementWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topNavElementWrap .logo {
    width: 70px;
}

.topNavElementWrap .logo img {
    width: 100%;
}

.topNavElementWrap .menu ul {
    margin: 0;
    padding: 0;
}

.topNavElementWrap .menu ul li {
    list-style: none;
    display: inline;
}

.topNavElementWrap .menu ul li a:link,
.topNavElementWrap .menu ul li a:visited {
    font-family: "Roboto+Condensed", sans-serif;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 0;
    transition: all .3s ease-in-out;
}

.topNavElementWrap .menu ul li a:hover {
    opacity: .3;
}

.topNavElementWrap .menu ul li a.active {
    color: #F6A200;
    border-bottom: 1px solid #fff;
}

.topNavElementWrap .menu ul li:not(:last-child) a {
    margin-inline-end: 20px;
}

.topNavElementWrap .utils {
    display: flex;
    align-items: center;
}

.topNavElementWrap .utils a.ctaOrange {
    font-size: 18px;
}

.topNavElementWrap .menu ul li a.mainCta:link,
.topNavElementWrap .menu ul li a.mainCta:visited {
    color: #fff;
    background: #F6A200;
    border: 1px solid #F6A200;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.topNavElementWrap .menu ul li a.mainCta:hover {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    opacity: 1;
}

.topNavElementWrap .menu ul li a.mainCta.active {
    border: 1px solid #fff;
    opacity: .5;
}

.topNavElementWrap .utils .langToggler {
    display: flex;
    align-items: center;
}

.topNavElementWrap .utils .langToggler a {
    text-decoration: none;
    color: #666;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #666;
    margin-inline-start: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.topNavElementWrap .utils .langToggler a.active {
    color: #FFF;
    border: 1px solid #FFF;
}

body.thankyou section.formFooter {
    padding: 100px 0 !important;
    font-size: 14px;
    color: #888;
    height: 300px;
}

#hamburger {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}

#hamburger span {
    width: 40px;
    height: 3px;
    background: #000;
    border-radius: 3px;
    display: block;
    position: absolute;
    transition: all .3s cubic-bezier(.64, .01, .07, 1.65);
}

#hamburger span:first-child {
    top: 15px;
    left: 0;
}

#hamburger span:last-child {
    top: 24px;
    left: 0;
}

#hamburger.open span:first-child {
    top: 18px;
    left: 0;
    transform: rotate(15deg);
}

#hamburger.open span:last-child {
    top: 18px;
    left: 0;
    transform: rotate(-15deg);
}

.box-from-this {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
}

.box-to-this {
    position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    width: max-content;
}

.box-from-this img {
    margin-inline-start: 50px;
}

.box-to-this img {
    margin-inline-end: 70px;
}

.ribbon-from-this {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #BD5B00;
    font-family: "Roboto+Condensed", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.ribbon-to-this {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #F6A200;
    font-family: "Roboto+Condensed", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.ribbon-from-this span,
.ribbon-to-this span {
    display: block;
    line-height: 1em;
    text-align: center;
}

.past-features li,
.future-features li {
    list-style: none;
    padding: 10px;
}

.past-features li {
    list-style-image: url("../images/landing/dot-points.svg");
}

.future-features li {
    list-style-image: url("../images/landing/orange-check.svg");
}

.promotionalSpace {
    border-radius: 16px;
    background: #3C3C3B;
    padding: 30px;
    color: #FFF;
    position: relative;
    margin-top: -80px;
}

.promotionalSpace .promoText {
    /* width: 200px; */
}

.promotionalSpace .promoText strong {
    display: block;
    line-height: 1em;
    margin-bottom: 5px;
}

.promotionalSpace .promoText span.time {
    display: block;
    font-size: 40px;
    font-family: "Roboto+Condensed", sans-serif;
    color: #F6A200;
    text-transform: uppercase;
    line-height: 1em;
    padding: 0;
    margin: 0 0 1rem;
}

#section-3.sectors .card img.card-img-top {
    border-radius: 16px;
}

.landing01_cards {
    background: #E7E7E7;
}

.landing01_cards .card {
    border-radius: 16px !important;
}

.landing01_cards .card:before {
    opacity: 0;
    content: "";
    position: absolute;
    background: url(../images/landing/ico-plus-w.svg)no-repeat 50% 60% rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 16px;
    transition: all .5s ease-in-out;
}

.landing01_cards .productCard {
    background: #FFF;
    border-radius: 16px;
    padding: 30px;
}

.landing01_cards .card:hover:before {
    opacity: 1;
    content: "";
    position: absolute;
    background: url(../images/landing/ico-plus-w.svg)no-repeat 50% 50% rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 16px;
    transition: all .5s ease-in-out;
}

.landing01_cards .productCard .imgWrapper {
    text-align: center;
    margin-bottom: 30px;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing01_cards .productCard .imgWrapper img {
    width: auto;
    height: 100%;
    max-height: 200px;
}

.landing01_cards .productCard .prdName {
    font-family: "Roboto+Condensed", sans-serif;
    color: #F6A200;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 7px;
}

.landing01_cards .productCard .prdCopy {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
}

.landing01_cards .productCard .PrdInfo {
    font-size: 16px;
}

.landing01_cards .productCard.fullOrange {
    background: #F6A200;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.landing01_cards .productCard.fullOrange .prdCopy {
    color: #fff;
    line-height: 1.3em;
}

.landing01_cards .productCard.fullOrange .orangeImg {
    margin: auto 0 50px;
}

.landing01_cards .productCard.fullOrange .plus {
    width: 30px;
    height: 30px;
    background: url('../images/landing/ico-plus-w.svg')no-repeat center center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all .5s ease-in-out;
}

.landing01_cards .card:hover .productCard.fullOrange .plus {
    width: 30px;
    height: 30px;
    background: url('../images/landing/ico-plus-w.svg')no-repeat center center;
    position: absolute;
    bottom: -20px;
    right: -20px;
    transition: all .2s ease-in-out;
}

.float-cta {
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: 20px;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.float-cta .cta-mail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #383838;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.float-cta .cta-messenger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1483fb;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.float-cta .cta-wzap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4dc347;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.float-cta .cta-mail img,
.float-cta .cta-messenger img,
.float-cta .cta-wzap img {
    width: 28px;
}

.float-cta .cta-mail:hover,
.float-cta .cta-messenger:hover,
.float-cta .cta-wzap:hover {
    transform: scale(.9);
    background: #F6A200;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoHero {
    background: #333;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 50px;
}

.videoHero .content {
    font-size: 50px;
}

.videoHero .form {

    font-size: 50px;
}

.videoHero:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgb(0 0 0 / 60%);
    z-index: 2;
}

.videoHeroInfo {
    /* position: absolute; */
    z-index: 2;
    top: 0;
    left: 0;
}

.advantage {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    position: relative;
}

.advantage .ico {
    width: 80px;
}

.advantage .ico img {
    width: 60px;
    transition: all .3s ease-in-out;
    border-radius: 8px;
}

.advantage .description {
    font-size: 18px;
    line-height: 1em;
}

.advantage .check {
    width: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.advantage:hover {
    background: #383838;
    color: #fff;
}

.advantage:hover .ico img {}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background: #484848;
    color: #FFF;
}

.footer input,
.footer select,
.footer textarea {
    background: #696969;
    border: 0;
    color: #FFF;
}

.footer [type="submit"] {
    font-family: "Roboto+Condensed", sans-serif;
    color: #fff;
    background: #F6A200;
    font-size: 18px;
    line-height: 1em;
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    display: block;
    width: max-content;
    text-transform: uppercase;
}

.footer button:hover {
    background: #000;
}

.footerCopy {
    background: #3C3C3B;
    padding: 30px 0;
    color: #FFF;
}

.footerCopy a {
    color: #F6A200;
    transition: all .3s ease-in-out;
}

.footerCopy a:hover {
    opacity: .5;
}

.arrow {
    position: absolute;
    z-index: 4;
    top: 70%;
}

.arrow img {
    transform: scale(.5);
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@media (max-width:1399.98px) {}

@media (max-width:1199.98px) {}

@media (max-width:1024px) {}

@media (max-width:991.98px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (min-width:1024px) {
    #hamburger {
        display: none;
    }

    .topNavElementWrap .utils a.ctaOrange {
        display: none;
    }
    
    .topNav .topNavElementWrap .menu ul#scroll-nav-list {
        display: flex;
        align-items: center;
    }
}

@media (max-width:1023.98px) {

    .topNav .topNavElementWrap .menu ul#scroll-nav-list li {
        display: block;
        padding: 10px 0;
    }

    .topNavElementWrap .menu {
        position: absolute;
        top: 65px;
        right: -100%;
        background: #FFF;
        width: auto;
        max-width: 24rem;
        padding: 30px;
        transition: all .3s ease-in-out;
        box-shadow: initial;
    }

    .topNavElementWrap .menu.open {
        right: 0;
    }

    .promotionalSpace {
        margin-top: -40px;
    }

    .box-from-this,
    .box-to-this {
        transform: scale(.7);
    }

    .videoHero {
        min-height: calc(100vh - 65px);
        min-height: initial;
    }

    .videoHeroInfo h1 {
        font-size: 30px;
    }

    .videoHeroInfo h1 span.evidence {
        font-size: 28px;
        top: -3px;
    }
}

@media (max-width:395px) {}

@media (max-width:575.98px) {}

@media (max-width:540px) {}

@media (max-width:415px) {}

@media (max-width:395px) {}

@media (min-width:280px) and (max-width:320px) {}

.benefits {
    padding-bottom: 150px;
}

.videoHero {
    min-height: calc(100vh - 65px);
}

/* Fix for form in video module */

.videoHero {
    font-size: 1rem;
    /* min-height: 100%; */
}

.videoHero .content {
    font-size: 50px;
    margin-bottom: 2rem;
}

.videoHero .form {
    font-size: 1rem;
    color: white;
    background: rgba(0, 0, 0, .5);
    padding: 2rem;
    border-radius: 1.5rem;
    margin-left: auto;
    backdrop-filter: blur(1rem);

    label {
        font-size: .875rem;
        margin-bottom: .25rem;
    }

    [type="submit"] {
        font-family: "Roboto+Condensed", sans-serif;
        color: #fff;
        background: #F6A200;
        font-size: 18px;
        line-height: 1em;
        padding: 12px 20px;
        border: 0;
        border-radius: 8px;
        text-decoration: none;
        transition: all .3s ease-in-out;
        display: block;
        width: max-content;
        text-transform: uppercase;
    }
}

.case {
    .title {
        color: #000;
    }
}