.breadcrumbs{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    text-transform: lowercase;

    display: flex;
    flex-direction: row;

    padding-top: 7vw;
}
.breadcrumbs > *{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    text-transform: lowercase;

    opacity: 0.3;
}
.breadcrumbs a{
    text-decoration: none;
}
.breadcrumbs > *{
    margin-right: 0.7vw;
}

.guides-header{
    padding-left: 4vw;
    padding-right: 4vw;

    min-height: 33vw;

    position: relative;
}
.single-guide.guides-header{
    min-height: 12vw;
}
.guides-header .gh-bg{
    width: 100%;
    position: absolute;

    top: 0;
    right: 0;

    z-index: 0;

    overflow: hidden;
}
.guides-header .gh-bg img{
    width: 100%;
    margin-left: 14vw;
    margin-top: -14vw;
}
.heading{
    position: relative;
    z-index: 1;
}
.heading h1{
    color: #FFF;
    /* H1 superbig */
    font-family: "NeueMachina";
    font-size: 5.694vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;

    margin-top: 6.9vw;
    margin-bottom: 0;
}
.heading p{
    color: #FFF;
    text-align:left;
    font-family: "NeueMachina";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    margin-top: 3.167vw;
}

.guides-list{
    border-radius: 2.222vw;
    background: rgba(255,255,255,0.06);

    margin-left: 1vw;
    margin-right: 1vw;

    padding-left: 2vw;
    padding-right: 2vw;

    padding-top: 3.47vw;
    padding-bottom: 3.47vw;

    position: relative;
    z-index: 10;
}
.guides-list-inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
}
.guides-list-inner .guide-card{
    border-radius: 2.083vw;
    border: 0.069vw solid rgba(255, 255, 255, 0.16);

    height: 34.722vw;

    width: 29.167vw;

    margin-left: 0.772vw;
    margin-right: 0.772vw;

    position: relative;

    margin-bottom: 2.431vw;
}

.guide-card-top{
    border-radius: 2.083vw;
    background: #151515;

    padding-top: 1.806vw;
    padding-bottom: 1.806vw;

    padding-left: 2.5vw;
    padding-right: 2.5vw;

    box-sizing: border-box;

    width: 100%;
    height: 100%;

    display: block;
    position: relative;
}
.guide-card-top > svg{
    width: 7.431vw;
    height: 2.222vw;

    margin-bottom: 2.361vw;
}
.guide-card-top h3{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: uppercase;

    position: relative;
    z-index: 5;
}

.guide-card-top .bg-guide-card{
    position: absolute;
    bottom: 0;
    right: 0;

    width: 90%;

    border-bottom-right-radius: 2.083vw;
}
.guide-card-bottom{
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;

    width: 100%;
    height: 100%;

    z-index: 3;
    padding: 2.292vw;

    border-radius: 2.083vw;
    background: #F8C614;

    transition: opacity 0.3s;
    z-index: 6;
}
.guide-card:hover .guide-card-bottom{
    opacity: 1;
}

.guide-card-bottom h3{
    color: #000;
    font-family: "NeueMachina";
    font-size: 2.778vw;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 52px */
    text-transform: uppercase;

    margin-top: 0;
    margin-bottom: 1.389vw;
}
.guide-card-bottom p{
    color: #000;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

    margin-bottom: 2.986vw;
}
.guide-card-bottom a{
    border-radius: 16.667vw;
    background: #151515;

    display: inline-flex;

    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    padding-top: 0.417vw;
    padding-bottom: 0.417vw;

    padding-left: 1.319vw;
    padding-right: 1.319vw;

    box-sizing: border-box;

    text-decoration: none;

    transition: opacity 0.3s;
}
.guide-card-bottom a svg{
    width: 1.528vw;
    height: 1.528vw;

    margin-left: 0.139vw;
}
.guide-card-bottom a:hover{
    opacity: 0.8;
}

.guide-card-top a{
    border-radius: 16.667vw;
    background: #FFF;

    display: inline-flex;

    color: #151515;
    font-family: "NeueMachina";
    font-size: 1.111vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    padding-top: 0.417vw;
    padding-bottom: 0.417vw;

    padding-left: 1.319vw;
    padding-right: 1.319vw;

    box-sizing: border-box;

    text-decoration: none;

    transition: opacity 0.3s;

    position: absolute;
    bottom: 2vw;
}
.guide-card-top a svg{
    width: 1.528vw;
    height: 1.528vw;

    margin-left: 0.139vw;
}
.guide-card-top a svg path{
    stroke: #151515;
}
.guide-card-top a:hover{
    opacity: 0.8;
}

.button-more-homenew {
    margin-top: 0.97222vw;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 7.91667vw;
    border-radius: 1.66667vw;
    border: solid 1px rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background; }
@media screen and (min-width: 960px) {
    .button-more-homenew:hover {
        background: #FF771D; }
    .button-more-homenew:hover .text {
        color: #000000; }
    .button-more-homenew:hover .text svg rect {
        fill: #000000; }
    .button-more-homenew:hover .text svg path {
        stroke: #ff771e; }
    .button-more-homenew:hover .bg-wrap {
        opacity: 1; } }
.button-more-homenew .bg-wrap {
    position: absolute;
    left: 27.36111vw;
    top: 0;
    z-index: 1;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    opacity: 0; }
@media screen and (max-width: 960px) {
    .button-more-homenew .bg-wrap {
        left: 0; } }
.button-more-homenew .bg-wrap svg {
    display: block;
    width: 33.125vw;
    height: 7.91667vw; }
@media screen and (max-width: 960px) {
    .button-more-homenew .bg-wrap svg {
        width: 89.06667vw;
        height: 19.73333vw; } }
.button-more-homenew .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 1.11111vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ff771e;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .button-more-homenew .text {
        font-size: 3.73333vw; } }
.button-more-homenew .text svg {
    margin-left: 0.83333vw;
    width: 1.52778vw;
    height: 1.52778vw;
    display: block;
    -webkit-transform: translateY(-0.13889vw);
    -ms-transform: translateY(-0.13889vw);
    transform: translateY(-0.13889vw); }
@media screen and (max-width: 960px) {
    .button-more-homenew .text svg {
        margin-left: 2.66667vw;
        width: 5.86667vw;
        height: 5.86667vw;
        -webkit-transform: translateY(-0.8vw);
        -ms-transform: translateY(-0.8vw);
        transform: translateY(-0.8vw); } }
.button-more-homenew .text svg rect {
    fill: #ff771e; }
.button-more-homenew .text svg path {
    stroke: #151515; }
@media screen and (max-width: 960px) {
    .button-more-homenew {
        margin-top: 2.13333vw;
        height: 19.73333vw;
        border-radius: 4.8vw;
        background: #FF771D; }
    .button-more-homenew .text {
        color: #000000; }
    .button-more-homenew .text svg rect {
        fill: #000000; }
    .button-more-homenew .text svg path {
        stroke: #ff771e; }
    .button-more-homenew .bg-wrap {
        opacity: 1; } }

.homenew-news {
    padding: 7.98611vw 0.83333vw 6.25vw; }
@media screen and (max-width: 960px) {
    .homenew-news {
        padding: 16vw 4.26667vw 5.33333vw; } }
.homenew-news .title-wrap {
    margin-bottom: 5.06944vw;
    padding: 0 3.33333vw; }
@media screen and (max-width: 960px) {
    .homenew-news .title-wrap {
        margin-bottom: 16vw;
        padding: 0; } }
.homenew-news .title-wrap h2 {
    margin-bottom: 2.01389vw; }
@media screen and (max-width: 960px) {
    .homenew-news .title-wrap h2 {
        margin-bottom: 7.46667vw; } }
.homenew-news .title-wrap p {
    font-size: 1.11111vw;
    line-height: 1.4;
    width: 33.33333vw; }
@media screen and (max-width: 960px) {
    .homenew-news .title-wrap p {
        font-size: 3.73333vw;
        width: 100%; } }

.publication-list-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2.63889vw;
    margin: 0 -2px; }
@media screen and (max-width: 960px) {
    .publication-list-new {
        display: block;
        padding: 0;
        margin: 0; } }

.publication-item {
    width: calc(20% - 4px);
    margin: 0 2px;
    padding-top: 1.38889vw;
    padding-right: 0.83333vw;
    padding-left: 0.83333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: .83333vw; }
@media screen and (max-width: 960px) {
    .publication-item {
        width: 100%;
        margin: 0;
        padding-right: 3.2vw;
        padding-left: 3.2vw; } }
.publication-item:before {
    content: '';
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3); }
@media screen and (max-width: 960px) {
    .publication-item:before {
        right: -4.26667vw;
        left: -4.26667vw;
        width: auto;
        height: 1px;
        top: auto; } }
.publication-item:last-child:before {
    display: none; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item {
        border: none;
        width: 100%;
        margin: 1px 0;
        padding-top: 4.26667vw;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        border-radius: 3.2vw; } }

@media screen and (min-width: 960px) {
    .publication-list-new .publication-item.half {
        padding-right: .69444vw;
        padding-left: .69444vw;
        width: calc(40% - 4px); } }

@media screen and (min-width: 960px) {
    .publication-list-new .publication-item.half h3 {
        font-size: 1.52778vw;
        margin: 0 2.63889vw .41667vw 0; }
    .publication-list-new .publication-item.half.has-video h3 {
        font-size: 1.11111vw;
        height: 3.26389vw; } }

.publication-list-new .publication-item.full {
    padding-right: .69444vw;
    padding-left: .69444vw;
    width: 100%; }

.publication-list-new .publication-item.full .img-wrap {
    height: auto; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item.half.has-video h3 {
        height: auto;
        font-size: 5.33333vw; }
    .publication-list-new .publication-item.full {
        padding-left: 0;
        padding-right: 0; }
    .publication-list-new .publication-item.full .img-wrap {
        margin-left: 0;
        margin-right: 0; } }

.publication-list-new .publication-item.full h3 {
    font-size: 1.80556vw;
    margin: 0 16.52778vw .625vw 0;
    height: auto; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item.full h3 {
        font-size: 6.4vw;
        margin: 0 2.66667vw 4.26667vw; }
    .publication-list-new .publication-item.full .author {
        margin-left: 2.66667vw; }
    .publication-list-new .publication-item.full .date-stars {
        padding-right: 2.66667vw;
        padding-left: 2.66667vw; } }

.publication-list-new .publication-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: #ffc400;
    z-index: 2;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    pointer-events: none;
    border-radius: .83333vw; }

@media screen and (min-width: 1025px) {
    .publication-list-new .publication-item:hover:after {
        opacity: .23; }
    .publication-list-new .publication-item:hover .img-wrap img, .publication-list-new .publication-item:hover .img-wrap picture {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
    .publication-list-new .publication-item:hover h3 {
        color: #ffc400; }
    .publication-list-new .publication-item:hover h3 svg * {
        fill: #ffc400; }
    .publication-list-new .publication-item:hover .desc {
        color: rgba(255, 196, 0, 0.5); }
    .publication-list-new .publication-item:hover .author {
        opacity: .7;
        color: #ffc400; }
    .publication-list-new .publication-item:hover .date-stars .date {
        color: rgba(255, 196, 0, 0.5); } }

.publication-list-new .publication-item a {
    text-decoration: none; }

.publication-list-new .publication-item .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15.27778vw;
    margin-bottom: .48611vw;
    position: relative;
    overflow: hidden;
    z-index: 1; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .img-wrap {
        margin: 0 4.26667vw 4.26667vw;
        height: 74.66667vw; } }

.publication-list-new .publication-item .img-wrap.video {
    z-index: 3;
    height: 19.02778vw; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .img-wrap.video {
        height: 51.73333vw; } }

.publication-list-new .publication-item .img-wrap.video iframe {
    height: 19.02778vw;
    width: 100%; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .img-wrap.video iframe {
        height: 51.73333vw; } }

.publication-list-new .publication-item .img-wrap .tag-name {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Inter, sans-serif;
    font-size: .83333vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: .83;
    letter-spacing: normal;
    color: #000;
    z-index: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.97222vw;
    height: 1.18056vw; }

.publication-list-new .publication-item .img-wrap.pdf-img span, .publication-list-new .publication-item h3 {
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-family: Inter, sans-serif; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .img-wrap .tag-name {
        font-size: 3.73333vw;
        line-height: .71;
        width: 25.6vw;
        height: 6.4vw; } }

.publication-list-new .publication-item .img-wrap .tag-name span {
    position: relative;
    z-index: 2; }

.publication-list-new .publication-item .img-wrap .tag-name svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 5.97222vw;
    height: 1.18056vw; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .img-wrap .tag-name svg {
        width: 25.6vw;
        height: 6.4vw; } }

.publication-list-new .publication-item .img-wrap.pdf-img {
    background-color: #ffc400;
    position: relative;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
    overflow: hidden; }

.publication-list-new .publication-item .img-wrap.pdf-img:after {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 2.77778vw;
    height: 2.77778vw;
    opacity: .3;
    background-color: #14191C;
    z-index: 1;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background; }

.publication-list-new .publication-item .img-wrap.pdf-img:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-left: 2.77778vw solid transparent;
    border-right: 2.77778vw solid transparent;
    border-top: 2.77778vw solid #14191C;
    z-index: 2;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

.publication-list-new .publication-item .img-wrap.pdf-img span {
    font-size: 3.47222vw;
    line-height: normal;
    color: #14191C;
    position: absolute;
    left: .69444vw;
    bottom: .13889vw;
    -webkit-transition: .2s ease-in-out color, .2s ease-in-out left;
    -o-transition: .2s ease-in-out color, .2s ease-in-out left;
    transition: .2s ease-in-out color, .2s ease-in-out left; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .img-wrap.pdf-img:after {
        width: 13.33333vw;
        height: 13.33333vw; }
    .publication-list-new .publication-item .img-wrap.pdf-img:before {
        border-left: 13.33333vw solid transparent;
        border-right: 13.33333vw solid transparent;
        border-top: 13.33333vw solid #14191C; }
    .publication-list-new .publication-item .img-wrap.pdf-img span {
        left: 2.66667vw;
        bottom: .53333vw;
        font-size: 13.33333vw; } }

.publication-list-new .publication-item .img-wrap img, .publication-list-new .publication-item .img-wrap picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .2s ease-in-out filter;
    -o-transition: .2s ease-in-out filter;
    transition: .2s ease-in-out filter; }

.publication-list-new .publication-item h3 {
    font-size: 1.11111vw;
    line-height: 1.38;
    color: #fff;
    padding: 0;
    margin: 0 1.11111vw .41667vw 0;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;
    height: 5.83333vw;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 3; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item h3 {
        font-size: 5.33333vw;
        margin: 0 4.26667vw 2.13333vw;
        height: auto; } }

.publication-list-new .publication-item h3 svg {
    width: 1.18056vw;
    height: 1.18056vw;
    margin-right: .34722vw;
    position: relative;
    top: .20833vw; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item h3 svg {
        width: 5.6vw;
        height: 5.6vw;
        margin-right: 1.33333vw;
        top: .8vw; }
    .publication-list-new .publication-item .desc {
        display: none; } }

.publication-list-new .publication-item .desc {
    font-family: Inter, sans-serif;
    font-size: .90278vw;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.5);
    width: 27.08333vw;
    margin-left: auto;
    margin-right: 7.63889vw; }

.publication-list-new .publication-item .author {
    font-family: Inter, sans-serif;
    font-size: .90278vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    text-decoration: underline;
    opacity: .6;
    z-index: 3;
    -webkit-transition: .2s ease-in-out opacity, .2s ease-in-out color;
    -o-transition: .2s ease-in-out opacity, .2s ease-in-out color;
    transition: .2s ease-in-out opacity, .2s ease-in-out color; }

.publication-list-new .publication-item .date-stars .date, .publication-list-new .publication-item .date-stars .date .more-link {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: Inter, sans-serif; }

.publication-list-new .publication-item .date-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 3; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .author {
        font-size: 3.46667vw;
        margin-left: 4.26667vw; }
    .publication-list-new .publication-item .date-stars {
        padding: 0 4.26667vw 5.33333vw; } }

.publication-list-new .publication-item .date-stars .date {
    font-size: .90278vw;
    color: rgba(255, 255, 255, 0.3);
    margin-top: .27778vw;
    margin-bottom: .34722vw;
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .date-stars .date {
        font-size: 3.46667vw;
        margin-bottom: 0;
        margin-top: 1.06667vw; }
    .publication-list-new .publication-item .date-stars .date .more-link {
        display: none; } }

.publication-list-new .publication-item .date-stars .date .more-link {
    margin-left: 1.59722vw;
    opacity: .5;
    font-size: .90278vw;
    color: #ffc400;
    text-decoration: underline; }

.publication-list-new .publication-item .date-stars .stars {
    margin-bottom: .34722vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.publication-list-new .publication-item .date-stars .stars svg {
    width: .90278vw;
    height: .90278vw;
    margin-right: .34722vw; }

.publication-list-new .publication-item .date-stars .stars span {
    font-family: Inter, sans-serif;
    font-size: .97222vw;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffc400; }

@media screen and (max-width: 960px) {
    .publication-list-new .publication-item .date-stars .stars {
        margin-bottom: 0; }
    .publication-list-new .publication-item .date-stars .stars svg {
        width: 3.46667vw;
        height: 3.46667vw;
        margin-right: 1.33333vw; }
    .publication-list-new .publication-item .date-stars .stars span {
        font-size: 3.73333vw; } }

.newsletter-subs {
    margin: 1.25vw 0.83333vw 5.55556vw;
    padding: 3.26389vw 32.5vw 3.95833vw;
    border-radius: 1.38889vw;
    background-color: #f7c614;
    color: #000;
    position: relative; }
@media screen and (max-width: 960px) {
    .newsletter-subs {
        margin: 4.26667vw 1.06667vw 21.33333vw;
        padding: 12.53333vw 13.86667vw 22.4vw;
        border-radius: 5.33333vw; } }
.newsletter-subs .title {
    text-transform: uppercase;
    font-size: 1.38889vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 1.04167vw; }
@media screen and (max-width: 960px) {
    .newsletter-subs .title {
        font-size: 4.8vw;
        margin-bottom: 6.4vw; } }
.newsletter-subs .hs-richtext {
    font-size: 0.83333vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0.83333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
@media screen and (max-width: 960px) {
    .newsletter-subs .hs-richtext {
        font-size: 2.93333vw;
        bottom: 2.93333vw; } }
.newsletter-subs .hs-richtext a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    transition: .2s ease-in-out color; }
@media screen and (min-width: 960px) {
    .newsletter-subs .hs-richtext a:hover {
        color: #000; } }
.newsletter-subs form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media screen and (max-width: 960px) {
    .newsletter-subs form {
        display: block; } }
.newsletter-subs form input[type="email"] {
    border-radius: 10px;
    background-color: rgba(33, 33, 33, 0.1);
    width: 22.63889vw;
    padding: 1.59722vw 1.52778vw 0.48611vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-family: NeueMachina;
    border: none;
    outline: none;
    height: 3.40278vw;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
    font-size: 1.04167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000; }
@media screen and (max-width: 960px) {
    .newsletter-subs form input[type="email"] {
        width: 100%;
        padding: 6.13333vw 5.86667vw 1.86667vw;
        height: 13.06667vw;
        font-size: 4vw; } }
.newsletter-subs form input[type="email"].error {
    color: #e01010; }
@media screen and (min-width: 960px) {
    .newsletter-subs form input[type="email"]:hover {
        background-color: rgba(255, 255, 255, 0.25); } }
.newsletter-subs form input[type="submit"] {
    padding: 1.18056vw 2.36111vw 1.04167vw;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.97222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    -webkit-appearance: none;
    font-family: NeueMachina;
    border: none;
    outline: none;
    margin-left: 0.27778vw;
    height: 3.40278vw;
    cursor: pointer;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity; }
@media screen and (max-width: 960px) {
    .newsletter-subs form input[type="submit"] {
        margin-left: 0;
        height: 13.06667vw;
        font-size: 3.73333vw;
        padding: 4.53333vw 9.06667vw 4vw;
        width: 100%;
        margin-top: 2.66667vw; } }
@media screen and (min-width: 960px) {
    .newsletter-subs form input[type="submit"]:hover {
        opacity: 0.8; } }
.newsletter-subs form .hs-form-field {
    position: relative; }
.newsletter-subs form .hs-form-field label:not(.hs-error-msg) {
    font-size: 1.04167vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 1.52778vw;
    top: 1.11111vw;
    -webkit-transition: .2s ease-in-out font, .2s ease-in-out top;
    -o-transition: .2s ease-in-out font, .2s ease-in-out top;
    transition: .2s ease-in-out font, .2s ease-in-out top; }
@media screen and (max-width: 960px) {
    .newsletter-subs form .hs-form-field label:not(.hs-error-msg) {
        font-size: 4vw;
        left: 5.86667vw;
        top: 4.26667vw; } }
.newsletter-subs form .hs-form-field label:not(.hs-error-msg).active {
    font-size: 0.76389vw;
    top: 0.69444vw; }
@media screen and (max-width: 960px) {
    .newsletter-subs form .hs-form-field label:not(.hs-error-msg).active {
        font-size: 2.93333vw;
        top: 2.66667vw; } }
.newsletter-subs form .hs-error-msg {
    opacity: 0.7;
    font-size: 0.76389vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #e01010;
    margin: 0.41667vw 1.52778vw 0; }
@media screen and (max-width: 960px) {
    .newsletter-subs form .hs-error-msg {
        font-size: 2.93333vw;
        margin: 1.6vw 5.86667vw 0; } }
.newsletter-subs form .hs_error_rollup {
    display: none; }
.newsletter-subs .submitted-message {
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    opacity: 0.7; }
@media screen and (max-width: 960px) {
    .newsletter-subs .submitted-message {
        font-size: 4.26667vw; } }

.newsletter-subs {
    margin-bottom: 1.25vw !important; }
@media screen and (max-width: 960px) {
    .newsletter-subs {
        margin-bottom: 6.4vw; } }

.homenew-news {
    padding-bottom: 12.361vw;
}

.newsletter-subs {
    margin-bottom: 12.361vw!important;
}
.exploremore {
    padding: 4.16667vw 4.16667vw; }
.exploremore .exploremore-list .exploremore-list-item {
    height: 26vw;
}
@media screen and (max-width: 960px) {
    .exploremore {
        padding: 26.66667vw 4.26667vw 32vw; } }
.exploremore .title-wrap {
    margin-bottom: 4.51389vw; }
@media screen and (max-width: 960px) {
    .exploremore .title-wrap {
        margin-bottom: 9.33333vw; }
    .exploremore .title-wrap h2 {
        font-size: 7.46667vw; } }
.exploremore .exploremore-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list {
        display: block; } }
.exploremore .exploremore-list .exploremore-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 49.8%;
    padding: 2.56944vw 2.63889vw 2.63889vw 2.08333vw;
    border-radius: 2.08333vw;
    overflow: hidden;
    text-decoration: none;
    height: 26.69444vw; }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item:hover .bg {
        opacity: 1; } }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item {
        width: 100%;
        padding: 8vw 6.4vw;
        border-radius: 8vw;
        height: 70.66667vw;
        margin-bottom: 2.13333vw; } }
.exploremore .exploremore-list .exploremore-list-item .bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0 ;
    z-index: 1;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    opacity: 0; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg {
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item .bg svg {
    width: 100%;
    height: 26.69444vw;
    opacity: 1;
    display: block; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg svg {
        height: 70.66667vw;
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item:nth-child(1) {
    background: -webkit-linear-gradient(109deg, #2E4559 3.34%, #5D98C5 87.96%);
    background: -o-linear-gradient(109deg, #2E4559 3.34%, #5D98C5 87.96%);
    background: linear-gradient(109deg, #2E4559 3.34%, #5D98C5 87.96%); }
.exploremore .exploremore-list .exploremore-list-item:nth-child(2) {
    background: -webkit-linear-gradient(167deg, #222 0%, #F7C614 100%);
    background: -o-linear-gradient(167deg, #222 0%, #F7C614 100%);
    background: linear-gradient(283deg, #222 0%, #F7C614 100%); }
.exploremore .exploremore-list .exploremore-list-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 2.63889vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
    position: relative;
    z-index: 2; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name {
        font-size: 6.4vw; } }
.exploremore .exploremore-list .exploremore-list-item .name svg {
    width: 2.08333vw;
    height: 2.08333vw;
    margin-right: 0.97222vw;
    display: block;
    -webkit-transform: translateY(-0.27778vw);
    -ms-transform: translateY(-0.27778vw);
    transform: translateY(-0.27778vw); }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name svg {
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 3.2vw;
        -webkit-transform: translateY(-0.8vw);
        -ms-transform: translateY(-0.8vw);
        transform: translateY(-0.8vw); } }
.exploremore .exploremore-list .exploremore-list-item .desc {
    margin-top: 2.08333vw;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 35.30556vw; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .desc {
        margin-top: 8vw;
        font-size: 3.2vw;
        width: auto; } }
.exploremore .exploremore-list .exploremore-list-item .btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.48611vw 1.11111vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: #fff;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-right: auto;
    -webkit-transition: .2s ease-in-out background, .2s ease-in-out color;
    -o-transition: .2s ease-in-out background, .2s ease-in-out color;
    transition: .2s ease-in-out background, .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn {
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw;
        font-size: 3.73333vw;
        margin-right: auto; } }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff; } }



.exploremore-header h2{
    color: #F8F8F8;
    font-family: "NeueMachina";
    font-size: 3.611vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;

    margin-bottom: 3.819vw;
}

.single-guide-container{
    background: rgba(20, 20, 20, 0.60);

    box-sizing: border-box;
    margin-left: 1vw;
    margin-right: 1vw;

    border-radius: 2.083vw;

    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 2.361vw;
    padding-bottom: 2.361vw;

    position: relative;
    z-index: 3;
}

.guide-header{
    width: 100%;
    display: flex;
    flex-direction: row;

    justify-content: flex-start;
    align-items: center;
}
.guide-header a{
    text-decoration: none!important;
    display: inline-flex;

    margin-right: 4.167vw;

    transition: opacity 0.3s;
}
.guide-header a svg{
    width: 8.333vw;
    height: 7.569vw;
}
.guide-header h1{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 3.333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.guide-header a:hover{
    opacity: 0.6;
}

.guide-form .form-wrap {
    width: 45.41667vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.05556vw;
    border-radius: 2.77778vw;
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.8); }
@media screen and (max-width: 960px) {
    .guide-form .form-wrap {
        margin-top: 8.53333vw;
        width: auto;
        padding: 6.4vw 4.26667vw 4.26667vw 6.4vw;
        border-radius: 5.33333vw; } }
.guide-form .form-wrap .t {
    margin-bottom: 2.47222vw;
    padding: 0.48611vw 0.83333vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: #f7c614;
    font-size: 0.97222vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #030303;
    display: inline-block;
    text-transform: uppercase; }
@media screen and (max-width: 960px) {
    .guide-form .form-wrap .t {
        margin-bottom: 10.66667vw;
        padding: 3.2vw 4.26667vw 2.13333vw;
        border-radius: 10.66667vw;
        font-size: 3.2vw; } }

.guide-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.guide-inner .guide-slider{
    border-radius: 2.778vw;
    background: linear-gradient(203deg, #464646 -8.02%, #2A2A2A 27.12%, #383838 95.31%);

    box-shadow: 4px 4px 8px 0px rgba(255, 255, 255, 0.09) inset;

    width: 35.667vw;
    height: 56.111vw;

    box-sizing: border-box;

    padding: 1.875vw;
    padding-bottom: 3.472vw;
}
.guide-inner{
    margin-top: 4.722vw;
}

#hubspot-messages-iframe-container {
    z-index: 6 !important;
}
.guide-form{
    width: 50.722vw;
}
.guide-form > span{
    color: #F8F8F8;
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 41.8px */
    text-transform: uppercase;

    display: block;
}
.guide-form > span:nth-child(2){
    margin-bottom: 4.778vw;
}
.guide-form > span label{
    color: #FF771D;
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;
}

.inside-section{
    padding-left: 4vw;
    padding-right: 4vw;

    display: flex;
    flex-direction: column;

    margin-top: 8.333vw;
    margin-bottom: 6.25vw;
}
.inside-section h2{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 2.639vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.76px;

    margin-bottom: 6.1vw;
}
.inside-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.inside-list .inside-block{
    width: 22.847vw;
    height: 10.347vw;
box-sizing: border-box;
    border-radius: 1.389vw;
    background: #202020;

    padding-bottom: 0.833vw;
    padding-left: 1.667vw;
    padding-right: 1.667vw;

    padding-top: 6.597vw;

    position: relative;

    margin-left: 0.069vw;
    margin-right: 0.069vw;
}
.inside-content{
    height: 2.917vw;
    width: 100%;

    display: block;
}

.inside-list .inside-block .icon{
    position: absolute;
    left: 1.667vw;
    top: -1.667vw;

    width: 5.972vw;
    height: 5.972vw;

    background: #4D311F;

    border-radius: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inside-list .inside-block .icon svg{
    width: 2.778vw;
    height: 2.778vw;
}

.guide-subslider{
    width: 100%;
    height: 100%;
    position: relative;
}
.guide-subslider .guide-images img{
    width: 100%;
    height: 50.72vw;
}
.guide-subslider .guide-pager{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    box-sizing: border-box;

    background: rgba(255,255,255,0.4);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding-top: 1.25vw;
    padding-bottom: 1.25vw;

    padding-left: 1.875vw;
    padding-right: 1.875vw;

    z-index: 2;
}

.guide-pager span{
    color: #000;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.guide-pager a svg{
    width: 2.778vw;
    height: 2.778vw;
}
.guide-pager a{
    text-decoration: none;

    margin-right: 1.25vw;
}
.guide-pager a:last-child{
    margin-right: 0!important;
}

@media(max-width: 960px){
    .breadcrumbs{
        display: none;
    }

    .heading{
        padding-top: 25.6vw;
    }

    .guides-header .gh-bg img {
        margin-left: unset!important;
    }

    .heading h1{
        color: #F8F8F8;
        text-shadow: 0px 4.826vw 13.405vw rgba(0, 0, 0, 0.60);
        font-family: "NeueMachina";
        font-size: 11.26vw;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;

        margin-top: 0;
    }
    .heading p{
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 5.362vw;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;

        margin-top: 5.362vw;
    }

    .guides-list{
        padding-top: 14.209vw;
        background: unset!important;
    }
    .guides-list-inner{
        flex-direction: column;
    }

    .guides-list-inner .guide-card {
        border-radius: 8.043vw;
        border: 0.069vw solid rgba(255, 255, 255, 0.16);
        height: 119.035vw;
        width: 100%;
        margin-left: 0.772vw;
        margin-right: 0.772vw;
        position: relative;
        margin-bottom: 6.933vw;
    }

    .guide-card-top > svg {
        width: 29.333vw;
        height: 8.533vw;
        margin-bottom: 8.267vw;
    }

    .guide-card-top {
        border-radius: 8.043vw;
        background: #151515;
        padding-top: 6.667vw;
        padding-bottom: 6.667vw;
        padding-left: 7.467vw;
        padding-right: 7.467vw;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

    .guide-card-top h3 {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 6.4vw;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 31.2px */
        text-transform: uppercase;
    }
    .guide-card:hover .guide-card-bottom {
        opacity: 0!important;
    }

    .exploremore-header h2 {
        font-size: 8.533vw;

        margin-bottom: 14.4vw;
    }

    .single-guide.guides-header{
        min-height: 21.333vw;
    }

    .guide-header a svg {
        width: 18.667vw;
        height: 17.333vw;
    }

    .guide-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .guide-header h1{
        color: #F8F8F8;
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;

        margin-top: 7.467vw;
        margin-bottom: 10.4vw;
    }

    .guide-inner {
        margin-top: unset!important;

        flex-direction: column;
    }

    .guide-inner .guide-slider {
        border-radius: 10.667vw;
        background: unset!important;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 !important;
        border: 0.267vw #2B6C93;
    }
    .guide-subslider {
        border-radius: 10.667vw;
        border: 0.267vw #2B6C93;
    }
    .guide-subslider .guide-images{
        border-radius: 10.667vw;
        border: 0.267vw #2B6C93;
    }
    .guide-subslider .guide-images img {
        width: 100%;
        height: 100%;
        border-radius: 10.667vw;
        border: 0.267vw #2B6C93;
    }

    .guide-subslider .guide-pager {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 0!important;
    }
    .guide-pager span {
        display: none!important;
    }

    .guide-pager a svg {
        width: 10.667vw;
        height: 10.667vw;
    }

    .pager-links{
        margin-bottom: 8vw;
    }

    .guide-pager a {
        margin-left: 4.267vw;
    }

    .guide-form {
        margin-top: 29.333vw;
        width: 100%;
    }
    .guide-form > span{
        text-align: center;

        color: #F8F8F8;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 32px */
        text-transform: uppercase;

        margin-bottom: 8.8vw;
    }
    .guide-form > span label{
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 32px */
        text-transform: uppercase;
    }

    .inside-section {
        padding-left: 4vw;
        padding-right: 4vw;
        display: flex;
        flex-direction: column;
        margin-top: 22.933vw;
        margin-bottom: 18.667vw;
    }

    .inside-section h2 {
        color: #FFF;
        /* H4 */
        font-family: "NeueMachina";
        font-size: 8.533vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 44.8px */
        letter-spacing: -0.64px;

        margin-bottom: 6.4vw;
    }

    .inside-list {
        flex-direction: column;
    }

    .inside-list .inside-block {
        width: 100%;
        height: 19.2vw;
        box-sizing: border-box;
        border-radius: 5.333vw;
        background: #202020;
        padding-bottom: 5.333vw;
        padding-left: 2.933vw;
        padding-right: 2.933vw;
        padding-top: 5.333vw;
        position: relative;
        margin-left: unset!important;
        margin-right: unset!important;

        margin-top: 0.533vw;
        margin-bottom: 0.533vw;

        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .inside-list .inside-block .icon{
        position: relative;
        top: unset!important;
        left: unset!important;

        width: 8.533vw;
        height: 8.533vw;

        max-width: 8.533vw !important;
        min-width: 8.533vw !important;
    }
    .inside-content{
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;

        margin-left: 2.4vw;

        height: unset!important;
    }

    .inside-list .inside-block .icon svg {
        width: 4.267vw;
        height: 4.267vw;
    }
}

.guide-images{
    overflow: hidden;
}

.form-wrap fieldset{
    max-width: 100%!important;
}

/* TEMP */
.guide-subslider .swiper-slide:nth-child(1) img{
    object-fit: cover;
    object-position: bottom;
}
.guide-subslider .swiper-slide:nth-child(2) img{
    object-fit: cover;
    object-position: top;
}
.guide-subslider .swiper-slide:nth-child(3) img{
    object-fit: cover;
    object-position: top;
}
.guide-subslider .swiper-slide:nth-child(4) img{
    object-fit: cover;
    object-position: top;
}
.guide-subslider{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25) inset;
}
@media(min-width: 960px){
    .guide-form  .form-wrap .t{
        width: 14vw;
    }

    .guide-pager{
        height: 4.167vw;
        backdrop-filter: blur(3px);
    }
}

@media(max-width: 960px){
    .swiper-slide{
        max-height: 138vw;
    }
    .swiper-slide img{
        max-height: 138vw;
    }
}

.form-wrap h1{
    margin-bottom: 2vw;
}

.insert-form-design-light select,.insert-form-design-light input{
    padding-bottom: 1.25vw!important;
}
.legal-consent-container .hs-richtext{
    color: #000;
    /* Body 5 */
    font-family: "NeueMachina";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.legal-consent-container{
    display: flex;
    flex-direction: column-reverse;
}
.legal-consent-container label p{
    color: rgba(0, 0, 0, 0.40);
    /* Body 5 */
    font-family: "NeueMachina";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.legal-consent-container .hs-form-booleancheckbox{
    display: flex;
    flex-direction: row;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    display: block;
    margin-left: 2.5vw!important;
}
fieldset.form-columns-1 .hs-input {
    width: 100%!important;
}
.legal-consent-container .hs-form-booleancheckbox-display input{
    top: 0.2vw;
    position: relative;
    width: auto !important;
}

.insert-form-design-light [type="submit"] {
    padding-bottom: 0!important;
}

@media(max-width: 960px){
    .legal-consent-container .hs-richtext{
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    .legal-consent-container label p{
        font-size: 3.2vw;

    }

    .legal-consent-container .hs-form-booleancheckbox-display > span {
        display: block;
        margin-left: 7.5vw !important;
    }

    .form-columns-2{
        display: flex;
        flex-direction: column;
    }

    .form-columns-2 .hs-form-field {
        width: 100%!important;
        float: left;
    }

    .guide-form .form-wrap {
        padding: 6.4vw!important;
    }

    .guide-subslider .guide-pager {
        z-index: 4;
    }
}

.mobile-bg-pager{
    border-radius: 0 0 11.2vw 10.667vw;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 69.65%);
    height: 30vw;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}
.left-page.disabled, .right-page.disabled{
    opacity: 0.7;
}

.submitted-message{
    padding-top: 2.47vw;
    padding-bottom: 4.861vw;
}
.submitted-message p{
    color: #2B2B2B;
    font-family: "NeueMachina";
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

@media (min-width: 960px) {
    .guide-card-bottom a {
        bottom: 2vw;
        position: absolute;
    }

    .guide-card-bottom h3{
        font-size: 2.277vw;
    }
    .guide-card-top h3 {
        font-size: 2.277vw;
    }
}

.middle-darked-bg{
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.00) 0%, #131415 100%);
    width: 100%;
    height: 25.694vw;
    position: absolute;

    z-index: 9;
    top: 20vw;
}

@media(max-width: 600px){
    .middle-darked-bg {
        background: linear-gradient(180deg, rgba(21, 21, 21, 0.00) 0%, #131415 100%);
        width: 100%;
        height: 75.694vw;
        position: absolute;
        z-index: 9;
        top: 24vw;
    }

    .guide-card-top a {
        border-radius: 64vw;
        background: #FFF;
        display: inline-flex;
        color: #151515;
        font-family: "NeueMachina";
        font-size: 4.267vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        padding-top: 1.6vw;
        padding-bottom: 1.6vw;
        padding-left: 5.067vw;
        padding-right: 3.067vw;
        box-sizing: border-box;
        text-decoration: none;
        transition: opacity 0.3s;
        position: absolute;
        bottom: 6vw;
        z-index: 9;
    }

    .guide-card-top a svg {
        width: 5.867vw;
        height: 5.867vw;
        margin-left: 0.139vw;
    }
}

.heading {
    position: relative;
    z-index: 10;
}

@media(min-width: 960px){
    .guide-card-top a {
        left: 2.3vw;
    }
}

@media(max-width: 960px){
    .submitted-message p {
        color: #2B2B2B;
        font-family: "NeueMachina";
        font-size: 4vw;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
}



.com-soon a{
    background: rgba(255, 255, 255, 0.25);
    color: white;
    cursor: normal!important;
}
.com-soon a:hover{
    opacity: 1!important;
}

@media(min-width: 960px){
    .heading p {
        margin-top: 0!important;
    }
    .guides-list-inner .guide-card {
        margin-bottom: 0!important;
    }
}


@media(min-width: 960px){
    .guide-subslider .guide-images img {
        border-radius: 1.111vw;
    }
    .guide-subslider .guide-pager{
        border-bottom-left-radius: 1.111vw;
        border-bottom-right-radius: 1.111vw;
    }
    .guide-images{
        border-radius: 1.111vw;
    }
    .guide-subslider {
        border-radius: 1.111vw;
    }

    .guide-inner .guide-slider {
        height: 52.111vw;
    }
    .guide-subslider .guide-images img {
        width: 100%;
        height: 46.72vw;
    }

    .guide-form .form-wrap {
        padding: 2.5vw!important;
    }

    .insert-form-design-light .actions {
        margin-top: 1.52778vw!important;
    }

    .guide-form > span:nth-child(2) {
        margin-bottom: 2.30vw;
    }
}