html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.ct_body {
    width: 100%;
    padding: 0 1rem;
}

header.home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

header.home nav {}

header.home nav.homepage {}

header.home nav.homepage .nav_root .root_link {
    display:inline-block;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    user-select: none;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    padding: 0 1.6rem;
}

header.home nav.homepage .nav_root .root_link {
    color: #fff;
}

header.home nav.homepage .nav_root .root_link:hover {
    color: #ccc;
}

header.home nav.homepage .nav_root .root_link span {
    text-shadow: 1px 1px 1px #3d25b5
}

header.home nav ul.nav_root li.logo a {
    display: inline-block;
    margin-top: 12px;
}


.head_bg_body {
    min-height: 32rem;
    padding: 1rem 0 2rem 0;
    /*background-color: #5533fe;*/
}

.head_promo_container {
    position: absolute;
    top: 12.2rem;
    right: 0px;
    left: 0px;
}

.head_promo_container h1 {
    color: #fff;
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 2.6rem;
    opacity: 0;
    animation: fadein 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
}

.head_promo_container p {
    margin-bottom: 2rem;
    color: #d9fcff;
    width: 60%;
    font-size: 1.4rem;
    line-height: 28px;
    opacity: 0;
    animation: fadein 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
}

.head_promo_container .common_button.gg_btn {
    display: inline-block;
    margin-right: 23px;
    color: #fff;
    background: #3ecf8e;
    text-shadow: 0 1px 3px rgba(36,180,126,.4);
    opacity: 0;
    animation: fadein 1s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
}

.common_button {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #6772e5;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}


.promo_2_preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
}

ul.general_with_bullet_ico {}
ul.general_with_bullet_ico li {
    padding-left: 2rem;
    padding-top: .6rem;
    background-size: 1rem 1.2rem;
    background-image: url(/i/ic/svgs/success_checkmark_o.svg);
    background-position: 0 .6rem;
    background-repeat: no-repeat;
}

@media (max-width:669px) {
    .ct_body {
        /*background-color: #8f6ed5;*/
    }

    header nav ul.nav_root {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    header nav ul.nav_root li.mobile {
        position: relative;
        justify-self: end;
    }

    header nav ul.nav_root li.mobile #mobile_menu_btn {
        display: inline-block;
        width: 100px;
        height: 50px;
        background-repeat: no-repeat;
        background-size: 1.8rem 1.8rem;
        background-position-x: right;
        background-position-y: center;

    }

    header nav ul.nav_root li.mobile #mobile_menu_btn.wh_ico {
        background-image: url(/i/ic/svgs/menu_mobile.svg)
    }

    header nav ul.nav_root li.mobile #mobile_menu_btn.gray_ico {
        background-image: url(/i/ic/svgs/menu_mobile_gray.svg)
    }

    header nav ul.nav_root li.primary, header nav ul.nav_root li.secondary {
        display: none;
    }

    .head_promo_container {
        text-align: center;
    }

    .head_promo_container h1, .head_promo_container p {
        width: 100%;
    }

    .promo_3_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 1rem;
    }

    .promo_3_grid {
        text-align: center;
    }

    footer.root ul li {
        display: block;
        text-align: center;
        margin-bottom: .6rem;
    }

    footer.root ul li:last-child {
        margin-bottom: 0;
    }

}

@media (min-width:670px) {
    .ct_body {
        padding: 0 2rem;
    }

    header nav ul.nav_root {
        display: grid;
        grid-template-columns: 1fr auto auto;
        grid-column-gap: 2rem;
    }

    header nav ul.nav_root li.secondary {
        /*background-color: #00B8D9;*/
    }

    header nav ul.nav_root li.primary, header nav ul.nav_root li.secondary {
        justify-self: end;
    }

    header nav ul.nav_root li.mobile {
        display: none;
    }

    .promo_3_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    footer.root ul li {
        display: inline-block;
        padding-right: 1.5rem;
    }

}

@media (min-width:1040px) {
    .ct_body {
        width: 1040px;
        margin: 0 auto;
        /*background-color: #0a505d;*/
    }
}





/* Angled background */
.homepage_block {
    width: 100%;
    height: 760px;
    background: linear-gradient(150deg, #105fd8 15%, #05d5ff 70%, #a6ffcb 94%);
    transform: skewY(-12deg);
    transform-origin: 0;
    position: absolute;
    top: 0;
}
.homepage_block span {
    height: 190px;
    position: absolute;
}
.homepage_block span:nth-child(1) {
    width: 33.3%;
    width: calc(100% / 3);
    left: -16.66666%;
    left: calc(calc(calc(100% / 3) / 2) * -1);
    background: #0052CC;
}
.homepage_block span:nth-child(2) {
    width: 33.33333%;
    width: calc(100% / 3);
    top: 0;
    left: 16.66666%;
    left: calc(calc(100% / 3) / 2);
    right: auto;
    background: #0c4aa7;
}
.homepage_block span:nth-child(3) {
    width: 33.33333%;
    width: calc(100% / 3);
    left: 49.99999%;
    left: calc(calc(calc(100% / 3) / 2) + calc(100% / 3));
    bottom: auto;
    background: #1a3867;
}
.homepage_block span:nth-child(4) {
    width: 33.33333%;
    width: calc(100% / 3);
    bottom: 0;
    background: #4e6ea7;
}

/* IMG */
.img-wrapper {
    position: absolute;
    opacity: 0;
    top: 450px;
    right: 0px;
    transform: translateY(100px) rotate(-12deg);
    background: #fff;
    padding: 8px 38px;
    border-radius: 24px;
    box-shadow: inset 0 4px 7px 1px #fff,
    inset 0 -5px 20px rgba(173, 186, 204, 0.25), 0 2px 6px rgba(0, 21, 64, 0.14),
    0 10px 20px rgba(0, 21, 64, 0.05);
    animation: up 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.img-wrapper img {
    width: 500px;
    height: auto;
}


@keyframes up {
    0% {
        transform: translateY(100px) rotate(-12deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) rotate(-12deg);
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 830px) {
    .img-wrapper {
        display: none;
    }
}

@media screen and (max-height: 600px) {
    .text {
        margin: -200px 0 0 150px;
    }
    .homepage_block {
        height: 500px;
    }
    .img-wrapper {
        top: 280px;
    }
}

.global_content {
    position: absolute;
    top: 778px;
    left: 0;
    right: 0;
    height: 300px;
}

.promo_3_grid {
    display: grid;
    margin-top: 2rem;
    grid-column-gap: 3rem;
}

.promo_3_grid .cell {
    min-height: 180px;
}

.promo_3_grid .cell img.pg {
    margin-bottom: .4rem;
}

.common_body_h2 {
    font-weight: 500;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    color: #32325d;
}

.common_body_text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #525f7f;
}

.get_ready {
    padding: 2rem 0;
    color: #fff;
    background-color: #172B4D;
    text-align: center;
}

.get_ready h2 {
    padding: 0;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
}

.get_ready p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    color: #cbcdd2;
}

.feature_extend {
    padding: 1.6rem 0;
    background: linear-gradient(#fff, #e8e8e8)
}

.feature_extend h3 {
    font-weight: 500;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    color: #32325d;
}

.feature_extend ul li {
    display: flex;
    color: #525f7f;
    margin-bottom: 1rem;
    line-height: 20px;
}

.feature_extend ul li:last-child {
    margin-bottom: 0;
}

.feature_extend ul li:before {
    content: "";
    display: inline-block;
    background-image: url(/_etc/sandbox/checkmark_blue.svg);
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: .8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


footer.root {
    padding: 1.6rem 0;
    background-color: #fff;
}

footer.root ul li a {
    color: #42526E;
    font-size: 1.2rem;
    font-weight: 500
}

footer.root ul li a:hover {
    text-decoration: underline;
}



header.root {
    margin-top: .6rem
}

header.root nav .logo a {
    display: inline-block;
    width: 5.2rem;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;

}

header.root nav .logo a.finhub {
    background-image: url(/i/brand/finhub_txt_logo_gray.svg)
}

header.root nav .logo a.fatura {
    background-image: url(/i/brand/fatura_txt_logo_gray.svg)
}


header.root nav.light_new {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-column-gap: 2rem;
    border-bottom: #5e6c8426 solid 1px;
}

header.root nav.light_new .general_links, header.root nav.light_new .auth_links {
    justify-self: end;
}

header.root nav.light_new .mobile_nav {
    display: none;
}

header.root nav ul.top_nav li {
    position: relative;
    display: inline-block;
    height: 3.3rem;
    padding: 0
}

header.root nav ul.top_nav li a.prime {
    position:relative;
    text-decoration:none;
    display:inline-block;
    padding: 1rem 1rem 0 1rem;
    white-space: nowrap;
    user-select: none;
    font-size: 1.2rem;
    font-weight: 500;
    color: #505F79;
}

header.root nav ul.top_nav li a.prime.ico_right {
    padding-right: 1.2rem;
    background-size: .8rem .8rem;
    background-image: url(/i/ic/svgs/arrow_right_2_light_blue.svg);
    background-position: right 1.4rem;
    background-repeat: no-repeat;
}

header.root nav.light_new a.prime:after {
    display:block;
    content: '';
    border-bottom: solid 3px #000;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin:100% 50%
}
header.root nav.light_new a.prime:hover:after {
    transform: scaleX(1);
    transform-origin:0 50%;
}


#more_links_submenu{
    visibility:hidden;
    position:absolute;
    margin-left:-120px;
    top: 3.2rem;
    opacity:0;
    transform:scale(.95) translateY(-20px);
    z-index:101;
    transition:all .1s ease-in-out 0s,visibility 0s linear .2s,z-index 0s linear .01s;
    background-color:#fff;
    border:1px solid #d9d9d9;
    border-radius:4px;
    box-shadow:0 5px 30px -3px rgba(0,0,0,.3);
    width:370px;
    min-height: 320px;
    overflow:hidden
}

#submenu_parent:hover #more_links_submenu{
    visibility:visible;
    opacity:1;
    transform:scale(1) translateY(0%);
    transition-delay:0s,0s,.3s
}

.test_layer {
    position: absolute;
    top: -88px;
    display: grid;
    width: 120%;
    height: 387px;
    grid-template-rows: repeat(auto-fill, 4.6rem);
    grid-template-columns: repeat(auto-fill, 6.8rem);
    /*background-color: #3d5271;*/
    transform: skewY(-12deg);
    overflow: hidden;
}

.test_layer span:nth-child(3) {
    grid-row: -3;
    grid-column: span 4/viewport-end;
    background-color: #32325d;
}

.test_layer span:nth-child(4) {
    grid-row: -2;
    grid-column: span 5/viewport-end;
    background-color: #f5be58;
}


.headline_titles {
    margin: 2rem 0;
}

.headline_titles h1 {
    color: #555494;
    font-size: 36px;
    line-height: 46px;
}

.headline_titles p {
    color: #009688;
    font-size: 32px;
    line-height: 46px;
}

.price_options .cell {
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}

.price_options h2 {
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

.price_options .small_business h2 {
    color: #455269;
    border-bottom: #5e6c846b solid 1px;
}

.price_options .business h2 {
    color: #c3c3c5;
    border-bottom: #c3c3c538 solid 1px
}

.price_options .small_business {

}

.price_options h4 {
    max-width: 460px;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 0 40px;

}

.price_options .small_business h4 {
    color: #525f7f;
    margin: 2rem auto;
}

.price_options .business h4 {
    color: #807f94;
    margin: 1.4rem auto;
}

.price_options .price {
    display: inline-block;
    letter-spacing: -.05em;
    vertical-align: middle;
}

.price_options .sub_info_text {
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price_options .small_business .sub_info_text {
    color: #3d5271
}
.price_options .business .sub_info_text {
    color: #807f94
}

.price_options .small_business .price {
    font-size: 4.4rem;
    color: #32325d;
}

.price_options .business .price {
    font-size: 3.4rem;
    color: #807f94;
}

.price_options .btm_button {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center

}

.price_options .small_business .btm_button {
    color: #455269;
    border-top: #5e6c846b solid 1px;
}

.price_options .small_business .btm_button:hover {
    background-color: #f1f1f1;
}

.price_options .business .btm_button {
    color: #c3c3c5;
    border-top: #c3c3c538 solid 1px
}

.price_options .business .btm_button:hover {
    background-color: #24244c;
}

.price_options .features_list {
    width: 320px;
    margin: 0 auto;
}

.price_options .features_list .feature {
    padding-left: 2.6rem;
    margin-bottom: 1rem;
    text-align: left;
    height: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    background-size: 1.6rem 1.6rem;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.price_options .small_business .features_list .feature {
    color: #24244c;
    background-image: url(/_etc/sandbox/checkmark_green.svg)
}

.price_options .business .features_list .feature {
    color: #807f94;
    background-image: url(/_etc/sandbox/checkmark_purple.svg)
}