/* Custom footer */
.kb-body-wrapper{
	min-height: 100vh;
	margin: 0;
	display: grid;
	grid-template-rows: auto 1fr auto;
}


.op-footer{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #171923;
    color:#ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: column;
    padding: 100px 24px 16px;
    display: flex;
    text-align: center;
    word-break: normal;
}

.op-footer div, .op-footer a{
	-webkit-font-smoothing: antialiased !important;
}

.op-footer .footer-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1240px) {
    .op-footer .footer-row .large-footer-menu-wrapper {
	    display:none;
    }
    
    .op-footer .footer-row {
	    width:100%;
	    }
}



.op-footer ._4-columns.large-footer-menu-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 1240px) {
    .op-footer ._4-columns.large-footer-menu-wrapper, .op-footer ._4-columns.pricing-title, .op-footer ._4-columns.checklist-text, .op-footer ._4-columns.investors-title {
        width: auto;
    }
}

.op-footer ._4-columns {
    width: calc(33.3333vw - 32px);
    max-width: 528px;
}

.op-footer ._3-columns {
    width: calc(25vw - 30px);
    max-width: 390px;
    display: flex;
}


.op-footer .footer-menus {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
    overflow: visible;
}

@media screen and (max-width: 991px) {
    .op-footer .footer-menus {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 400px) {
    .op-footer .footer-menus {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .op-footer .footer-menus {
        flex-flow: wrap;
        grid-template-columns: 1fr 1fr;
    }
    
    .op-footer .footer-menu {
         font-size: 16px !important;
    }
}

@media screen and (max-width: 479px) {
    .op-footer .footer-menus {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

.op-footer .footer-menu {
        grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 1.3em;
    display: flex;
}



.op-footer ._2-columns {
    width: calc(14vw - 28px);
    max-width: 190px;
}
@media screen and (max-width: 1240px) {
	.op-footer ._2-columns {
	 	width: calc(20vw - 28px);
	 }
}

@media screen and (max-width: 991px) {
    .op-footer ._2-columns.footer-menu-wrapper {
        flex: 1;
        width: auto;
    }
}

.op-footer .footer-category {
    font-weight:500;
    letter-spacing: 2px;
    text-transform: uppercase;
    mix-blend-mode: normal;
    font-size: 16px;
    text-align:left;
}

.op-footer .footer-link {
    line-height: 1.2em;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    font-variation-settings: "wght" 200;
    text-align: left;
}

.op-footer .footer-link:hover {
	opacity: 0.7;
	text-decoration: none;
}


.op-footer .footer-link:focus {
	color:#fff;
}

.op-footer .footer-logo{
	width:140px;
	max-width: 100%;
	margin-top: -15px;
}

@media screen and (min-width: 1280px) {
    .op-footer .footer-logo {
        width: 220px;
    }
}

@media screen and (max-width: 991px) {
    .op-footer .footer-logo {
        width: 200px;
        max-height: none;
    }
}

.op-footer .footer-copyright-text {
    opacity: .7;
    font-size: 14px;
    font-weight: 200;
    font-variation-settings: "wght" 200;
    text-align:left;
    width:100%;
    max-width: 1600px;
    margin: 0 auto;
    text-align:center;
    line-height: 27px;
}

.op-footer .footer-copyright-text-mobile {
    opacity: .7;
    font-size: 14px;
    font-weight: 500;
    display: none;
}

.op-footer .social-icon {
    max-height: 18px;
    vertical-align: middle;
}

.op-footer .logos {
	grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse;
    display: flex;
    position: relative;
    width: 100%;
    align-self: center;
    max-width: 1400px;
}

@media screen and (max-width: 991px) {
    .op-footer .logos {
        top: 0;
    }
}

.op-footer .logos .logo-block {
	grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row-reverse;
    align-self: auto;
    padding-top: 10px;
    display: flex;
    position: relative;
    top:-100px;
}

.op-footer .footer-logo-background {
    background-color: #fff;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 5px;
}

.op-footer .icann-logo{
    max-width: 100%;
}

.op-footer .eco-logo {
    max-width: 100%;
}

.op-footer .logos .mobile-logo img{
	width:100px;
}