/*!Theme Name: underscores GBSes6 Theme
Theme URI: nikolaivanovwd.com
Author: Nikola Ivanov
Author URI: https://www.nikolaivanovwd.com
Description: underscores GBSes6 Theme custom sceleton theme starter*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.footer ul a:before,
.footer-address a:before,
h2.sec-title:before {
    content: "";
    position: absolute
}

.svg-dots.svg-dots--light {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGNpcmNsZSBmaWxsPScjZmZmZmZmJyBjeD0nNCcgY3k9JzQnIHI9JzEnIC8+PC9zdmc+Cg==)
}

.footer ul a,
.footer-address a {
    position: relative
}

.footer ul a:before,
.footer-address a:before {
    top: 100%;
    left: 0;
    width: 0;
    opacity: 0;
    height: 1px;
    background: #fff;
    transition: all .2s ease-in-out
}

.footer ul a:hover:before,
.footer-address a:hover:before {
    opacity: 1;
    width: 100%
}

*,
*:before,
*:after {
    box-sizing: border-box;
    font-display: swap !important
}

body {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.42857143;
    text-size-adjust: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.main-content {
    flex: 1;
    overflow: hidden
}

.ivtr {
    --ivtr-offset: 50px;
    --ivtr-delay: 0s;
    --ivtr-duration: 0.7s;
    transition: transform var(--ivtr-duration) ease-in-out var(--ivtr-delay), opacity var(--ivtr-duration) ease-in-out var(--ivtr-delay)
}

.ivtr:not(.ivtr--custom) {
    opacity: 0
}

.ivtr:not(.ivtr--custom).ivtr--btm {
    transform: translateY(var(--ivtr-offset))
}

.ivtr:not(.ivtr--custom).ivtr--top {
    transform: translateY(calc(var(--ivtr-offset) * -1))
}

.ivtr:not(.ivtr--custom).ivtr--left {
    transform: translateX(calc(var(--ivtr-offset) * -1))
}

.ivtr:not(.ivtr--custom).ivtr--right {
    transform: translateX(var(--ivtr-offset))
}

.ivtr:not(.ivtr--custom).ivtr--btm.inView,
.ivtr:not(.ivtr--custom).ivtr--top.inView {
    transform: translateY(0);
    opacity: 1
}

.ivtr:not(.ivtr--custom).ivtr--left.inView,
.ivtr:not(.ivtr--custom).ivtr--right.inView {
    transform: translateX(0);
    opacity: 1
}

.contact-cta h3,
.contact-cta .btn {
    position: relative;
    z-index: 1
}

.card--blog .card__thumb {
    position: relative
}

.card--blog:hover .card__thumb {
    transform: scale(1.04)
}

.card--blog:hover .card__thumb__img {
    transform: translate(-50%, -50%) scale(1.1)
}

.card--blog:hover h3 a {
    color: #08c068
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #08c068;
    border-radius: 20px
}

::-webkit-scrollbar-thumb:hover {
    background: #7b1038
}

pre::-webkit-scrollbar {
    width: 3px !important
}

pre::-webkit-scrollbar-thumb {
    background: #08c068;
    border-radius: 0
}

::selection {
    background-color: #000000;
    color: #fff
}

canvas {
    pointer-events: none
}

body {
    --container-w: 1470px
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    width: var(--container-w);
    max-width: calc(100% - 50px);
    margin: 0 auto
}

@media(max-width:1520px) {
    body {
        --container-w: 1199px
    }
}

@media(max-width:1250px) {
    body {
        --container-w: 960px
    }
}

@media(max-width:720px) {
    body {
        --container-w: 100%
    }

    .container {
        max-width: 100%
    }
}

section {
    padding: 100px 0
}

img {
    display: block;
    max-width: 100%
}

@media(max-width:1199px) {
    section {
        padding: 90px 0
    }
}

@media(max-width:991px) {
    section {
        padding: 66px 0
    }
}

@media(max-width:767px) {
    section {
        padding: 50px 0
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.row-2 .col {
    width: calc((100% - 15px)/2)
}

.row-3 .col {
    width: calc((100% - 30px)/3)
}

.row-4 .col {
    width: calc((100% - 45px)/4)
}

.row-5 .col {
    width: calc((100% - 60px)/5)
}

.row--3-1 .col:first-of-type {
    width: calc(100% - 330px);
    padding-right: 60px
}

.row--3-1 .col:last-of-type {
    width: 330px
}

.f-row {
    --cols: var(--i-cols, 2);
    --gap: var(--i-gap, 0);
    --mb: var(--i-mb, var(--gap));
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + var(--gap) * 1px);
    margin-left: calc(var(--gap) * -0.5px);
    margin-bottom: calc(var(--mb) * -1px)
}

.f-row .col {
    width: calc((100% - (var(--gap) * var(--cols)) * 1px)/var(--cols));
    margin-bottom: calc(var(--mb) * 1px);
    margin-left: calc(var(--gap) * 0.5px);
    margin-right: calc(var(--gap) * 0.5px)
}

.f-row .col.col--100 {
    width: 100% !important
}

.f-row.two-cols-custom {
    --cols: 2;
    --first-col-w: var(--i-first-col-w, 50%)
}

.f-row.two-cols-custom .col:first-of-type {
    width: calc(var(--first-col-w) - var(--gap) * 1px)
}

.f-row.two-cols-custom .col:last-of-type {
    flex: 1
}

.mb0 {
    margin-bottom: 0
}

.bg-silver {
    background-color: #f2edf5
}

.bg-white {
    background-color: #fff !important
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000000;
    font-weight: 400
}

p {
    margin-top: 0;
    font-size: 20px;
    color: #666;
    line-height: 1.45
}

p.lead {
    max-width: 956px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 300;
    padding-left: 16px;
    padding-right: 16px
}

h1 {
    font-size: 75px
}

h2 {
    font-size: 50px;
    text-transform: uppercase
}

h2.sec-title {
    position: relative;
    margin-bottom: 130px;
    line-height: 1;
    text-align: center;
    word-spacing: 8px;
    font-weight: 700
}

h2.sec-title:before {
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 6px;
    background-color: #08c068
}

h2.sec-title--with-lead {
    margin-bottom: 60px !important
}

h2.sec-title--with-lead+p.lead {
    margin-bottom: 120px
}

h3 {
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 700
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
    font-weight: 700
}

h6 {
    font-size: 18px
}

p a {
    color: #08c068
}

@media(max-width:1250px) {
    h2.sec-title--with-lead+p.lead {
        margin-bottom: 80px
    }
}

@media(max-width:1199px) {
    h1 {
        font-size: 64px
    }

    h2 {
        font-size: 42px
    }

    h3 {
        font-size: 34px
    }

    h4 {
        font-size: 30px
    }

    h5 {
        font-size: 25px
    }

    p.lead {
        font-size: 21px
    }

    h2.sec-title--with-lead+p.lead {
        margin-bottom: 60px
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 52px
    }

    h3 {
        font-size: 28px
    }

    h4 {
        font-size: 26px
    }

    h6 {
        font-size: 17px
    }

    p {
        font-size: 16px
    }

    p.lead {
        font-size: 18px
    }

    h2.sec-title {
        font-size: 34px
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 40px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    h2.sec-title {
        font-size: 30px;
        margin-bottom: 80px
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 30px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 16px
    }

    h2.sec-title {
        font-size: 26px;
        margin-bottom: 60px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 50px 10px;
    width: 100%
}

.header .nav {
    transition: none
}

.header .nav ul {
    display: flex;
    margin: 0
}

.header .nav a {
    text-decoration: none;
    color: #fefeff;
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    line-height: 1;
    color: #000000
}

.header .nav li{
    margin-left: 30px
}

.header .nav li:last-of-type a {
    border-radius: 25px;
    padding: 12px 30px;
    color: #fff !important;
    background: linear-gradient(45deg, #08c068, #000000);
    transition: all .2s ease-in-out
}

.header .nav li:last-of-type a:hover {
    opacity: .9
}

.header ul {
    padding-right: 0;
    list-style: none
}

body.logged-in.admin-bar {
    padding-top: 0 !important
}

body.logged-in.admin-bar .header {
    position: relative !important
}

.logo {
    display: flex;
    align-items: center;
    width: 50px;
    text-decoration: none;
    transform: translateY(3px)
}

.logo h1{
    font-size: 20px;
    font-weight: 700;
    margin-right: .5rem;
}

.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 25px;
    background-color: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.menu-toggle__line {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #08c068
}

@media(max-width:991px) {
    .header .container {
        padding: 7px 15px 10px
    }

    .header .nav li:not(:first-of-type) {
        margin-left: 20px
    }
}

@media(min-width:768px) {
    body {
        padding-top: 62px
    }

    .header .nav li a {
        position: relative;
        transition: all .2s ease-in-out
    }

    .header .nav li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 10px;
        background: #08c068;
        transform: translate(-50%, -42px);
        transition: all .2s ease-in-out
    }

    .header .nav li a:hover,
    .header .nav li.current-menu-item a {
        color: #000000
    }

    .header .nav li a:hover:before,
    .header .nav li.current-menu-item a:before {
        transform: translate(-50%, -28px)
    }

    .header .nav li.current-menu-item a {
        font-weight: 700
    }

    .menu-toggle {
        display: none
    }

    body.post-type-archive-portfolio .header .nav li.menu-item-24 a {
        color: #08c068;
        font-weight: 700
    }

    body.post-type-archive-portfolio .header .nav li.menu-item-24 a:before {
        transform: translate(-50%, -28px)
    }
}

@media(min-width:768px) and (max-width:860px) {
    .header .nav li:not(:first-of-type) {
        margin-left: 17px
    }

    .header .container {
        padding: 7px 0 10px
    }

    .header .nav li:last-of-type {
        margin-right: -10px
    }
}

@media(min-width:768px) and (max-width:850px) {
    .logo {
        width: 150px
    }

    .header .nav a {
        font-size: 16px
    }
}

@media(max-width:767px) {
    body {
        padding-top: 61px
    }

    .logo {
        transform: translateY(1px)
    }

    .header {
        overflow: visible !important
    }

    .header .nav li.current-menu-item a {
        border-right: 10px solid #08c068
    }

    body.post-type-archive-portfolio .header .nav li.menu-item-24 a {
        border-right: 10px solid #08c068
    }

    .backdrop {
        display: block;
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        overflow: hidden;
        transition: all .4s ease-in-out
    }

    .header .nav {
        position: fixed;
        top: 53px;
        left: 100%;
        background-color: #fff;
        width: 400px;
        height: 100vh;
        z-index: 3;
        transition: transform .4s ease-in-out
    }

    .header .nav .menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: calc(100vh - 53px)
    }

    .header .nav .menu li {
        width: 100%;
        height: 53px;
        margin: 0 !important
    }

    .header .nav .menu a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%
    }

    .header .nav .menu li:nth-last-child(n+3) {
        border-bottom: 1px solid lightgrey
    }

    .header .nav .menu li:first-of-type {
        border-top: 1px solid lightgrey
    }

    .header .nav .menu li:last-of-type {
        padding: 0
    }

    .header .nav .menu li:last-of-type a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        width: 100%;
        height: 100%
    }

    .menu-toggle {
        outline: none
    }

    .menu-toggle span {
        transition: all .2s ease-in-out
    }

    body.js-is-open {
        overflow: hidden
    }

    body.js-is-open .backdrop {
        opacity: .3;
        pointer-events: all
    }

    body.js-is-open .nav {
        transform: translateX(-100%)
    }

    body.js-is-open .menu-toggle {
        width: 36px;
        height: 29px;
        transform: translateX(6px);
        transition: all .2s ease-in-out
    }

    body.js-is-open .menu-toggle__line {
        width: 36px
    }

    body.js-is-open .menu-toggle span:nth-child(1) {
        transform-origin: left;
        transform: rotate(45deg)
    }

    body.js-is-open .menu-toggle span:nth-child(2) {
        transform-origin: center;
        transform: scaleX(0)
    }

    body.js-is-open .menu-toggle span:nth-child(3) {
        transform-origin: left;
        transform: rotate(-45deg)
    }
}

@media(min-width:766px) and (max-width:820px) {
    .header .container {
        padding: 8px 0
    }
}

@media(min-width:575px) and (max-width:767px) {
    .header .nav {
        top: 60px
    }
}

@media(max-width:575px) {
    body {
        padding-top: 53px
    }

    .header .nav {
        width: 80%
    }

    .header .nav .menu {
        min-height: 220px
    }

    .backdrop {
        top: 53px
    }

    .logo {
        width: 40px
    }
}

.breadcrumbs-title-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.breadcrumbs {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    color: #fff;
    margin: 0;
    margin-bottom: 14px;
    font-size: 18px
}

@media(max-width:767px) {
    .breadcrumbs {
        font-size: 16px
    }
}

.breadcrumbs .separator {
    display: inline-flex;
    margin-left: 6px;
    margin-right: 6px
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none
}

.breadcrumbs li:last-of-type a {
    text-decoration: underline;
    font-weight: 600
}

body.single-post .breadcrumbs,
body.single-portfolio .breadcrumbs {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

body.single-portfolio .breadcrumbs {
    margin-bottom: 20px
}

.footer {
    position: relative;
    z-index: 1;
    padding: 90px 0 40px;
    overflow: hidden;
    background: linear-gradient(45deg, #08c068, #000000 50%);
    box-shadow: inset 0 4px 20px rgba(0, 0, 0, .23)
}

.footer .container {
    position: relative;
    max-width: calc(100% - 30px)
}

.footer .col--r {
    width: 350px
}

.footer-logo-bg {
    position: absolute;
    width: 1150px;
    right: -20px;
    top: 0;
    opacity: .08
}

.footer-logo-bg svg {
    width: 100%
}

.footer__email a,
.footer__skype a {
    display: inline-flex;
    align-items: center
}

.footer__email svg,
.footer__skype svg {
    width: 22px;
    margin-left: 10px
}

.footer__email {
    margin-bottom: 6px
}

.footer__skype {
    margin-bottom: 26px
}

.footer h5 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px
}

.footer .col--l {
    flex: 1;
    max-width: 500px
}

.footer p {
    color: #fefefe
}

.footer a {
    text-decoration: none;
    color: #fff
}

.footer .legal {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-evenly;
}

.footer .legal a{
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 25px;
}

.footer .legal a img{
    width: 150px;
}

.footer .legal--2 {
    display: none
}

.footer .clutch_widget {
    margin-top: 30px
}

.footer ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.footer ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.footer ul li.current-menu-item a:before {
    opacity: 1;
    width: 100%
}

.footer ul a {
    font-size: 20px;
    color: #fefeff;
    text-decoration: none;
}

.footer-address {
    margin-top: 20px;
    font-style: normal
}

.footer-address h6 {
    color: #fff;
    font-size: 17px !important;
    margin-bottom: 4px
}

.footer-address p {
    font-size: 14px;
    line-height: 1.55
}

#blockColorblindContent {
    display: none !important
}

body.post-type-archive-portfolio .footer ul li.menu-item-228 a:before {
    opacity: 1;
    width: 100%
}

.soc {
    display: flex;
    align-items: center
}

.soc__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .2s ease-in-out
}

.soc__icon:hover {
    transform: scale(1.05)
}

.soc__icon:not(:last-of-type) {
    margin-left: 15px
}

.soc__icon svg {
    width: 20px;
    height: 20px
}

.soc__icon svg * {
    fill: #000000
}

.logo-footer {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.logo-footer img{
   width: 80px; 
}

.logo-footer p{
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    margin-right: 1rem;
    margin-bottom: 0;
 }

.logo-footer+p {
    line-height: 1.7
}

@media(max-width:1250px) {
    .footer {
        padding: 70px 0 20px
    }

    .footer .col--l p:not(.legal) {
        padding-right: 30px
    }

    .footer .col--m {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 50px
    }

    .footer .container {
        width: 100%
    }

    .footer .footer-logo-bg {
        width: 1000px
    }

    .footer p,
    .footer ul a {
        font-size: 17px
    }

    .footer ul li:not(:last-of-type) {
        margin-bottom: 6px
    }

    .footer .legal {
        margin-top: 78px
    }
}

@media(max-width:1199px) {
    .footer .legal {
        margin-top: 72px
    }
}

@media(max-width:1100px) {
    .footer .footer-logo-bg {
        width: 1030px;
        right: -200px;
        opacity: .05
    }
}

@media(max-width:1070px) {
    .footer .col--m {
        min-width: 185px
    }

    .footer .col--r {
        width: 260px
    }
}

@media(max-width:810px) {
    .footer ul li:not(:last-of-type) {
        margin-bottom: 4px
    }

    .footer .footer-logo-bg {
        top: auto;
        bottom: -30px;
        right: -10px;
        width: 80vw
    }

    .footer .col--l,
    .footer .col--m {
        min-height: 290px;
        margin-bottom: 60px
    }

    .footer .col--l {
        width: calc(100% - 270px);
        min-width: calc(100% - 270px)
    }

    .footer .col--m {
        align-items: flex-start;
        width: 230px;
        min-width: 230px;
        max-width: 230px;
        padding-left: 60px
    }

    .footer .col--r {
        width: 340px;
        max-width: 340px
    }

    .footer .legal--1 {
        display: none
    }

    .footer .legal--2 {
        display: block
    }
}

@media(max-width:540px) {
    .footer .logo-footer {
        max-width: calc(100% - 30px)
    }

    .footer .col--l {
        width: calc(100% - 190px);
        max-width: calc(100% - 190px)
    }

    .footer .col--m {
        width: 190px;
        max-width: 190px;
        padding-right: 60px
    }
}

@media(max-width:490px) {
    .footer ul li:not(:last-of-type) {
        margin-bottom: 0
    }

    .footer .col--l,
    .footer .col--m,
    .footer .col--r {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-right: 0;
        min-height: auto
    }

    .footer .col--l p,
    .footer .col--m p,
    .footer .col--r p {
        padding-right: 0 !important
    }
}

.legal-pages li {
    display: inline-block
}

.legal-pages li:not(:last-of-type) {
    position: relative;
    margin-right: 10px
}

.legal-pages li:not(:last-of-type):after {
    content: "|";
    position: absolute;
    left: calc(100% + 5px);
    top: 16px;
    color: #fff;
    font-size: 12px
}

.legal-pages a {
    font-size: 13px !important
}

.btn {
    padding: 17px 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.77;
    text-transform: uppercase;
    padding: 10px 15px;
    text-decoration: none;
    transition: all .2s ease-in-out
}

.btn--white {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 60px;
    background: #fff;
    font-size: 20px;
    line-height: 1.15;
    color: #222;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .35)
}

.btn--white:hover {
    color: #08c068;
    transform: translateY(-2px);
    box-shadow: 4px 4px 7px rgba(0, 0, 0, .15)
}

.btn--grad {
    position: relative;
    display: flex;
    width: 270px;
    border-radius: 50px;
    height: 60px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    border: 4px solid #08c068;
    color: #08c068
}

.btn--grad:hover {
    background-color: #08c068;
    color: #fff
}

.btn--ccta {
    background: #fff;
    color: #000000;
    width: 320px;
    height: 60px;
    border-radius: 15px;
    font-size: 20px;
    margin-top: 36px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .13);
    backface-visibility: hidden
}

.btn--ccta:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .1);
    transform: scale(1.01) translateY(-3px)
}

@media(max-width:767px) {
    .btn--grad {
        font-size: 18px;
        height: 48px;
        border-width: 3px;
        width: 240px
    }
}

.btn--brand {
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px 50px;
    line-height: 1;
    background: #000000;
    color: #fff !important
}

.btn--brand:hover {
    background: #0f1b26
}

.btn--sec {
    position: relative;
    height: 70px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #08c068
}

.btn--sec:active {
    box-shadow: none
}

.btn--submit {
    position: relative;
    height: 70px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.btn--submit:hover,
.btn--submit.js-trySend {
    background: #12202d
}

.btn--submit:active {
    box-shadow: none
}

.btn--submit .txt {
    transition: all .2s ease-in-out
}

.btn--submit.js-trySend {
    pointer-events: none;
    cursor: not-allowed
}

.btn--submit.js-trySend .txt {
    opacity: 0
}

.btn--submit.js-trySend .lds-default {
    opacity: 1
}

.btn--brand--outline {
    background: 0 0;
    border: 3px solid #000000;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    padding: 20px 50px;
    line-height: 1
}

.btn--brand--outline:hover {
    background: #000000;
    color: #fff
}

#noise-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .5
}

.video-wrapper-width {
    width: 100%
}

.video-wrapper-width .video-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%
}

.video-wrapper-width .video-wrapper iframe,
.video-wrapper-width .video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wr-tr-entry {
    position: relative;
    overflow: hidden;
    padding: 120px 15px;
    background-color: #e6f3fb;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width:768px) {
    .wr-tr-entry {
        padding: 80px 15px
    }
}

.wr-tr-entry>div {
    display: inline-flex
}

.wr-tr-entry svg.svg-decor {
    position: absolute;
    width: 128px;
    top: calc(100% - 310px);
    right: 10px
}

@media(max-width:768px) {
    .wr-tr-entry svg.svg-decor {
        width: 70px;
        top: calc(100% - 291px);
        right: 7px
    }
}

.wr-tr-entry svg.svg-decor g {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))
}

.wr-tr-entry svg.main-svg {
    width: 768px;
    height: auto;
    max-width: calc(100% - 20px);
    margin-bottom: 34px
}

@media(max-width:768px) {
    .wr-tr-entry svg.main-svg {
        width: 446px;
        margin-bottom: 30px
    }
}

@media(max-width:400px) {
    .wr-tr-entry svg.main-svg {
        margin-bottom: 23px
    }
}

.wr-tr-entry p {
    font-size: 24px;
    line-height: 1.44;
    text-align: center;
    color: rgba(0, 0, 0, .84);
    margin-bottom: 36px;
    max-width: 644px
}

@media(max-width:768px) {
    .wr-tr-entry p {
        font-size: 21px;
        margin-bottom: 32px
    }
}

@media(max-width:400px) {
    .wr-tr-entry p {
        font-size: 19px;
        margin-bottom: 24px
    }
}

.wr-tr-entry .btn.btn--tr-entry-white {
    background-color: #fff;
    border-radius: 4px;
    font-size: 15px;
    color: #1e2a42;
    min-height: 48px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .09);
    padding: 7px 30px;
    line-height: 1.3;
    text-align: center
}

.wr-tr-entry .btn.btn--tr-entry-white:hover {
    color: #fff;
    background-color: #1e2a42
}