@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400&family=Roboto:ital,wght@0,400&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap';
html{
	height: 100%;
}
body {
   margin: 0;
   font-family: Lato;
   color: #250670;
   background: #ffffff;
   display: flex;
   flex-direction: column;
   min-height: 100%;
}
p{
	font-size: 18px;
	line-height: 1.444;
    color:#333;
}
*{
   box-sizing: border-box;
}

#block-beamtree-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.header-top {
    background-color: #250670;
    padding: 7px 0px;
}
.container-fluid, .container-lg {
    max-width: 1400px;
    padding: 0 45px;
    width: 100%;
    margin: 0 auto;
}
.container-lg {
    max-width: 1440px;
}
.header-top .container-lg {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
}
.header-top a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
    display: inline-block;
}
.header-content {
    padding: 10px 0px;
    background: rgba(255, 255, 255, .8);
}
.header-content .container-lg {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.header-content__logo {
    margin-right: auto;
}
.header-content__logo img {
    height: 86px;
    display: block;
}


#block-beamtree-footer {
    background: #f8f9fa;
}
.footer-content {
    padding: 90px 0px;
}
.footer-content .container-lg {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-content__row-1 {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
}
.footer-content__row-1 .logo-wrap {
    display: flex;
    flex-flow: wrap;
}
#block-beamtree-footer .footer-content__row-1 .social-icons {
    list-style-type: none;
    display: flex;
    padding: unset;
    margin: unset;
    margin-top: 60px;
}
#block-beamtree-footer ul li {
    display: inline-block;
    margin-left: 0;
}
#block-beamtree-footer ul a {
    color: #fff;
    text-decoration: none;
}
#block-beamtree-footer .footer-content__row-1 .social-icons li a {
    display: inline-block;
    width: 21px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-content__row-1 .social-icons li {
    margin: 0 8px 0 0;
}
.footer-content__row-1 .social-icons li a.linkedin {
    background-image: url(../images/icon-linkedin.svg);
}
.footer-content__row-1 .social-icons li a.vimeo {
    background-image: url(../images/icon-vimeo.svg);
}
.footer-content__row-1 .social-icons li a.x {
    background-image: url(../images/icon-x-twitter.svg);
}
.footer-content__row-2 {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 658px;
}
.footer-content__row-2 .content-cols-wrap {
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    width: 100%;
    justify-content: flex-end;
}
.footer-content__row-2 .content-cols-wrap .content-col {
    font-size: 18px;
    line-height: 1.333;
    width: calc(33.333% - 16px);
}
.footer-content__row-2 .menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    min-width: 203px;
}
.footer-content__row-2 .menu-wrap ul li {
    margin-bottom: 4px;
}
.footer-content__row-2 .menu-wrap ul li a {
    font-weight: 400;
    line-height: normal;
    text-underline-offset: 2px;
    padding: 0 20px 0 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #250670 !important;
    font-size: 16px;
    line-height: 38px;
}
.footer-content__row-2 .content-cols-wrap .content-col a {
    color: #bf4298;
    text-decoration: none;
}
.footer-content__row-2 .content-cols-wrap .content-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-content__row-2 .content-cols-wrap .content-col:nth-child(2) div {
    font-weight: 500;
}
.footer-content__row-2 .content-cols-wrap .content-col:nth-child(2) div:last-child {
    font-weight: 400;
}
.footer-content__row-2 .content-cols-wrap .content-col:last-child {
    font-weight: 500;
    gap: 0;
}
.footer-bottom {
    background-color: #250670;
    color: #fff;
    padding: 8px 50px;
    font-size: 14px;
    line-height: 2.3;
}
.footer-bottom .container-lg {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.footer-bottom .col-left {
    display: flex;
    gap: 16px;
}
.footer-bottom .col-right ul {
    display: flex;
    gap: 33px;
}
#block-beamtree-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.under-construction h1 {
    line-height: 1.15;
    font-size: 64px;
    font-weight: 500;
    margin: 0 0 15px 0;
    max-width: 583px;
}

.under-construction .col-left {
    max-width: 718px;
}
.under-construction {
    padding-top: 152px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: 800px;
    background: url(../images/banner-bg-25.jpg)no-repeat;
    background-position: bottom right 11%;
}


@media all and (max-width: 980px){
	.footer-content .container-lg > div {
        width: 100%;
    }

    .footer-content__row-2 .content-cols-wrap .content-col {
        width: calc(50% - 10px);
    }

    .footer-content .container-lg,
    .footer-bottom .container-lg {
        flex-direction: column;
        align-items: center;
    }


}

@media all and (max-width: 767px){
    .header-top{
        display: none;
    }
	.header-top .container-lg, .footer-bottom .container-lg, .footer-bottom .col-left {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }

    .container-fluid, .container-lg {
        padding: 0 20px;
    }
    .under-construction h1 {
        font-size: 36px;
        max-width: 100%;
    }
    .under-construction {
        min-height: 600px;
    }

    .footer-content {
        padding: 40px 0px;
    }
    .footer-bottom{
        padding: 8px 10px;
    }

    .header-content__logo img, .footer-content__row-1 .logo-wrap img {
        height: 56px;
        display: block;
    }
}