*, *::before, *::after { box-sizing: border-box; }

@font-face { font-family: 'BarlowCondensed-SemiBold'; src: url("fonts/BarlowCondensed-SemiBold.ttf"); font-display: swap; font-weight: 600; font-style: normal; }
@font-face { font-family: 'BarlowCondensed-Regular'; src: url("fonts/BarlowCondensed-Regular.ttf"); font-display: swap; font-weight: 400; font-style: normal; }
@font-face { font-family: 'NotoSerif-Regular'; src: url("fonts/NotoSerif-Regular.ttf"); font-display: swap; font-weight: 400; font-style: normal; }
@font-face { font-family: 'NotoSerif-Bold'; src: url("fonts/NotoSerif-Bold.ttf"); font-display: swap; font-weight: 700; font-style: normal; }
a { text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; }

body { margin: 0; font-family: 'NotoSerif-Regular'; font-weight: 400; font-size: 20px; letter-spacing: 0.03em; line-height: 24px; color: #000; }
body article, body footer { position: relative; }
body article:before, body footer:before { content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; width: 100%; height: 100%; z-index: 9; opacity: 0; visibility: hidden; transition: all .5s; }
body.active-menu { overflow: hidden; }
@media screen and (min-width: 1200px) { body.active-menu header a.logo { left: calc(50% - 8px); } }
@media screen and (min-width: 1200px) { body.active-menu header .right { margin-right: 15px; } }
body.active-menu header:before { opacity: 1; visibility: visible; }
@media screen and (min-width: 1200px) { body.active-menu article { padding-right: 15px; }
  body.active-menu footer { right: 8px; } }
body.active-menu article:before, body.active-menu footer:before { opacity: 1; visibility: visible; }

address { font-style: normal; }

img { display: block; max-width: 100%; height: auto; width: auto; }
img.alignleft { float: left; margin-right: 30px; margin-bottom: 15px; }
@media screen and (max-width: 575px) { img.alignleft { margin-right: 15px; margin-bottom: 5px; } }
img.alignright { float: right; margin-left: 30px; margin-bottom: 15px; }
@media screen and (max-width: 575px) { img.alignright { margin-left: 15px; margin-bottom: 5px; } }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; }

.wp-caption.alignleft { float: left; padding-right: 10px; }

.wp-caption.alignright { float: right; padding-left: 10px; }

.wp-caption.aligncenter { margin: 0 auto; }

.container { max-width: 1340px; width: 100%; margin: 0 auto; padding: 0 20px; }

ul { list-style-type: none; padding-left: 0; }

article { margin-top: 101px; padding-bottom: 140px; }
@media screen and (max-width: 1199px) { article { overflow: hidden; } }
@media screen and (max-width: 991px) { article { padding-bottom: 83px; } }
@media screen and (max-width: 768px) { article { margin-top: 161px; } }
article ul { list-style-type: none !important; }
article ul li { padding-left: 20px; position: relative; margin-bottom: 5px; font-size: 18px !important; letter-spacing: 0.03em; }
article ul li a { color: #f63; transition: all .5s; }
article ul li a:hover { opacity: .7; }
article ul li:before { content: ""; position: absolute; top: 9px; left: 0; width: 5px; height: 5px; display: inline-block; background-color: #000; }
article ol li { position: relative; margin-bottom: 5px; }

*:focus { outline: none !important; }

h1, h2, h3 { font-family: 'BarlowCondensed-SemiBold'; font-weight: 600; color: #000; }
h1 strong, h2 strong, h3 strong { color: #FF6633; }
h1 a, h2 a, h3 a { color: #f63; transition: all .5s; }
h1 a:hover, h2 a:hover, h3 a:hover { opacity: .7; }

h1 { font-size: 32px; letter-spacing: 0em; line-height: 38px; }

h2 { font-size: 28px; letter-spacing: -0.01em; line-height: 34px; }
h2 strong { color: #FF6633; }

h3 { font-size: 23px; letter-spacing: 0.02em; line-height: 28px; }

p { font-family: 'NotoSerif-Regular'; font-weight: 400; font-size: 18px !important; letter-spacing: 0.03em; line-height: 24px; color: #000; }
p span { font-size: 18px !important; }
p strong, p b { font-family: 'NotoSerif-Bold'; font-weight: 700; }
p a { color: #f63; transition: all .5s; }
p a:hover { opacity: .7; }
p.highlight1, p.box1 { display: inline-flex; flex-wrap: wrap; padding: 28px 20px 28px 28px; background-color: #DDD; position: relative; margin: 10px 0; width: 100%; }
p.box1 { padding: 28px 20px 28px 28px; }

header { position: fixed; top: 0; left: 0; width: 100%; top: 0; right: 0; transform: initial; z-index: 99; display: inline-flex; justify-content: flex-end; align-items: center; height: 101px; padding: 0 31px; background-color: #fff; }
@media screen and (max-width: 768px) { header { padding: 0 20px; flex-direction: column; justify-content: center; height: 161px; } }
header:before { content: ""; position: absolute; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; width: 100%; height: 100%; z-index: 9; opacity: 0; visibility: hidden; transition: all .5s; }
header a.logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-bottom: 22px; }
@media screen and (max-width: 768px) { header a.logo { position: static; transform: initial; } }
@media screen and (max-width: 768px) { header a.logo img { height: 39px; width: 193px; } }
header .right { display: flex; flex-direction: column; align-items: flex-end; }
@media screen and (max-width: 768px) { header .right { flex-direction: row-reverse; align-items: center; width: 100%; justify-content: center; } }
header .right-up { display: inline-flex; align-items: center; margin-bottom: 10px; padding-right: 50px; }
@media screen and (max-width: 768px) { header .right-up { padding-right: 0; margin-bottom: 0; margin-left: 19px; } }
@media screen and (max-width: 360px) { header .right-up { margin-left: 10px; } }
header .right-up img { margin-left: 20px; transition: all .5s; cursor: pointer; width: 25px; height: 26px; }
@media screen and (max-width: 768px) { header .right-up img { margin-left: 15px; } }
header .right-up img:hover { opacity: .5; }
header .right-down .social-media a { margin-left: 15px; }
header .right-down .social-media a:first-child { margin-left: 0; }
header .open-menu { margin-left: 15px; flex-direction: column; justify-content: space-between; height: 33px; width: 40px; cursor: pointer; transition: all .5s; padding: 5px; position: absolute; top: -5px; right: 0; transform: translateY(-100%); }
@media screen and (max-width: 768px) { header .open-menu { position: static; transform: initial; margin-left: 20px; } }
@media screen and (max-width: 360px) { header .open-menu { margin-left: 10px; } }
header .open-menu.desktop { display: flex; }
@media screen and (max-width: 768px) { header .open-menu.desktop { display: none; } }
header .open-menu.mobile { display: none; }
@media screen and (max-width: 768px) { header .open-menu.mobile { display: flex; } }
header .open-menu span { height: 3px; width: 100%; transition: all .5s; background-color: #000; z-index: 9; display: inline-block; position: relative; }
header nav { position: fixed; right: -400px; width: 250px; top: 0; background-color: #fff; transition: all .5s; padding-top: 100px; padding: 50px 20px 0 10px; z-index: 9; height: 100%; }
header nav.desktop { display: flex; }
@media screen and (max-width: 768px) { header nav.desktop { display: none; } }
header nav.mobile { display: none; text-align: right; position: fixed; height: 100%; padding-top: 50px; padding-left: 20px; transform-origin: top right; transform: scaleX(0); z-index: 99; }
@media screen and (max-width: 768px) { header nav.mobile { display: flex; } }
header nav.mobile .menu { width: 100%; }
header nav.active { right: 0; }
@media screen and (max-width: 768px) { header nav.active { transform: scaleX(1); } }
header nav span.close { position: absolute; top: 20px; right: 20px; width: 30px; height: 30px; transition: all .5s; cursor: pointer; }
header nav span.close:before, header nav span.close:after { content: ""; position: absolute; top: 0; background-color: #000; width: 1px; height: 100%; }
header nav span.close:before { left: 14px; transform: rotate(45deg); }
header nav span.close:after { right: 15px; transform: rotate(-45deg); }
header nav span.close:hover { opacity: .5; }
header nav:before { content: ""; position: absolute; top: -10px; right: 0; width: 40px; height: 10px; }
header nav div { width: 100%; text-align: right; }
header nav a { padding: 10px; display: inline-block; width: 100%; transition: all .5s; font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: 0.01em; line-height: 21.6px; color: #000; text-align: left; }
header nav a:hover { opacity: .5; }
header nav li.menu-item-has-children > a { position: relative; }
header nav li.menu-item-has-children > a b { width: 20px; height: 20px; border-radius: 50%; background-color: #ECECEC; position: absolute; top: calc(50% - 10px); right: 0; transition: all .5s; opacity: 1; visibility: visible; }
header nav li.menu-item-has-children > a b:before { content: ""; position: absolute; top: 43%; left: 50%; height: 8px; width: 8px; border-left: 1px solid; border-bottom: 1px solid; transform: translate(-50%, -50%) rotate(-45deg); display: inline-block; }
header nav li.menu-item-has-children > a.active b { transform: rotate(180deg); }
header nav ul.sub-menu { height: 0; transition: all .5s; overflow: hidden; }
header nav ul.sub-menu li a { border-bottom: 1px solid #ECECEC; padding: 5px 10px 5px 30px; }
header nav ul.sub-menu li:first-child a { border-top: 1px solid #ECECEC; }
header .right-down { position: relative; display: inline-flex; align-items: center; }
header a.link { height: 25px; background-color: #f63; padding: 0 10px; display: inline-flex; align-items: center; font-family: 'BarlowCondensed-SemiBold'; font-size: 12px; letter-spacing: 0.05em; line-height: 14.4px; color: #fff; transition: all .5s; margin-top: 2px; margin-left: 15px; margin-right: 5px; white-space: nowrap; }
header a.link:hover { opacity: .7; }
header.header-down { background-color: #fff; }
@media screen and (min-width: 1200px) { header.header-down { height: 70px; } }

.post { background-color: #ECECEC; padding: 5px 10px 12px; }
.post strong { font-family: 'BarlowCondensed-SemiBold'; font-size: 48px; letter-spacing: -0.01em; line-height: 43px; color: #000; margin-bottom: 116px; display: inline-block; }
.post .bottom { display: flex; flex-direction: column; align-items: flex-start; }
.post .bottom small { font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: 0.01em; line-height: 21.6px; color: #000; }
.post .bottom span { font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: 0em; line-height: 21.6px; color: #f63; }

.social-media { display: inline-flex; }
.social-media a { margin-left: 12px; width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; background-color: #000; border-radius: 50%; transition: all .5s; }
@media screen and (max-width: 768px) { .social-media a:first-child { margin-left: 0; } }
.social-media a:hover { opacity: .5; }
.social-media a.facebook img { width: 8px; height: 17px; }
.social-media a.twitter img { width: 18px; height: 14px; }
.social-media a.email img { width: 18px; height: 13px; }

input { font-family: 'NotoSerif-Regular'; font-size: 18px; letter-spacing: 0.01em; line-height: 21.6px; color: #000; }
@media screen and (max-width: 400px) { input { width: 260px; } }
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #000; }
input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000; }
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #000; }
input :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000; }
input::-ms-input-placeholder { /* Microsoft Edge */ color: #000; }
input::placeholder { /* Most modern browsers support this now. */ color: #000; }

.block-color { height: 310px; box-sizing: border-box; padding: 10px; border: 50px solid transparent; position: relative; }
@media screen and (max-width: 1300px) { .block-color { border-width: 40px; } }
.block-color h1, .block-color h2, .block-color h3, .block-color p { margin: 0; }
.block-color p { margin-top: 5px; }
.block-color:after { content: ""; position: absolute; bottom: -120px; right: -50px; width: 50px; height: 50px; }
@media screen and (max-width: 1300px) { .block-color:after { bottom: -105px; right: -40px; } }
.block-color h2 { font-size: 54px; line-height: 50px; }
.block-color h1, .block-color h3 { line-height: 30px; font-size: 32px; }
.block-color p { font-family: 'BarlowCondensed-SemiBold'; letter-spacing: 0em; }
.block-color p strong { color: #FF6633; }
@media screen and (max-width: 1199px) { .block-color.none { display: none; } }
.block-color.center { display: inline-flex; align-items: center; justify-content: center; }
.block-color.cube { border: none; background-color: #C4C5C5; padding: 0; }
.block-color.cube:after { display: none; }
.block-color.orange { border-color: #FF6633; }
.block-color.orange:after { background-color: #FF6633; }
.block-color.gray { border-color: #C4C5C5; }
.block-color.gray:after { background-color: #C4C5C5; }
.block-color.black { border-color: #000; }
.block-color.black:after { background-color: #000; }

.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 20px; }
@media screen and (max-width: 1199px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 991px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 575px) { .tiles { grid-template-columns: repeat(1, 1fr); gap: 0; } }
.tiles .element { flex-basis: 25%; height: 310px; box-sizing: border-box; padding: 10px; margin-bottom: 20px; position: relative; }
@media screen and (max-width: 1199px) { .tiles .element { flex-basis: calc(100% / 3); } }
@media screen and (max-width: 991px) { .tiles .element { flex-basis: 50%; } }
@media screen and (max-width: 768px) { .tiles .element { aspect-ratio: 1 / 1; width: calc(50vw - 20px); height: auto; } }
@media screen and (max-width: 575px) { .tiles .element { flex-basis: 100%; width: 100%; } }
.tiles .element h2, .tiles .element p { margin: 0; }
.tiles .element h2 { text-transform: uppercase; }
.tiles .element p { font-size: 18px; letter-spacing: -0.01em; line-height: 21.6px; }
.tiles .element p strong { display: block; }
@media screen and (max-width: 1199px) { .tiles .element.none, .tiles .element.tail { display: none; } }
.tiles .element.link { cursor: pointer; transition: all .5s; }
.tiles .element.link:hover { opacity: .7; }
.tiles .element.post { background-color: #ECECEC; display: flex; flex-direction: column; justify-content: space-between; }
.tiles .element.post h2 { font-size: 38px; line-height: 1; }
.tiles .element.post p { font-family: 'NotoSerif-Regular'; font-size: 18px; letter-spacing: 0.01em; line-height: 21.6px; color: #000; margin-top: 0; margin-bottom: 17px; }
.tiles .element.post p strong { display: block; }
.tiles .element.post span { font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: -0.01em; line-height: 21.6px; color: #000; display: block; text-transform: uppercase; }
.tiles .element.post small { font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: 0em; line-height: 21.6px; color: #f63; margin-right: 5px; position: relative; transition: all .5s; }
.tiles .element.post a { transition: all .5s; }
.tiles .element.post a.click { height: calc(100% - 43px); }
.tiles .element.post a:hover { opacity: .7; }
.tiles .element.title { border: 50px solid; padding: 6px 10px; }
@media screen and (max-width: 1199px) { .tiles .element.title { margin-bottom: 90px; } }
.tiles .element.title:after { display: none; content: ""; position: absolute; bottom: -120px; right: -50px; width: 50px; height: 50px; }
@media screen and (max-width: 1199px) { .tiles .element.title:after { display: block; } }
.tiles .element.title h2 { font-size: 32px; line-height: 1; }
.tiles .element.title.grey { border-color: #C4C5C5; }
@media screen and (max-width: 1199px) { .tiles .element.title.grey:after { background-color: #C4C5C5; } }
.tiles .element.title.black { border-color: #000; }
@media screen and (max-width: 1199px) { .tiles .element.title.black:after { background-color: #000; } }
.tiles .element.title.orange { border-color: #FF6633; }
@media screen and (max-width: 1199px) { .tiles .element.title.orange:after { background-color: #FF6633; } }
.tiles .element.tail:before { content: ""; position: absolute; top: 0; right: 0; width: 51px; height: 51px; }
.tiles .element.tail.grey:before { background-color: #C4C5C5; }
.tiles .element.tail.black:before { background-color: #000; }
.tiles .element.tail.orange:before { background-color: #FF6633; }
.tiles .element.image { padding: 0; }
.tiles .element.image img { width: 100%; height: 100%; }
.tiles .element.double { padding: 0; }
.tiles .element.double img { width: 100%; height: 100%; object-fit: cover; }

nav.navigation.pagination { margin-top: 80px; }
nav.navigation.pagination h2 { display: none; }
nav.navigation.pagination .nav-links { display: inline-flex; align-items: center; justify-content: center; width: 100%; }
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span { color: #000; font-family: 'BarlowCondensed-SemiBold'; font-size: 25px; font-weight: 600; line-height: 1.2; border: 5px solid #C4C5C5; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; margin: 0 5px; padding-bottom: 3px; transition: all .5s; }
@media screen and (max-width: 768px) { nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span { padding-bottom: 0; } }
nav.navigation.pagination .nav-links a:hover, nav.navigation.pagination .nav-links a.current, nav.navigation.pagination .nav-links span:hover, nav.navigation.pagination .nav-links span.current { border-color: #000; }
nav.navigation.pagination .nav-links a.prev, nav.navigation.pagination .nav-links a.next, nav.navigation.pagination .nav-links span.prev, nav.navigation.pagination .nav-links span.next { padding-bottom: 5px; padding-left: 2px; }

.users { margin-top: 50px; }
.users .user { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 30px; position: relative; }
.users .user .image { width: 50px; height: 50px; background-color: #ECECEC; display: inline-flex; align-items: center; justify-content: center; width: 76px; height: 76px; border: 8px solid #C4C5C5; display: inline-flex; align-items: center; justify-content: center; }
@media screen and (min-width: 1200px) { .users .user .image { position: absolute; top: -20px; left: -100px; } }
.users .user .image a { display: inline-flex; align-items: center; justify-content: center; }
.users .user .image img { max-width: 100%; max-height: 100%; }
.users .user strong { font-family: 'BarlowCondensed-SemiBold'; font-weight: 600; font-size: 28px; letter-spacing: -0.01em; line-height: 34px; color: #f63; }
.users .user p { margin: 0; font-size: 16px !important; letter-spacing: 0; }

.wp-caption p { font-size: 16px !important; }

section.section-banner-simple .elements { width: 100%; padding-bottom: 82px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 20px; }
@media screen and (max-width: 1199px) { section.section-banner-simple .elements { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 991px) { section.section-banner-simple .elements { display: flex; justify-content: center; padding-bottom: 72px; } }
@media screen and (max-width: 1199px) { section.section-banner-simple .elements .element:last-child { display: none; } }
@media screen and (max-width: 991px) { section.section-banner-simple .elements .element:not(.title) { display: none; } }
@media screen and (max-width: 991px) { section.section-banner-simple .elements .element { width: 50%; } }
@media screen and (max-width: 575px) { section.section-banner-simple .elements .element { width: 80%; } }
@media screen and (max-width: 450px) { section.section-banner-simple .elements .element { width: 100%; } }
section.section-banner-simple h1 { text-align: center; text-transform: uppercase; }

section.section-desc { text-align: center; overflow: hidden; }
section.section-desc .container { display: inline-flex; justify-content: space-between; text-align: left; }
section.section-desc .left-column, section.section-desc .right-column { width: 310px; max-width: 100%; }
@media screen and (max-width: 1199px) { section.section-desc .left-column, section.section-desc .right-column { display: none; } }
@media screen and (max-width: 991px) { section.section-desc p iframe { max-width: calc(100vw - 40px); height: auto; min-height: 300px; } }
section.section-desc .content { width: 678px; max-width: 100%; padding: 0 20px; }
@media screen and (max-width: 1199px) { section.section-desc .content { padding: 0; width: 100%; max-width: 678px; margin: 0 auto; } }
section.section-desc .content .tags-content { margin-top: 60px; }
section.section-desc .content .tags-content a { font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; letter-spacing: -0.01em; line-height: 38.4px; color: #000; position: relative; font-size: 26px; line-height: 32px; margin-right: 20px; }
section.section-desc .content .tags-content a:hover { color: #f63; }
section.section-desc .content .details { display: none; max-width: 100%; padding-top: 0; width: 100%; margin-bottom: 50px; }
section.section-desc .content .details:before { display: none; }
@media screen and (max-width: 1199px) { section.section-desc .content .details { display: flex; } }
@media screen and (max-width: 991px) { section.section-desc .content .details { margin-top: 20px; } }
section.section-desc .details { display: flex; flex-direction: column; width: 100%; margin-bottom: 100px; padding-top: 117px; position: relative; }
section.section-desc .details:before, section.section-desc .details b { content: ""; position: absolute; right: 0; background-color: #000; }
section.section-desc .details b { top: 25px; width: 76px; height: 76px; }
section.section-desc .details b:before { content: ""; position: absolute; top: 12px; left: 12px; width: 52px; height: 52px; background-color: #fff; }
section.section-desc .details:before { top: 108px; width: 12px; height: 12px; }
section.section-desc .details small { border-bottom: 1px solid #989999; font-family: 'BarlowCondensed-Regular'; font-size: 20px; letter-spacing: 0em; line-height: 24px; color: #000; padding: 7px 0; }
section.section-desc .details .category { border-bottom: 1px solid #989999; padding: 7px 0; }
section.section-desc .details .category a { transition: all .5s; display: block; }
section.section-desc .details .category a.sub-category { padding-left: 20px; }
section.section-desc .details .category a:hover { opacity: .7; }
section.section-desc .details .category small { padding: 0; border-bottom: none; }
section.section-desc .details .social-media { margin-top: 11px; }
section.section-desc .details .social-media a:first-child { margin-left: 0; }
section.section-desc .tiles { position: sticky; display: block; }
section.section-desc .left-column .tiles { top: 50%; margin-bottom: 200px; }
section.section-desc .right-column .tiles { top: 30%; }

section.section-banner-posts { width: 100%; position: relative; margin-bottom: 63px; }
@media screen and (max-width: 991px) { section.section-banner-posts { margin-bottom: 20px; } }
section.section-banner-posts img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
@media screen and (max-width: 768px) { section.section-banner-posts img.desktop { display: none; } }
section.section-banner-posts img.mobile { display: none; }
@media screen and (min-width: 451px) and (max-width: 768px) { section.section-banner-posts img.mobile { display: block; } }
section.section-banner-posts img.mobile-small { display: none; }
@media screen and (max-width: 450px) { section.section-banner-posts img.mobile-small { display: block; } }
section.section-banner-posts .tags-post { position: relative; z-index: 1; }
section.section-banner-posts .tags-post a { transition: all .5; cursor: pointer; }
section.section-banner-posts .tags-post a:hover { opacity: .7; }
section.section-banner-posts .title { min-height: 620px; padding-bottom: 125px; width: 680px; max-width: 100%; border-left: 20px solid #fff; border-right: 20px solid #fff; padding: 40px 50px; margin: 0 auto; position: relative; background-color: rgba(255, 255, 255, 0.6); }
@media screen and (max-width: 991px) { section.section-banner-posts .title { min-height: 400px; padding: 30px 20px; } }
section.section-banner-posts .title a { font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; letter-spacing: -0.01em; line-height: 38.4px; color: #000; position: relative; transition: all .5s; display: flex; }
section.section-banner-posts .title a:hover { opacity: .7; }
section.section-banner-posts .title h1 { font-family: 'BarlowCondensed-SemiBold'; font-size: 93px; letter-spacing: -0.02em; line-height: .83; color: #000; margin: 0; }
@media screen and (max-width: 991px) { section.section-banner-posts .title h1 { font-size: 90px; line-height: 79px; } }
@media screen and (max-width: 768px) { section.section-banner-posts .title h1 { font-size: 55px; line-height: 53px; } }
@media screen and (max-width: 575px) { section.section-banner-posts .title h1 { font-size: 47px; line-height: 45px; } }
section.section-banner-posts .text { width: 310px; height: 310px; border: 50px solid #FF6633; background-color: #fff; position: absolute; top: 0; left: -20px; transform: translateX(-100%); display: flex; flex-direction: column; align-items: center; justify-content: center; }
@media screen and (max-width: 1300px) { section.section-banner-posts .text { width: 250px; height: 250px; border: 25px solid #FF6633; } }
@media screen and (max-width: 1199px) { section.section-banner-posts .text { display: none; } }
section.section-banner-posts .text:after { content: ""; position: absolute; bottom: -120px; right: -50px; width: 50px; height: 50px; background-color: #FF6633; }
@media screen and (max-width: 1300px) { section.section-banner-posts .text:after { bottom: -95px; right: -25px; } }
section.section-banner-posts .text p, section.section-banner-posts .text h1 { margin: 0; font-family: 'BarlowCondensed-SemiBold'; font-size: 32px !important; letter-spacing: -0.01em; line-height: 38.4px; padding: 5px 10px; text-align: center; }
section.section-banner-posts .text p strong, section.section-banner-posts .text h1 strong { font-family: 'BarlowCondensed-SemiBold'; color: #FF6633; }
section.section-banner-posts:not(.extend-category) .title h1 { text-transform: uppercase; }
section.section-banner-posts.extend-category .text p { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }

section.section-blocks .tags { display: inline-flex; width: 100%; justify-content: space-between; margin: 14px auto 18px; flex-wrap: wrap; }
@media screen and (max-width: 1199px) { section.section-blocks .tags { justify-content: flex-start; } }
@media screen and (max-width: 450px) { section.section-blocks .tags { flex-direction: column; align-items: flex-start; } }
section.section-blocks .tags a { font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; letter-spacing: -0.01em; line-height: 38.4px; color: #000; }
@media screen and (max-width: 1199px) { section.section-blocks .tags a { margin-right: 15px; } }
section.section-blocks .tags a:hover { color: #f63; }
section.section-blocks .text.mobile p, section.section-blocks .text.mobile h1 { margin: 0; font-family: 'BarlowCondensed-SemiBold'; font-size: 32px !important; letter-spacing: -0.01em; line-height: 38.4px; padding: 5px 10px; text-align: center; }
section.section-blocks .text.mobile p strong, section.section-blocks .text.mobile h1 strong { font-family: 'BarlowCondensed-SemiBold'; color: #FF6633; }

.module-item.highlighted-text { padding: 10px 20px 10px 28px; background-color: #DDD; position: relative; margin: 10px 0; display: block; }

.module-item.iframe, .module-item.image { margin: 30px 0; position: relative; left: calc((100vw - 100%) / -2); width: 100vw; text-align: center; }
.module-item.iframe iframe, .module-item.image iframe { max-width: 100%; }
.module-item.iframe img, .module-item.image img { max-width: 100%; margin: 0 auto; }

.module-item.expand { display: inline-flex; padding: 10px 20px 10px 28px; background-color: #DDD; position: relative; margin: 10px 0; flex-wrap: wrap; }
.module-item.expand strong { font-family: 'BarlowCondensed-SemiBold'; font-size: 22px; cursor: pointer; transition: all .5s; }
.module-item.expand strong:hover { opacity: .7; }
.module-item.expand strong b { margin-left: 5px; }
.module-item.expand .content { width: 100%; padding: 0; transition: all .5s; overflow: hidden; height: 0px; }

body.home section.section-banner-posts { margin-bottom: 0; }
body.home .text { width: 310px; height: 310px; border: 50px solid #FF6633; background-color: #fff; }
@media screen and (min-width: 1200px) and (max-width: 1300px) { body.home .text { width: 250px; height: 250px; border: 25px solid #FF6633; } }
body.home .text.desktop { position: absolute; top: 0; left: -20px; transform: translateX(-100%); }
@media screen and (max-width: 1199px) { body.home .text.desktop { display: none; } }
body.home .text.mobile { display: none; position: relative; margin: 0 auto 90px; max-width: 100%; }
@media screen and (max-width: 1199px) { body.home .text.mobile { display: block; } }
body.home .text:after { content: ""; position: absolute; bottom: -120px; right: -50px; width: 50px; height: 50px; background-color: #FF6633; }
@media screen and (min-width: 1200px) and (max-width: 1300px) { body.home .text:after { bottom: -95px; right: -25px; } }
body.home .text p { margin: 0; font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; letter-spacing: -0.01em; padding: 5px 10px; text-align: left; line-height: 1; }
body.home .text p strong { color: #FF6633; }

body.page-template-newsletter article span.important { color: #FF6633; }
body.page-template-newsletter article h2 { margin-bottom: 0; }
body.page-template-newsletter article p { margin: 0; }
body.page-template-newsletter article .email label { width: 100%; }
body.page-template-newsletter article .email label h2 { margin-bottom: 14px; margin-top: 0; }
body.page-template-newsletter article .email label input { width: 100%; height: 40px; border: 1px solid #000; background-color: transparent; padding-left: 15px; }
body.page-template-newsletter article .email span.required { display: inline-block; width: 100%; text-align: right; margin-top: 30px; font-family: 'NotoSerif-Regular'; font-size: 20px; letter-spacing: 0em; line-height: 24px; color: #000; }
body.page-template-newsletter article .email span.required span { margin-right: 5px; }

body.page-template-contact article .elements { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 20px; }
@media screen and (max-width: 1199px) { body.page-template-contact article .elements { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 991px) { body.page-template-contact article .elements { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 575px) { body.page-template-contact article .elements { grid-template-columns: repeat(1, 1fr); gap: 0; } }
body.page-template-contact article .elements .element { flex-basis: 25%; margin-bottom: 90px; }
@media screen and (max-width: 1199px) { body.page-template-contact article .elements .element { flex-basis: calc(100% / 3); } }
@media screen and (max-width: 991px) { body.page-template-contact article .elements .element { flex-basis: 50%; } }
@media screen and (max-width: 575px) { body.page-template-contact article .elements .element { flex-basis: 100%; } }

body.search .content { width: 678px; max-width: 100%; padding: 0 20px; margin: 0 auto; }
body.search .content .tiles { display: block; }
body.search .content .tiles a.element { height: auto; }
body.search .content .tiles h2 { margin-bottom: 20px; }
body.search .content .tiles .element { height: auto; }

body.tag section.section-banner-simple { margin-bottom: 50px; }

body.category section.section-banner-posts { margin-bottom: 0; }
body.category section.section-banner-posts .text small { font-family: 'BarlowCondensed-SemiBold'; font-size: 16px; letter-spacing: -0.01em; line-height: 1; text-align: center; padding: 0 10px; }
body.category section.section-banner-posts img { z-index: 0; }
body.category section.section-banner-posts .title { display: flex; gap: 0; padding: 0; }
@media screen and (max-width: 1300px) { body.category section.section-banner-posts .title { width: 640px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) { body.category section.section-banner-posts .title { width: calc(100% - 331px); margin: 0; flex-direction: column-reverse; } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .title { flex-wrap: wrap; width: calc(100% - 30px); justify-content: space-between; } }
@media screen and (max-width: 768px) { body.category section.section-banner-posts .title { width: 100%; } }
body.category section.section-banner-posts .title > .element:first-child { min-height: 640px; flex-basis: 100%; }
@media screen and (min-width: 992px) and (max-width: 1199px) { body.category section.section-banner-posts .title > .element:first-child { min-height: 540px; } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .title > .element:first-child { order: 2; min-height: initial; flex-basis: initial; width: 100%; } }
body.category section.section-banner-posts .title > .element:first-child h2 { color: #000; font-family: 'BarlowCondensed-SemiBold'; font-size: 93px; line-height: .83; font-weight: 600; margin-bottom: 113px; }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .title > .element:first-child h2 { font-size: 70px; line-height: 1; } }
@media screen and (max-width: 575px) { body.category section.section-banner-posts .title > .element:first-child h2 { font-size: 28px; letter-spacing: -0.01em; line-height: 34px; } }
body.category section.section-banner-posts .title .text { border-color: #000; }
@media screen and (max-width: 1199px) { body.category section.section-banner-posts .title .text { position: relative; z-index: 1; transform: initial; margin-bottom: 100px; left: 0; display: flex; } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .title .text { order: 1; margin-right: calc(100% - 250px); } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .title .text h1 { color: #000; } }
body.category section.section-banner-posts .title .text:after { background-color: #000; }
body.category section.section-banner-posts .title.no-posts { min-height: 400px; }
body.category section.section-banner-posts .tags-post { display: inline-flex; }
body.category section.section-banner-posts .element { display: flex; flex-direction: column; justify-content: space-between; background-color: transparent; }
body.category section.section-banner-posts .element:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.6); z-index: 1; }
body.category section.section-banner-posts .element h2 { margin: 0; }
body.category section.section-banner-posts .element a.click, body.category section.section-banner-posts .element .bottom { position: relative; z-index: 2; }
body.category section.section-banner-posts .right { width: 310px; height: 310px; position: absolute; top: 0; right: -20px; transform: translateX(100%); }
@media screen and (max-width: 1300px) { body.category section.section-banner-posts .right { width: 265px; height: 250px; } }
@media screen and (min-width: 992px) and (max-width: 1199px) { body.category section.section-banner-posts .right { top: 350px; width: 310px; } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .right { height: auto; position: static; transform: initial; order: 3; display: inline-flex; width: 100%; justify-content: space-between; } }
@media screen and (max-width: 575px) { body.category section.section-banner-posts .right { flex-wrap: wrap; } }
body.category section.section-banner-posts .right .element { height: 310px; margin-bottom: 20px; }
@media screen and (max-width: 1199px) { body.category section.section-banner-posts .right .element { height: auto; } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .right .element { width: calc(50% - 10px); flex-basis: initial; } }
@media screen and (max-width: 575px) { body.category section.section-banner-posts .right .element { width: 100%; } }
@media screen and (min-width: 992px) { body.category section.section-banner-posts .right .element:last-child { margin-bottom: 0; } }
@media screen and (max-width: 991px) { body.category section.section-banner-posts .right .element h2 { font-size: 28px; letter-spacing: -0.01em; line-height: 34px; } }
body.category .tags-category { display: inline-flex; margin-top: 14px; margin-bottom: 18px; align-items: center; flex-wrap: wrap; display: none; }
body.category .tags-category a { color: #000; font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; font-style: normal; font-weight: 600; line-height: 1; margin-right: 13px; }
body.category .tags-category a:hover { color: #f63; }

body.author article { margin-top: 0; }
body.author article .users { max-width: 100%; width: 600px; margin: 0 auto; padding: 150px 0 100px; }
@media screen and (max-width: 991px) { body.author article .users { padding: 200px 0 50px; } }

body.single h2, body.single h3 { margin-bottom: 0; }
body.single h2 strong, body.single h3 strong { color: #000; }
body.single h2 + p, body.single h3 + p { margin-top: 10px; }
body.single .tiles .element.title.orange { width: 100%; display: inline-block; }
body.single .tiles .element.image { width: 100%; height: auto; }

.modal { display: none; overflow: auto; text-align: center; z-index: 99999999999; position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; width: 100vw; height: 100vh; padding: 0; background-color: rgba(255, 255, 255, 0.95); }
@media screen and (max-height: 740px) { .modal { padding-bottom: 30px; } }
@media screen and (max-width: 768px) { .modal { padding-bottom: 0; } }
.modal .inner { transition: all .5s; position: relative; display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.modal .close { position: absolute; top: 40px; right: 40px; cursor: pointer; transition: all .5s; font-size: 40px; width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background-color: #ECECEC; }
@media screen and (max-width: 768px) { .modal .close { top: 20px; right: 20px; } }
.modal .close:hover { transform: rotate(90deg); }

#search-modal label { display: inline-flex; border-bottom: 1px solid #000; padding-bottom: 10px; align-items: center; }
#search-modal label img { margin-right: 10px; }
#search-modal label input { background-color: transparent; border: none; width: 300px; }

footer { position: relative; text-align: center; background: #fff; padding: 0 20px; }
footer:after { content: ""; position: absolute; top: 65px; left: 0; width: 100%; height: calc(100% - 65px); z-index: -1; background-color: #ECECEC; }
@media screen and (max-width: 768px) { footer:after { display: none; } }
footer .footer-up { height: 65px; display: inline-flex; justify-content: center; width: 100%; align-items: center; width: 638px; max-width: 100%; text-align: left; position: relative; }
@media screen and (max-width: 768px) { footer .footer-up { width: 100%; flex-direction: column; align-items: center; justify-content: center; height: auto; padding-bottom: 13px; } }
footer .footer-up small { font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; line-height: 21.6px; color: #000; }
footer .footer-up a.link { font-family: 'BarlowCondensed-Regular'; font-size: 18px; letter-spacing: 0em; line-height: 21.6px; color: #000; transition: all .5s; margin-left: 10px; }
footer .footer-up a.link:hover { opacity: .7; }
footer .footer-up .footer-up-left { padding-top: 6px; }
footer .footer-up .footer-up-medium, footer .footer-up .footer-up-right { display: inline-flex; align-items: center; }
@media screen and (max-width: 768px) { footer .footer-up .footer-up-medium { margin-top: 14px; margin-bottom: 2px; } }
footer .footer-up .footer-up-right { margin-left: 10px; }
@media screen and (max-width: 768px) { footer .footer-up .footer-up-right { margin-left: 0; } }
footer .footer-up .footer-up-right small { padding-left: 10px; border-left: 1px solid #000; }
@media screen and (max-width: 768px) { footer .footer-up .footer-up-right small { border-left: none; padding-left: 0; margin-right: 18px; } }
footer .footer-bottom { padding-bottom: 25px; width: 638px; max-width: 100%; margin: 0 auto; text-align: left; position: relative; }
@media screen and (max-width: 991px) { footer .footer-bottom { width: 100%; padding-bottom: 18px; } }
@media screen and (max-width: 768px) { footer .footer-bottom { padding-top: 1px; } }
footer .footer-bottom:before { content: ""; display: none; position: absolute; top: 0; left: -20px; width: calc(100% + 40px); height: 100%; z-index: -1; background-color: #ECECEC; }
@media screen and (max-width: 768px) { footer .footer-bottom:before { display: block; } }
footer .footer-bottom p { font-family: 'BarlowCondensed-Regular'; font-size: 18px; letter-spacing: 0.01em; line-height: 21.6px; }
footer .footer-bottom p strong { font-family: 'BarlowCondensed-SemiBold'; letter-spacing: 0em; }

#cmplz-cookiebanner-container .cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 35px, rgba(0, 0, 0, 0.23) 0px 6px 35px; min-width: initial; max-width: 600px; }
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header { grid-template-columns: 30px 1fr 30px; }
@media screen and (max-width: 500px) { #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header { display: inline-flex; justify-content: space-between; } }
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title { font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; letter-spacing: -0.01em; line-height: 38.4px; color: #000; text-align: center; }
@media screen and (max-width: 500px) { #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-title { display: block; line-height: 32px; font-size: 27px; } }
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message { margin-bottom: 20px; }
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message, #cmplz-cookiebanner-container .cmplz-cookiebanner details span:not(.cmplz-always-active) { font-size: 12px; letter-spacing: -0.01em; line-height: 17px; font-family: 'NotoSerif-Regular'; font-weight: 400; color: #000; }
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button { border: none; font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: 0.05em; line-height: 1.2; color: #fff; height: initial; transition: all .5s; }
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons button:hover { opacity: .7; }
#cmplz-cookiebanner-container .cmplz-cookiebanner a.cmplz-link { font-family: 'BarlowCondensed-Regular'; font-size: 16px; letter-spacing: 0em; line-height: 1; color: #000; transition: all .5s; }
#cmplz-cookiebanner-container .cmplz-cookiebanner a.cmplz-link:hover { opacity: .7; }
#cmplz-cookiebanner-container .cmplz-cookiebanner span.cmplz-category-header span.cmplz-category-title { font-family: 'BarlowCondensed-SemiBold'; font-weight: 400; color: #000; font-size: 16px; letter-spacing: -0.01em; line-height: 21.6px; }
#cmplz-cookiebanner-container .cmplz-cookiebanner span.cmplz-category-header span.cmplz-always-active { font-family: 'NotoSerif-Regular'; font-size: 12px; letter-spacing: -0.01em; line-height: 17px; font-weight: 400; }

body.error404 section.section-desc .content { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 150px 0 50px; }
body.error404 section.section-desc .content strong { color: #000; font-family: 'BarlowCondensed-SemiBold'; font-size: 32px; font-weight: 600; line-height: normal; }
body.error404 section.section-desc .content h1 { text-align: center; font-size: 232px; margin: 0; line-height: .7; }
body.error404 section.section-desc .content p { margin-top: 40px; text-align: center; }
body.error404 section.section-desc .content a { height: 33px; background-color: #f63; padding: 0 20px; display: inline-flex; align-items: center; font-family: 'BarlowCondensed-SemiBold'; font-size: 18px; letter-spacing: 0.05em; line-height: 14.4px; color: #fff; transition: all .5s; }
body.error404 section.section-desc .content a:hover { opacity: .7; }

.wp-caption { max-width: 100%; }

/*# sourceMappingURL=style.css.map */
