/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family:"DM Sans",sans-serif;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    overflow-x: hidden;
}
body{
    text-rendering: optimizeLegibility;
    background: #080717;
}
html.no-overflow{
    overflow: hidden!important;
}
h1{
    font-family:"DM Serif Display",sans-serif;

}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 25px;
    line-height: 1;
}
p{
    margin-bottom: 25px;
    color: var(--wp--preset--color--foreground);

}
p strong,
strong{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: bold;
}
p em,
em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
    font-weight: bold;
}
a{
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul{
    margin-left: 20px;
    margin-bottom: 20px;
}
ul li{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ul li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ol{
    list-style: none;
    counter-reset: li;
}
ol li{
    content: counter(li);
    counter-increment: li;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}
ol li::before {
    content: counter(li);
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    border: 1px solid #0D0D0D;
    min-width: 24px;
    height: 24px;
}
ol li a{
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
blockquote.wp-block-quote{
    margin-bottom: 20px;
    font-style: italic;
    padding-left: 20px;
    position: relative;
    border-left: 16px solid var(--wp--preset--color--primary);
    margin: 0;
}
blockquote.wp-block-quote.has-background{
    background-color: transparent !important;
}
blockquote.wp-block-quote.has-background-background-color{
    border-color: var(--wp--preset--color--background);
}
blockquote.wp-block-quote.has-foreground-background-color{
    border-color: var(--wp--preset--color--foreground);
}
blockquote.wp-block-quote.has-primary-background-color{
    border-color: var(--wp--preset--color--primary);
}
blockquote.wp-block-quote.has-secondary-background-color{
    border-color: var(--wp--preset--color--secondary);
}
blockquote.wp-block-quote.has-third-background-color{
    border-color: var(--wp--preset--color--third);
}
blockquote.wp-block-quote.has-forth-background-color{
    border-color: var(--wp--preset--color--forth);
}
blockquote.wp-block-quote.has-fith-background-color{
    border-color: var(--wp--preset--color--fith);
}
blockquote cite{
    font-style: italic;
}
blockquote p{
    margin-bottom: 0;
}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
.wp-block-table{
    margin-bottom: 20px;
}
.wp-block-table table{
    margin-bottom: 20px;

}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #FFF;
}
.wp-block-table.is-style-stripes table tbody tr{
    border-left:none;
}
.wp-block-table table tbody tr{
    border-left: 2px solid #000;
}

.wp-block-table table td,
.wp-block-table table th{
    padding: 16px;
    border: none;
}
.wp-block-table table td{
    border:1px solid  #0D0D0D;
}
.wp-block-table table thead{
    background: #0D0D0D;
    color: #fff;
    border-bottom:none;
}
.wp-block-button a,
.global-button{
    background: transparent;
    padding: 16px 24px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family:"DM Sans",sans-serif;
    text-transform: capitalize;
}
.wp-block-buttons .wp-block-button{
    margin-left: 20px;
}
.wp-block-buttons .wp-block-button:first-child{
    margin-left: 0;
}
.global-button:disabled{
    opacity: 0.5;
}
.wp-block-button a::after,
.global-button:after{
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../images/arrow-black.svg);
    mask-image: url(../images/arrow-black.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.wp-block-button a:hover,
.global-button:hover{
    background: #fff;
    color:#1E2237;
}



.global-button.black,
.g7-button.black.wp-block-button a{
    border: 1px solid var(--wp--preset--color--background);
    color: var(--wp--preset--color--background);
}
.global-button.black:hover,
.g7-button.black.wp-block-button a:hover{
    background: var(--wp--preset--color--background);
    color:#fff;
}
.global-button.black:after,
.g7-button.black.wp-block-button a::after{
    background-color: var(--wp--preset--color--background);
}
.global-button.black:hover:after,
.g7-button.black.wp-block-button a:hover::after{
    background-color: #fff;
}
.global-button:focus{
    border: 1px solid #FF6447;
}

.global-button-arrow-down{
    background: transparent;
    font-size: 18px;
    line-height: 30px;
    color: #d9d9d9;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.global-button-arrow-down:disabled{
    opacity: 0.5;
}
.global-button-arrow-down:after{
    content: "";
    -webkit-mask-image: url(../images/arrow-black.svg);
    mask-image: url(../images/arrow-black.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: #fff;
    transform: rotate(90deg);
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
}
.global-button-arrow-down:hover{
    color:#D1FF61;

}

.global-button-arrow-down:hover:after{
    background-color: #D1FF61;
}

.wp-block-button a:hover::after,
.global-button:hover:after{
    background-color: #1E2237;
}
.search-page,
.entry-content{
    padding-bottom: 0px;
    width: var(--wp--style--global--content-size);
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.wp-block-image{
    margin-bottom: 20px;
}

.pull-wrapper{
    padding-left: calc((100vw - (var(--wp--style--global--content-size) * 2)) / 2);
    padding-right: calc((100vw - (var(--wp--style--global--content-size) * 2)) / 2);
    overflow: hidden;
}
.container-pull{
    width: var(--wp--style--global--content-size);
}
.cover-top{
    width: 100vw;
    margin-left: calc((-100vw + var(--wp--style--global--content-size)) / 2 );
    margin-top: -140px;
    padding-top: 140px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-block-image img{
    height: auto;
}
img.noimg{
    width: 100%!important;
    height: 100%!important;
    object-fit: cove!important;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile{
    display: none!important;
}

.custom-select-box{
    position: relative;
}
.custom-select-box select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    color: #94989B;
    font-size: 16px;
    padding: 16px 32px 16px 16px;
    background-color: #fff;
    border: 1px solid #94989B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-box::before {
    content: "";
    position: absolute;
    pointer-events: none;
    border: solid black;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
    right: 16px;
    margin-top: -7px;
}

/*### RESPONSIVE ###*/
@media only screen and (min-width: 3001px) {


}
@media only screen and (max-width: 3000px) {

}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1200px) {
    .search-page, .entry-content{
        width: 100%;
        padding: 0 5vw;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 35px;
    }
    h3{
        font-size: 30px;
    }
    h4{
        font-size: 25px;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 18px;
    }
    p{
        font-size: 14px;
        line-height: 1.5;
    }
    .pull-wrapper{
        padding-left: 5vw;
    }
    .wp-block-buttons .wp-block-button{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .cover-top{
        margin-left: -5vw;
    }
}
/*### END RESPONSIVE ###*/