/*
Theme Name: Eprefix bootstrap 4
Theme URI:
Description:
Version: 4.0
Author: Gary McClumpha & James Richards
Author URI: http://eprefix.co.uk
*/




/* Cookie bar */

#cookie-law-info-bar {
    padding: 2rem 5rem !important;
    z-index: 1000 !important;
}

.cli_setting_save_button {
    background-color: #000 !important;
}

/* Cookie bar */

.mobile-menu-fix {
  position: fixed !important;
  overflow-y: hidden !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Bw Nista Grot Lt';
    font-weight: 300;
    font-style: normal;
    color: #212222;
    letter-spacing: .025rem;
}

.fade-content {
    opacity: 0;
}

.site-content {
    flex: 1 0 auto;
    margin-top: 3.5rem;
    width: 100%;
    min-height: 0.01px;
}
@media (min-width: 768px) {
.site-content {
    padding-left: 10rem;
    margin-top: 0;
}
.container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.row {
    margin-left: -1rem;
    margin-right: -1rem;
}
[class*='col-'] {
    padding-right: 1rem;
    padding-left: 1rem;
}
}

.footerholder {
    flex-shrink: 0;
    background-color: #eeeeee;
}
@media (min-width: 768px) {
.footerholder {
    padding-left: 10rem;
}
.footerholder .left-padding {
    padding-left: 5.5rem;
}
}
.footerholder .menu-item-description {
    display: none;
}
.footerholder .divider {
    border-bottom-color: #C7C7C8;
}
.footer-link li {
    margin-bottom: 1rem;
    font-size: 0.6875rem;
}
.footer-link a {
    color: #76777A !important;
}
.footer_text {
    color: #76777A;
}
.footer_base {
    font-size: 0.75rem;
}
.footer_base .footer_text {
    font-size: 0.75rem;
}
.footer-menu li {
    margin-bottom: 0.5rem;
}
.footer-menu a {
    font-size: 0.875rem;
    color: #212222 !important;
}
.footer_links {
    font-size: 0.75rem;
    color: #76777A !important;
}
.footerholder .menu_sub_label {
  display: none;
}

.vh-fix {
    height: 100vh;
    /* If you need to support browser without CSS var support (<= IE11) */
    height: calc(100vh - var(--vh-offset, 0px));
    /* enable vh fix */
}

.flex-auto {
    flex-basis: auto;
}

/* colours */

.blacklink {
    color: #000 !important;
}

.blacklink:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* colours */

.divider {
    border-bottom: 1px solid #D6D7D9;
}


/* Forms */

.signup-wrapper {
    border: 1px solid #000;
}

input[type=email] {
    border: none;
    border-radius: 0;
    padding: .8rem 1rem;
}

.submit-button {
    position: relative;
    width: 3rem;
    border-left: 1px solid #000;
    border-top: none;
    border-right: none;
    border-bottom: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    background-image: url(img/button_arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: center center;
}


/* .submit-button:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
} */


/* Forms */


/* Headings */

.super-size {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-family: 'Bw Nista Grot Lt';
    font-weight: 300;
    font-style: normal;
}

.xl-h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    word-wrap: normal;
}

.large-body {
    font-size: 1.2rem;
    font-family: 'Bw Nista Grot Lt';
    font-weight: 300;
    font-style: normal;
}

.h1,
h1 {
    font-size: 1.8rem;
}

.h2,
h2 {
    font-size: 1.7rem;
}

.h3,
h3 {
    font-size: 1.6rem;
}

.h4,
h4 {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .super-size {
        font-size: 10rem;
        line-height: 10rem;
    }

    .xl-h1 {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    .large-body {
        font-size: 1.5rem;
    }

    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    .h3,
    h3 {
        font-size: 1.75rem;
    }

    .h4,
    h4 {
        font-size: 1.5rem;
    }
}


/* Headings */


/* General styles */

.text-gradient-y {
    background: -webkit-linear-gradient(#EE9951, #E73363, #CF4CED);
    background: linear-gradient(#EE9951, #E73363, #CF4CED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-x {
    background: -webkit-linear-gradient(left top, right top, #EE9951, #E73363, #CF4CED);
    background: linear-gradient(to right, #EE9951, #E73363, #CF4CED);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.body-sm {
    font-size: 0.875rem;
}

.body-xs {
    font-size: 0.75rem;
}

.body-xxs {
    font-size: 0.625rem;
}

.center-object {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center-horizontal {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.image-fill {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-fill {
  position:absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width:100%;
  height:100%;
}
.json_file svg {
	position:absolute;
	height: 100%;
	width: 100%;
}
.send_back {
    z-index: -1;
}
.pink {
  color: #E73363;
}
.sidebar_announce{
  height: 22rem;
}
.sidebar_announce:hover {
  opacity: .9;
}
.sidebar_announce .announce_link i {
  margin-left: 1rem;
  transition: 300ms;
}
.sidebar_announce:hover .announce_link i {
  margin-left: 1.5rem;
}
.category-filter li a {
  display: inline-block;
  font-size: .8rem;
  color: #212222 !important;
  padding: .5rem 1rem;
  min-width: 4rem;
  text-align: center;
  background-color: #DFDEDC;
  border-radius: 2rem;
  cursor: pointer;
  transition: 200ms;
}
.category-filter li a:hover,
.category-filter li a.category-active {
  color: #fff !important;
  background: -webkit-linear-gradient(#EE9951, #E73363, #CF4CED);
  background: linear-gradient(#EE9951, #E73363, #CF4CED);
}
.sticky-filter {
  position: sticky;
  top: 0;
  z-index: 500;
}
.quick_links_global .link {
  border-bottom: 1px solid #DFDEDC;
}
.quick_links_global .link i {
  margin-right: 1rem;
  transition: 300ms;
}
.quick_links_global .link:hover i {
  margin-right: 0rem;
}
.quick_links_global_label {
  color: #76777A;
  font-size: .8rem;
}
.insights_list .selectric-items li {
  margin-bottom: 0;
  padding: .5rem 1rem !important;
}
.fancybox__container {
  z-index: 5000;
}
.flexible_insight .container {
    padding: 0;
}
/* General styles */


/* Button styles */

.block_button a,
.secondary_button a,
.primary_btn a,
.secondary_btn a {
    position: relative;
    width: 12rem;
    padding: 0.5rem;
    display: inline-block;
    font-size: 0.75rem;
    font-family: 'Bw Nista Grot Md';
    font-weight: 500;
    color: #fff !important;
    transition: 0.2s;
    text-decoration: none !important;
}

.block_button a:hover,
.secondary_button a:hover,
.primary_btn a:hover,
.secondary_btn a:hover {
    width: 14rem;
}

.block_button a,
.primary_btn a {
    background: rgb(238,153,81);
    background: linear-gradient(90deg, rgba(238,153,81,1) 0%, rgba(231,51,99,1) 35%, rgba(207,76,237,1) 100%);
}

.secondary_button a,
.secondary_btn a {
    background-color: #343636;
}

.arrow-link a,
.text_link_btn a {
    position: relative;
    display: inline-block;
    min-width: 9rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    font-family: 'Bw Nista Grot Md';
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1;
    color: #212222 !important;
    border-bottom: 1px solid #212222;
    text-decoration: none !important;
}
.arrow-link-white a {
    position: relative;
    display: inline-block;
    min-width: 9rem;
    padding-right: 2rem;
    padding-bottom: 0.5rem;
    font-family: 'Bw Nista Grot Md';
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    text-decoration: none !important;
}

.arrow-link a:after,
.arrow-link-white a:after,
.block_button a:after,
.secondary_button a:after,
.primary_btn a:after,
.secondary_btn a:after,
.text_link_btn a:after {
    content: '\f061';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    position: absolute;
    transition: 0.2s;
}

.arrow-link a:after,
.arrow-link-white a:after,
.text_link_btn a:after {
    font: var(--fa-font-solid);
}

.block_button a:after,
.secondary_button a:after,
.primary_btn a:after,
.secondary_btn a:after {
    font-size: 1rem;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-link a:after,
.arrow-link-white a:after,
.text_link_btn a:after {
    font-size: 0.6rem;
    right: 0.35rem;
    bottom: 0.3rem;
}

.arrow-link a:hover,
.text_link_btn a:hover {
    color: #212222 !important;
    opacity: 1;
}

.arrow-link a:hover:after,
.arrow-link-white a:hover:after,
.text_link_btn a:hover:after {
    right: 0;
}

a.play {
    cursor: pointer;
}
.round_button_light a {
  display: inline-block;
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 2rem;
  text-decoration: none !important;
}
.round_button_dark a {
  display: inline-block;
  padding: .5rem 1rem;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
  border: 1px solid #212222;
  color: #212222 !important;
  border-radius: 2rem;
}
.round_button_light a:hover,
.round_button_dark a:hover {
  background-image: url(img/gradient_bak.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
/* Button styles */


/* Component styles */

.secondary_nav {
  border-top: 1px solid #C7C7C8;
  border-bottom: 1px solid #C7C7C8;
}
.second_title_wrapper.active {
  opacity: 1;
  max-width: 20rem;
  transition: max-width 400ms, opacity 2000ms;
}
.second_title_wrapper.active:after {
  content: '';
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  border-right: 1px solid #C7C7C8;
}
.second_title_width {
  height: 0;
  overflow: hidden;
}
.second_links {
  z-index: 100;
}

.product_tabs {
    font-size: .7rem;
    display: inline-block;
    margin: 0 .5rem;
    z-index: 200;
}

.product_tabs:first-child {
    margin-left: 0;
}

.product_tabs:last-child {
    margin-right: 0;
}

.product_tabs:after {
    position: absolute;
    right: -1rem;
    /* display: block; */
    content: '';
    border-right: 1px solid #212222;
    margin-left: .5rem;
    height: 1.3rem;
}

.product_tabs:last-child:after {
    display: none;
}

.product_arrow {
    bottom: 0;
    right: 0;
    width: 4rem;
}

@media (min-width: 768px) {
    .product_tabs {
        font-size: .8rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .product_tabs:after {
        margin-left: 1rem;
        height: 1.5rem;
    }
}

.line_divider {
    border-bottom: 1px solid #000;
}

.darklink {
    color: #212222;
}

.darklink:hover {
    color: #212222;
}

.p-b {
    position: absolute;
    bottom: 0;
}

/*
.arrow-link a:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f178';
    font-size: 1.2rem;
    position: relative;
    top: .1rem;
    margin-left: .5rem;
}
*/

.insight_large_wrapper:before {
    content: "";
    display: block;
    padding-top: 140%;
}

@media (min-width: 768px) {
    .insight_large_wrapper:before {
        padding-top: 100%;
    }
}

.insight_small_wrapper:before {
    content: "";
    display: block;
    padding-top: 140%;
}

@media (min-width: 768px) {
    .insight_small_wrapper:before {
        padding-top: 68%;
    }
}

.insight_large_wrapper,
.insight_small_wrapper {
    transition: 200ms;
}

.insight_large_wrapper:hover,
.insight_small_wrapper:hover {
    opacity: .7;
}

.insight_large_wrapper .image-fill,
.insight_small_wrapper .image-fill {
    transition: 400ms;
}

.insight_list_details {
    top: 0;
}

.white_divider {
    border-bottom: 1px solid #fff;
}

.dark_divider {
    border-bottom: 1px solid #212222;
}

.time {
    width: 1rem;
}

.faq_holder {
    background-color: #F2F3F3;
}

.login_links {
    padding: 2rem 2rem 2rem 6rem;
    background-color: #F2F3F3;
    color: #212222 !important;
    transition: 250ms;
    cursor: pointer;
}

.login_links:hover {
    opacity: 1;
    background-color: #212222;
    color: #fff !important;
}

.faq_wrapper {
    padding: 1rem 12rem 1rem 4rem;
    min-height: 6rem;
    background-color: #F2F3F3;
    color: #212222 !important;
    transition: 250ms;
    cursor: pointer;
}

.faq_wrapper:hover {
    opacity: 1;
    background-color: #C8C8C8;
}

.faq_wrapper.active {
    background-color: #212222;
    color: #fff !important;
}

.faq_right_block {
    right: 0;
    top: 0;
    width: 8rem;
    background-color: #212222;
    font-size: 1.2rem;
}

.faq_answer {
    display: none;
    padding: 2rem 12rem 2rem 4rem;
}

/*
.default_button,
.block_button a {
    display: inline-block;
    position: relative;
    outline: none;
    border: none;
    padding: 1rem 2rem;
    color: #000 !important;
    cursor: pointer;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #000 50%);
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

.default_button:hover,
.block_button a:hover {
    background-position: 0 100%;
    opacity: 1;
    color: #fff !important;
}

.default_button:hover:before,
.block_button a:hover:before {
    height: 100%;
}

.default_button:after,
.block_button a:after {
    position: absolute;
    display: block;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    content: '\f178';
    width: 4rem;
    height: 100%;
    background: rgb(244, 76, 140);
    background: linear-gradient(135deg, rgba(244, 76, 140, 1) 40%, rgba(254, 149, 61, 1) 100%);
    right: -4rem;
    color: #fff;
    font-size: 1.5rem;
}
*/

.link_section p {
    display: inline-block;
    margin: 0;
}

.link_section {
    font-size: .7rem;
}

@media (min-width: 768px) {
    .link_section {
        font-size: 1rem;
    }
}

.site-content ul {
    padding-left: 1.2rem;
    list-style: none;
}

.site-content li {
    margin-bottom: 1rem;
}
.site-content li:before {
  content: '—';
  margin-left: -1.2rem;
  margin-right: .3rem;
  color: #E73363;
}
.site-content ul li ul li:before {
  content: '-';
}
.category-filter li:before,
.inputs-list li:before,
.selectric-scroll li:before,
.site-content ol li:before {
  content: '';
  margin: 0;
  color: transparent;
}

.share-button {
    width: 2rem;
}

.no-opacity:hover {
    opacity: 1;
}

.small_bullet {
    font-size: .8rem;
    letter-spacing: normal;
    list-style: none;
    padding-left: 0 !important;
    margin-left: 1rem;
}

.small_bullet li:before {
    content: '-';
    position: absolute;
    left: -1rem;
}

.small_bullet li {
    position: relative;
    margin-bottom: .1rem;
}

.accordion-holder {
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-holder.active .accordion-content {
    display: block;
}

.accordion-toggle .closed .vertical,
.accordion-toggle .closed .horizontal,
.accordion-toggle .opened .vertical,
.accordion-toggle .opened .horizontal {
    transition: all 0.35s ease-in-out;
}

.accordion-toggle .closed .vertical,
.accordion-toggle .closed .horizontal {
    transform: rotate(-90deg);
}

.accordion-toggle .opened .vertical,
.accordion-toggle .opened .horizontal {
    transform: rotate(90deg);
}

.accordion-toggle .opened .horizontal {
    opacity: 0;
}

.accordion-toggle .toggle-plus,
.accordion-toggle .toggle-plus .toggle {
    height: 2rem;
    width: 2rem;
}

.accordion-toggle .toggle-plus .toggle .horizontal,
.accordion-toggle .toggle-plus .toggle .vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #212222;
}
.accordion-toggle .toggle-plus .toggle .horizontal {
    width: 1rem;
    height: 2px;
    margin-top: -1px;
    margin-left: -0.5rem;
}

.accordion-toggle .toggle-plus .toggle .vertical {
    width: 2px;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -1px;
}

.insight_card {
    height: 21rem;
}

.insight_card:hover {
    background-color: #f2f2f2;
}

.podcast {
    background-color: #1F2121;
}

.podcast:hover {
    background-color: #3C4040;
}

.external-link {
    background-color: #F2F2F2;
}

.external-link:hover {
    background-color: #D9D9D9;
}

.insight_border {
    border: 1px solid #C7C7C8;
}

.insight_featured:hover {
    background-color: transparent;
}

.insight_featured .col-left {
    border-right: 1px solid transparent;
}

.insight_featured .text_link_btn a {
    font-size: 0.75rem;
    color: #76777A !important;
    border-bottom-color: #76777A;
}

.insight_featured .text_link_btn a:hover {
    background-color: transparent;
}

.insight_img {
    height: 6rem;
}

.insight_tag {
    color: #E73363;
}

.news .insight_tag {
    color: #CF4CED;
}

.case_study .insight_tag {
    color: #812CE4;
}

.resource .insight_tag {
    color: #EE9951;
}

.podcast .insight_title {
    color: #fff;
}

.insight_intro {
    color: #76777A;
}

.insight_author {
    color: #76777A;
}

.podcast .insight_author {
    color: #C7C7C8;
}

.podcast_author img {
    width: 2.5rem;
}

.podcast_author img:not(:first-of-type) {
    margin-left: -0.75rem;
}

@media (max-width:767px) {
    .insight_featured {
        height: auto;
    }
}

/* Component styles */


/* 404 page */

.bg_404 {
    background-color: #212222;
}


/* 404 page */


/* Article styles */

.insight_banner {
    height: 12rem;
}
.article_title {
    border-bottom: 1px solid #DFDEDC;
}
.article_info {
    padding: 0.625rem 0.75rem;
    color: #76777A;
    border-bottom: 1px solid #DFDEDC;
}
.quick_links .link {
    min-height: 8rem;
    border-top: 1px solid #DFDEDC;
}
.quick_links .link:last-of-type {
    border-bottom: 1px solid #DFDEDC;
}
.quick_links .tag {
    color: #76777A;
}
.quick_links .icon {
    right: 1rem;
    bottom: 1.5rem;
    font-size: 1.25rem;
    color: #101820;
    transition: 0.2s;
}
.quick_links .link:hover .icon {
    color: #101820;
    transform: translateX(10px);
}
.article_share {
    border-bottom: 1px solid #DFDEDC;
}
.article_share i {
    font-size: 1.25rem;
    color: #EE9951;
}
@media (min-width:768px) {
    .article_col_left {
        border-right: 1px solid #C7C7C8;
    }
}


/* Article styles */

strong {
    font-family: 'Bw Nista Grot Md';
    font-weight: 500;
    font-style: normal;
}

.gradient_button {
    padding: .8rem 6rem .8rem .8rem;
    background-size: cover;
}

.gradient_button:hover {
    background-image: url(img/osttra_grad.svg);
    opacity: 1 !important;
    color: #fff !important;
    border-color: transparent;
}

.gradient_button .far {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
}

/* Search */
.search_button {
  background: transparent !important;
  color: #fff;
  width: 2rem !important;
  font-size: 1.2rem;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  border-bottom: 1px solid #fff !important;
}
.search_button:hover {
  background: #000 !important;
  color: #fff;
}
.search-field {
  width: 20rem;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.search-field:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}
.search_button_mobile {
  background: transparent !important;
  color: #212222;
  width: 2rem !important;
  font-size: 1.2rem;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  border-bottom: 1px solid #212222 !important;
}
.search-field-mobile {
  background: transparent;
  border: none;
  color: #212222;
  border-bottom: 1px solid#212222;
  border-radius: 0;
}
.search-field-mobile:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid #212222;
}
.search_button_search {
  background: #DFDEDC !important;
  color: #212222;
  width: 3rem !important;
  font-size: 1.2rem;
  border: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  padding: 1rem;
}
.search-field-search {
  background: #DFDEDC;
  border: none;
  color: #212222;
  border-radius: 0;
  padding: 1rem;
}
.search-field-search:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid #212222;
}
/* Search */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 576px) {}

@media (min-width: 768px) {
    html {
        font-size: 9px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 18px;
    }
}

@font-face {
    font-family: 'Bw Nista Grot Rg';
    src: url('fonts/BwNistaGrot-Rg.woff2') format('woff2'), url('fonts/BwNistaGrot-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bw-rg {
    font-family: 'Bw Nista Grot Rg';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Nista Grot Md';
    src: url('fonts/BwNistaGrot-Md.woff2') format('woff2'), url('fonts/BwNistaGrot-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.bw-md {
    font-family: 'Bw Nista Grot Md';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Nista Grot Lt';
    src: url('fonts/BwNistaGrot-Lt.woff2') format('woff2'), url('fonts/BwNistaGrot-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Nista Grot Th';
    src: url('fonts/BwNistaGrot-Th.woff2') format('woff2'), url('fonts/BwNistaGrot-Th.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

.bw-th {
    font-family: 'Bw Nista Grot Th';
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi Outline';
    src: local('Satoshi Outline Thin'), local('Satoshi-Outline-Thin'),
        url('fonts/Satoshi-Outline-Thin.woff2') format('woff2'),
        url('fonts/Satoshi-Outline-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
.satoshi {
    font-family: 'Satoshi Outline';
    font-weight: 100;
    font-style: normal;
}