/*------------| body frame start |-----------*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    padding: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    min-width: 320px;
    color: var(--darkgrey);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 31px;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    min-height: 100%;
    position: relative;
}




.pageWrap {
    min-height: 80vh;
    padding-top: 76px;
}

.page-template-category-portfolio .pageWrap {
    padding-top: 53px;
}

/* ========================================= ANCHOR ========================================= */

a {
    display: inline-block;
    text-decoration: none;
    color: currentColor;
}

.pageWrap a {
    opacity: 1;
    position: relative;
    color: currentColor;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: 0.35s all ease-in-out;
    background-image: linear-gradient(var(--currentColor), var(--currentColor));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
    transition: color 0.2s ease-in-out;
    display: inline;

}

.pageWrap a:hover {
    color: var(--orange);
}

a .box {
    width: 100%;
}

.TextContent a {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    /* background-position: 0 84%; */
}

a:visited,
a:focus,
a:focus-within {
    color: var(--darkgrey);
}

/* ========================================= TAGS START ========================================= */
b,
strong {
    font-weight: bold;
}


input {
    margin: 0px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    color: var(--grey);
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: var(--grey);
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: var(--grey);
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
    color: var(--grey);
    opacity: 1;
}

button::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ========================================= TAGS START ========================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 68px;
    line-height: 73px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--orange);
    padding-bottom: 20px;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.02em;
    padding-bottom: 18px;
    color: var(--orange);
    text-transform: uppercase;
}

h2 span {
    color: var(--darkgrey);
    text-transform: none !important;
}


h3 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -0.01em;
    padding-bottom: 16px;
    text-transform: uppercase;
}

h4 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    padding-bottom: 14px;
}

h5 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.01em;
    padding-bottom: 12px;
}

h6 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.01em;
    padding-bottom: 10px;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6 {
    padding-top: 30px;
}

p,
ol,
ul,
li {
    padding: 0px;
    margin: 0px;
}

p {
    padding-bottom: 30px;
    position: relative;
}

ul {
    padding-left: 30px;
    padding-bottom: 15px;
    list-style: none;
}

ol {
    padding-left: 20px;
    padding-bottom: 15px;
}

.mac-os ol {
    padding-left: 30px !important;
}

.pageWrap ul li,
.pageWrap ol li {
    position: relative;
    padding-bottom: 12px;
    font-weight: 500;
    line-height: 26px;
}

.pageWrap ol li {
    padding-left: 13px;
}

.mac-os .pageWrap ol li {
    padding-left: 0 !important;
}

.pageWrap ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    width: 15px;
    height: 12px;
    border-radius: 100%;
    background-image: url(../images/rightarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.pageWrap ol li::marker {
    color: var(--orange);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    position: absolute;
    padding: 0 0 0 6px;
}

.pageWrap ul li ul,
.pageWrap ol li ul,
.pageWrap ol li ol {
    padding-top: 10px;
}

blockquote {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: var(--orange);
    margin: 0;
}

hr {
    padding: 0px;
    border: 0px;
    height: 1px;
    margin: 10px auto 20px auto;
    background-color: var(--grey);
}

pre {
    margin: 0;
}



/* =========================================  IFRAME /* ========================================= */

.iframeWrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 20px 0;
}

.iframeWrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

video {
    height: auto;
    width: 100%;
}


/* =========================================  BOX CSS =========================================  */

.box {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: var(--grey);
}

.box:before {
    content: "";
    display: block;
    padding-top: 66.460%;
}

.imageHolder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}

img.error {
    content: "";
}

figure {
    padding: 0px;
    margin: 0px;
}

.OF-cover {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* ========================================= IMAGELOADER ========================================= */

.imgloader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/loader.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
}

img[data-lazy-src] {
    opacity: 0;
}

/* img.lazyloaded {
    opacity: 1!important;
} */

img.lazyloaded~.imgloader {
    opacity: 0;
}

header .imgloader,
#footer .imgloader {
    display: none;
}

/* ========================================= SECTION AND CONTAINERS ========================================= */

section {
    position: relative;
    clear: both;
    width: 100%;
}

.contentBlock {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 43px;
    position: relative;
}

.columnBlock {
    padding: 0px 30px;
}

.content_800 {
    max-width: 978px;
}

.content_900 {
    max-width: 986px;
}

.content_1000 {
    max-width: 1005px;
}

.content_1100 {
    max-width: 1168px;
}

.content_1200 {
    max-width: 1124px;
}

.content_1130 {
    max-width: 980px;
}

.w-100 {
    width: 100%;
}

.Tspace {
    padding-top: 76px;
}


/* ========================================= COLUMNS ========================================= */


.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.flexWrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.flexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: flex-start;
}


.col {
    padding: 0px 13px 30px 13px;
}

.col>a {
    width: 100%;
    height: 100%;
}

.col_1_1_1_1 .col {
    width: 25%;
}

.col_1_1_1 .col {
    width: 33.33%;
}

.col_1_1 .col {
    width: 50%;
}

.LeftRightCol .LeftCol {
    width: 33.33%;
}

.LeftRightCol .RightCol {
    width: 66.66%;
}

.col_40_60 .col_40 {
    width: 40%;
}

.col_40_60 .col_60 {
    width: 60%;
}

.col_25_75 .col_25,
.leftContent {
    width: 25%;
}

.col_25_75 .col_75,
.rightContent {
    width: 75%;
}






/* ========================================= SPACING CLASSES ========================================= */



/* WP-CORE CSS */

.alignnone,
div.alignnone {
    margin: 10px 20px 10px 0px;
    position: relative;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
    position: relative;
}

.alignright,
div.alignright {
    float: right;
    margin: 5px 0px 50px 50px !important;
    position: relative;
    clear: right;
}

.alignleft,
div.alignleft {
    float: left;
    margin: 5px 50px 50px 0;
    position: relative;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 50px;
}

a img.alignnone {
    margin: 10px 50px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 50px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--white);
    /* border: 1px solid #f0f0f0; */
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 0px;
}

.wp-caption.alignnone {
    margin: 0px 50px 10px 0;
}

.wp-caption.alignleft {
    margin: 10px 50px 10px 0;
}

.wp-caption.alignright {
    margin: 10px 0 10px 50px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    margin-left: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px 10px 0px;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 85%;
    color: var(--pink);
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* ========================================= ANIMATION ========================================= */

.fadeIn {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
    -webkit-transition: opacity 0.5s ease-in 0.5s;
    -moz-transition: opacity 0.5s ease-in 0.5s;
    -o-transition: opacity 0.5s ease-in 0.5s;
}

.fadeIn.animateMe {
    opacity: 1;
}

.fadeInUp {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 1s ease .2s, transform 1s ease .2s;
    -moz-transition: opacity 1s ease .2s, transform 1s ease .2s;
    -o-transition: opacity 1s ease .2s, transform 1s ease .2s;
    transition: opacity 1s ease .2s, transform 1s ease .2s;
    will-change: transform;
}

.fadeInUp.animateMe {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* ITALIC FONT CLASS */

.emphasized {
    font-style: italic;
    position: relative;
    margin: 0;
}


/* ========================================= COOKIE BAR ========================================= */
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences {
    color: var(--orange) !important;
}

.cky-consent-container {
    position: fixed;
}

.cky-btn-accept {
    background-color: var(--orange) !important;
}

.cky-prefrence-btn-wrapper .cky-btn {
    border: 2px solid var(--orange) !important;
}

.cky-prefrence-btn-wrapper+div {
    display: none !important;
}

.cky-consent-container .cky-consent-bar {
    background: var(--orange) !important;
    border: none !important;
    padding: 33px 35px 29px 28px !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1354px;
    margin: 0 auto;
}

.cky-notice {
    width: calc(100% - 42px);
}

.cky-notice .cky-title {
    display: none !important;
}

.cky-consent-bar .cky-banner-btn-close {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.cky-notice-des p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 500 !important;
    color: var(--white) !important;
}


.cky-notice-btn-wrapper {
    flex-direction: row-reverse;
}



.cky-notice-btn-wrapper .cky-btn {
    position: relative;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    max-width: unset !important;
    flex: unset !important;
    text-transform: uppercase;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    width: auto !important;

}



.cky-notice-des .cky-policy {
    font-weight: 500 !important;
    border-radius: 0px !important;
    max-width: unset !important;
    font-size: 16px !important;
    position: relative !important;
    text-decoration: none !important;
    transition: 0.;
}

.cky-notice-des .cky-policy:hover {
    opacity: 0.8;
}

.cky-notice-btn-wrapper .cky-btn::before,
.cky-notice-des .cky-policy::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -5px;
    left: 0;
    background-color: var(--currentColor);
}

.cky-notice-des .cky-policy {
    color: var(--darkgrey) !important;
}



.cky-btn.cky-btn-accept {
    color: var(--white) !important;
    margin-right: 15px !important;

}


.cky-btn.cky-btn-reject {
    color: var(--black) !important;
}

.cky-consent-bar .cky-banner-btn-close img {
    width: 15px !important;
    height: 15px !important;
    content: url('../images/whiteclose.svg');
}

/* ACCESIBILITY */

.visually-hidden {
    width: 100%;
    height: 0;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    color: var(--white) !important;
    background-color: var(--orange);
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
}

a.visually-hidden {
    text-decoration: none;
    line-height: 18px;
}

.visually-hidden:focus {
    display: block;
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    clip: auto;
    height: auto;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media screen and (max-width: 425px) {
    .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .cky-notice-group .cky-notice-btn-wrapper {
        flex-direction: row-reverse !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-direction: row-reverse !important;
    }
}


@media screen and (max-width: 1080px) {

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    input[type="text"]::-webkit-input-placeholder {
        color: var(--white);
        opacity: 1;
    }

    input::-moz-placeholder,
    textarea::-moz-placeholder,
    input[type="text"]::-moz-placeholder {
        color: var(--white);
        opacity: 1;
    }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    input[type="text"]:-ms-input-placeholder {
        color: var(--white);
        opacity: 1;
    }

    input:-moz-placeholder,
    textarea:-moz-placeholder,
    input[type="text"]:-moz-placeholder {
        color: var(--white);
        opacity: 1;
    }
}





.highlitedText {
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    line-height: 49px;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.contentTypeTag {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: 500;
}

.name_date {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-weight: 500;
}

.cardTag {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    font-weight: 500;
}

.pageSummary {
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.pageSubtitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.description {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.subTitle {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}

.caption {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.caption span {
    font-weight: bold;
    color: var(--orange);
    display: block;
}

.LargeNumber {
    font-family: 'Oswald', sans-serif;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 500;
    padding-bottom: 24px;
    position: relative;
}

.stats {
    max-width: 192px;
    margin: 0;
    margin-top: -5px;
    position: relative;
}

.prefix {
    left: auto;
    position: absolute;
    right: 100%;
}

.SectionalStats .prefix {
    position: relative;
    left: unset;
    right: unset;

}

.stats .description {
    color: var(--orange);
    padding-bottom: 35px;
    padding-left: 10px;
}

.SectionalStats .stats .description:last-child {
    padding-bottom: 0px;
}

.newsTag {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
}

.newsTitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.Link {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding-right: 30px;
    display: inline !important;
    -webkit-transition: color 0.3s ease-in-out !important;
    -o-transition: color 0.3s ease-in-out !important;
    transition: color 0.3s ease-in-out !important;
    position: relative;
    background-image: linear-gradient(var(--orange), var(--orange)) !important;
    background-size: calc(100% - 45px) 2px !important;
}

/* .Link::before {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 2px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -3px;
    left: 0;
    background-color: var(--orange);
} */

.Link::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    position: relative;
    top: 4px;
    right: 0px;
    left: auto;
    transform: translateY(-50%);
    background-image: url(../images/linkarrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: -10px;
}

.Link:hover {
    color: var(--orange);
}

.imageWithTag {
    position: relative;
}

.orangeArea {
    position: relative;
    color: var(--white);
}

.orangeArea::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--orange);
    mix-blend-mode: multiply;
    z-index: -1;
}


.slick-slide:not(:last-child) {
    margin-right: 41px;
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: -50px;
    width: auto;
    height: auto;
    z-index: 1;
    width: 28px;
    height: 22px;
    outline: none;
    border: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
}

.slick-prev {
    left: auto;
    right: 120px;
    background-image: url(../images/leftarrow.svg);
}

.slick-next {
    left: auto;
    right: 69px;
    background-image: url(../images/rightarrow.svg);
}